Lines Matching refs:aLibInfoPath

1609         OUString aLibInfoPath;  in implStoreLibraryIndexFile()  local
1620 aLibInfoPath = aInetObj.GetMainURL( INetURLObject::NO_DECODE ); in implStoreLibraryIndexFile()
1625 aLibInfoPath = pLib->maLibInfoFileURL; in implStoreLibraryIndexFile()
1630 if( xSFI->exists( aLibInfoPath ) ) in implStoreLibraryIndexFile()
1631 xSFI->kill( aLibInfoPath ); in implStoreLibraryIndexFile()
1632 xOut = xSFI->openFileWrite( aLibInfoPath ); in implStoreLibraryIndexFile()
1639 SfxErrorContext aEc( ERRCTX_SFX_SAVEDOC, aLibInfoPath ); in implStoreLibraryIndexFile()
1678 String aLibInfoPath; in implLoadLibraryIndexFile() local
1681 aLibInfoPath = maInfoFileName; in implLoadLibraryIndexFile()
1682 aLibInfoPath += String( RTL_CONSTASCII_USTRINGPARAM("-lb.xml") ); in implLoadLibraryIndexFile()
1686 xStorage->openStreamElement( aLibInfoPath, embed::ElementModes::READ ); in implLoadLibraryIndexFile()
1700 aLibInfoPath = pLib->maLibInfoFileURL; in implLoadLibraryIndexFile()
1703 aLibInfoPath = aIndexFileName; in implLoadLibraryIndexFile()
1707 xInput = mxSFI->openFileRead( aLibInfoPath ); in implLoadLibraryIndexFile()
1714 SfxErrorContext aEc( ERRCTX_SFX_LOADBASIC, aLibInfoPath ); in implLoadLibraryIndexFile()
1728 source.sSystemId = aLibInfoPath; in implLoadLibraryIndexFile()
1741 SfxErrorContext aEc( ERRCTX_SFX_LOADBASIC, aLibInfoPath ); in implLoadLibraryIndexFile()
2083 String aLibInfoPath( aLibInfoInetObj.GetMainURL( INetURLObject::NO_DECODE ) ); in storeLibraries_Impl() local
2087 if( mxSFI->exists( aLibInfoPath ) ) in storeLibraries_Impl()
2088 mxSFI->kill( aLibInfoPath ); in storeLibraries_Impl()
2089 xOut = mxSFI->openFileWrite( aLibInfoPath ); in storeLibraries_Impl()
2094 SfxErrorContext aEc( ERRCTX_SFX_SAVEDOC, aLibInfoPath ); in storeLibraries_Impl()
2274 String aLibInfoPath = pImplLib->maLibInfoFileURL; in removeLibrary() local
2277 if( mxSFI->exists( aLibInfoPath ) ) in removeLibrary()
2278 mxSFI->kill( aLibInfoPath ); in removeLibrary()