summaryrefslogtreecommitdiffstats
path: root/editeng/source/items/frmitems.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix syntaxJulien Nabet2018-08-311-1/+1
* [API CHANGE] revert and deprecate *BackGraphicURL add *BackGraphicTomaž Vajngerl2018-05-071-2/+18
* loplugin:unusedmethodsNoel Grandin2018-03-291-7/+0
* tdf#112118: use correct border when calculating marginMike Kaganski2018-03-181-4/+4
* Fix typosAndrea Gelmini2018-03-161-2/+2
* tdf#112118: DOC: properly import/export border distanceMike Kaganski2018-03-161-0/+125
* Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl2018-03-111-1/+1
* remove MID_GRAPHIC_URL and related mappings, implementationTomaž Vajngerl2018-03-091-48/+0
* use more Color in editeng..formsNoel Grandin2018-03-071-6/+6
* MID_GRAPHIC as alternative to set graphic to the SvxBrushItemTomaž Vajngerl2018-03-071-8/+44
* use less COLORDATA_RGBNoel Grandin2018-02-281-5/+4
* replace Color(COL_*) with COL_*Noel Grandin2018-02-271-1/+1
* Make SwFormatFrameSize derive from SvxSizeItemStephan Bergmann2018-02-141-12/+12
* loplugin:changetoolsgen in editeng..extensionsNoel Grandin2018-02-141-4/+4
* USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann2018-01-281-1/+1
* loplugin:useuniqueptr in SvxBoxItemNoel Grandin2018-01-241-56/+35
* More loplugin:cstylecast: editengStephan Bergmann2018-01-151-24/+24
* More loplugin:cstylecast: editengStephan Bergmann2018-01-121-96/+96
* loplugin:redundantcast: editengStephan Bergmann2018-01-111-4/+4
* tools: remove unused #include from solar.hMichael Stahl2017-12-131-0/+1
* RotateFlyFrame3: add support for AutoContourArmin Le Grand2017-11-181-0/+16
* editeng: warning C4701 potentially uninitialized local varMichael Stahl2017-08-221-1/+1
* editeng: avoid infinite loop in SvxBoxItem::CreateMichael Stahl2017-08-221-1/+1
* Removing unused SfxItemPool serialisation from editengVarun Dhall2017-08-071-308/+0
* make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara2017-07-311-50/+50
* loplugin:oncevarNoel Grandin2017-07-311-2/+2
* de-hrc various thingsCaolán McNamara2017-07-211-2/+2
* migrate to boost::gettextCaolán McNamara2017-07-211-75/+102
* remove unused CntWallpaperItemCaolán McNamara2017-07-181-65/+0
* new loplugin unnecessaryparenNoel Grandin2017-07-051-1/+1
* -Werror=ignored-qualifiers (GCC 8)Stephan Bergmann2017-06-281-2/+2
* loplugin:oncevar editeng..extensionsNoel Grandin2017-06-231-3/+1
* convert ErrCode to strong typedefNoel Grandin2017-06-211-2/+1
* convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin2017-06-021-2/+2
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* loplugin:redundantcast find c-style bool castsNoel Grandin2017-04-051-2/+2
* remove EE_RESSTR preprocessor abuseBjoern Michaelsen2017-03-181-50/+50
* convert SvxBorderStyle to scoped enumNoel Grandin2017-03-171-13/+13
* convert SvxFrameDirection to scoped enumNoel Grandin2017-03-151-11/+10
* change SvxFrameDirectionItem base to SfxEnumItemJochen Nitschke2017-03-141-11/+3
* make this a member of SvxBrushItemCaolán McNamara2017-03-121-2/+1
* convert SvxShadowLocation to scoped enumNoel Grandin2017-03-081-24/+24
* remove unused CreateDefault methodsNoel Grandin2017-03-031-3/+0
* convert SfxEnumItem to type-safe template classNoel Grandin2017-03-031-2/+2
* new loplugin unoanyNoel Grandin2017-02-281-20/+20
* new loplugin: useuniqueptr: editengNoel Grandin2017-01-131-10/+8
* editeng: assert SfxPoolItem::operator==Michael Stahl2016-11-181-12/+12
* make the element names in dumpAsXml match the class namesNoel Grandin2016-11-161-5/+5
* coverity#1371263 Missing move assignment operatorCaolán McNamara2016-11-111-0/+26
* check for self-assignmentCaolán McNamara2016-11-111-8/+11