Searched refs:pImplLib (Results 1 – 2 of 2) sorted by relevance
881 SfxLibrary* pImplLib; in init_Impl() local1143 if( pImplLib->mbLink ) in init_Impl()1155 createLibraryLink( aLibName, pImplLib->maStorageURL, pImplLib->mbReadOnly ); in init_Impl()1310 return pImplLib; in getImplLib()1797 if( pImplLib->mbSharedIndexFile || pImplLib->mbExtension ) in storeLibraries_Impl()1895 pImplLib->maUnexpandedStorageURL : pImplLib->maLibInfoFileURL; in storeLibraries_Impl()2249 if( pImplLib->mbReadOnly && !pImplLib->mbLink ) in removeLibrary()2257 if( !pImplLib->mbLink ) in removeLibrary()2470 sal_Bool bRet = pImplLib->mbReadOnly || (pImplLib->mbLink && pImplLib->mbReadOnlyLink); in isLibraryReadOnly()2479 if( pImplLib->mbLink ) in setLibraryReadOnly()[all …]
112 if( pImplLib->mbPasswordVerified ) in getLibraryPassword()113 aPassword = pImplLib->maPassword; in getLibraryPassword()122 pImplLib->mbDoc50Password = sal_False; in clearLibraryPassword()124 pImplLib->maPassword = OUString(); in clearLibraryPassword()132 return pImplLib->mbPasswordProtected; in hasLibraryPassword()425 if( !pImplLib->mbPasswordProtected ) in isLibraryPasswordVerified()437 if( !pImplLib->mbPasswordProtected || pImplLib->mbPasswordVerified ) in verifyLibraryPassword()442 if( pImplLib->mbDoc50Password ) in verifyLibraryPassword()450 pImplLib->maPassword = Password; in verifyLibraryPassword()461 if( pImplLib->mbLoaded ) in verifyLibraryPassword()[all …]
Completed in 37 milliseconds