summaryrefslogtreecommitdiff
path: root/sd/source/core/drawdoc.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-26valgrind: uninitialized value in AvoidConfig pathCaolán McNamara1-0/+1
2015-08-26add ppt to fftesterCaolán McNamara1-1/+9
2015-08-20loplugin:defaultparamsNoel Grandin1-2/+2
2015-04-29redundant castCaolán McNamara1-1/+1
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-3/+3
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin1-21/+21
2015-02-23sd: add SdDrawDocument::dumpAsXml()Miklos Vajna1-0/+20
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2014-12-21fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-12-09changed timers to idlesTobias Madl1-1/+1
2014-12-03From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUriStephan Bergmann1-3/+3
2014-11-12loplugin: cstylecastNoel Grandin1-18/+18
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+3
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-3/+3
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-3/+3
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-3/+3
2014-10-02Bin EE_CNTRL_URLSFXEXECUTE which was only set, never testedTor Lillqvist1-2/+0
2014-10-01sd: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+0
2014-06-25remove whitespacesMarkus Mohrhard1-5/+0
2014-06-13SdStyleSheetPool::GetBulletFont can be staticStephan Bergmann1-2/+1
2014-06-13Set mxStyleSheetPool before using itStephan Bergmann1-1/+2
2014-06-12coverity#735840 Unchecked dynamic_castCaolán McNamara1-1/+6
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-12/+0
2014-05-30coverity#704728 Unchecked dynamic_castCaolán McNamara1-1/+6
2014-05-11coverity#736795 Dereference before null checkCaolán McNamara1-1/+1
2014-05-09rhbz#1071604 don't crash if slide layout configs are missingDavid Tardon1-12/+26
2014-04-24sd: sal_Bool->boolNoel Grandin1-12/+12
2014-04-14typo: objectes -> objectsThomas Arnhold1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin1-3/+3
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-27editeng: sal_Bool->boolNoel Grandin1-4/+4
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-11sal_Bool->boolNoel Grandin1-2/+2
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-12-09GetBasic and m_pBasic are unusedCaolán McNamara1-1/+1
2013-11-28Integrate branch of IAccessible2Steve Yin1-0/+1
2013-10-25sal_Bool to boolTakeshi Abe1-7/+7
2013-10-02Use std::auto_ptr::reset where applicableStephan Bergmann1-4/+2
2013-09-13Using macro expansion function for the remaining config entries.Vishv Brahmbhatt1-4/+2
2013-09-10Parsing master presentation objects from 'objectlist.xml'Vishv Brahmbhatt1-29/+35
2013-09-08String to OUStringThomas Arnhold1-11/+11
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-19/+1
2013-08-26Some cleanup and consolidation of the Impress layout work.Thorsten Behrens1-52/+37
2013-08-26Fixed a broken unit-test.Vishv Brahmbhatt1-2/+2
2013-08-26Making few changes to the parser logic.Vishv Brahmbhatt1-1/+3
2013-08-26Few changes to "drawdoc.cxx".Vishv Brahmbhatt1-15/+16
2013-08-26Getting vector from "SdDrawDocument"Vishv Brahmbhatt1-6/+1
2013-08-26Temporarily adding new methods to "drawdoc.cxx".Vishv Brahmbhatt1-0/+88
2013-08-24String(SdResId(foo)) -> SD_RESSTR(foo)Ivan Timofeev1-5/+5