summaryrefslogtreecommitdiffstats
path: root/editeng/source/items
Commit message (Expand)AuthorAgeFilesLines
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-151-3/+3
* OSL_TRACE->SAL in chart2..ooxNoel Grandin2016-12-131-1/+1
* convert FSysStyle to o3tl::typed_flagsNoel Grandin2016-12-051-2/+2
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-051-4/+4
* loplugin:unnecessaryoverride (dtors) in editengStephan Bergmann2016-12-051-2/+0
* editeng: assert SfxPoolItem::operator==Michael Stahl2016-11-186-31/+31
* make the element names in dumpAsXml match the class namesNoel Grandin2016-11-163-13/+13
* coverity#1371263 Missing move assignment operatorCaolán McNamara2016-11-111-0/+26
* check for self-assignmentCaolán McNamara2016-11-111-8/+11
* make it more typical copy ctorCaolán McNamara2016-11-111-2/+9
* seems dubious to copy the state, but drop the load again bitCaolán McNamara2016-11-111-1/+1
* these are going to get overwritten immediatelyCaolán McNamara2016-11-111-3/+0
* make this operator= a little less crazyCaolán McNamara2016-11-111-18/+4
* why have a pimpl with somethings in it and somethings notCaolán McNamara2016-11-111-167/+99
* the pStream member makes no sense at allCaolán McNamara2016-11-111-14/+6
* this looks like a leak to meCaolán McNamara2016-11-111-10/+9
* use std::unique_ptrCaolán McNamara2016-11-111-51/+44
* make a useful function - SvxBoxItem::CalcLineWidthJustin Luth2016-11-051-0/+27
* tdf#90070 don't clip flys with bordersJustin Luth2016-11-051-2/+10
* loplugin:expandablemethodds in include/editengNoel Grandin2016-10-212-13/+7
* loplugin:unusedmethodsNoel Grandin2016-10-181-5/+0
* let LanguageTag::convertToLocale() decide when to create a temporaryEike Rathke2016-10-171-1/+1
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-172-7/+7
* loplugin:constantfunctionNoel Grandin2016-10-111-2/+0
* convert MapUnit to scoped enumNoel Grandin2016-10-054-73/+78
* Fix typosAndrea Gelmini2016-10-011-1/+1
* convert SfxItemPresentation to scoped enumNoel Grandin2016-09-213-26/+26
* loplugin:implicitboolconversionNoel Grandin2016-09-211-1/+1
* add dumpAsXml() to more pool itemsNoel Grandin2016-09-211-1/+30
* Missing initialization of SvxBorderLine::m_pColorGapFnStephan Bergmann2016-09-151-0/+1
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-153-5/+5
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* loplugin:constantparam in dbaccess..editengNoel Grandin2016-09-131-3/+1
* use std::unique_ptrDavid Tardon2016-09-091-1/+2
* convert Orientation to scoped enumNoel Grandin2016-09-051-1/+1
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (editeng)Stephan Bergmann2016-08-301-2/+2
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-271-1/+1
* Resolves: coverity#705366 Mixing enum typesCaolán McNamara2016-08-1911-194/+194
* convert SvxEscapement to scoped enumNoel Grandin2016-08-171-5/+5
* convert SvxTabAdjust to scoped enumNoel Grandin2016-08-171-18/+18
* convert SvxLineSpace to scoped enumNoel Grandin2016-08-171-14/+14
* convert SvxInterLineSpaceRule to scoped enumNoel Grandin2016-08-171-13/+13
* convert SvxSpecialLineSpace to scoped enumNoel Grandin2016-08-171-16/+28
* convert SvxBreak to scoped enumNoel Grandin2016-08-171-18/+18
* convert SvxCellJustifyMethod to scoped enumNoel Grandin2016-08-171-6/+6
* use std::move in a few placesNoel Grandin2016-08-051-1/+1
* Resolves: tdf#97404 outline space wrong on second levelCaolán McNamara2016-07-191-24/+1
* Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke2016-07-081-2/+2
* [API CHANGE] notebookbar: paragraph spacing controlsSzymon Kłos2016-06-271-1/+32
* Clean up uses of Any::getValue() in editengStephan Bergmann2016-06-131-11/+7