Searched refs:ContextStack (Results 1 – 5 of 5) sorted by relevance
104 class ContextStack class107 explicit ContextStack( FragmentHandlerRef xHandler );128 ContextStack::ContextStack( FragmentHandlerRef xHandler ) : in ContextStack() function in oox::core::prv::ContextStack133 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()
53 mxContextStack( new ContextStack ), in ContextHandler2Helper()
38 namespace prv { class ContextStack; }80 ::std::auto_ptr< prv::ContextStack > mxStack;
204 typedef ::std::vector< ElementInfo > ContextStack; typedef in oox::core::ContextHandler2Helper205 typedef ::boost::shared_ptr< ContextStack > ContextStackRef;
185 typedef std::stack<ContextType> ContextStack; typedef331 ContextStack m_aContextStack;
Completed in 38 milliseconds