Searched refs:aRM (Results 1 – 1 of 1) sorted by relevance
1020 … vector< ::rtl::OUString > aRM( DecodePasswords( getMasterPasswordName(), aEncodedMP, aPass ) ); in GetMasterPassword() local1021 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()1038 if( !aRM.size() || !aPass.equals( aRM[0] ) ) in GetMasterPassword()
Completed in 43 milliseconds