Lines Matching refs:GetSubNode

799             if (const SmNode *pTemp = pNode->GetSubNode(i))  in ExportExpression()
821 ExportNodes(pNode->GetSubNode(0), nLevel); in ExportBinaryVertical()
822 ExportNodes(pNode->GetSubNode(2), nLevel); in ExportBinaryVertical()
835 if (nSize >= 1 && pNode->GetSubNode(nSize-1)->GetNumSubNodes() == 0) in ExportTable()
844 if (const SmNode *pTemp = pNode->GetSubNode(i)) in ExportTable()
935 pLSub = pNode->GetSubNode(LSUB+1); in ExportSubSupScript()
936 pLSup = pNode->GetSubNode(LSUP+1); in ExportSubSupScript()
943 if (NULL != (pCSub = pNode->GetSubNode(CSUB+1)) in ExportSubSupScript()
944 && NULL != (pCSup = pNode->GetSubNode(CSUP+1))) in ExportSubSupScript()
949 else if (NULL != (pCSub = pNode->GetSubNode(CSUB+1))) in ExportSubSupScript()
954 else if (NULL != (pCSup = pNode->GetSubNode(CSUP+1))) in ExportSubSupScript()
960 ExportNodes(pNode->GetSubNode(0), nLevel+1); //Main Term in ExportSubSupScript()
968 pSub = pNode->GetSubNode(RSUB+1); in ExportSubSupScript()
969 pSup = pNode->GetSubNode(RSUP+1); in ExportSubSupScript()
1011 if (NULL != (pSub = pNode->GetSubNode(RSUB+1)) && in ExportSubSupScript()
1012 NULL != (pSup = pNode->GetSubNode(RSUP+1))) in ExportSubSupScript()
1017 else if (NULL != (pSub = pNode->GetSubNode(RSUB+1))) in ExportSubSupScript()
1022 else if (NULL != (pSup = pNode->GetSubNode(RSUP+1))) in ExportSubSupScript()
1028 if (NULL != (pCSub = pNode->GetSubNode(CSUB+1)) in ExportSubSupScript()
1029 && NULL != (pCSup=pNode->GetSubNode(CSUP+1))) in ExportSubSupScript()
1034 else if (NULL != (pCSub = pNode->GetSubNode(CSUB+1))) in ExportSubSupScript()
1039 else if (NULL != (pCSup = pNode->GetSubNode(CSUP+1))) in ExportSubSupScript()
1044 ExportNodes(pNode->GetSubNode(0), nLevel+1); //Main Term in ExportSubSupScript()
1063 const SmNode *pLeft=pNode->GetSubNode(0); in ExportBrace()
1064 const SmNode *pRight=pNode->GetSubNode(2); in ExportBrace()
1097 if (NULL != (pTemp = pNode->GetSubNode(1))) in ExportBrace()
1114 if (pNode->GetSubNode(0)) in ExportRoot()
1118 ExportNodes(pNode->GetSubNode(2), nLevel+1); in ExportRoot()
1119 ExportNodes(pNode->GetSubNode(0), nLevel+1); in ExportRoot()
1125 ExportNodes(pNode->GetSubNode(2), nLevel+1); in ExportRoot()
1137 SmTextNode *pTemp = (SmTextNode *)pNode->GetSubNode(0); in ExportOperator()
1143 ExportNodes(pNode->GetSubNode(0), nLevel+1); in ExportOperator()
1144 ExportNodes(pNode->GetSubNode(1), nLevel+1); in ExportOperator()
1166 ExportNodes(pNode->GetSubNode(1), nLevel+1); in ExportAttributes()
1200 ExportNodes(pNode->GetSubNode(0), nLevel+1); in ExportAttributes()
1242 if (pNode->GetNumSubNodes() > 1 && pNode->GetSubNode(1) && in ExportFont()
1243 lcl_HasEffectOnMathvariant( pNode->GetSubNode(1)->GetToken().eType)) in ExportFont()
1245 pNode = pNode->GetSubNode(1); in ExportFont()
1424 ExportNodes(pNode->GetSubNode(0), nLevel+1); in ExportFont()
1458 ExportNodes(pNode->GetSubNode(0), nLevel); in ExportVerticalBrace()
1459 ExportNodes(pNode->GetSubNode(1), nLevel); in ExportVerticalBrace()
1461 ExportNodes(pNode->GetSubNode(2), nLevel); in ExportVerticalBrace()
1473 if (const SmNode *pTemp = pNode->GetSubNode(i++)) in ExportMatrix()
1591 if (SmNode *pTemp = pNode->GetSubNode(i)) in ExportNodes()