Lines Matching refs:m_aNodeStack

1032     sal_uLong n = m_aNodeStack.Count();  in Table()
1037 LineArray[n - (i + 1)] = m_aNodeStack.Pop(); in Table()
1041 m_aNodeStack.Push(pSNode); in Table()
1095 { pSNode->SetSubNodes(m_aNodeStack.Pop(), 0); in Align()
1096 m_aNodeStack.Push(pSNode); in Align()
1114 ExpressionArray[n - 1] = m_aNodeStack.Pop(); in Line()
1123 ExpressionArray[n - 1] = m_aNodeStack.Pop(); in Line()
1128 m_aNodeStack.Push(pSNode); in Line()
1135 SmNode *pNode = m_aNodeStack.Pop(); in Expression()
1141m_aNodeStack.Push(pNode); // push the node from above again (now to be used as argument to this c… in Expression()
1151 RelationArray[n - 1] = m_aNodeStack.Pop(); in Expression()
1156 RelationArray[n - 1] = m_aNodeStack.Pop(); in Expression()
1162 m_aNodeStack.Push(pSNode); in Expression()
1172 SmNode *pFirst = m_aNodeStack.Pop(); in Relation()
1175 SmNode *pSecond = m_aNodeStack.Pop(); in Relation()
1179 pSNode->SetSubNodes(pFirst, pSecond, m_aNodeStack.Pop()); in Relation()
1180 m_aNodeStack.Push(pSNode); in Relation()
1191 SmNode *pFirst = m_aNodeStack.Pop(); in Sum()
1194 SmNode *pSecond = m_aNodeStack.Pop(); in Sum()
1198 pSNode->SetSubNodes(pFirst, pSecond, m_aNodeStack.Pop()); in Sum()
1199 m_aNodeStack.Push(pSNode); in Sum()
1210 SmNode *pFirst = m_aNodeStack.Pop(), in Product()
1229 pOper = m_aNodeStack.Pop(); in Product()
1258 pOper = m_aNodeStack.Pop(); in Product()
1265 pSNode->SetSubNodes(pFirst, m_aNodeStack.Pop(), pOper); in Product()
1267 pSNode->SetSubNodes(pFirst, pOper, m_aNodeStack.Pop()); in Product()
1268 m_aNodeStack.Push(pSNode); in Product()
1293 aSubNodes[0] = m_aNodeStack.Pop(); in SubSup()
1333 aSubNodes[nIndex] = m_aNodeStack.Pop(); in SubSup()
1337 m_aNodeStack.Push(pNode); in SubSup()
1344 m_aNodeStack.Push(new SmMathSymbolNode(m_aCurToken)); in OpSubSup()
1380 m_aNodeStack.Push(pBlankNode); in Blank()
1398 m_aNodeStack.Push(new SmExpressionNode(m_aCurToken)); in Term()
1403 m_aNodeStack.Pop(); // get rid of the 'no space' node pushed above in Term()
1414 m_aNodeStack.Pop(); in Term()
1417 m_aNodeStack.Push(pSNode); in Term()
1443 m_aNodeStack.Push(new SmTextNode(m_aCurToken, FNT_TEXT)); in Term()
1448 m_aNodeStack.Push(new SmTextNode(m_aCurToken, FNT_VARIABLE)); in Term()
1452 m_aNodeStack.Push(new SmTextNode(m_aCurToken, FNT_NUMBER)); in Term()
1489 m_aNodeStack.Push(new SmMathSymbolNode(m_aCurToken)); in Term()
1494 m_aNodeStack.Push(new SmPlaceNode(m_aCurToken)); in Term()
1540 DBG_ASSERT(!m_aNodeStack.Top()->IsVisible(), "Sm : Ooops..."); in Term()
1542 aArray[n] = (SmStructureNode *) m_aNodeStack.Pop(); in Term()
1548 SmNode *pFirstNode = m_aNodeStack.Pop(); in Term()
1554 m_aNodeStack.Push(pFirstNode); in Term()
1570 SmNode *pFunc = m_aNodeStack.Pop(); in Term()
1583 pSNode->SetSubNodes(pFunc, m_aNodeStack.Pop()); in Term()
1584 m_aNodeStack.Push(pSNode); in Term()
1624 m_aNodeStack.Push(pNode); in Escape()
1640 SmNode *pOperator = m_aNodeStack.Pop(); in Operator()
1645 pSNode->SetSubNodes(pOperator, m_aNodeStack.Pop()); in Operator()
1646 m_aNodeStack.Push(pSNode); in Operator()
1704 m_aNodeStack.Push(pNode); in Oper()
1733 pExtra = m_aNodeStack.Pop(); in UnOper()
1739 pOper = m_aNodeStack.Pop(); in UnOper()
1749 pOper = m_aNodeStack.Pop(); in UnOper()
1758 pArg = m_aNodeStack.Pop(); in UnOper()
1792 m_aNodeStack.Push(pSNode); in UnOper()
1828 m_aNodeStack.Push(pSNode); in Attribut()
1843 m_aNodeStack.Push(new SmFontNode(m_aCurToken)); in FontAttribut()
1882 m_aNodeStack.Push(new SmFontNode(aToken)); in Color()
1903 m_aNodeStack.Push(new SmFontNode(aToken)); in Font()
1994 m_aNodeStack.Push(pFontNode); in FontSize()
2022 pBody = m_aNodeStack.Pop(); in Brace()
2050 pBody = m_aNodeStack.Pop(); in Brace()
2084 m_aNodeStack.Push(pSNode); in Brace()
2110 m_aNodeStack.Push(new SmMathSymbolNode(m_aCurToken)); in Bracebody()
2129 m_aNodeStack.Push(new SmMathSymbolNode(m_aCurToken)); in Bracebody()
2146 aNodes[nNum - 1 - i] = m_aNodeStack.Pop(); in Bracebody()
2150 m_aNodeStack.Push(pBody); in Bracebody()
2181 m_aNodeStack.Push(new SmTextNode(m_aCurToken, FNT_FUNCTION)); in Function()
2204 ExpressionArray[2 - (i + 1)] = m_aNodeStack.Pop(); in Binom()
2207 m_aNodeStack.Push(pSNode); in Binom()
2230 ExpressionArray[n - (i + 1)] = m_aNodeStack.Pop(); in Stack()
2239 m_aNodeStack.Push(pSNode); in Stack()
2290 ExpressionArray[(nRC) - (i + 1)] = m_aNodeStack.Pop(); in Matrix()
2300 m_aNodeStack.Push(pMNode); in Matrix()
2382 m_aNodeStack.Push(new SmSpecialNode(m_aCurToken)); in Special()
2389 m_aNodeStack.Push(new SmGlyphSpecialNode(m_aCurToken)); in GlyphSpecial()
2403 m_aNodeStack.Push(pSNode); in Error()
2439 m_aNodeStack.Clear(); in Parse()
2445 return m_aNodeStack.Pop(); in Parse()