Searched refs:CommentsFragment (Results 1 – 3 of 3) sorted by relevance
39 CommentsFragment::CommentsFragment( const WorksheetHelper& rHelper, const OUString& rFragmentPath )… in CommentsFragment() function in oox::xls::CommentsFragment44 ContextHandlerRef CommentsFragment::onCreateContext( sal_Int32 nElement, const AttributeList& rAttr… in onCreateContext()69 void CommentsFragment::onCharacters( const OUString& rChars ) in onCharacters()75 void CommentsFragment::onEndElement() in onEndElement()81 ContextHandlerRef CommentsFragment::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& r… in onCreateRecordContext()106 void CommentsFragment::onEndRecord() in onEndRecord()112 const RecordInfo* CommentsFragment::getRecordInfos() const in getRecordInfos()127 void CommentsFragment::importComment( const AttributeList& rAttribs ) in importComment()133 void CommentsFragment::importComment( SequenceInputStream& rStrm ) in importComment()
224 importOoxFragment( new CommentsFragment( *this, aCommentsFragmentPath ) ); in WorksheetFragment()
35 class CommentsFragment : public WorksheetFragmentBase class38 explicit CommentsFragment(
Completed in 480 milliseconds