Searched refs:m_aNodeStack (Results 1 – 4 of 4) sorted by relevance
1042 sal_uLong n = m_aNodeStack.Count(); in Table()1047 LineArray[n - (i + 1)] = m_aNodeStack.Pop(); in Table()1051 m_aNodeStack.Push(pSNode); in Table()1105 { pSNode->SetSubNodes(m_aNodeStack.Pop(), 0); in Align()1106 m_aNodeStack.Push(pSNode); in Align()1124 ExpressionArray[n - 1] = m_aNodeStack.Pop(); in Line()1133 ExpressionArray[n - 1] = m_aNodeStack.Pop(); in Line()1138 m_aNodeStack.Push(pSNode); in Line()1145 SmNode *pNode = m_aNodeStack.Pop(); in Expression()1151 …m_aNodeStack.Push(pNode); // push the node from above again (now to be used as argument to this c… in Expression()[all …]
103 while (!m_aNodeStack.empty()) m_aNodeStack.pop(); in reset()141 m_aNodeStack.push(Reference< XNode >(aFragment, UNO_QUERY)); in startDocumentFragment()155 Reference< XNode > aNode = m_aNodeStack.top(); in endDocumentFragment()158 m_aNodeStack.pop(); in endDocumentFragment()176 m_aNodeStack.push(Reference< XNode >(aDocument, UNO_QUERY)); in startDocument()189 Reference< XNode > aNode = m_aNodeStack.top(); in endDocument()192 m_aNodeStack.pop(); in endDocument()265 m_aNodeStack.top()->appendChild(Reference< XNode >(aElement, UNO_QUERY)), in startElement()267 m_aNodeStack.push(Reference< XNode >(aElement, UNO_QUERY)); in startElement()309 Reference< XNode > aNode(m_aNodeStack.top()); in endElement()[all …]
75 NodeStack m_aNodeStack; member in DOM::CSAXDocumentBuilder
180 SmNodeStack m_aNodeStack; member in SmParser