Lines Matching refs:pObject
266 INetURLObject GalleryTheme::ImplGetURL( const GalleryObject* pObject ) const in ImplGetURL()
270 if( pObject ) in ImplGetURL()
278 aPathURL.Append( pObject->aURL.GetName() ); in ImplGetURL()
282 aURL = pObject->aURL; in ImplGetURL()
512 void GalleryTheme::ReleaseObject( SgaObject* pObject ) in ReleaseObject() argument
514 delete pObject; in ReleaseObject()
850 const GalleryObject* pObject = ImplGetGalleryObject( nPos ); in GetGraphic() local
853 if( pObject ) in GetGraphic()
855 const INetURLObject aURL( ImplGetURL( pObject ) ); in GetGraphic()
857 switch( pObject->eObjKind ) in GetGraphic()
1009 const GalleryObject* pObject = ImplGetGalleryObject( nPos ); in GetModel() local
1012 if( pObject && ( SGA_OBJ_SVDRAW == pObject->eObjKind ) ) in GetModel()
1014 const INetURLObject aURL( ImplGetURL( pObject ) ); in GetModel()
1085 const GalleryObject* pObject = ImplGetGalleryObject( nPos ); in GetModelStream() local
1088 if( pObject && ( SGA_OBJ_SVDRAW == pObject->eObjKind ) ) in GetModelStream()
1090 const INetURLObject aURL( ImplGetURL( pObject ) ); in GetModelStream()
1174 const GalleryObject* pObject = ImplGetGalleryObject( nPos ); in GetURL() local
1177 if( pObject ) in GetURL()
1179 rURL = INetURLObject( ImplGetURL( pObject ) ); in GetURL()