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()817 if( Mode == PERSISTENT_RECORD && m_pStorageFile && m_pStorageFile->useStorage() ) in PrivateAdd()986 if( !m_pStorageFile || !m_pStorageFile->useStorage() ) in GetMasterPassword()1225 … if( m_pStorageFile && m_pStorageFile->useStorage() && m_pStorageFile->getEncodedMP( aEncodedMP ) ) in authorizateWithMasterPassword()1277 if ( m_pStorageFile && m_pStorageFile->useStorage() ) in changeMasterPassword()1336 return ( m_pStorageFile->useStorage() && m_pStorageFile->getEncodedMP( aEncodedMP ) ); in hasMasterPassword()1351 if ( m_pStorageFile->useStorage() == bAllow ) in allowPersistentStoring()1367 return m_pStorageFile->useStorage(); in isPersistentStoringAllowed()1378 if ( m_pStorageFile && m_pStorageFile->useStorage() ) in useDefaultMasterPassword()[all …]
226 sal_Bool useStorage();
Completed in 26 milliseconds