diff options
author | Rob Snelders <programming@ertai.nl> | 2013-03-23 19:36:41 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-03-23 22:58:52 +0100 |
commit | 99120b7ddc8ede9108d4a45a5605ac191fe22bc9 (patch) | |
tree | 8500cc2657aada3d22e8c5b7ff690861d77ba491 /sd/inc | |
parent | 78eda507c8452e8f6d743427d56526a91b779790 (diff) |
Display the number of active slides in the statusbar
Conflicts:
sd/source/ui/view/drviews4.cxx
Change-Id: I788070fdf093ec8b9f875ea5e81999990cd04501
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/drawdoc.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index 3d8997885403..d9b96793e28a 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -343,6 +343,8 @@ public: SD_DLLPUBLIC SdPage*GetMasterSdPage(sal_uInt16 nPgNum, PageKind ePgKind); SD_DLLPUBLIC sal_uInt16 GetMasterSdPageCount(PageKind ePgKind) const; + SD_DLLPUBLIC sal_uInt16 GetActiveSdPageCount() const; + sal_uInt16 GetMasterPageUserCount(SdrPage* pMaster) const; const sd::PresentationSettings& getPresentationSettings() const { return maPresentationSettings; } |