diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-08-30 20:04:32 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-09-01 14:36:07 +0400 |
commit | 0fa3e9e3254634b2682604d4d6d710c835163123 (patch) | |
tree | 999be3ccdcfda8dff7f902cc52703beafdc00505 /sd/source/ui/inc/sdtreelb.hxx | |
parent | 5042636bf462ee6839ec6ab467dfe15f775af97f (diff) |
convert SdPageObjsTLB to OUString
Change-Id: Iad3f3a70ccf2d47add5ce7f0c8f9dfa85789a251
Diffstat (limited to 'sd/source/ui/inc/sdtreelb.hxx')
-rw-r--r-- | sd/source/ui/inc/sdtreelb.hxx | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/sd/source/ui/inc/sdtreelb.hxx b/sd/source/ui/inc/sdtreelb.hxx index e863aff63441..cb448daad8d1 100644 --- a/sd/source/ui/inc/sdtreelb.hxx +++ b/sd/source/ui/inc/sdtreelb.hxx @@ -25,7 +25,6 @@ #include "sdresid.hxx" #include "pres.hxx" #include "sddllapi.h" -#include <tools/string.hxx> #include <svtools/treelistbox.hxx> #include <svl/urlbmk.hxx> #include <tools/ref.hxx> @@ -128,7 +127,7 @@ protected: Image maImgGraphic; sal_Bool mbLinkableSelected; sal_Bool mbDragEnabled; - String maDocName; + OUString maDocName; ::sd::DrawDocShellRef mxBookmarkDocShRef; ///< for the loading of bookmarks ::sd::DrawDocShell* mpDropDocSh; SdNavigatorWin* mpDropNavWin; @@ -159,7 +158,7 @@ protected: whether a name is created. When a name is created then this name is not stored in the object. */ - String GetObjectName ( + OUString GetObjectName ( const SdrObject* pObject, const bool bCreate = true) const; void CloseBookmarkDoc(); @@ -189,14 +188,14 @@ public: void SetViewFrame( SfxViewFrame* pViewFrame ) { mpFrame = pViewFrame; } SfxViewFrame* GetViewFrame() const { return mpFrame; } - void Fill( const SdDrawDocument*, sal_Bool bAllPages, const String& rDocName ); - void Fill( const SdDrawDocument*, SfxMedium* pSfxMedium, const String& rDocName ); + void Fill( const SdDrawDocument*, sal_Bool bAllPages, const OUString& rDocName ); + void Fill( const SdDrawDocument*, SfxMedium* pSfxMedium, const OUString& rDocName ); void SetShowAllShapes (const bool bShowAllShapes, const bool bFill); bool GetShowAllShapes (void) const; sal_Bool IsEqualToDoc( const SdDrawDocument* pInDoc = NULL ); - sal_Bool HasSelectedChildren( const String& rName ); - sal_Bool SelectEntry( const String& rName ); - String GetSelectEntry(); + sal_Bool HasSelectedChildren( const OUString& rName ); + sal_Bool SelectEntry( const OUString& rName ); + OUString GetSelectEntry(); /** return selected entries nDepth == 0 -> pages |