summaryrefslogtreecommitdiff
path: root/editeng/source/items/frmitems.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-07-20tdf#112118: use correct border when calculating marginMike Kaganski1-4/+4
2018-07-20tdf#112118: DOC: properly import/export border distanceMike Kaganski1-0/+125
2017-11-18RotateFlyFrame3: add support for AutoContourArmin Le Grand1-0/+16
2017-08-22editeng: warning C4701 potentially uninitialized local varMichael Stahl1-1/+1
2017-08-22editeng: avoid infinite loop in SvxBoxItem::CreateMichael Stahl1-1/+1
2017-08-07Removing unused SfxItemPool serialisation from editengVarun Dhall1-308/+0
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-50/+50
2017-07-31loplugin:oncevarNoel Grandin1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-75/+102
2017-07-18remove unused CntWallpaperItemCaolán McNamara1-65/+0
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann1-2/+2
2017-06-23loplugin:oncevar editeng..extensionsNoel Grandin1-3/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin1-2/+1
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin1-2/+2
2017-03-18remove EE_RESSTR preprocessor abuseBjoern Michaelsen1-50/+50
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-13/+13
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-11/+10
2017-03-14change SvxFrameDirectionItem base to SfxEnumItemJochen Nitschke1-11/+3
2017-03-12make this a member of SvxBrushItemCaolán McNamara1-2/+1
2017-03-08convert SvxShadowLocation to scoped enumNoel Grandin1-24/+24
2017-03-03remove unused CreateDefault methodsNoel Grandin1-3/+0
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin1-2/+2
2017-02-28new loplugin unoanyNoel Grandin1-20/+20
2017-01-13new loplugin: useuniqueptr: editengNoel Grandin1-10/+8
2016-11-18editeng: assert SfxPoolItem::operator==Michael Stahl1-12/+12
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin1-5/+5
2016-11-11coverity#1371263 Missing move assignment operatorCaolán McNamara1-0/+26
2016-11-11check for self-assignmentCaolán McNamara1-8/+11
2016-11-11make it more typical copy ctorCaolán McNamara1-2/+9
2016-11-11seems dubious to copy the state, but drop the load again bitCaolán McNamara1-1/+1
2016-11-11these are going to get overwritten immediatelyCaolán McNamara1-3/+0
2016-11-11make this operator= a little less crazyCaolán McNamara1-18/+4
2016-11-11why have a pimpl with somethings in it and somethings notCaolán McNamara1-167/+99
2016-11-11the pStream member makes no sense at allCaolán McNamara1-14/+6
2016-11-11this looks like a leak to meCaolán McNamara1-10/+9
2016-11-11use std::unique_ptrCaolán McNamara1-51/+44
2016-11-05make a useful function - SvxBoxItem::CalcLineWidthJustin Luth1-0/+27
2016-11-05tdf#90070 don't clip flys with bordersJustin Luth1-2/+10
2016-10-21loplugin:expandablemethodds in include/editengNoel Grandin1-7/+1
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke1-6/+6
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin1-13/+13
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-30/+30
2016-08-17convert SvxBreak to scoped enumNoel Grandin1-18/+18
2016-06-27[API CHANGE] notebookbar: paragraph spacing controlsSzymon Kłos1-1/+32