Home
last modified time | relevance | path

Searched refs:XAP_PREF_KEY_AutoSaveFilePeriod (Results 1 – 4 of 4) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Dialog_Options.cpp160 pPrefsScheme->setValue(XAP_PREF_KEY_AutoSaveFilePeriod, stVal.c_str()); in _storeWindowData()
341 pPrefsScheme->setValue(XAP_PREF_KEY_AutoSaveFilePeriod, stVal.c_str()); in _storeDataForControl()
564 if (pPrefs->getPrefsValue(XAP_PREF_KEY_AutoSaveFilePeriod, stBuffer)) in _populateWindowData()
/dports/editors/abiword/abiword-3.0.5/src/af/xap/xp/
H A Dxap_Prefs_SchemeIds.h82 #define XAP_PREF_KEY_AutoSaveFilePeriod "AutoSaveFilePeriod" macro
H A Dxap_Frame.cpp413 bool bFound = XAP_App::getApp()->getPrefsValue(XAP_PREF_KEY_AutoSaveFilePeriod, stPeriod); in _createAutoSaveTimer()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_DocLayout.cpp3968 pPrefs->getPrefsValue(XAP_PREF_KEY_AutoSaveFilePeriod, stTmp); in _prefsListener()