Searched refs:importComment (Results 1 – 4 of 4) sorted by relevance
59 if( nElement == XLS_TOKEN( comment ) ) { importComment( rAttribs ); return this; } in onCreateContext()96 if( nRecId == BIFF12_ID_COMMENT ) { importComment( rStrm ); return this; } in onCreateRecordContext()127 void CommentsFragment::importComment( const AttributeList& rAttribs ) in importComment() function in oox::xls::CommentsFragment130 mxComment->importComment( rAttribs ); in importComment()133 void CommentsFragment::importComment( SequenceInputStream& rStrm ) in importComment() function in oox::xls::CommentsFragment136 mxComment->importComment( rStrm ); in importComment()
74 void Comment::importComment( const AttributeList& rAttribs ) in importComment() function in oox::xls::Comment81 void Comment::importComment( SequenceInputStream& rStrm ) in importComment() function in oox::xls::Comment
53 void importComment( const AttributeList& rAttribs );55 void importComment( SequenceInputStream& rStrm );
56 void importComment( const AttributeList& rAttribs );58 void importComment( SequenceInputStream& rStrm );
Completed in 8 milliseconds