Home
last modified time | relevance | path

Searched refs:TLLINE (Results 1 – 7 of 7) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/
H A Dtoken.hxx70 TRIGHT, TLANGLE, TLBRACE, TLLINE, TLDLINE, enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Dtoken.hxx137 TLLINE, TRLINE, TLDLINE, TRDLINE, // Lines x1 x2 enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dparse.cxx177 { "lline", TLLINE, MS_VERTLINE, TG::LBrace, 5},
1587 case TLLINE : in DoEscape()
2051 case TLLINE : eExpectedType = TRLINE; break; in DoBrace()
H A Dmathtype.cxx2359 case TLLINE: in HandleBrace()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dparse5.cxx144 { u"lline", TLLINE, MS_VERTLINE, TG::LBrace, 5 },
1832 case TLLINE: in DoEscape()
2347 case TLLINE: in DoBrace()
H A Dmathtype.cxx2370 case TLLINE: in HandleBrace()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/mathml/
H A Dstarmathdatabase.cxx224 return SmToken(TLLINE, MS_VERTLINE, "lline", TG::LBrace, 5); in Identify_Prefix_SmXMLOperatorContext_Impl()