summaryrefslogtreecommitdiffstats
path: root/editeng/source
Commit message (Expand)AuthorAgeFilesLines
* use std::vector instead of naked array in SfxItemPoolNoel Grandin2016-12-263-64/+65
* convert VclButtonsType to scoped enumNoel Grandin2016-12-211-1/+1
* no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin2016-12-192-14/+0
* loplugin:unnecessaryoverrideStephan Bergmann2016-12-161-9/+0
* tdf#104488 editeng,svx: throw less Accessible exceptionsMichael Stahl2016-12-161-6/+0
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-151-3/+3
* OSL_TRACE->SAL in avmedia..canvasNoel Grandin2016-12-131-3/+0
* OSL_TRACE->SAL in chart2..ooxNoel Grandin2016-12-133-25/+2
* tdf#104540: AccessibleEventNotifier AccessibleBase (editeng)Julien Nabet2016-12-121-1/+1
* coverity#1397045 Unchecked return valueCaolán McNamara2016-12-121-1/+1
* Drop ComplexDisabled flags that does nothingKhaled Hosny2016-12-112-7/+5
* convert SFX_HINT to scoped enumNoel Grandin2016-12-084-33/+32
* Monkey business: Fix typo in comments: et -> ed :)Mike Kaganski2016-12-071-1/+1
* use initialization listJochen Nitschke2016-12-051-44/+38
* convert FSysStyle to o3tl::typed_flagsNoel Grandin2016-12-051-2/+2
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-054-10/+10
* tdf#96354 correct broken autocorrect INitial CApitalsYossi Zahn2016-12-051-3/+3
* loplugin:unnecessaryoverride (dtors) in editengStephan Bergmann2016-12-053-25/+0
* add a SAL_WARN() for the broken portion continuationEike Rathke2016-11-301-0/+1
* 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
* Use derived classes' methods instead of Pair::A/BMike Kaganski2016-11-291-1/+1
* Rewrite some (trivial) assignments inside if/while conditions: editengStephan Bergmann2016-11-291-2/+4
* extend markup support (/italic/ and -strikeout-)TiagoSantos2016-11-241-11/+29
* replace CHAR flags with o3tl::typed_flagsNoel Grandin2016-11-235-21/+28
* convert DELMODE to scoped enumNoel Grandin2016-11-234-20/+21
* convert GETCRSR constants to o3tl::typed_flagsNoel Grandin2016-11-235-43/+53
* convert ATTRSPECIAL to scoped enumNoel Grandin2016-11-237-16/+13
* 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