summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-03 13:57:52 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:44 +0200
commitebdaa4d5bf9538c693f76c7f32c2235e4740a65c (patch)
tree5fda1bc131fe811b660fc1d7ed2eccbbce7701fb /include/svx
parent6f5ffd49378d4e2ae6786fd1bb14258ea7aeea66 (diff)
convert include/svx/gallery.hxx from String to OUString
Change-Id: I0334a9544d25d35492764d0f5832f85604470cff
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/gallery.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/svx/gallery.hxx b/include/svx/gallery.hxx
index 1fbec79d6d7c..2f6f40b01af3 100644
--- a/include/svx/gallery.hxx
+++ b/include/svx/gallery.hxx
@@ -55,35 +55,35 @@ public:
static bool FillThemeList( std::vector<String>& rThemeList );
// FillObjList is filling rObjList with Strings of the internal Gallery Object URL
- static sal_Bool FillObjList( const String& rThemeName, std::vector<String> &rObjList );
+ static sal_Bool FillObjList( const OUString& rThemeName, std::vector<String> &rObjList );
static sal_Bool FillObjList( const sal_uInt32 nThemeId, std::vector<String> &rObjList );
static bool FillObjList( const sal_uInt32 nThemeId, std::vector<OUString> &rObjList );
// FillObjTitleList is filling the rList with the title for each gallery object
static sal_Bool FillObjListTitle( const sal_uInt32 nThemeId, std::vector< OUString >& rList );
- static sal_Bool InsertURL( const String& rThemeName, const String& rURL );
- static sal_Bool InsertURL( sal_uIntPtr nThemeId, const String& rURL );
+ static sal_Bool InsertURL( const OUString& rThemeName, const OUString& rURL );
+ static sal_Bool InsertURL( sal_uIntPtr nThemeId, const OUString& rURL );
- static sal_Bool GetGraphicObj( const String& rThemeName, sal_uIntPtr nPos,
+ static sal_Bool GetGraphicObj( const OUString& rThemeName, sal_uIntPtr nPos,
Graphic* pGraphic = NULL, BitmapEx* pThumb = NULL,
sal_Bool bProgess = sal_False );
static sal_Bool GetGraphicObj( sal_uIntPtr nThemeId, sal_uIntPtr nPos,
Graphic* pGraphic = NULL, BitmapEx* pThumb = NULL,
sal_Bool bProgess = sal_False );
- static sal_uIntPtr GetSdrObjCount( const String& rThemeName );
+ static sal_uIntPtr GetSdrObjCount( const OUString& rThemeName );
static sal_uIntPtr GetSdrObjCount( sal_uIntPtr nThemeId );
- static sal_Bool GetSdrObj( const String& rThemeName, sal_uIntPtr nSdrModelPos,
+ static sal_Bool GetSdrObj( const OUString& rThemeName, sal_uIntPtr nSdrModelPos,
SdrModel* pModel = NULL, BitmapEx* pThumb = NULL );
static sal_Bool GetSdrObj( sal_uIntPtr nThemeId, sal_uIntPtr nSdrModelPos,
SdrModel* pModel = NULL, BitmapEx* pThumb = NULL );
- static sal_Bool BeginLocking( const String& rThemeName );
+ static sal_Bool BeginLocking( const OUString& rThemeName );
static sal_Bool BeginLocking( sal_uIntPtr nThemeId );
- static sal_Bool EndLocking( const String& rThemeName );
+ static sal_Bool EndLocking( const OUString& rThemeName );
static sal_Bool EndLocking( sal_uIntPtr nThemeId );
};