Home
last modified time | relevance | path

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

/trunk/main/basic/source/uno/
H A Dnamecont.cxx468 SfxLibrary* pImplLib = getImplLib( aName ); in isModified() local
469 if( pImplLib->isModified() ) in isModified()
476 if ( pImplLib->hasElements() ) in isModified()
869 SfxLibrary* pImplLib; in init_Impl() local
874 pImplLib = static_cast< SfxLibrary* >( xLib.get() ); in init_Impl()
879 pImplLib = static_cast< SfxLibrary* >( xLib.get() ); in init_Impl()
880 pImplLib->mbLoaded = sal_False; in init_Impl()
881 pImplLib->mbReadOnly = rLib.bReadOnly; in init_Impl()
883 checkStorageURL( rLib.aStorageURL, pImplLib->maLibInfoFileURL, in init_Impl()
884 pImplLib->maStorageURL, pImplLib->maUnexpandedStorageURL ); in init_Impl()
[all …]
H A Dscriptcont.cxx97 SfxLibrary* pImplLib = getImplLib( rLibraryName ); in setLibraryPassword() local
100 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() local
112 if( pImplLib->mbPasswordVerified ) in getLibraryPassword()
113 aPassword = pImplLib->maPassword; in getLibraryPassword()
121 SfxLibrary* pImplLib = getImplLib( rLibraryName ); in clearLibraryPassword() local
122 pImplLib->mbDoc50Password = sal_False; in clearLibraryPassword()
123 pImplLib->mbPasswordProtected = sal_False; in clearLibraryPassword()
[all …]