Searched refs:pImplLib (Results 1 – 2 of 2) sorted by relevance
480 SfxLibrary* pImplLib = getImplLib( aName ); in isModified() local481 if( pImplLib->isModified() ) in isModified()488 if ( pImplLib->hasElements() ) in isModified()881 SfxLibrary* pImplLib; in init_Impl() local886 pImplLib = static_cast< SfxLibrary* >( xLib.get() ); in init_Impl()891 pImplLib = static_cast< SfxLibrary* >( xLib.get() ); in init_Impl()892 pImplLib->mbLoaded = sal_False; in init_Impl()893 pImplLib->mbReadOnly = rLib.bReadOnly; in init_Impl()895 checkStorageURL( rLib.aStorageURL, pImplLib->maLibInfoFileURL, in init_Impl()896 pImplLib->maStorageURL, pImplLib->maUnexpandedStorageURL ); in init_Impl()[all …]
97 SfxLibrary* pImplLib = getImplLib( rLibraryName ); in setLibraryPassword() local100 pImplLib->mbDoc50Password = sal_True; in setLibraryPassword()101 pImplLib->mbPasswordProtected = sal_True; in setLibraryPassword()102 pImplLib->maPassword = rPassword; in setLibraryPassword()110 SfxLibrary* pImplLib = getImplLib( rLibraryName ); in getLibraryPassword() local112 if( pImplLib->mbPasswordVerified ) in getLibraryPassword()113 aPassword = pImplLib->maPassword; in getLibraryPassword()121 SfxLibrary* pImplLib = getImplLib( rLibraryName ); in clearLibraryPassword() local122 pImplLib->mbDoc50Password = sal_False; in clearLibraryPassword()123 pImplLib->mbPasswordProtected = sal_False; in clearLibraryPassword()[all …]