Searched refs:useStorage (Results 1 – 2 of 2) sorted by relevance
287 sal_Bool StorageItem::useStorage() in useStorage() function in StorageItem440 if( m_pStorageFile->useStorage() ) in PasswordContainer()739 if( Mode == PERSISTENT_RECORD && m_pStorageFile && m_pStorageFile->useStorage() ) in PrivateAdd()903 if( !m_pStorageFile || !m_pStorageFile->useStorage() ) in GetMasterPassword()1128 … if( m_pStorageFile && m_pStorageFile->useStorage() && m_pStorageFile->getEncodedMP( aEncodedMP ) ) in authorizateWithMasterPassword()1180 if ( m_pStorageFile && m_pStorageFile->useStorage() ) in changeMasterPassword()1254 return ( m_pStorageFile->useStorage() && m_pStorageFile->getEncodedMP( aEncodedMP ) ); in hasMasterPassword()1269 if ( m_pStorageFile->useStorage() == bAllow ) in allowPersistentStoring()1285 return m_pStorageFile->useStorage(); in isPersistentStoringAllowed()1296 if ( m_pStorageFile && m_pStorageFile->useStorage() ) in useDefaultMasterPassword()[all …]
226 sal_Bool useStorage();
Completed in 15 milliseconds