Lines Matching refs:rURL

215     sal_Bool        Kill( const OUString& rURL );
254 inline HashedEntry( const INetURLObject& rURL );
268 inline HashedEntry::HashedEntry( const INetURLObject& rURL ): in HashedEntry() argument
269 maName( rURL.GetMainURL( INetURLObject::NO_DECODE ) ), in HashedEntry()
608 void EntryRemoved( const OUString& rURL );
609 void EntryRenamed( OUString& rURL,
611 String FolderInserted( const OUString& rURL,
614 sal_uLong GetEntryPos( const OUString& rURL );
1493 const String& rURL, in Initialize() argument
1503 mpImp->maViewURL = rURL; in Initialize()
1524 const String& rURL, in Initialize() argument
1528 …return Initialize( rURL, rFilter, pAsyncDescriptor, ::com::sun::star::uno::Sequence< ::rtl::OUStri… in Initialize()
2596 void SvtFileView_Impl::EntryRemoved( const OUString& rURL ) in EntryRemoved() argument
2604 if ( (*aIt)->maTargetURL == rURL ) in EntryRemoved()
2613 void SvtFileView_Impl::EntryRenamed( OUString& rURL, in EntryRenamed() argument
2622 if ( (*aIt)->maTargetURL == rURL ) in EntryRenamed()
2631 INetURLObject aURLObj( rURL ); in EntryRenamed()
2634 rURL = aURLObj.GetMainURL( INetURLObject::NO_DECODE ); in EntryRenamed()
2636 (*aIt)->maTargetURL = rURL; in EntryRenamed()
2643 String SvtFileView_Impl::FolderInserted( const OUString& rURL, const OUString& rTitle ) in FolderInserted() argument
2652 pData->maTargetURL = rURL; in FolderInserted()
2654 INetURLObject aURLObj( rURL ); in FolderInserted()
2687 sal_uLong SvtFileView_Impl::GetEntryPos( const OUString& rURL ) in GetEntryPos() argument
2696 if ( (*aIt)->maTargetURL == rURL ) in GetEntryPos()