summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-02-01 15:05:27 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-02-01 15:35:06 +0400
commitab8f1757cedf0029bf3bec40cfe48069a33151be (patch)
tree75106524e57d56ba1386ba5b42120b232d6fd2ab /sd
parent581b43d46e716eb5dc90046d65043b96e3d4e4dc (diff)
add comments
Diffstat (limited to 'sd')
-rw-r--r--sd/inc/cusshow.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sd/inc/cusshow.hxx b/sd/inc/cusshow.hxx
index 74c6cfab1b6c..64593faac465 100644
--- a/sd/inc/cusshow.hxx
+++ b/sd/inc/cusshow.hxx
@@ -69,8 +69,14 @@ public:
// @@@ copy ctor, but no copy assignment? @@@
SdCustomShow( const SdCustomShow& rShow );
+ /** Provides a direct access to the collection of the SdPage objects. */
PageVec& PagesVector();
+ /**
+ * Replaces all occurences of pOldPage with pNewPage.
+ * If pNewPage is 0 then removes all occurences of pOldPage.
+ */
void ReplacePage( const SdPage* pOldPage, const SdPage* pNewPage );
+ /** Removes all occurences of pPage. */
void RemovePage( const SdPage* pPage );
void SetName(const String& rName);