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.cxx480 SfxLibrary* pImplLib = getImplLib( aName ); in isModified() local
481 if( pImplLib->isModified() ) in isModified()
488 if ( pImplLib->hasElements() ) in isModified()
881 SfxLibrary* pImplLib; in init_Impl() local
886 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 …]
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 …]