Home
last modified time | relevance | path

Searched refs:importComment (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/oox/source/xls/
H A Dcommentsfragment.cxx59 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::CommentsFragment
130 mxComment->importComment( rAttribs ); in importComment()
133 void CommentsFragment::importComment( SequenceInputStream& rStrm ) in importComment() function in oox::xls::CommentsFragment
136 mxComment->importComment( rStrm ); in importComment()
H A Dcommentsbuffer.cxx74 void Comment::importComment( const AttributeList& rAttribs ) in importComment() function in oox::xls::Comment
81 void Comment::importComment( SequenceInputStream& rStrm ) in importComment() function in oox::xls::Comment
/aoo4110/main/oox/inc/oox/xls/
H A Dcommentsfragment.hxx53 void importComment( const AttributeList& rAttribs );
55 void importComment( SequenceInputStream& rStrm );
H A Dcommentsbuffer.hxx56 void importComment( const AttributeList& rAttribs );
58 void importComment( SequenceInputStream& rStrm );

Completed in 15 milliseconds