Searched refs:TNONE (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/starmath/source/ |
H A D | mathmlexport.cxx | 1066 if ( ((pLeft) && (pLeft->GetToken().eType != TNONE)) && in ExportBrace() 1067 ((pRight) && (pRight->GetToken().eType != TNONE)) && in ExportBrace() 1083 else if (pLeft && (pLeft->GetToken().eType != TNONE)) in ExportBrace() 1101 else if (pRight && (pRight->GetToken().eType != TNONE)) in ExportBrace()
|
H A D | parse.cxx | 240 { "none", TNONE, '\0', TGLBRACES | TGRBRACES, 0},
|
/aoo41x/main/starmath/inc/ |
H A D | parse.hxx | 83 TLCEIL, TLFLOOR, TNONE, TMLINE, TRANGLE, enumerator
|
Completed in 39 milliseconds