summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2014-10-17coverity#1247635 Uncaught exceptionCaolán McNamara
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-15coverity#735333 flush out pointless calls to IsRemote and IsOpenCaolán McNamara
2014-10-15convert PORTION_KIND constants to enumNoel Grandin
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-07Resolves: fdo#44998 crash when opening context menu of a fieldCaolán McNamara
2014-10-06Resolves: fdo#84698 crash in autoreplacementCaolán McNamara
2014-10-02coverity#1242896 Unused valueCaolán McNamara
2014-10-01coverity#1242436 Identical code for different branchesCaolán McNamara
2014-10-01loplugin: cstylecastNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30actually the LineStyle property is *write-only*Michael Stahl
2014-09-30clean up some weird type-casting in SvxRTFParserNoel Grandin
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteSCharNoel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin
2014-09-26remove pointless commentsNoel Grandin
2014-09-26remove unnecessary casts'sNoel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-09-26SvStream - rename WriteNumber methodsNoel Grandin
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-24fdo#47302: Added insert->fields->page title buttonJennifer Liebel
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12editeng: sal_Bool -> boolStephan Bergmann
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-12coverity#703951 unchecked return valueNorbert Thiebaud
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_OFF alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-09-09editeng: avoid autocorrect crashMichael Stahl
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-09-03Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan
2014-09-01fdo#83178 fix Chinese Conversion crashMatthew J. Francis
2014-08-31fdo#33899 autocorrect: don't replace date parts with fractionsLászló Németh
2014-08-29editeng: deploy an assert for the default itemsMichael Stahl
2014-08-29fdo#62923 Autocorrect opt. 'Replace dashes' uses en-dash between numbersLászló Németh
2014-08-26Remove unimplemented function declarationsMatúš Kukan
2014-08-25QueryBox RID_SVXQB_* -> MessageDialog + stringCaolán McNamara
2014-08-25Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist