Home
last modified time | relevance | path

Searched refs:PERSISTENT_RECORD (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx388 if ( !aRecord.HasPasswords( PERSISTENT_RECORD ) ) in update()
701 if( aRecord.HasPasswords( PERSISTENT_RECORD ) ) in UpdateVector()
716 if( aRecord.HasPasswords( PERSISTENT_RECORD ) && writeFile ) in UpdateVector()
733 if( io_bTryToDecode && aRecord.HasPasswords( PERSISTENT_RECORD ) ) in CopyToUserRecord()
783 PrivateAdd( Url, UserName, Passwords, PERSISTENT_RECORD, aHandler ); in addPersistent()
793 if( Mode == PERSISTENT_RECORD ) in PrivateAdd()
817 if( Mode == PERSISTENT_RECORD && m_pStorageFile && m_pStorageFile->useStorage() ) in PrivateAdd()
1085 if( aNPIter->HasPasswords( PERSISTENT_RECORD ) && m_pStorageFile ) in remove()
1127 if( aNPIter->HasPasswords( PERSISTENT_RECORD ) ) in removePersistent()
1130 aNPIter->RemovePasswords( PERSISTENT_RECORD ); in removePersistent()
[all …]
/AOO41X/main/svl/source/inc/
H A Dpasswordcontainer.hxx52 #define PERSISTENT_RECORD 1 macro
143 if ( nStatus == PERSISTENT_RECORD ) in HasPasswords()
184 else if ( nStatus == PERSISTENT_RECORD ) in RemovePasswords()