From 99120b7ddc8ede9108d4a45a5605ac191fe22bc9 Mon Sep 17 00:00:00 2001 From: Rob Snelders Date: Sat, 23 Mar 2013 19:36:41 +0100 Subject: Display the number of active slides in the statusbar Conflicts: sd/source/ui/view/drviews4.cxx Change-Id: I788070fdf093ec8b9f875ea5e81999990cd04501 --- sd/inc/drawdoc.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sd/inc') 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; } -- cgit