summaryrefslogtreecommitdiff
path: root/editeng/source/items/frmitems.cxx
AgeCommit message (Expand)Author
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin
2017-03-18remove EE_RESSTR preprocessor abuseBjoern Michaelsen
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin
2017-03-14change SvxFrameDirectionItem base to SfxEnumItemJochen Nitschke
2017-03-12make this a member of SvxBrushItemCaolán McNamara
2017-03-08convert SvxShadowLocation to scoped enumNoel Grandin
2017-03-03remove unused CreateDefault methodsNoel Grandin
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2017-01-13new loplugin: useuniqueptr: editengNoel Grandin
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-17replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-08-17convert SvxBreak to scoped enumNoel Grandin
2016-06-27[API CHANGE] notebookbar: paragraph spacing controlsSzymon Kłos
2016-05-30editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-08Translate German commentJulien Nabet
2016-04-27todo odd warnings being printedMichael Stahl
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-12-07tdf#34449 : ability of deleting borders of a cell from adjacent cellDennis Francis
2015-11-28tdf#94088 add import of HTML inline graphicsArmin Le Grand
2015-11-18use unique_ptr for pImpl in editeng/Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann