Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/
H A DLyXRC.h340 bool use_pixmap_cache; variable
H A DLyXRC.cpp337 use_pixmap_cache = false; in setDefaults()
894 lexrc >> use_pixmap_cache; in read()
2458 use_pixmap_cache != system_lyxrc.use_pixmap_cache) { in write()
2460 << convert<string>(use_pixmap_cache) in write()
/dports/print/lyx/lyx-2.3.4.2/lib/
H A DRELEASE-NOTES100 * \use_pixmap_cache
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiPrefs.cpp1103 rc.use_pixmap_cache = pixmapCacheCB->isChecked(); in applyRC()
1123 pixmapCacheCB->setChecked(rc.use_pixmap_cache); in updateRC()