Searched refs:aStorageURL (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/basic/source/uno/ |
H A D | namecont.cxx | 836 OUString aStorageURL = rLib.aStorageURL; in init_Impl() local 837 if( !bStorage && aStorageURL.isEmpty() && nPass == 0 ) in init_Impl() 1145 OUString aStorageURL = pImplLib->maUnexpandedStorageURL; in init_Impl() local 1147 if( aStorageURL.indexOf( aUserSearchStr ) != -1 || in init_Impl() 1148 aStorageURL.indexOf( aSharedSearchStr ) != -1 || in init_Impl() 1149 aStorageURL.indexOf( aBundledSearchStr ) != -1 || in init_Impl() 1150 aStorageURL.indexOf( aInstSearchStr ) != -1 ) in init_Impl() 1292 aStorageURL = aInetObj.GetMainURL( INetURLObject::NO_DECODE ); in checkStorageURL() 1297 aStorageURL = aExpandedSourceURL; in checkStorageURL() 1752 rLib.aStorageURL = aIndexFileName; in implLoadLibraryIndexFile() [all …]
|
H A D | dlgcont.cxx | 553 const OUString& aStorageURL, in SfxDialogLibrary() argument 557 xMSF, xSFI, aLibInfoFileURL, aStorageURL, ReadOnly) in SfxDialogLibrary()
|
H A D | scriptcont.cxx | 1222 const OUString& aStorageURL, in SfxScriptLibrary() argument 1225 aLibInfoFileURL, aStorageURL, ReadOnly) in SfxScriptLibrary()
|
/aoo42x/main/svtools/source/misc/ |
H A D | templatefoldercache.cxx | 787 INetURLObject aStorageURL( sStorageURL ); in openCacheStream() local 788 if ( INET_PROT_NOT_VALID == aStorageURL.GetProtocol() ) in openCacheStream() 795 aStorageURL.Append( getCacheFileName() ); in openCacheStream() 798 …m_pCacheStream = UcbStreamHelper::CreateStream( aStorageURL.GetMainURL( INetURLObject::DECODE_TO_I… in openCacheStream()
|
/aoo42x/main/xmlscript/source/xmllib_imexp/ |
H A D | xmllib_export.cxx | 87 if( rLib.aStorageURL.getLength() ) in exportLibraryContainer() 90 rLib.aStorageURL ); in exportLibraryContainer()
|
H A D | xmllib_import.cxx | 246 aDesc.aStorageURL = xAttributes->getValueByUidName( in startChildElement()
|
/aoo42x/main/xmlscript/source/xmlflat_imexp/ |
H A D | xmlbas_import.cxx | 222 ::rtl::OUString aStorageURL = xAttributes->getValueByUidName( in startChildElement() 236 m_xLibContainer->createLibraryLink( aName, aStorageURL, bReadOnly ) ); in startChildElement()
|
/aoo42x/main/xmlscript/inc/xmlscript/ |
H A D | xmllib_imexp.hxx | 43 ::rtl::OUString aStorageURL;
|
/aoo42x/main/basic/source/inc/ |
H A D | dlgcont.hxx | 142 … const ::rtl::OUString& aLibInfoFileURL, const ::rtl::OUString& aStorageURL, sal_Bool ReadOnly,
|
H A D | scriptcont.hxx | 174 … const ::rtl::OUString& aLibInfoFileURL, const ::rtl::OUString& aStorageURL, sal_Bool ReadOnly
|
H A D | namecont.hxx | 348 ::rtl::OUString& aStorageURL, 636 aStorageURL,
|
Completed in 115 milliseconds