Searched refs:TLLINE (Results 1 – 7 of 7) sorted by relevance
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/ |
H A D | token.hxx | 70 TRIGHT, TLANGLE, TLBRACE, TLLINE, TLDLINE, enumerator
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/ |
H A D | token.hxx | 137 TLLINE, TRLINE, TLDLINE, TRDLINE, // Lines x1 x2 enumerator
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/ |
H A D | parse.cxx | 177 { "lline", TLLINE, MS_VERTLINE, TG::LBrace, 5}, 1587 case TLLINE : in DoEscape() 2051 case TLLINE : eExpectedType = TRLINE; break; in DoBrace()
|
H A D | mathtype.cxx | 2359 case TLLINE: in HandleBrace()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/ |
H A D | parse5.cxx | 144 { u"lline", TLLINE, MS_VERTLINE, TG::LBrace, 5 }, 1832 case TLLINE: in DoEscape() 2347 case TLLINE: in DoBrace()
|
H A D | mathtype.cxx | 2370 case TLLINE: in HandleBrace()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/mathml/ |
H A D | starmathdatabase.cxx | 224 return SmToken(TLLINE, MS_VERTLINE, "lline", TG::LBrace, 5); in Identify_Prefix_SmXMLOperatorContext_Impl()
|