summaryrefslogtreecommitdiff
path: root/include/editeng
AgeCommit message (Expand)AuthorFilesLines
2016-10-21loplugin:expandablemethodds in include/editengNoel Grandin5-20/+0
2016-10-20add dumpAsXmlEditDocNoel Grandin1-0/+1
2016-10-18loplugin:unusedmethodsNoel Grandin1-1/+0
2016-10-14LOK: Calc: fixed missed tile invalidations on cell text editingMarco Cecchetti1-0/+2
2016-10-14LOK: Calc: missing invalidate when ending larger-than-cell edit textMarco Cecchetti1-1/+9
2016-10-13pass params to Outliner LINK callbacks on stackNoel Grandin1-17/+16
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-3/+0
2016-10-10drop some unused forward declarations and includesCaolán McNamara2-2/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin2-3/+3
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-6/+6
2016-10-04OUTLINERMODE_USERMASK is useless nowNoel Grandin1-4/+2
2016-10-03add more dumpAsXml()Noel Grandin1-1/+5
2016-09-29tdf#88206 replace cppu::WeakImplHelper* in sfx2 and svlJochen Nitschke1-1/+1
2016-09-21add dumpAsXml() to more pool itemsNoel Grandin1-0/+2
2016-09-19loplugin:unusedenumvaluesNoel Grandin1-2/+1
2016-09-16Missing includeStephan Bergmann1-0/+2
2016-09-13sw draw text: emit LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback()Miklos Vajna1-0/+2
2016-09-13sw draw text: emit LOK_CALLBACK_INVALIDATE_VIEW_CURSOR from registerCallback()Miklos Vajna2-0/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann32-44/+44
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist1-1/+0
2016-09-13loplugin:constantparam in dbaccess..editengNoel Grandin3-5/+3
2016-09-01coverity#1372384 Uncaught exceptionCaolán McNamara1-1/+1
2016-08-26reduce defines to boolJochen Nitschke1-2/+0
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin11-49/+42
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara64-204/+204
2016-08-17loplugin:unusedenumconstants in basctl..editengNoel Grandin4-38/+10
2016-08-17convert SvxEscapement to scoped enumNoel Grandin2-7/+7
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin2-10/+10
2016-08-17convert SvxLineSpace to scoped enumNoel Grandin2-9/+9
2016-08-17convert SvxInterLineSpaceRule to scoped enumNoel Grandin2-14/+14
2016-08-17convert SvxSpecialLineSpace to scoped enumNoel Grandin2-15/+6
2016-08-17convert SvxBreak to scoped enumNoel Grandin2-17/+16
2016-08-17convert SvxCellJustifyMethod to scoped enumNoel Grandin1-3/+3
2016-08-16editeng: introduce OutlinerViewShell::NotifyOtherViews()Miklos Vajna1-0/+2
2016-08-15convert SvxSpellArea to scoped enumNoel Grandin1-5/+5
2016-08-15convert SvxCompareMode to scoped enumNoel Grandin1-7/+0
2016-08-08loplugin:unnecessaryvirtualNoel Grandin1-13/+0
2016-08-02editeng: implement SfxUndoAction::GetViewShellId() interface in EditUndoMiklos Vajna1-0/+3
2016-08-02editeng: make SfxUndoAction::GetViewShellId() interface availableMiklos Vajna2-10/+9
2016-07-27Resolves: tdf#101003 don't give paras in editeng accessible namesCaolán McNamara1-1/+1
2016-07-27formally->formerlyCaolán McNamara1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-20sd lok: decouple vcl window focus from cursor visibilityMiklos Vajna2-4/+4
2016-07-19Resolves: tdf#97404 outline space wrong on second levelCaolán McNamara1-5/+3
2016-07-15Improve loplugin:unnecessaryoverrideStephan Bergmann1-1/+0
2016-07-15new loplugin unnecessary overrideNoel Grandin1-3/+0
2016-07-10Remove redundant SvxGet* wrappers around LinguMgr functionsStephan Bergmann1-24/+0
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke1-2/+2
2016-07-08SvxGetOrCreatePosDic parameter is unusedStephan Bergmann1-2/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann10-15/+15