summaryrefslogtreecommitdiff
path: root/sd/inc/drawdoc.hxx
AgeCommit message (Expand)AuthorFilesLines
2014-04-24sd: sal_Bool->boolNoel Grandin1-53/+53
2014-04-14typo: deppending -> dependingThomas Arnhold1-1/+1
2014-04-14typo: direclty -> directlyThomas Arnhold1-1/+1
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-2/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-15/+15
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann1-1/+1
2014-02-26Remove visual noise from sdAlexander Wilms1-6/+1
2014-02-11sal_Bool->boolNoel Grandin1-3/+3
2013-11-28Integrate branch of IAccessible2Steve Yin1-0/+11
2013-10-25sal_Bool to boolTakeshi Abe1-6/+6
2013-10-23clean up some include guardsThomas Arnhold1-3/+3
2013-09-10This syntax is C++11 only.Kohei Yoshida1-1/+1
2013-09-10Parsing master presentation objects from 'objectlist.xml'Vishv Brahmbhatt1-0/+8
2013-09-08String to OUStringThomas Arnhold1-17/+17
2013-08-26sd: fix C++11ismMichael Stahl1-2/+5
2013-08-26Some cleanup and consolidation of the Impress layout work.Thorsten Behrens1-2/+4
2013-08-26Few changes to "drawdoc.cxx".Vishv Brahmbhatt1-2/+2
2013-08-26Getting vector from "SdDrawDocument"Vishv Brahmbhatt1-2/+2
2013-08-26Temporarily adding new methods to "drawdoc.cxx".Vishv Brahmbhatt1-1/+5
2013-07-29remove C++11-ismLuboš Luňák1-1/+1
2013-07-29fdo#45233 Allow editing pps/ppsx Autoplay PresentationsSamuel Mehrbrodt1-0/+4
2013-06-25remove unwanted files added with ee51444ed1f7003dafc93c8181b5f8c1b0fd165bNoel Power1-1/+0
2013-06-24fix borders unit test ( test values have changed )Noel Power1-0/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-9/+9
2013-03-23Display the number of active slides in the statusbarRob Snelders1-0/+2
2013-03-04remove unused and commented out codeThomas Arnhold1-2/+0
2013-02-22added EmbedFonts property, added File/Properties/Font tabRadek Doulik1-0/+5
2012-11-28re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-08-08STL'ify CustomShowListNoel Grandin1-2/+5
2012-08-01Convert documents to follow the doxygen standardNorah Abanimy1-6/+6
2012-06-29removed unnecessary forward declarations of classTakeshi Abe1-11/+0
2012-06-29Remove some more include guardsThomas Arnhold1-4/+1
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks1-1/+1
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák1-1/+1
2012-04-16Make an out argument a pointer instead of a reference.Rafael Dominguez1-2/+3
2012-04-13Remove deprecated and unused methods.Rafael Dominguez1-59/+0
2012-04-13Overload SdDrawDocument::InsertBookmark to use vector instead of List.Rafael Dominguez1-0/+6
2012-04-13Make some inmutable parameters constant.Rafael Dominguez1-1/+1
2012-04-13Overload InsertBookmarkAsObject to use std::vector instead of List.Rafael Dominguez1-0/+5
2012-04-13Overload InsertBookmarkAsPage to use std::vector instead of List.Rafael Dominguez1-0/+53
2012-04-13Refactor SdDrawDocument::IterateBookmarkPages.Rafael Dominguez1-5/+1
2012-04-07do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák1-1/+1
2012-03-25removed duplicate includes in sdTakeshi Abe1-2/+0
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-2/+2
2011-12-03refactor SdrModel::GetDocumentStreamMichael Stahl1-1/+0
2011-06-10Replace List for std::vector<sd::FrameView*>.Rafael Dominguez1-4/+4
2011-06-09Resolves: fdo#34723 unused variables and argumentsCaolán McNamara1-24/+0
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Bjoern Michaelsen1-72/+83