diff options
Diffstat (limited to 'sd/inc/cusshow.hxx')
-rw-r--r-- | sd/inc/cusshow.hxx | 6 |
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); |