Lines Matching refs:aPass

670 void PasswordContainer::doChangeMasterPassword(const ::rtl::OUString& aPass) {  in doChangeMasterPassword()  argument
678 m_aMasterPasswd = aPass; in doChangeMasterPassword()
1008 ::rtl::OUString aPass = RequestPasswordFromUser( aRMode, aHandler ); in GetMasterPassword()
1009 if ( aPass.getLength() ) in GetMasterPassword()
1013 m_aMasterPasswd = aPass; in GetMasterPassword()
1020 … vector< ::rtl::OUString > aRM( DecodePasswords( getMasterPasswordName(), aEncodedMP, aPass ) ); in GetMasterPassword()
1021 if( !aRM.size() || !aPass.equals( aRM[0] ) ) in GetMasterPassword()
1026 aRM = DecodePasswords( getMasterPasswordName(), aEncodedMP, aPass ); in GetMasterPassword()
1027 if (aRM.size() && aPass.equals(aRM[0])) { in GetMasterPassword()
1029 m_aMasterPasswd = aPass; in GetMasterPassword()
1030 doChangeMasterPassword(aPass); in GetMasterPassword()
1038 if( !aRM.size() || !aPass.equals( aRM[0] ) ) in GetMasterPassword()
1044 m_aMasterPasswd = aPass; in GetMasterPassword()
1245 ::rtl::OUString aPass; in authorizateWithMasterPassword()
1248 aPass = RequestPasswordFromUser( aRMode, xTmpHandler ); in authorizateWithMasterPassword()
1249 bResult = ( aPass.getLength() && aPass.equals( m_aMasterPasswd ) ); in authorizateWithMasterPassword()
1251 } while( !bResult && aPass.getLength() ); in authorizateWithMasterPassword()
1295 ::rtl::OUString aPass = RequestPasswordFromUser( aRMode, xTmpHandler ); in changeMasterPassword()
1297 if ( aPass.getLength() ) in changeMasterPassword()
1299 doChangeMasterPassword(aPass); in changeMasterPassword()
1395 ::rtl::OUString aPass = GetDefaultMasterPassword(); in useDefaultMasterPassword()
1396 if ( aPass.getLength() ) in useDefaultMasterPassword()
1405 m_aMasterPasswd = aPass; in useDefaultMasterPassword()