Home
last modified time | relevance | path

Searched refs:USETEXT (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/
H A Dlwptoc.hxx149 USETEXT = 0x01, enumerator
156 bool GetUseText() const { return (m_nFlags & USETEXT) != 0; } in GetUseText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dlwptoc.hxx144 USETEXT = 0x01, enumerator
151 bool GetUseText() const { return (m_nFlags & USETEXT) != 0;} in GetUseText()
/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DMathParser_flags.h29 USETEXT = 0x08, enumerator
H A DInsetMathNest.cpp529 Parse::flags parseflg = Parse::QUIET | Parse::USETEXT; in doDispatch()
H A DInsetMathGrid.cpp1410 Parse::flags parseflg = Parse::QUIET | Parse::USETEXT; in doDispatch()
H A DMathParser.cpp1022 || !(mode_ & Parse::USETEXT) in parse1()