Home
last modified time | relevance | path

Searched refs:m_aContextStack (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx269 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()
H A DDomainMapper_Impl.hxx331 ContextStack m_aContextStack; member in writerfilter::dmapper::DomainMapper_Impl
443 ContextType GetTopContextType() const { return m_aContextStack.top(); } in GetTopContextType()