summaryrefslogtreecommitdiff
path: root/editeng/source/items
AgeCommit message (Expand)Author
2018-03-19tdf#112118: Use correct border when calculating marginMike Kaganski
2018-03-19tdf#112118: DOC: properly import/export border distanceMike Kaganski
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin
2017-04-18tdf#105286: Implement text rotation for Impress tablesTamás Zolnai
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
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-01Fix typosAndrea Gelmini
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin
2016-09-21loplugin:implicitboolconversionNoel Grandin
2016-09-21add dumpAsXml() to more pool itemsNoel Grandin
2016-09-15Missing initialization of SvxBorderLine::m_pColorGapFnStephan Bergmann
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-13loplugin:constantparam in dbaccess..editengNoel Grandin
2016-09-09use std::unique_ptrDavid Tardon
2016-09-05convert Orientation to scoped enumNoel Grandin
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (editeng)Stephan Bergmann
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-08-17convert SvxEscapement to scoped enumNoel Grandin
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin
2016-08-17convert SvxLineSpace to scoped enumNoel Grandin
2016-08-17convert SvxInterLineSpaceRule to scoped enumNoel Grandin
2016-08-17convert SvxSpecialLineSpace to scoped enumNoel Grandin
2016-08-17convert SvxBreak to scoped enumNoel Grandin
2016-08-17convert SvxCellJustifyMethod to scoped enumNoel Grandin
2016-08-05use std::move in a few placesNoel Grandin
2016-07-19Resolves: tdf#97404 outline space wrong on second levelCaolán McNamara
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-06-27[API CHANGE] notebookbar: paragraph spacing controlsSzymon Kłos
2016-06-13Clean up uses of Any::getValue() in editengStephan Bergmann
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin