Lines Matching refs:rURL

202 	sal_Bool					setTitleForURL( const OUString& rURL, const OUString& aTitle );
203 …sal_Bool getTitleFromURL( const OUString& rURL, OUString& aTitle, OUString& aType, sal_Bool& b…
350 void setHierarchyURL( const OUString& rURL ) { maHierarchyURL = rURL; } in setHierarchyURL() argument
351 void setTargetURL( const OUString& rURL ) { maTargetURL = rURL; } in setTargetURL() argument
373 void setHierarchyURL( const OUString& rURL ) { maHierarchyURL = rURL; } in setHierarchyURL() argument
374 void setTargetURL( const OUString& rURL ) { maTargetURL = rURL; } in setTargetURL() argument
638 sal_Bool SfxDocTplService_Impl::setTitleForURL( const OUString& rURL, const OUString& aTitle ) in setTitleForURL() argument
645 mxInfo->loadFromURL( rURL ); in setTitleForURL()
649 mxInfo->storeIntoURL( rURL ); in setTitleForURL()
661 sal_Bool SfxDocTplService_Impl::getTitleFromURL( const OUString& rURL, OUString& aTitle, OUString& … in getTitleFromURL() argument
669 mxInfo->loadFromURL( rURL ); in getTitleFromURL()
697 ::rtl::OUString aDocType = mxType->queryTypeByURL( rURL ); in getTitleFromURL()
713 INetURLObject aURL( rURL ); in getTitleFromURL()
2899 void SfxURLRelocator_Impl::makeRelocatableURL( rtl::OUString & rURL ) in makeRelocatableURL() argument
2901 if ( rURL.getLength() > 0 ) in makeRelocatableURL()
2904 implExpandURL( rURL ); in makeRelocatableURL()
2905 rURL = mxOfficeInstDirs->makeRelocatableURL( rURL ); in makeRelocatableURL()
2910 void SfxURLRelocator_Impl::makeAbsoluteURL( rtl::OUString & rURL ) in makeAbsoluteURL() argument
2912 if ( rURL.getLength() > 0 ) in makeAbsoluteURL()
2915 implExpandURL( rURL ); in makeAbsoluteURL()
2916 rURL = mxOfficeInstDirs->makeAbsoluteURL( rURL ); in makeAbsoluteURL()