Searched refs:auto_reset_options (Results 1 – 4 of 4) sorted by relevance
278 bool auto_reset_options; variable
273 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()
900 rc.auto_reset_options = latexAutoresetCB->isChecked(); in applyRC()1004 latexAutoresetCB->setChecked(rc.auto_reset_options); in updateRC()
2542 if (lyxrc.auto_reset_options) in classChanged()