Home
last modified time | relevance | path

Searched refs:m_utnsTagStack (Results 1 – 8 of 8) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/plugins/xslfo/xp/
H A Die_imp_XSL-FO.h83 UT_NumberStack m_utnsTagStack; variable
H A Die_imp_XSL-FO.cpp219 m_utnsTagStack.push(tokenIndex); in startElement()
835 m_utnsTagStack.pop((UT_sint32*)&i); in endElement()
1072 if (m_utnsTagStack.viewTop (i)) in _tagTop()
H A Die_exp_XSL-FO.h334 UT_NumberStack m_utnsTagStack; variable
H A Die_exp_XSL-FO.cpp143 m_utnsTagStack.pop((UT_sint32*)&i); in _tagClose()
163 m_utnsTagStack.push(tagID); in _tagOpen()
191 if (m_utnsTagStack.viewTop (i)) in _tagTop()
/dports/editors/abiword/abiword-3.0.5/plugins/docbook/xp/
H A Die_imp_DocBook.h102 UT_NumberStack m_utnsTagStack; variable
H A Die_exp_DocBook.h184 UT_NumberStack m_utnsTagStack; variable
H A Die_exp_DocBook.cpp219 m_utnsTagStack.pop((UT_sint32*)&i); in _tagClose()
245 m_utnsTagStack.push(tagID); in _tagOpen()
275 if (m_utnsTagStack.viewTop (i)) in _tagTop()
H A Die_imp_DocBook.cpp1510 m_utnsTagStack.push(tokenIndex); in startElement()
2460 m_utnsTagStack.pop((UT_sint32*)&i); in endElement()
2974 if (m_utnsTagStack.viewTop (i)) in tagTop()