Home
last modified time | relevance | path

Searched refs:mbPasswordProtected (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/basic/source/uno/
H A Dscriptcont.cxx101 pImplLib->mbPasswordProtected = sal_True; in setLibraryPassword()
123 pImplLib->mbPasswordProtected = sal_False; in clearLibraryPassword()
132 return pImplLib->mbPasswordProtected; in hasLibraryPassword()
416 sal_Bool bRet = pImplLib->mbPasswordProtected; in isLibraryPasswordProtected()
425 if( !pImplLib->mbPasswordProtected ) in isLibraryPasswordVerified()
437 if( !pImplLib->mbPasswordProtected || pImplLib->mbPasswordVerified ) in verifyLibraryPassword()
481 if( pImplLib->mbReadOnly || (bOldPassword && !pImplLib->mbPasswordProtected) ) in changeLibraryPassword()
509 pImplLib->mbPasswordProtected = sal_False; in changeLibraryPassword()
529 pImplLib->mbPasswordProtected = sal_True; in changeLibraryPassword()
H A Dnamecont.cxx1774 pLib->mbPasswordProtected = rLib.bPasswordProtected; in implImportLibDescriptor()
1899 rLib.bPasswordProtected = pImplLib->mbPasswordProtected; in storeLibraries_Impl()
1947 if( pImplLib->mbPasswordProtected ) in storeLibraries_Impl()
2327 if( pImplLib->mbPasswordProtected ) in loadLibrary()
2512 if( pImplLib->mbPasswordProtected && !pImplLib->mbPasswordVerified ) in renameLibrary()
2763 if( pImplLib->mbPasswordProtected ) in exportLibrary()
2773 aLibDesc.bPasswordProtected = pImplLib->mbPasswordProtected; in exportLibrary()
2959 , mbPasswordProtected( sal_False ) in SfxLibrary()
2984 , mbPasswordProtected( sal_False ) in SfxLibrary()
/aoo41x/main/basic/source/inc/
H A Dnamecont.hxx588 sal_Bool mbPasswordProtected; member in basic::SfxLibrary

Completed in 51 milliseconds