Home
last modified time | relevance | path

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

/aoo4110/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx308 sal_Bool StorageItem::getEncodedMP( ::rtl::OUString& aResult ) in getEncodedMP() function in StorageItem
912 if( !m_pStorageFile->getEncodedMP( aEncodedMP ) ) in GetMasterPassword()
1128 … if( m_pStorageFile && m_pStorageFile->useStorage() && m_pStorageFile->getEncodedMP( aEncodedMP ) ) in authorizateWithMasterPassword()
1191 if( m_aMasterPasswd.getLength() || m_pStorageFile->getEncodedMP( aEncodedMP ) ) in changeMasterPassword()
1254 return ( m_pStorageFile->useStorage() && m_pStorageFile->getEncodedMP( aEncodedMP ) ); in hasMasterPassword()
1307 if( m_pStorageFile->getEncodedMP( aEncodedMP ) && aEncodedMP.getLength() ) in useDefaultMasterPassword()
1353 …return ( m_pStorageFile->useStorage() && m_pStorageFile->getEncodedMP( aEncodedMP ) && !aEncodedMP… in isDefaultMasterPasswordUsed()
/aoo4110/main/svl/source/inc/
H A Dpasswordcontainer.hxx223 sal_Bool getEncodedMP( ::rtl::OUString& aResult );

Completed in 24 milliseconds