Home
last modified time | relevance | path

Searched refs:aLibInfoPath (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basic/source/uno/
H A Dnamecont.cxx1609 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()
[all …]