Searched refs:getEncodedMP (Results 1 – 2 of 2) sorted by relevance
308 sal_Bool StorageItem::getEncodedMP( ::rtl::OUString& aResult ) in getEncodedMP() function in StorageItem912 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()
223 sal_Bool getEncodedMP( ::rtl::OUString& aResult );
Completed in 24 milliseconds