summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* tdf#104488 editeng,svx: throw less Accessible exceptionsMichael Stahl2016-12-191-15/+0
* Resolves: tdf#104152 suppress notifications from EditEngine during PasteEike Rathke2016-11-301-0/+5
* prevent endlessly creating new lines until out of memory, tdf#104152Eike Rathke2016-11-301-17/+61
* trivial makefile cleanupsMichael Stahl2016-11-221-1/+1
* convert inventorId to scoped enumNoel Grandin2016-11-211-1/+1
* make this just every so slightly less awfulCaolán McNamara2016-11-213-12/+13
* editeng: assert SfxPoolItem::operator==Michael Stahl2016-11-186-31/+31
* make the element names in dumpAsXml match the class namesNoel Grandin2016-11-169-24/+24
* drop useless semicolonsDavid Tardon2016-11-131-1/+1
* 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
* loplugin:countusersofdefaultparams in editeng..rscNoel Grandin2016-11-111-1/+1
* loplugin:expandablemethods in drawinglayer..editengNoel Grandin2016-11-097-66/+14
* loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin2016-11-081-2/+2
* 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:oncevar in desktop..filterNoel Grandin2016-11-042-8/+2
* loplugin:singlevalfieldsNoel Grandin2016-11-023-23/+5
* tdf#103334 - EDITING: Undo on bullet point styleNoel Grandin2016-10-314-5/+9
* Omit comparator which is the same as default std::less<key_type>Takeshi Abe2016-10-311-9/+1
* update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2016-10-281-5/+0
* ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara2016-10-282-2/+2
* make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin2016-10-271-3/+3
* rework to avoid coverity#1371205 Missing move assignment operatorCaolán McNamara2016-10-261-54/+62
* we don't need ree after the loop hereCaolán McNamara2016-10-261-6/+4
* loplugin:expandablemethodds in include/editengNoel Grandin2016-10-215-40/+14
* add dumpAsXmlEditDocNoel Grandin2016-10-201-0/+5
* loplugin:expandablemethodds in editeng..extensionsNoel Grandin2016-10-197-14/+6
* 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
* LOK: Calc: fixed missed tile invalidations on cell text editingMarco Cecchetti2016-10-143-11/+26
* LOK: Calc: missing invalidate when ending larger-than-cell edit textMarco Cecchetti2016-10-144-12/+50
* pass params to Outliner LINK callbacks on stackNoel Grandin2016-10-133-42/+25
* loplugin:unnecessaryoverrideNoel Grandin2016-10-131-6/+0
* loplugin:constantfunctionNoel Grandin2016-10-112-11/+0
* reduce indentationNoel Grandin2016-10-102-103/+103
* fix debug buildDavid Tardon2016-10-051-2/+2
* convert MapUnit to scoped enumNoel Grandin2016-10-0513-114/+119
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-055-30/+30
* add more dumpAsXml()Noel Grandin2016-10-036-12/+61
* Fix typosAndrea Gelmini2016-10-012-2/+2