24 #include <oox/token/namespaces.hxx>
40 if( nElement == XLS_TOKEN( comments ) )
return this;
42 case XLS_TOKEN( comments ):
43 if( nElement == XLS_TOKEN( authors ) )
return this;
44 if( nElement == XLS_TOKEN( commentList ) )
return this;
46 case XLS_TOKEN( authors ):
47 if( nElement == XLS_TOKEN( author ) )
return this;
49 case XLS_TOKEN( commentList ):
50 if( nElement == XLS_TOKEN( comment ) ) {
importComment( rAttribs );
return this; }
52 case XLS_TOKEN( commentPr ):
53 if( nElement == XLS_TOKEN(
anchor ) )
57 if( nElement == XDR_TOKEN(
from ) || nElement == XDR_TOKEN(
to ) )
60 case XDR_TOKEN(
from ):
63 case XLS_TOKEN( comment ):
66 if( nElement == XLS_TOKEN( commentPr ) ) {
mxComment->importCommentPr( rAttribs );
return this; }
103 mxComment->createText()->importString( rStrm,
true );
117 static const RecordInfo spRecInfos[] =
const sal_Int32 BIFF12_ID_COMMENT
const sal_Int32 BIFF12_ID_COMMENTAUTHOR
const sal_Int32 BIFF12_ID_COMMENTLIST
const sal_Int32 BIFF12_ID_COMMENTTEXT
bool isCurrentElement(sal_Int32 nElement) const
const sal_Int32 BIFF12_ID_COMMENTS
const sal_Int32 BIFF12_ID_COMMENTAUTHORS
CommentsBuffer & getComments() const
Returns the buffer for all cell comments in this sheet.
exports com.sun.star. text
static OUString readString(SequenceInputStream &rStrm, bool b32BitLen=true)
Reads a BIFF12 string with leading 16-bit or 32-bit length field.
sal_Int32 getCurrentElement() const
Fragment handler derived from the WorksheetHelper helper class.
const sal_Int32 XML_ROOT_CONTEXT