summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-4/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-19/+19
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-5/+5
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-28tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl1-6/+14
2015-03-27loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-27loplugin:staticfunctionNoel Grandin1-4/+4
2015-03-27new clang plugin: staticmethodsNoel Grandin7-19/+19
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin1-12/+12
2015-03-27work around Windows and OSX macro collisions with enum valuesNoel Grandin1-2/+2
2015-03-27convert GETATTRIBS_ constants to enum classNoel Grandin1-5/+14
2015-03-27convert CUTFLAG_ constants to enum classNoel Grandin1-13/+19
2015-03-27convert AVMEDIA_ constants to enum classNoel Grandin1-14/+22
2015-03-27convert SymbolAlign to enum classNoel Grandin1-1/+1
2015-03-27convert BUTTON_ constants to enum classNoel Grandin1-14/+16
2015-03-27convert ProminentEntry to enum classNoel Grandin1-1/+1
2015-03-27vcl: stack blur implementation + basic test & performance testTomaž Vajngerl1-0/+34
2015-03-27vcl: use unique_ptr for fillcolor, linecolor in bmpaccTomaž Vajngerl1-2/+2
2015-03-27vcl: get rid of macros for lazy people in bmpaccTomaž Vajngerl1-177/+204
2015-03-27cleanup pngwrite, use const std::unique_ptr for pImplTomaž Vajngerl1-10/+5
2015-03-26remove the gap now to pretend it was never thereCaolán McNamara1-4/+4
2015-03-26why would we ever want FLOATWIN_POPUPMODE_PATHMOUSECANCELCLICKCaolán McNamara1-1/+0
2015-03-26tdf#81073 :Addition of text zoom levels to print preview zoomRishabh Kumar1-1/+10
2015-03-26add GtkLongPressGesture support and implement long-press in slideshowCaolán McNamara1-0/+30
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann4-4/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-7/+7
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-26add GtkSwipeGesture support and implement swipe left/right to change slidesCaolán McNamara1-3/+27
2015-03-26the valid flags in SvxBulletItem are unusedNoel Grandin1-32/+5
2015-03-26bullet justification in SvxBulletItem is unusedNoel Grandin1-11/+1
2015-03-26convert BS_ constants to SvxBulletStyle enum classNoel Grandin1-11/+14
2015-03-26convert SvxNumRuleType to enum classNoel Grandin1-6/+6
2015-03-26convert NUM_ constants to enum clasNoel Grandin1-17/+26
2015-03-25Typo: formated->formattedJulien Nabet2-5/+5
2015-03-25TyposJulien Nabet1-1/+1
2015-03-25convert SPELLCMD_ constants to enum classNoel Grandin1-9/+12
2015-03-25convert EE_STAT constants to enum classNoel Grandin1-16/+24
2015-03-25convert EV_CNTRL constants to enum classNoel Grandin3-14/+22
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin3-38/+57
2015-03-25convert MouseTarget to enum classNoel Grandin1-6/+6
2015-03-25convert VALID_ constants to enum classNoel Grandin1-25/+26