Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetCode.h164 MATH_GRID_CODE, enumerator
H A DInset.cpp147 insetnames[MATH_GRID_CODE] = InsetName("mathgrid"); in build_translator()
/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathGrid.h291 InsetCode lyxCode() const { return MATH_GRID_CODE; } in lyxCode()