summaryrefslogtreecommitdiffstats
path: root/sd/inc/drawdoc.hxx
Commit message (Expand)AuthorAgeFilesLines
* coverity#735840 Unchecked dynamic_castCaolán McNamara2014-06-121-2/+5
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-3/+3
* coverity#704728 Unchecked dynamic_castCaolán McNamara2014-05-301-1/+1
* sd: sal_Bool->boolNoel Grandin2014-04-241-53/+53
* typo: deppending -> dependingThomas Arnhold2014-04-141-1/+1
* typo: direclty -> directlyThomas Arnhold2014-04-141-1/+1
* It's "its", not "it's"Tor Lillqvist2014-04-101-1/+1
* Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2014-04-071-2/+2
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-15/+15
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-261-1/+1
* Remove visual noise from sdAlexander Wilms2014-02-261-6/+1
* sal_Bool->boolNoel Grandin2014-02-111-3/+3
* Integrate branch of IAccessible2Steve Yin2013-11-281-0/+11
* sal_Bool to boolTakeshi Abe2013-10-251-6/+6
* clean up some include guardsThomas Arnhold2013-10-231-3/+3
* This syntax is C++11 only.Kohei Yoshida2013-09-101-1/+1
* Parsing master presentation objects from 'objectlist.xml'Vishv Brahmbhatt2013-09-101-0/+8
* String to OUStringThomas Arnhold2013-09-081-17/+17
* sd: fix C++11ismMichael Stahl2013-08-261-2/+5
* Some cleanup and consolidation of the Impress layout work.Thorsten Behrens2013-08-261-2/+4
* Few changes to "drawdoc.cxx".Vishv Brahmbhatt2013-08-261-2/+2
* Getting vector from "SdDrawDocument"Vishv Brahmbhatt2013-08-261-2/+2
* Temporarily adding new methods to "drawdoc.cxx".Vishv Brahmbhatt2013-08-261-1/+5
* remove C++11-ismLuboš Luňák2013-07-291-1/+1
* fdo#45233 Allow editing pps/ppsx Autoplay PresentationsSamuel Mehrbrodt2013-07-291-0/+4
* remove unwanted files added with ee51444ed1f7003dafc93c8181b5f8c1b0fd165bNoel Power2013-06-251-1/+0
* fix borders unit test ( test values have changed )Noel Power2013-06-241-0/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-9/+9
* Display the number of active slides in the statusbarRob Snelders2013-03-231-0/+2
* remove unused and commented out codeThomas Arnhold2013-03-041-2/+0
* added EmbedFonts property, added File/Properties/Font tabRadek Doulik2013-02-221-0/+5
* re-base on ALv2 code. Includes:Michael Meeks2012-11-281-23/+14
* STL'ify CustomShowListNoel Grandin2012-08-081-2/+5
* Convert documents to follow the doxygen standardNorah Abanimy2012-08-011-6/+6
* removed unnecessary forward declarations of classTakeshi Abe2012-06-291-11/+0
* Remove some more include guardsThomas Arnhold2012-06-291-4/+1
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-211-1/+1
* Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák2012-04-191-1/+1
* Make an out argument a pointer instead of a reference.Rafael Dominguez2012-04-161-2/+3
* Remove deprecated and unused methods.Rafael Dominguez2012-04-131-59/+0
* Overload SdDrawDocument::InsertBookmark to use vector instead of List.Rafael Dominguez2012-04-131-0/+6
* Make some inmutable parameters constant.Rafael Dominguez2012-04-131-1/+1
* Overload InsertBookmarkAsObject to use std::vector instead of List.Rafael Dominguez2012-04-131-0/+5
* Overload InsertBookmarkAsPage to use std::vector instead of List.Rafael Dominguez2012-04-131-0/+53
* Refactor SdDrawDocument::IterateBookmarkPages.Rafael Dominguez2012-04-131-5/+1
* do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák2012-04-071-1/+1
* removed duplicate includes in sdTakeshi Abe2012-03-251-2/+0
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-2/+2
* refactor SdrModel::GetDocumentStreamMichael Stahl2011-12-031-1/+0