summaryrefslogtreecommitdiff
path: root/sd/inc/drawdoc.hxx
AgeCommit message (Expand)Author
2014-10-01sd: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-18Generally better to have DLLPUBLIC class with some DLLPRIVATE membersStephan Bergmann
2014-06-12coverity#735840 Unchecked dynamic_castCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-30coverity#704728 Unchecked dynamic_castCaolán McNamara
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-04-14typo: deppending -> dependingThomas Arnhold
2014-04-14typo: direclty -> directlyThomas Arnhold
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-02-26Remove visual noise from sdAlexander Wilms
2014-02-11sal_Bool->boolNoel Grandin
2013-11-28Integrate branch of IAccessible2Steve Yin
2013-10-25sal_Bool to boolTakeshi Abe
2013-10-23clean up some include guardsThomas Arnhold
2013-09-10This syntax is C++11 only.Kohei Yoshida
2013-09-10Parsing master presentation objects from 'objectlist.xml'Vishv Brahmbhatt
2013-09-08String to OUStringThomas Arnhold
2013-08-26sd: fix C++11ismMichael Stahl
2013-08-26Some cleanup and consolidation of the Impress layout work.Thorsten Behrens
2013-08-26Few changes to "drawdoc.cxx".Vishv Brahmbhatt
2013-08-26Getting vector from "SdDrawDocument"Vishv Brahmbhatt
2013-08-26Temporarily adding new methods to "drawdoc.cxx".Vishv Brahmbhatt
2013-07-29remove C++11-ismLuboš Luňák
2013-07-29fdo#45233 Allow editing pps/ppsx Autoplay PresentationsSamuel Mehrbrodt
2013-06-25remove unwanted files added with ee51444ed1f7003dafc93c8181b5f8c1b0fd165bNoel Power
2013-06-24fix borders unit test ( test values have changed )Noel Power
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-23Display the number of active slides in the statusbarRob Snelders
2013-03-04remove unused and commented out codeThomas Arnhold
2013-02-22added EmbedFonts property, added File/Properties/Font tabRadek Doulik
2012-11-28re-base on ALv2 code. Includes:Michael Meeks
2012-08-08STL'ify CustomShowListNoel Grandin
2012-08-01Convert documents to follow the doxygen standardNorah Abanimy
2012-06-29removed unnecessary forward declarations of classTakeshi Abe
2012-06-29Remove some more include guardsThomas Arnhold
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák
2012-04-16Make an out argument a pointer instead of a reference.Rafael Dominguez
2012-04-13Remove deprecated and unused methods.Rafael Dominguez
2012-04-13Overload SdDrawDocument::InsertBookmark to use vector instead of List.Rafael Dominguez
2012-04-13Make some inmutable parameters constant.Rafael Dominguez
2012-04-13Overload InsertBookmarkAsObject to use std::vector instead of List.Rafael Dominguez
2012-04-13Overload InsertBookmarkAsPage to use std::vector instead of List.Rafael Dominguez
2012-04-13Refactor SdDrawDocument::IterateBookmarkPages.Rafael Dominguez