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