Searched refs:m_aContextStack (Results 1 – 2 of 2) sorted by relevance
269 m_aContextStack.push(eId); in PushProperties()279 m_aContextStack.push(CONTEXT_STYLESHEET); in PushStyleProperties()289 m_aContextStack.push(CONTEXT_LIST); in PushListProperties()306 m_aContextStack.pop(); in PopProperties()308 if(!m_aContextStack.empty() && !m_aPropertyStacks[m_aContextStack.top()].empty()) in PopProperties()310 m_pTopContext = m_aPropertyStacks[m_aContextStack.top()].top(); in PopProperties()
331 ContextStack m_aContextStack; member in writerfilter::dmapper::DomainMapper_Impl443 ContextType GetTopContextType() const { return m_aContextStack.top(); } in GetTopContextType()