Lines Matching refs:rURL

252 const GalleryObject* GalleryTheme::ImplGetGalleryObject( const INetURLObject& rURL )  in ImplGetGalleryObject()  argument
258 if( pEntry->aURL == rURL ) in ImplGetGalleryObject()
751 GalleryThemeEntry* GalleryTheme::CreateThemeEntry( const INetURLObject& rURL, sal_Bool bReadOnly ) in CreateThemeEntry() argument
753 DBG_ASSERT( rURL.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in CreateThemeEntry()
757 if( FileExists( rURL ) ) in CreateThemeEntry()
759 …SvStream* pIStm = ::utl::UcbStreamHelper::CreateStream( rURL.GetMainURL( INetURLObject::NO_DECODE … in CreateThemeEntry()
812 INetURLObject aPathURL( rURL ); in CreateThemeEntry()
817 String(rURL.GetBase()).Copy( 2, 6 ).ToInt32(), in CreateThemeEntry()
1172 sal_Bool GalleryTheme::GetURL( sal_uIntPtr nPos, INetURLObject& rURL, sal_Bool ) in GetURL() argument
1179 rURL = INetURLObject( ImplGetURL( pObject ) ); in GetURL()
1188 sal_Bool GalleryTheme::InsertURL( const INetURLObject& rURL, sal_uIntPtr nInsertPos ) in InsertURL() argument
1193 const sal_uInt16 nImportRet = GalleryGraphicImport( rURL, aGraphic, aFormat ); in InsertURL()
1199 pNewObj = (SgaObject*) new SgaObjectINet( aGraphic, rURL, aFormat ); in InsertURL()
1201 pNewObj = (SgaObject*) new SgaObjectAnim( aGraphic, rURL, aFormat ); in InsertURL()
1203 pNewObj = (SgaObject*) new SgaObjectBmp( aGraphic, rURL, aFormat ); in InsertURL()
1205 …else if( ::avmedia::MediaWindow::isMediaURL( rURL.GetMainURL( INetURLObject::DECODE_UNAMBIGUOUS ) … in InsertURL()
1206 pNewObj = (SgaObject*) new SgaObjectSound( rURL ); in InsertURL()