summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2017-03-121-1/+1
* make this a member of SvxBrushItemCaolán McNamara2017-03-121-0/+2
* fix typo: ambigous --> ambiguousdennisroczek2017-03-121-3/+3
* ToolBox::mnFocusPos is unusedStephan Bergmann2017-03-121-1/+0
* Passing shaperect to addShape function is uselessTamás Zolnai2017-03-111-2/+0
* Propagate integer type mismatch out of ToolBox::ImplFindItemPosStephan Bergmann2017-03-101-1/+1
* tdf#99352: create editeng::SharedVclRessourcesBjoern Michaelsen2017-03-101-0/+6
* coverity#1402152 Uninitialized pointer fieldCaolán McNamara2017-03-101-2/+0
* No need for extra heap allocationStephan Bergmann2017-03-091-1/+1
* just calculate the scanline positionsCaolán McNamara2017-03-091-14/+9
* Clean up uses of integer typesStephan Bergmann2017-03-091-1/+3
* Fix "specialization in different namespace" error with old GCCsStephan Bergmann2017-03-091-2/+6
* Clean up uses of integer typesStephan Bergmann2017-03-091-2/+3
* mpScanBuf can be privateCaolán McNamara2017-03-091-1/+2
* Use o3tl::typed_flagsStephan Bergmann2017-03-091-23/+3
* convert SvxCellHorJustify to scoped enumNoel Grandin2017-03-092-8/+8
* Don't use SetDisplayable when enabling Unity modeMaxim Monastirsky2017-03-091-0/+1
* Clean up uses of integer typesStephan Bergmann2017-03-081-1/+1
* make SfxGetpApp just get and move GetOrCreate to the peripheryCaolán McNamara2017-03-081-1/+1
* convert SvxShadowLocation to scoped enumNoel Grandin2017-03-083-9/+9
* convert SvxCaseMap to scoped enumNoel Grandin2017-03-083-10/+10
* convert VclReferenceBase::mnRefCnt to oslInterlockedCountNoel Grandin2017-03-081-5/+4
* convert SvxAdjust to scoped enumNoel Grandin2017-03-083-25/+26
* loplugin:loopvartoosmallStephan Bergmann2017-03-071-0/+1
* ofz: fix ppt import leakCaolán McNamara2017-03-071-4/+9
* only one use of GetLastSaveDirectoryCaolán McNamara2017-03-071-1/+0
* make SfxApplication ctor privateCaolán McNamara2017-03-071-3/+2
* Remove unused include/systools/win32/comptr.hxxStephan Bergmann2017-03-071-225/+0
* Remove redundant 'inline' keyword, Linux reduxStephan Bergmann2017-03-071-42/+42
* Add Tooltips for emoji toolbar controlAkshay Deep2017-03-071-1/+1
* convert SdrTextAniKind to scoped enumNoel Grandin2017-03-062-16/+16
* convert HTMLTableRules to scoped enumNoel Grandin2017-03-061-4/+2
* convert HTMLTableFrame to scoped enumNoel Grandin2017-03-061-2/+2
* convert HTMLInputType to scoped enumNoel Grandin2017-03-061-13/+13
* convert HTMLScriptLanguage to scoped enumNoel Grandin2017-03-061-4/+4
* convert ScrollingMode to scoped enumNoel Grandin2017-03-061-4/+4
* templatize HTMLEnumOption::GetEnum methodsNoel Grandin2017-03-061-5/+29
* ubsan: add in all the valid value for NumberingType to the SvxNumType enumCaolán McNamara2017-03-051-4/+32
* Proper fix for multiply defined SfxEnumItem<sal_uInt16> with MSVCStephan Bergmann2017-03-053-10/+22
* tdf#106304: Don't unnecessarily use bogus default char size for a:endParaRPrTor Lillqvist2017-03-041-3/+6
* Remove redundant 'inline' keywordStephan Bergmann2017-03-03194-884/+880
* Typo: requirments -> requirementsSamuel Mehrbrodt2017-03-031-1/+1
* [API CHANGE] Remove SAL_CONSTEXPR againStephan Bergmann2017-03-031-10/+0
* drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin2017-03-034-10/+9
* remove unused CreateDefault methodsNoel Grandin2017-03-0341-72/+0
* Fix typosAndrea Gelmini2017-03-032-2/+2
* Fix typosAndrea Gelmini2017-03-0324-31/+31
* Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann2017-03-036-48/+35
* use SvxExtNumType in SvxNumberTypeNoel Grandin2017-03-033-22/+26
* convert SfxEnumItem to type-safe template classNoel Grandin2017-03-0332-159/+139