summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2016-11-24extend markup support (/italic/ and -strikeout-)TiagoSantos1-11/+29
2016-11-23replace CHAR flags with o3tl::typed_flagsNoel Grandin5-21/+28
2016-11-23convert DELMODE to scoped enumNoel Grandin4-20/+21
2016-11-23convert GETCRSR constants to o3tl::typed_flagsNoel Grandin5-43/+53
2016-11-23convert ATTRSPECIAL to scoped enumNoel Grandin7-16/+13
2016-11-22trivial makefile cleanupsMichael Stahl1-1/+1
2016-11-21convert inventorId to scoped enumNoel Grandin1-1/+1
2016-11-21make this just every so slightly less awfulCaolán McNamara3-12/+13
2016-11-18editeng: assert SfxPoolItem::operator==Michael Stahl6-31/+31
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin9-24/+24
2016-11-13drop useless semicolonsDavid Tardon1-1/+1
2016-11-11coverity#1371263 Missing move assignment operatorCaolán McNamara1-0/+26
2016-11-11check for self-assignmentCaolán McNamara1-8/+11
2016-11-11make it more typical copy ctorCaolán McNamara1-2/+9
2016-11-11seems dubious to copy the state, but drop the load again bitCaolán McNamara1-1/+1
2016-11-11these are going to get overwritten immediatelyCaolán McNamara1-3/+0
2016-11-11make this operator= a little less crazyCaolán McNamara1-18/+4
2016-11-11why have a pimpl with somethings in it and somethings notCaolán McNamara1-167/+99
2016-11-11the pStream member makes no sense at allCaolán McNamara1-14/+6
2016-11-11this looks like a leak to meCaolán McNamara1-10/+9
2016-11-11use std::unique_ptrCaolán McNamara1-51/+44
2016-11-11loplugin:countusersofdefaultparams in editeng..rscNoel Grandin1-1/+1
2016-11-09loplugin:expandablemethods in drawinglayer..editengNoel Grandin7-66/+14
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin1-2/+2
2016-11-05make a useful function - SvxBoxItem::CalcLineWidthJustin Luth1-0/+27
2016-11-05tdf#90070 don't clip flys with bordersJustin Luth1-2/+10
2016-11-04loplugin:oncevar in desktop..filterNoel Grandin2-8/+2
2016-11-02loplugin:singlevalfieldsNoel Grandin3-23/+5
2016-10-31tdf#103334 - EDITING: Undo on bullet point styleNoel Grandin4-5/+9
2016-10-31Omit comparator which is the same as default std::less<key_type>Takeshi Abe1-9/+1
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin1-5/+0
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara2-2/+2
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin1-3/+3
2016-10-26rework to avoid coverity#1371205 Missing move assignment operatorCaolán McNamara1-54/+62
2016-10-26we don't need ree after the loop hereCaolán McNamara1-6/+4
2016-10-21loplugin:expandablemethodds in include/editengNoel Grandin5-40/+14
2016-10-20add dumpAsXmlEditDocNoel Grandin1-0/+5
2016-10-19loplugin:expandablemethodds in editeng..extensionsNoel Grandin7-14/+6
2016-10-18loplugin:unusedmethodsNoel Grandin1-5/+0
2016-10-17let LanguageTag::convertToLocale() decide when to create a temporaryEike Rathke1-1/+1
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke2-7/+7
2016-10-14LOK: Calc: fixed missed tile invalidations on cell text editingMarco Cecchetti3-11/+26
2016-10-14LOK: Calc: missing invalidate when ending larger-than-cell edit textMarco Cecchetti4-12/+50
2016-10-13pass params to Outliner LINK callbacks on stackNoel Grandin3-42/+25
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-6/+0
2016-10-11loplugin:constantfunctionNoel Grandin2-11/+0
2016-10-10reduce indentationNoel Grandin2-103/+103
2016-10-05fix debug buildDavid Tardon1-2/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin13-114/+119
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann5-30/+30