Searched refs:m_aNodeStack (Results 1 – 4 of 4) sorted by relevance
1041 m_aNodeStack.Push(pSNode); in Table()1128 m_aNodeStack.Push(pSNode); in Line()1162 m_aNodeStack.Push(pSNode); in Expression()1337 m_aNodeStack.Push(pNode); in SubSup()1624 m_aNodeStack.Push(pNode); in Escape()1704 m_aNodeStack.Push(pNode); in Oper()1758 pArg = m_aNodeStack.Pop(); in UnOper()1792 m_aNodeStack.Push(pSNode); in UnOper()1828 m_aNodeStack.Push(pSNode); in Attribut()2150 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
178 SmNodeStack m_aNodeStack; member in SmParser
Completed in 27 milliseconds