summaryrefslogtreecommitdiff
path: root/sd/source/core/sdpage.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-12loplugin: cstylecastNoel Grandin1-47/+47
2014-11-06refactor MasterLayoutDialog::remove to SdPage::DestroyDefaultPresObjCaolán McNamara1-0/+19
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-11/+11
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-11/+11
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-5/+5
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-5/+5
2014-08-18Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann1-1/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-11/+10
2014-08-05Clear() an SdPage while it is still an SdPageStephan Bergmann1-0/+2
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann1-8/+8
2014-07-31Consistency around SdrMetricItemStephan Bergmann1-4/+4
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-2/+2
2014-06-25remove whitespacesMarkus Mohrhard1-14/+0
2014-06-19coverity#706052 Unintended sign extensionCaolán McNamara1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-8/+0
2014-05-11coverity#705853 Dereference before null checkCaolán McNamara1-3/+3
2014-04-24sd: sal_Bool->boolNoel Grandin1-24/+24
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-2/+1
2014-04-14typo: referenzed -> referencedThomas Arnhold1-1/+1
2014-04-14typo: adjustement -> adjustmentThomas Arnhold1-1/+1
2014-03-17sd: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin1-3/+3
2014-03-11svx: sal_Bool->boolNoel Grandin1-9/+9
2014-03-07coverity#735831 Dereference after null checkCaolán McNamara1-1/+1
2014-03-02coverity#704732 Dereference after null checkCaolán McNamara1-1/+1
2014-02-27editeng: sal_Bool->boolNoel Grandin1-3/+3
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-06Typo: formating -> formattingJulien Nabet1-1/+1
2014-01-29fdo#39440 - cppcheck cleanlinessRadu Ioan1-3/+5
2014-01-28bool improvementsStephan Bergmann1-14/+14
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-09GetBasic and m_pBasic are unusedCaolán McNamara1-2/+2
2013-10-10CID#1103712 big element passed by valueCaolán McNamara1-1/+1
2013-10-08Resolves: #i119056# Added direct refreshes for objects dependent...Armin Le Grand1-0/+47
2013-09-19restore behaviour after OUString changesNoel Grandin1-1/+3
2013-09-19convert the rest of the .cxx files in sd from String to OUStringNoel Grandin1-18/+18
2013-09-10constStephan Bergmann1-3/+3
2013-09-10We can use plain char array for these, only to avoid C++11 construct.Kohei Yoshida1-16/+25
2013-09-10Parsing master presentation objects from 'objectlist.xml'Vishv Brahmbhatt1-110/+161
2013-09-08String to OUStringThomas Arnhold1-32/+25
2013-09-05convert include/svx/svdoole2.hxx from String to OUStringNoel Grandin1-2/+2
2013-08-26Small fix to the previous commit.Vishv Brahmbhatt1-2/+2
2013-08-26Some cleanup and consolidation of the Impress layout work.Thorsten Behrens1-71/+39
2013-08-26Few name conventions changes.Vishv Brahmbhatt1-4/+4
2013-08-26Adding vertical layouts to XML file.Vishv Brahmbhatt1-172/+16
2013-08-26Making few changes to the parser logic.Vishv Brahmbhatt1-70/+69
2013-08-26Few changes to "drawdoc.cxx".Vishv Brahmbhatt1-5/+3
2013-08-26Getting vector from "SdDrawDocument"Vishv Brahmbhatt1-65/+4