summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-31 13:52:13 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-31 13:52:13 +0000
commit00265ba9e24829c28de7ed668bcb0d13eb9c38c3 (patch)
treec0ee29aa9c1e50c04901f76fdb03061c31beb5e5 /svx/inc
parent9d73ea1b5c4f13c5e52148d7f5874fcbbf2ebb35 (diff)
INTEGRATION: CWS c02v1 (1.2.344); FILE MERGED
2004/08/14 05:30:37 ka 1.2.344.2: cleanup 2004/08/13 11:16:07 ka 1.2.344.1: #117562#: Gallery API
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/galtheme.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/svx/inc/galtheme.hxx b/svx/inc/galtheme.hxx
index ec493d1d0b62..38310c4386d3 100644
--- a/svx/inc/galtheme.hxx
+++ b/svx/inc/galtheme.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: galtheme.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 17:25:54 $
+ * last change: $Author: kz $ $Date: 2004-08-31 14:52:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,11 +108,18 @@ struct GalDragParams
class Gallery;
class GalleryProgress;
+namespace unogallery
+{
+ class GalleryTheme;
+ class GalleryItem;
+}
class GalleryTheme : public SfxBroadcaster
{
friend class Gallery;
friend class GalleryThemeCacheEntry;
+ friend class ::unogallery::GalleryTheme;
+ friend class ::unogallery::GalleryItem;
private:
@@ -132,6 +139,8 @@ private:
void ImplRead();
void ImplWrite();
const GalleryObject* ImplGetGalleryObject( ULONG nPos ) const { return aObjectList.GetObject( nPos ); }
+ const GalleryObject* ImplGetGalleryObject( const INetURLObject& rURL );
+ ULONG ImplGetGalleryObjectPos( const GalleryObject* pObj ) const { return aObjectList.GetPos( pObj ); }
INetURLObject ImplGetURL( const GalleryObject* pObject ) const;
INetURLObject ImplCreateUniqueURL( SgaObjKind eObjKind, ULONG nFormat = CVT_UNKNOWN );
void ImplSetModified( BOOL bModified ) { pThm->SetModified( bModified ); }