Searched refs:aLibDirPath (Results 1 – 2 of 2) sorted by relevance
1354 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() local1477 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 …]
550 OUString aLibDirPath = createAppLibraryFolder( pImplLib, Name ); in changeLibraryPassword() local557 INetURLObject aElementInetObj( aLibDirPath ); in changeLibraryPassword()735 OUString aLibDirPath; in implStorePasswordLibrary() local740 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() local1037 INetURLObject aElementInetObj( aLibDirPath ); in implLoadPasswordLibrary()
Completed in 42 milliseconds