Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/
H A DLyXRC.h278 bool auto_reset_options; variable
H A DLyXRC.cpp273 auto_reset_options = false; in setDefaults()
495 lexrc >> auto_reset_options; in read()
1394 auto_reset_options != system_lyxrc.auto_reset_options) { in write()
1398 << convert<string>(auto_reset_options) in write()
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiPrefs.cpp900 rc.auto_reset_options = latexAutoresetCB->isChecked(); in applyRC()
1004 latexAutoresetCB->setChecked(rc.auto_reset_options); in updateRC()
H A DGuiDocument.cpp2542 if (lyxrc.auto_reset_options) in classChanged()