Lines Matching refs:ContextHandler2Helper

52 ContextHandler2Helper::ContextHandler2Helper( bool bEnableTrimSpace ) :  in ContextHandler2Helper()  function in oox::core::ContextHandler2Helper
60 ContextHandler2Helper::ContextHandler2Helper( const ContextHandler2Helper& rParent ) : in ContextHandler2Helper() function in oox::core::ContextHandler2Helper
67 ContextHandler2Helper::~ContextHandler2Helper() in ~ContextHandler2Helper()
71 sal_Int32 ContextHandler2Helper::getCurrentElement() const in getCurrentElement()
76 sal_Int32 ContextHandler2Helper::getParentElement( sal_Int32 nCountBack ) const in getParentElement()
84 bool ContextHandler2Helper::isRootElement() const in isRootElement()
89 Reference< XFastContextHandler > ContextHandler2Helper::implCreateChildContext( in implCreateChildContext()
98 void ContextHandler2Helper::implStartElement( sal_Int32 nElement, const Reference< XFastAttributeLi… in implStartElement()
105 void ContextHandler2Helper::implCharacters( const OUString& rChars ) in implCharacters()
112 void ContextHandler2Helper::implEndElement( sal_Int32 nElement ) in implEndElement()
125 ContextHandlerRef ContextHandler2Helper::implCreateRecordContext( sal_Int32 nRecId, SequenceInputSt… in implCreateRecordContext()
130 void ContextHandler2Helper::implStartRecord( sal_Int32 nRecId, SequenceInputStream& rStrm ) in implStartRecord()
136 void ContextHandler2Helper::implEndRecord( sal_Int32 nRecId ) in implEndRecord()
147 ElementInfo& ContextHandler2Helper::pushElementInfo( sal_Int32 nElement ) in pushElementInfo()
155 void ContextHandler2Helper::popElementInfo() in popElementInfo()
162 void ContextHandler2Helper::processCollectedChars() in processCollectedChars()
178 ContextHandler2::ContextHandler2( ContextHandler2Helper& rParent ) : in ContextHandler2()
180 ContextHandler2Helper( rParent ) in ContextHandler2()