summaryrefslogtreecommitdiffstats
path: root/include/editeng
Commit message (Expand)AuthorAgeFilesLines
* includes should be at the top of the fileNoel Grandin2016-11-183-14/+13
* coverity#1371263 Missing move assignment operatorCaolán McNamara2016-11-111-1/+3
* why have a pimpl with somethings in it and somethings notCaolán McNamara2016-11-111-3/+4
* the pStream member makes no sense at allCaolán McNamara2016-11-111-2/+0
* loplugin:expandablemethods in drawinglayer..editengNoel Grandin2016-11-095-16/+0
* loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin2016-11-085-10/+10
* make a useful function - SvxBoxItem::CalcLineWidthJustin Luth2016-11-051-0/+1
* tdf#90070 don't clip flys with bordersJustin Luth2016-11-051-2/+3
* loplugin:unnecessaryvirtualNoel Grandin2016-11-031-1/+1
* tdf#103334 - EDITING: Undo on bullet point styleNoel Grandin2016-10-311-1/+1
* update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2016-10-285-12/+6
* ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara2016-10-281-1/+7
* make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin2016-10-271-3/+3
* loplugin:expandablemethodds in include/editengNoel Grandin2016-10-215-20/+0
* add dumpAsXmlEditDocNoel Grandin2016-10-201-0/+1
* loplugin:unusedmethodsNoel Grandin2016-10-181-1/+0
* LOK: Calc: fixed missed tile invalidations on cell text editingMarco Cecchetti2016-10-141-0/+2
* LOK: Calc: missing invalidate when ending larger-than-cell edit textMarco Cecchetti2016-10-141-1/+9
* pass params to Outliner LINK callbacks on stackNoel Grandin2016-10-131-17/+16
* loplugin:unnecessaryoverrideNoel Grandin2016-10-131-3/+0
* drop some unused forward declarations and includesCaolán McNamara2016-10-102-2/+0
* convert MapUnit to scoped enumNoel Grandin2016-10-052-3/+3
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-6/+6
* OUTLINERMODE_USERMASK is useless nowNoel Grandin2016-10-041-4/+2
* add more dumpAsXml()Noel Grandin2016-10-031-1/+5
* tdf#88206 replace cppu::WeakImplHelper* in sfx2 and svlJochen Nitschke2016-09-291-1/+1
* add dumpAsXml() to more pool itemsNoel Grandin2016-09-211-0/+2
* loplugin:unusedenumvaluesNoel Grandin2016-09-191-2/+1
* Missing includeStephan Bergmann2016-09-161-0/+2
* sw draw text: emit LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback()Miklos Vajna2016-09-131-0/+2
* sw draw text: emit LOK_CALLBACK_INVALIDATE_VIEW_CURSOR from registerCallback()Miklos Vajna2016-09-132-0/+4
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1332-44/+44
* Remove nonsense comments: // bitfieldTor Lillqvist2016-09-131-1/+0
* loplugin:constantparam in dbaccess..editengNoel Grandin2016-09-133-5/+3
* coverity#1372384 Uncaught exceptionCaolán McNamara2016-09-011-1/+1
* reduce defines to boolJochen Nitschke2016-08-261-2/+0
* new loplugin: countusersofdefaultparamsNoel Grandin2016-08-2511-49/+42
* Resolves: coverity#705366 Mixing enum typesCaolán McNamara2016-08-1964-204/+204
* loplugin:unusedenumconstants in basctl..editengNoel Grandin2016-08-174-38/+10
* convert SvxEscapement to scoped enumNoel Grandin2016-08-172-7/+7
* convert SvxTabAdjust to scoped enumNoel Grandin2016-08-172-10/+10
* convert SvxLineSpace to scoped enumNoel Grandin2016-08-172-9/+9
* convert SvxInterLineSpaceRule to scoped enumNoel Grandin2016-08-172-14/+14
* convert SvxSpecialLineSpace to scoped enumNoel Grandin2016-08-172-15/+6
* convert SvxBreak to scoped enumNoel Grandin2016-08-172-17/+16
* convert SvxCellJustifyMethod to scoped enumNoel Grandin2016-08-171-3/+3
* editeng: introduce OutlinerViewShell::NotifyOtherViews()Miklos Vajna2016-08-161-0/+2
* convert SvxSpellArea to scoped enumNoel Grandin2016-08-151-5/+5
* convert SvxCompareMode to scoped enumNoel Grandin2016-08-151-7/+0
* loplugin:unnecessaryvirtualNoel Grandin2016-08-081-13/+0