24#include <oox/token/namespaces.hxx> 
   37    switch( getCurrentElement() )
 
   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; }
 
   74    if( isCurrentElement( XLS_TOKEN( author ) ) )
 
   80    if( isCurrentElement( XLS_TOKEN( comment ) ) )
 
   86    switch( getCurrentElement() )
 
  117    static const RecordInfo spRecInfos[] =
 
static OUString readString(SequenceInputStream &rStrm, bool b32BitLen=true)
Reads a BIFF12 string with leading 16-bit or 32-bit length field.
Fragment handler derived from the WorksheetHelper helper class.
CommentsBuffer & getComments() const
Returns the buffer for all cell comments in this sheet.
const sal_Int32 XML_ROOT_CONTEXT
const sal_Int32 BIFF12_ID_COMMENTLIST
const sal_Int32 BIFF12_ID_COMMENTS
const sal_Int32 BIFF12_ID_COMMENTAUTHOR
const sal_Int32 BIFF12_ID_COMMENTAUTHORS
const sal_Int32 BIFF12_ID_COMMENTTEXT
const sal_Int32 BIFF12_ID_COMMENT