summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-04-18Remove now unused oox::drawingml::CustomShapeProperties::PresetsMapMiklos Vajna
2014-04-18remove unused fwd-declEike Rathke
2014-04-18we don't even need an instance of SvtLanguageTable at SvxLanguageBoxEike Rathke
2014-04-17introduce second static GetLanguageString() with explicit bool parameterEike Rathke
2014-04-17introduce static SvtLanguageTable::GetLanguageType()Eike Rathke
2014-04-18Typo: s/cant/can't/Tor Lillqvist
2014-04-18Typo: s/shure/sureTor Lillqvist
2014-04-18Intermediate commit of hacking on --disable-database-connectivityTor Lillqvist
2014-04-17coverity#1202899 Uncaught exceptionCaolán McNamara
2014-04-17coverity#1202898 Uncaught exceptionCaolán McNamara
2014-04-18Refactor VCL bitmap codeChris Sherlock
2014-04-17coverity#708644 Uninitialized pointer fieldCaolán McNamara
2014-04-17oox: initial customshape preset data loaderMiklos Vajna
2014-04-17fdo#74702 Seperate ImplDrawGradientWallpaper and renameChris Sherlock
2014-04-17fdo#74702 Move common mask functionality to ApplyMaskChris Sherlock
2014-04-17Move bezier functionsChris Sherlock
2014-04-16oox: add a method to dump a PropertyMap as dataMiklos Vajna
2014-04-16Remove FontNameHash, use standard OUStringHashStephan Bergmann
2014-04-16non-desktop: Attempt to get rid of glew.Jan Holesovsky
2014-04-16For GCC 4.9, extend range where -Wnon-virtual-dtor is ignoredStephan Bergmann
2014-04-16fdo#77027: add some comments to prevent such oversightsMichael Stahl
2014-04-16coverity#1202981 Non-virtual destructorCaolán McNamara
2014-04-16coverity#1202938 unused class membersCaolán McNamara
2014-04-16coverity#1202941 Uninitialized scalar fieldCaolán McNamara
2014-04-16coverity#1202946 unused memberCaolán McNamara
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-04-16Split outdev3.cxxChris Sherlock
2014-04-16Split outdev2.cxxChris Sherlock
2014-04-16Move bezier functions into own source file bezier.cxxChris Sherlock
2014-04-16Don't forget to add polygon as an object in the makefile!Chris Sherlock
2014-04-16Change acessibility level for private functionsChris Sherlock
2014-04-15Unused code: binary_compose, identityThorsten Behrens
2014-04-15Remove iota template function & last call site.Thorsten Behrens
2014-04-15fdo#72287 Scroll automatically to show selected item when keyboard used.Andrzej Hunt
2014-04-15non-desktop: Avoid dbaccess.Jan Holesovsky
2014-04-15linguistic: sal_Bool->boolNoel Grandin
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-04-15sal_Bool to bool in SvtRulerAccessibleNoel Grandin
2014-04-15fix hacked bool in SfxDispatcher::SetSlotFilterNoel Grandin
2014-04-15xmloff: sal_Bool->boolNoel Grandin
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann
2014-04-15WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist
2014-04-15move some common OpenGL methods to vclMarkus Mohrhard
2014-04-15move the opengl headers to vcl/opengl for better separationMarkus Mohrhard
2014-04-15only render through OpenGL after successful context creationMarkus Mohrhard
2014-04-15switch to IOpenGLRenderer in chart2 2D renderingMarkus Mohrhard
2014-04-15tie lifetime of some objects togetherMarkus Mohrhard
2014-04-14fdo#76294: Intern strings in AddFormulaToken() as well.Kohei Yoshida
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida
2014-04-14The entry points for these are hidden behind OSL_DEBUG_LEVEL > 1 too.Jan Holesovsky