Home
last modified time | relevance | path

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

/aoo41x/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx308 sal_Bool StorageItem::getEncodedMP( ::rtl::OUString& aResult ) in getEncodedMP() function in StorageItem
995 if( !m_pStorageFile->getEncodedMP( aEncodedMP ) ) in GetMasterPassword()
1225 … if( m_pStorageFile && m_pStorageFile->useStorage() && m_pStorageFile->getEncodedMP( aEncodedMP ) ) in authorizateWithMasterPassword()
1288 if( m_aMasterPasswd.getLength() || m_pStorageFile->getEncodedMP( aEncodedMP ) ) in changeMasterPassword()
1336 return ( m_pStorageFile->useStorage() && m_pStorageFile->getEncodedMP( aEncodedMP ) ); in hasMasterPassword()
1389 if( m_pStorageFile->getEncodedMP( aEncodedMP ) && aEncodedMP.getLength() ) in useDefaultMasterPassword()
1435 …return ( m_pStorageFile->useStorage() && m_pStorageFile->getEncodedMP( aEncodedMP ) && !aEncodedMP… in isDefaultMasterPasswordUsed()
/aoo41x/main/svl/source/inc/
H A Dpasswordcontainer.hxx223 sal_Bool getEncodedMP( ::rtl::OUString& aResult );

Completed in 43 milliseconds