summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
AgeCommit message (Expand)Author
2014-03-19coverity#704841 Dereference after null checkCaolán McNamara
2014-03-17Skeleton of drawinglayer object called OpenGLObjectZolnai Tamás
2014-03-14svx: sal_Bool->boolNoel Grandin
2014-03-14svx: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-10ooxml: preserve dateFormat for unchanged date controlsJacobo Aragunde Pérez
2014-03-10svx: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza
2014-03-03SVX : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-03-03editeng: sal_Bool->boolNoel Grandin
2014-02-27coverity#1187650 Logically dead codeCaolán McNamara
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from svxAlexander Wilms
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-21editeng: sal_Bool->boolNoel Grandin
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-19Resolves: #i123539# some optimizations for 3D chart...Armin Le Grand
2014-02-17cid#705910 dereference before null checkNoel Grandin
2014-02-13coverity#738003 Uncaught exceptionCaolán McNamara
2014-02-12sal_Bool->boolNoel Grandin
2014-02-12sal_Bool->boolNoel Grandin
2014-02-12cid#705265 missing break in switchNoel Grandin
2014-02-10Typo: execption -> exceptionJulien Nabet
2014-02-09Typo: I/internaly -> I/internallyJulien Nabet
2014-02-07remove the 4 send crash report tabpagesCaolán McNamara
2014-01-29coverity#1158171 Missing break in switchCaolán McNamara
2014-01-29bool improvementsStephan Bergmann
2014-01-29add ugly hack to work around SvxDrawPage::add only accepting SvxShapeMarkus Mohrhard
2014-01-28bool improvementsStephan Bergmann
2014-01-27cp#1000025: Import casemaps from pptx.Muthu Subramanian
2014-01-25coverity#704842 Dereference after NULL checkNorbert Thiebaud
2014-01-24coverity#1158401 Uncaught exceptionCaolán McNamara
2014-01-22convert more SvStream::operator<< callsNoel Grandin
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-21Consistently let SetDesingMode functions take bool argumentStephan Bergmann
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-18Unify ctor functions for component implementations.Matúš Kukan
2014-01-16fdo#54938: Convert svx and svl to cppu::supportsService...Marcos Paulo de Souza
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan
2014-01-10fdo#72005: Insert the border rectangle to the bottom of the stack.Kohei Yoshida
2014-01-08SvxShapeCollection is not used directly anymore; hide it.Matúš Kukan
2014-01-08Do not use SvxShapeCollection directly.Matúš Kukan
2013-12-31valgrind: initialize nType and nInventor value.Michael Meeks