Home
last modified time | relevance | path

Searched refs:implGetObject (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/unogallery/
H A Dunogalitem.cxx232 switch( implGetObject()->eObjKind ) in getType()
310 … SgaObject* pObj = pGalTheme->ImplReadSgaObject( const_cast< GalleryObject* >( implGetObject() ) ); in _setPropertyValues()
358 … *pValue <<= ::rtl::OUString( implGetObject()->aURL.GetMainURL( INetURLObject::NO_DECODE ) ); in _getPropertyValues()
368 …gaObject* pObj = pGalTheme->AcquireObject( pGalTheme->ImplGetGalleryObjectPos( implGetObject() ) ); in _getPropertyValues()
385 …gaObject* pObj = pGalTheme->AcquireObject( pGalTheme->ImplGetGalleryObjectPos( implGetObject() ) ); in _getPropertyValues()
408 …alTheme && pGalTheme->GetGraphic( pGalTheme->ImplGetGalleryObjectPos( implGetObject() ), aGraphic … in _getPropertyValues()
422 …pGalTheme && pGalTheme->GetModel( pGalTheme->ImplGetGalleryObjectPos( implGetObject() ), *pModel )… in _getPropertyValues()
443 const ::GalleryObject* GalleryItem::implGetObject() const in implGetObject() function in unogallery::GalleryItem
H A Dunogalitem.hxx97 const ::GalleryObject* implGetObject() const;
H A Dunogaltheme.cxx423 if( !pObj || ( (*aIter)->implGetObject() == pObj ) ) in implReleaseItems()