Home
last modified time | relevance | path

Searched refs:ContextStack (Results 1 – 5 of 5) sorted by relevance

/trunk/main/oox/source/core/
H A Drecordparser.cxx104 class ContextStack class
107 explicit ContextStack( FragmentHandlerRef xHandler );
128 ContextStack::ContextStack( FragmentHandlerRef xHandler ) : in ContextStack() function in oox::core::prv::ContextStack
133 sal_Int32 ContextStack::getCurrentRecId() const in getCurrentRecId()
138 bool ContextStack::hasCurrentEndRecId() const in hasCurrentEndRecId()
143 ContextHandlerRef ContextStack::getCurrentContext() const in getCurrentContext()
150 void ContextStack::pushContext( const RecordInfo& rRecInfo, const ContextHandlerRef& rxContext ) in pushContext()
157 void ContextStack::popContext() in popContext()
266 mxStack.reset( new prv::ContextStack( mxHandler ) ); in parseStream()
H A Dcontexthandler2.cxx53 mxContextStack( new ContextStack ), in ContextHandler2Helper()
/trunk/main/oox/inc/oox/core/
H A Drecordparser.hxx38 namespace prv { class ContextStack; }
80 ::std::auto_ptr< prv::ContextStack > mxStack;
H A Dcontexthandler2.hxx204 typedef ::std::vector< ElementInfo > ContextStack; typedef in oox::core::ContextHandler2Helper
205 typedef ::boost::shared_ptr< ContextStack > ContextStackRef;
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.hxx185 typedef std::stack<ContextType> ContextStack; typedef
331 ContextStack m_aContextStack;

Completed in 26 milliseconds