Home
last modified time | relevance | path

Searched refs:GalleryObject (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/svx/source/gallery2/
H A Dgaltheme.cxx95 for( GalleryObject* pEntry = aObjectList.First(); pEntry; pEntry = aObjectList.Next() ) in ~GalleryTheme()
122 sal_Bool GalleryTheme::ImplWriteSgaObject( const SgaObject& rObj, sal_uIntPtr nPos, GalleryObject* … in ImplWriteSgaObject()
135 GalleryObject* pEntry; in ImplWriteSgaObject()
139 pEntry = new GalleryObject; in ImplWriteSgaObject()
159 SgaObject* GalleryTheme::ImplReadSgaObject( GalleryObject* pEntry ) in ImplReadSgaObject()
252 const GalleryObject* GalleryTheme::ImplGetGalleryObject( const INetURLObject& rURL ) in ImplGetGalleryObject()
254 GalleryObject* pEntry = aObjectList.First(); in ImplGetGalleryObject()
255 GalleryObject* pFoundEntry = NULL; in ImplGetGalleryObject()
266 INetURLObject GalleryTheme::ImplGetURL( const GalleryObject* pObject ) const in ImplGetURL()
348 …for( GalleryObject* pEntry = aObjectList.First(); pEntry && !bExists; pEntry = aObjectList.Next() ) in ImplCreateUniqueURL()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dgaltheme.hxx50 struct GalleryObject struct
64 DECLARE_LIST( GalleryObjectList, GalleryObject* ) argument
118 SVX_DLLPUBLIC SgaObject* ImplReadSgaObject( GalleryObject* pEntry );
119 … ImplWriteSgaObject( const SgaObject& rObj, sal_uIntPtr nPos, GalleryObject* pExistentEntr…
122 …const GalleryObject* ImplGetGalleryObject( sal_uIntPtr nPos ) const { return aObjectList.Ge… in ImplGetGalleryObject()
123 SVX_DLLPUBLIC const GalleryObject* ImplGetGalleryObject( const INetURLObject& rURL );
124 …sal_uIntPtr ImplGetGalleryObjectPos( const GalleryObject* pObj ) const { retur… in ImplGetGalleryObjectPos()
125 INetURLObject ImplGetURL( const GalleryObject* pObject ) const;
/AOO41X/main/svx/source/unogallery/
H A Dunogalitem.hxx37 struct GalleryObject;
56 GalleryItem( ::unogallery::GalleryTheme& rTheme, const GalleryObject& rObject );
95 const ::GalleryObject* mpGalleryObject;
97 const ::GalleryObject* implGetObject() const;
H A Dunogaltheme.cxx210 const GalleryObject* pObj = mpTheme->ImplGetGalleryObject( nIndex ); in getByIndex()
267 const GalleryObject* pObj = mpTheme->ImplGetGalleryObject( aURL ); in insertURLByIndex()
403 GalleryObject* pObj = reinterpret_cast< GalleryObject* >( rGalleryHint.GetData1() ); in Notify()
417 void GalleryTheme::implReleaseItems( GalleryObject* pObj ) in implReleaseItems()
H A Dunogalitem.cxx63 GalleryItem::GalleryItem( ::unogallery::GalleryTheme& rTheme, const GalleryObject& rObject ) : in GalleryItem()
310 … SgaObject* pObj = pGalTheme->ImplReadSgaObject( const_cast< GalleryObject* >( implGetObject() ) ); in _setPropertyValues()
443 const ::GalleryObject* GalleryItem::implGetObject() const in implGetObject()
H A Dunogaltheme.hxx36 struct GalleryObject;
98 void implReleaseItems( GalleryObject* pObj );