Searched refs:m_aNodeStack (Results 1 – 4 of 4) sorted by relevance
1051 m_aNodeStack.Push(pSNode); in Table()1138 m_aNodeStack.Push(pSNode); in Line()1172 m_aNodeStack.Push(pSNode); in Expression()1347 m_aNodeStack.Push(pNode); in SubSup()1634 m_aNodeStack.Push(pNode); in Escape()1714 m_aNodeStack.Push(pNode); in Oper()1768 pArg = m_aNodeStack.Pop(); in UnOper()1802 m_aNodeStack.Push(pSNode); in UnOper()1838 m_aNodeStack.Push(pSNode); in Attribut()2160 m_aNodeStack.Push(pBody); in Bracebody()[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()267 m_aNodeStack.push(Reference< XNode >(aElement, UNO_QUERY)); in startElement()309 Reference< XNode > aNode(m_aNodeStack.top()); in endElement()324 m_aNodeStack.pop(); in endElement()[all …]
75 NodeStack m_aNodeStack; member in DOM::CSAXDocumentBuilder
180 SmNodeStack m_aNodeStack; member in SmParser
Completed in 37 milliseconds