Searched refs:aLibInfoPath (Results 1 – 1 of 1) sorted by relevance
1609 OUString aLibInfoPath; in implStoreLibraryIndexFile() local1620 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() local1681 aLibInfoPath = maInfoFileName; in implLoadLibraryIndexFile()1682 aLibInfoPath += String( RTL_CONSTASCII_USTRINGPARAM("-lb.xml") ); in implLoadLibraryIndexFile()[all …]