summaryrefslogtreecommitdiff
path: root/editeng/source/items
AgeCommit message (Expand)Author
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin
2017-03-18Revert "Revert "Implement export and import of author field in fixed format""Rosemary Sebastian
2017-03-18remove EE_RESSTR preprocessor abuseBjoern Michaelsen
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin
2017-03-16Revert "Implement export and import of author field in fixed format"Rosemary Sebastian
2017-03-15remove useless castsJochen Nitschke
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin
2017-03-14remove unused RID constantsNoel Grandin
2017-03-14change SvxFrameDirectionItem base to SfxEnumItemJochen Nitschke
2017-03-12make this a member of SvxBrushItemCaolán McNamara
2017-03-10Implement export and import of author field in fixed formatRosemary Sebastian
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin
2017-03-08convert SvxShadowLocation to scoped enumNoel Grandin
2017-03-08convert SvxCaseMap to scoped enumNoel Grandin
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2017-03-07Resolves: coverity#1402073 Mixing enum typesCaolán McNamara
2017-03-05Proper fix for multiply defined SfxEnumItem<sal_uInt16> with MSVCStephan Bergmann
2017-03-03drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin
2017-03-03remove unused CreateDefault methodsNoel Grandin
2017-03-03use SvxExtNumType in SvxNumberTypeNoel Grandin
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2017-01-18manage pField with tools::SvRefNoel Grandin
2017-01-13new loplugin: useuniqueptr: editengNoel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05loplugin:unnecessaryoverride (dtors) in editengStephan Bergmann
2016-11-18editeng: assert SfxPoolItem::operator==Michael Stahl
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin
2016-11-11coverity#1371263 Missing move assignment operatorCaolán McNamara
2016-11-11check for self-assignmentCaolán McNamara
2016-11-11make it more typical copy ctorCaolán McNamara
2016-11-11seems dubious to copy the state, but drop the load again bitCaolán McNamara
2016-11-11these are going to get overwritten immediatelyCaolán McNamara
2016-11-11make this operator= a little less crazyCaolán McNamara
2016-11-11why have a pimpl with somethings in it and somethings notCaolán McNamara
2016-11-11the pStream member makes no sense at allCaolán McNamara
2016-11-11this looks like a leak to meCaolán McNamara
2016-11-11use std::unique_ptrCaolán McNamara
2016-11-05make a useful function - SvxBoxItem::CalcLineWidthJustin Luth
2016-11-05tdf#90070 don't clip flys with bordersJustin Luth
2016-10-21loplugin:expandablemethodds in include/editengNoel Grandin
2016-10-18loplugin:unusedmethodsNoel Grandin
2016-10-17let LanguageTag::convertToLocale() decide when to create a temporaryEike Rathke
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-11loplugin:constantfunctionNoel Grandin