Home
last modified time | relevance | path

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

/aoo4110/main/basic/source/uno/
H A Dnamecont.cxx1354 if( aLibDirPath.isEmpty() ) in createAppLibraryFolder()
1360 aLibDirPath = pLib->maStorageURL; in createAppLibraryFolder()
1363 if( !mxSFI->isFolder( aLibDirPath ) ) in createAppLibraryFolder()
1367 mxSFI->createFolder( aLibDirPath ); in createAppLibraryFolder()
1373 return aLibDirPath; in createAppLibraryFolder()
1470 OUString aLibDirPath; in implStoreLibrary() local
1477 if( !xSFI->isFolder( aLibDirPath ) ) in implStoreLibrary()
1478 xSFI->createFolder( aLibDirPath ); in implStoreLibrary()
1615 if( !xSFI->isFolder( aLibDirPath ) ) in implStoreLibraryIndexFile()
1616 xSFI->createFolder( aLibDirPath ); in implStoreLibraryIndexFile()
[all …]
H A Dscriptcont.cxx550 OUString aLibDirPath = createAppLibraryFolder( pImplLib, Name ); in changeLibraryPassword() local
557 INetURLObject aElementInetObj( aLibDirPath ); in changeLibraryPassword()
735 OUString aLibDirPath; in implStorePasswordLibrary() local
740 aLibDirPath = aInetObj.GetMainURL( INetURLObject::NO_DECODE ); in implStorePasswordLibrary()
742 if( !xSFI->isFolder( aLibDirPath ) ) in implStorePasswordLibrary()
743 xSFI->createFolder( aLibDirPath ); in implStorePasswordLibrary()
747 aLibDirPath = createAppLibraryFolder( pLib, aName ); in implStorePasswordLibrary()
754 INetURLObject aElementInetObj( aLibDirPath ); in implStorePasswordLibrary()
1031 OUString aLibDirPath = createAppLibraryFolder( pLib, Name ); in implLoadPasswordLibrary() local
1037 INetURLObject aElementInetObj( aLibDirPath ); in implLoadPasswordLibrary()

Completed in 71 milliseconds