Home
last modified time | relevance | path

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

/trunk/main/basic/source/uno/
H A Dnamecont.cxx836 OUString aLibDirPath = aInetObj.GetMainURL( INetURLObject::NO_DECODE ); in init_Impl() local
837 if( mxSFI->isFolder( aLibDirPath ) ) in init_Impl()
1340 OUString aLibDirPath = pLib->maStorageURL; in createAppLibraryFolder() local
1341 if( aLibDirPath.isEmpty() ) in createAppLibraryFolder()
1347 aLibDirPath = pLib->maStorageURL; in createAppLibraryFolder()
1350 if( !mxSFI->isFolder( aLibDirPath ) ) in createAppLibraryFolder()
1354 mxSFI->createFolder( aLibDirPath ); in createAppLibraryFolder()
1360 return aLibDirPath; in createAppLibraryFolder()
1457 OUString aLibDirPath; in implStoreLibrary() local
1462 aLibDirPath = aInetObj.GetMainURL( INetURLObject::NO_DECODE ); in implStoreLibrary()
[all …]
H A Dscriptcont.cxx545 OUString aLibDirPath = createAppLibraryFolder( pImplLib, Name ); in changeLibraryPassword() local
552 INetURLObject aElementInetObj( aLibDirPath ); in changeLibraryPassword()
730 OUString aLibDirPath; in implStorePasswordLibrary() local
735 aLibDirPath = aInetObj.GetMainURL( INetURLObject::NO_DECODE ); in implStorePasswordLibrary()
737 if( !xSFI->isFolder( aLibDirPath ) ) in implStorePasswordLibrary()
738 xSFI->createFolder( aLibDirPath ); in implStorePasswordLibrary()
742 aLibDirPath = createAppLibraryFolder( pLib, aName ); in implStorePasswordLibrary()
749 INetURLObject aElementInetObj( aLibDirPath ); in implStorePasswordLibrary()
1025 OUString aLibDirPath = createAppLibraryFolder( pLib, Name ); in implLoadPasswordLibrary() local
1031 INetURLObject aElementInetObj( aLibDirPath ); in implLoadPasswordLibrary()