Home
last modified time | relevance | path

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

/AOO41X/main/tools/source/generic/
H A Dconfig.cxx773 mbPersistence = sal_True; in Config()
790 mbPersistence = sal_True; in Config()
887 if ( !mnLockCount && mbPersistence ) in DeleteGroup()
1080 if ( !mnLockCount && mbPersistence ) in WriteKey()
1135 if ( !mnLockCount && mbPersistence ) in DeleteKey()
1268 if ( (mnLockCount == 0) && mpData->mbModified && mbPersistence ) in LeaveLock()
1283 if ( mpData->mbModified && mbPersistence ) in Flush()
/AOO41X/main/tools/inc/tools/
H A Dconfig.hxx45 sal_Bool mbPersistence; member in Config
86 { mbPersistence = bPersistence; } in EnablePersistence()
87 sal_Bool IsPersistenceEnabled() const { return mbPersistence; } in IsPersistenceEnabled()