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.cxx1596 OUString aLibInfoPath; in implStoreLibraryIndexFile() local
1607 aLibInfoPath = aInetObj.GetMainURL( INetURLObject::NO_DECODE ); in implStoreLibraryIndexFile()
1612 aLibInfoPath = pLib->maLibInfoFileURL; in implStoreLibraryIndexFile()
1617 if( xSFI->exists( aLibInfoPath ) ) in implStoreLibraryIndexFile()
1618 xSFI->kill( aLibInfoPath ); in implStoreLibraryIndexFile()
1619 xOut = xSFI->openFileWrite( aLibInfoPath ); in implStoreLibraryIndexFile()
1626 SfxErrorContext aEc( ERRCTX_SFX_SAVEDOC, aLibInfoPath ); in implStoreLibraryIndexFile()
1665 String aLibInfoPath; in implLoadLibraryIndexFile() local
1668 aLibInfoPath = maInfoFileName; in implLoadLibraryIndexFile()
1669 aLibInfoPath += String( RTL_CONSTASCII_USTRINGPARAM("-lb.xml") ); in implLoadLibraryIndexFile()
[all …]