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.cxx224 switch( implGetObject()->eObjKind ) in getType()
298 … SgaObject* pObj = pGalTheme->ImplReadSgaObject( const_cast< GalleryObject* >( implGetObject() ) ); in _setPropertyValues()
344 … *pValue <<= ::rtl::OUString( implGetObject()->aURL.GetMainURL( INetURLObject::NO_DECODE ) ); in _getPropertyValues()
354 …gaObject* pObj = pGalTheme->AcquireObject( pGalTheme->ImplGetGalleryObjectPos( implGetObject() ) ); in _getPropertyValues()
371 …gaObject* pObj = pGalTheme->AcquireObject( pGalTheme->ImplGetGalleryObjectPos( implGetObject() ) ); in _getPropertyValues()
394 …alTheme && pGalTheme->GetGraphic( pGalTheme->ImplGetGalleryObjectPos( implGetObject() ), aGraphic … in _getPropertyValues()
408 …pGalTheme && pGalTheme->GetModel( pGalTheme->ImplGetGalleryObjectPos( implGetObject() ), *pModel )… in _getPropertyValues()
429 const ::GalleryObject* GalleryItem::implGetObject() const in implGetObject() function in unogallery::GalleryItem
H A Dunogalitem.hxx97 const ::GalleryObject* implGetObject() const;
H A Dunogaltheme.cxx408 if( !pObj || ( (*aIter)->implGetObject() == pObj ) ) in implReleaseItems()