Searched refs:m_aContextStack (Results 1 – 2 of 2) sorted by relevance
293 m_aContextStack.push(eId); in PushProperties()303 m_aContextStack.push(CONTEXT_STYLESHEET); in PushStyleProperties()313 m_aContextStack.push(CONTEXT_LIST); in PushListProperties()330 m_aContextStack.pop(); in PopProperties()332 if(!m_aContextStack.empty() && !m_aPropertyStacks[m_aContextStack.top()].empty()) in PopProperties()334 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()
Completed in 30 milliseconds