summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05tdf#96354 correct broken autocorrect INitial CApitalsYossi Zahn
2016-12-05loplugin:unnecessaryoverride (dtors) in editengStephan Bergmann
2016-11-30add a SAL_WARN() for the broken portion continuationEike Rathke
2016-11-30Resolves: tdf#104152 suppress notifications from EditEngine during PasteEike Rathke
2016-11-30prevent endlessly creating new lines until out of memory, tdf#104152Eike Rathke
2016-11-29Use derived classes' methods instead of Pair::A/BMike Kaganski
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: editengStephan Bergmann
2016-11-24extend markup support (/italic/ and -strikeout-)TiagoSantos
2016-11-23replace CHAR flags with o3tl::typed_flagsNoel Grandin
2016-11-23convert DELMODE to scoped enumNoel Grandin
2016-11-23convert GETCRSR constants to o3tl::typed_flagsNoel Grandin
2016-11-23convert ATTRSPECIAL to scoped enumNoel Grandin
2016-11-22trivial makefile cleanupsMichael Stahl
2016-11-21convert inventorId to scoped enumNoel Grandin
2016-11-21make this just every so slightly less awfulCaolán McNamara
2016-11-18editeng: assert SfxPoolItem::operator==Michael Stahl
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin
2016-11-13drop useless semicolonsDavid Tardon
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-11loplugin:countusersofdefaultparams in editeng..rscNoel Grandin
2016-11-09loplugin:expandablemethods in drawinglayer..editengNoel Grandin
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin
2016-11-05make a useful function - SvxBoxItem::CalcLineWidthJustin Luth
2016-11-05tdf#90070 don't clip flys with bordersJustin Luth
2016-11-04loplugin:oncevar in desktop..filterNoel Grandin
2016-11-02loplugin:singlevalfieldsNoel Grandin
2016-10-31tdf#103334 - EDITING: Undo on bullet point styleNoel Grandin
2016-10-31Omit comparator which is the same as default std::less<key_type>Takeshi Abe
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin
2016-10-26rework to avoid coverity#1371205 Missing move assignment operatorCaolán McNamara
2016-10-26we don't need ree after the loop hereCaolán McNamara
2016-10-21loplugin:expandablemethodds in include/editengNoel Grandin
2016-10-20add dumpAsXmlEditDocNoel Grandin
2016-10-19loplugin:expandablemethodds in editeng..extensionsNoel 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