Searched refs:GetSubNode (Results 1 – 5 of 5) sorted by relevance
178 GetSubNode(0) : NULL; in GetLeftMost()985 *pBody = GetSubNode(2); in Arrange()1044 *pOper = GetSubNode(1), in Arrange()1045 *pRight = GetSubNode(2); in Arrange()1083 *pLine = GetSubNode(1), in Arrange()1084 *pDenom = GetSubNode(2); in Arrange()1141 *pDenom = GetSubNode(2); in CreateTextFromNode()1366 *pRight = GetSubNode(1); in Arrange()1636 *pBody = GetSubNode(1), in Arrange()1637 *pRight = GetSubNode(2); in Arrange()[all …]
821 ExportNodes(pNode->GetSubNode(0), nLevel); in ExportBinaryVertical()822 ExportNodes(pNode->GetSubNode(2), nLevel); in ExportBinaryVertical()935 pLSub = pNode->GetSubNode(LSUB+1); in ExportSubSupScript()936 pLSup = pNode->GetSubNode(LSUP+1); in ExportSubSupScript()968 pSub = pNode->GetSubNode(RSUB+1); in ExportSubSupScript()969 pSup = pNode->GetSubNode(RSUP+1); in ExportSubSupScript()1063 const SmNode *pLeft=pNode->GetSubNode(0); in ExportBrace()1064 const SmNode *pRight=pNode->GetSubNode(2); in ExportBrace()1114 if (pNode->GetSubNode(0)) in ExportRoot()1245 pNode = pNode->GetSubNode(1); in ExportFont()[all …]
2300 if (pNode->GetSubNode(0)) in HandleRoot()2336 if (bTest && pNode->GetSubNode(CSUP+1)) in HandleCScript()2339 if (pNode->GetSubNode(CSUB+1)) in HandleCScript()2342 else if (pNode->GetSubNode(CSUB+1)) in HandleCScript()2400 if (pNode->GetSubNode(LSUP+1)) in HandleSubSupScript()2403 if (pNode->GetSubNode(LSUB+1)) in HandleSubSupScript()2454 if (pNode->GetSubNode(RSUB+1)) in HandleSubSupScript()2522 SmNode *pLeft=pNode->GetSubNode(0); in HandleBrace()2523 SmNode *pRight=pNode->GetSubNode(2); in HandleBrace()2651 pNode->GetSubNode(1),nLevel,&nPos); in HandleOperator()[all …]
1766 if (pNode->GetSubNode(1)->GetToken().cMathChar == (0x0332|0xf000)) in EndElement()1767 if (pNode->GetSubNode(0)->GetToken().cMathChar == (0x0332|0xf000)) in EndElement()2723 aExpressionArray[j++] = pArray->GetSubNode(i); in EndElement()
108 virtual SmNode * GetSubNode(sal_uInt16 nIndex);109 const SmNode * GetSubNode(sal_uInt16 nIndex) const in GetSubNode() function in SmNode111 return ((SmNode *) this)->GetSubNode(nIndex); in GetSubNode()207 using SmNode::GetSubNode;208 virtual SmNode * GetSubNode(sal_uInt16 nIndex);232 using SmNode::GetSubNode;233 virtual SmNode * GetSubNode(sal_uInt16 nIndex);651 SmNode * GetBody() { return GetSubNode(0); } in GetBody()660 …SmNode * GetSubSup(SmSubSup eSubSup) { return GetSubNode( sal::static_int_cast< sal_uInt16 >(1 + e… in GetSubSup()
Completed in 86 milliseconds