Lines Matching refs:GetSubNode
801 if (const SmNode *pTemp = pNode->GetSubNode(i)) in ExportExpression()
823 ExportNodes(pNode->GetSubNode(0), nLevel); in ExportBinaryVertical()
824 ExportNodes(pNode->GetSubNode(2), nLevel); in ExportBinaryVertical()
837 if (nSize >= 1 && pNode->GetSubNode(nSize-1)->GetNumSubNodes() == 0) in ExportTable()
846 if (const SmNode *pTemp = pNode->GetSubNode(i)) in ExportTable()
937 pLSub = pNode->GetSubNode(LSUB+1); in ExportSubSupScript()
938 pLSup = pNode->GetSubNode(LSUP+1); in ExportSubSupScript()
945 if (NULL != (pCSub = pNode->GetSubNode(CSUB+1)) in ExportSubSupScript()
946 && NULL != (pCSup = pNode->GetSubNode(CSUP+1))) in ExportSubSupScript()
951 else if (NULL != (pCSub = pNode->GetSubNode(CSUB+1))) in ExportSubSupScript()
956 else if (NULL != (pCSup = pNode->GetSubNode(CSUP+1))) in ExportSubSupScript()
962 ExportNodes(pNode->GetSubNode(0), nLevel+1); //Main Term in ExportSubSupScript()
970 pSub = pNode->GetSubNode(RSUB+1); in ExportSubSupScript()
971 pSup = pNode->GetSubNode(RSUP+1); in ExportSubSupScript()
1013 if (NULL != (pSub = pNode->GetSubNode(RSUB+1)) && in ExportSubSupScript()
1014 NULL != (pSup = pNode->GetSubNode(RSUP+1))) in ExportSubSupScript()
1019 else if (NULL != (pSub = pNode->GetSubNode(RSUB+1))) in ExportSubSupScript()
1024 else if (NULL != (pSup = pNode->GetSubNode(RSUP+1))) in ExportSubSupScript()
1030 if (NULL != (pCSub = pNode->GetSubNode(CSUB+1)) in ExportSubSupScript()
1031 && NULL != (pCSup=pNode->GetSubNode(CSUP+1))) in ExportSubSupScript()
1036 else if (NULL != (pCSub = pNode->GetSubNode(CSUB+1))) in ExportSubSupScript()
1041 else if (NULL != (pCSup = pNode->GetSubNode(CSUP+1))) in ExportSubSupScript()
1046 ExportNodes(pNode->GetSubNode(0), nLevel+1); //Main Term in ExportSubSupScript()
1065 const SmNode *pLeft=pNode->GetSubNode(0); in ExportBrace()
1066 const SmNode *pRight=pNode->GetSubNode(2); in ExportBrace()
1099 if (NULL != (pTemp = pNode->GetSubNode(1))) in ExportBrace()
1116 if (pNode->GetSubNode(0)) in ExportRoot()
1120 ExportNodes(pNode->GetSubNode(2), nLevel+1); in ExportRoot()
1121 ExportNodes(pNode->GetSubNode(0), nLevel+1); in ExportRoot()
1127 ExportNodes(pNode->GetSubNode(2), nLevel+1); in ExportRoot()
1139 SmTextNode *pTemp = (SmTextNode *)pNode->GetSubNode(0); in ExportOperator()
1145 ExportNodes(pNode->GetSubNode(0), nLevel+1); in ExportOperator()
1146 ExportNodes(pNode->GetSubNode(1), nLevel+1); in ExportOperator()
1168 ExportNodes(pNode->GetSubNode(1), nLevel+1); in ExportAttributes()
1202 ExportNodes(pNode->GetSubNode(0), nLevel+1); in ExportAttributes()
1244 if (pNode->GetNumSubNodes() > 1 && pNode->GetSubNode(1) && in ExportFont()
1245 lcl_HasEffectOnMathvariant( pNode->GetSubNode(1)->GetToken().eType)) in ExportFont()
1247 pNode = pNode->GetSubNode(1); in ExportFont()
1396 ExportNodes(pNode->GetSubNode(0), nLevel+1); in ExportFont()
1430 ExportNodes(pNode->GetSubNode(0), nLevel); in ExportVerticalBrace()
1431 ExportNodes(pNode->GetSubNode(1), nLevel); in ExportVerticalBrace()
1433 ExportNodes(pNode->GetSubNode(2), nLevel); in ExportVerticalBrace()
1445 if (const SmNode *pTemp = pNode->GetSubNode(i++)) in ExportMatrix()
1563 if (SmNode *pTemp = pNode->GetSubNode(i)) in ExportNodes()