diff options
Diffstat (limited to 'sd/source/ui/inc/View.hxx')
-rw-r--r-- | sd/source/ui/inc/View.hxx | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx index 3e712523a161..99901a5f01e3 100644 --- a/sd/source/ui/inc/View.hxx +++ b/sd/source/ui/inc/View.hxx @@ -168,6 +168,21 @@ public: sal_Bool GetExchangeList( List*& rpExchangeList, List* pBookmarkList, sal_uInt16 nType ); + /************************************************************************* + |* + |* Rueckgabeparameter: + |* pExchangeList == NULL -> Namen sind alle eindeutig + |* bNameOK == sal_False -> Benutzer hat abgebrochen + |* nType == 0 -> Seiten + |* nType == 1 -> Objekte + |* nType == 2 -> Seiten + Objekte + |* + \************************************************************************/ + + bool GetExchangeList( std::vector<rtl::OUString> &rExchangeList, + std::vector<rtl::OUString> &rBookmarkList, + const sal_uInt16 nType ); + virtual void onAccessibilityOptionsChanged(); virtual SdrModel* GetMarkedObjModel() const; |