Searched refs:mxContextStack (Results 1 – 2 of 2) sorted by relevance
53 mxContextStack( new ContextStack ), in ContextHandler2Helper()61 mxContextStack( rParent.mxContextStack ), in ContextHandler2Helper()73 return mxContextStack->empty() ? XML_ROOT_CONTEXT : mxContextStack->back().mnElement; in getCurrentElement()81 XML_ROOT_CONTEXT : (*mxContextStack)[ mxContextStack->size() - nCountBack - 1 ].mnElement; in getParentElement()108 if( !mxContextStack->empty() ) in implCharacters()116 if( !mxContextStack->empty() ) in implEndElement()140 if( !mxContextStack->empty() ) in implEndRecord()149 mxContextStack->resize( mxContextStack->size() + 1 ); in pushElementInfo()150 ElementInfo& rInfo = mxContextStack->back(); in pushElementInfo()158 if( !mxContextStack->empty() ) in popElementInfo()[all …]
207 ContextStackRef mxContextStack; /// Stack of all processed elements. member in oox::core::ContextHandler2Helper
Completed in 17 milliseconds