Home
last modified time | relevance | path

Searched refs:MATH_OVERSET_CODE (Results 1 – 3 of 3) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathOverset.h45 InsetCode lyxCode() const { return MATH_OVERSET_CODE; } in lyxCode()
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetCode.h182 MATH_OVERSET_CODE, // 80 enumerator
H A DInset.cpp157 insetnames[MATH_OVERSET_CODE] = InsetName("mathoverset"); in build_translator()