diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-12 12:46:19 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-12 12:46:19 +0000 |
commit | 22f0405c389532cc9da0c04ff4d88d077b1c3d0c (patch) | |
tree | bc9bfe7c70eb90b489ea3bb29d2ea1100b21826d /svx/inc/gallery.hxx | |
parent | 7947dfc1f5248612908849218d63412ea3d613b9 (diff) |
INTEGRATION: CWS sj09 (1.6.8); FILE MERGED
2004/07/27 19:09:18 sj 1.6.8.1: added method to retrieve all gallery object titles from a theme
Diffstat (limited to 'svx/inc/gallery.hxx')
-rw-r--r-- | svx/inc/gallery.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/svx/inc/gallery.hxx b/svx/inc/gallery.hxx index cb99e5fd6b72..02c219d1b3d8 100644 --- a/svx/inc/gallery.hxx +++ b/svx/inc/gallery.hxx @@ -2,9 +2,9 @@ * * $RCSfile: gallery.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2004-04-02 13:56:04 $ + * last change: $Author: hr $ $Date: 2004-10-12 13:46:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,6 +71,7 @@ #ifndef _URLOBJ_HXX #include <tools/urlobj.hxx> #endif +#include <vector> // ----------- // - Defines - @@ -160,9 +161,13 @@ public: static BOOL FillThemeList( List& rThemeList ); + // FillObjList is filling rObjList with Strings of the internal Gallery Object URL static BOOL FillObjList( const String& rThemeName, List& rObjList ); static BOOL FillObjList( ULONG nThemeId, List& rObjList ); + // FillObjTitleList is filling the rList with the title for each gallery object + static sal_Bool FillObjListTitle( const sal_uInt32 nThemeId, std::vector< rtl::OUString >& rList ); + static BOOL InsertURL( const String& rThemeName, const String& rURL ); static BOOL InsertURL( ULONG nThemeId, const String& rURL ); |