LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
oox::xls::CommentModel Struct Reference

#include <commentsbuffer.hxx>

Collaboration diagram for oox::xls::CommentModel:
[legend]

Public Member Functions

 CommentModel ()
 Anchor parameters. More...
 

Public Attributes

ScRange maRange
 
RichStringRef mxText
 Position of the comment in the worksheet. More...
 
sal_Int32 mnAuthorId
 Formatted text of the comment (not used in BIFF8). More...
 
bool mbAutoFill
 Identifier of the comment's author (OOXML and BIFF12 only). More...
 
bool mbAutoScale
 Auto Selection of comment object's fill style. More...
 
bool mbColHidden
 Auto Scale comment text. More...
 
bool mbLocked
 Comment cell's Column is Hidden. More...
 
bool mbRowHidden
 Comment changes Locked. More...
 
sal_Int32 mnTHA
 Comment cell's Row is Hidden. More...
 
sal_Int32 mnTVA
 Horizontal Alignment. More...
 
css::awt::Rectangle maAnchor
 Vertical Alignment. More...
 

Detailed Description

Definition at line 28 of file commentsbuffer.hxx.

Constructor & Destructor Documentation

◆ CommentModel()

oox::xls::CommentModel::CommentModel ( )
explicit

Anchor parameters.

Definition at line 99 of file commentsbuffer.cxx.

Member Data Documentation

◆ maAnchor

css::awt::Rectangle oox::xls::CommentModel::maAnchor

Vertical Alignment.

Definition at line 40 of file commentsbuffer.hxx.

Referenced by oox::xls::Comment::finalizeImport().

◆ maRange

ScRange oox::xls::CommentModel::maRange

◆ mbAutoFill

bool oox::xls::CommentModel::mbAutoFill

Identifier of the comment's author (OOXML and BIFF12 only).

Definition at line 33 of file commentsbuffer.hxx.

Referenced by oox::xls::Comment::importCommentPr().

◆ mbAutoScale

bool oox::xls::CommentModel::mbAutoScale

Auto Selection of comment object's fill style.

Definition at line 34 of file commentsbuffer.hxx.

Referenced by oox::xls::Comment::finalizeImport(), and oox::xls::Comment::importCommentPr().

◆ mbColHidden

bool oox::xls::CommentModel::mbColHidden

Auto Scale comment text.

Definition at line 35 of file commentsbuffer.hxx.

Referenced by oox::xls::Comment::importCommentPr().

◆ mbLocked

bool oox::xls::CommentModel::mbLocked

Comment cell's Column is Hidden.

Definition at line 36 of file commentsbuffer.hxx.

Referenced by oox::xls::Comment::finalizeImport(), and oox::xls::Comment::importCommentPr().

◆ mbRowHidden

bool oox::xls::CommentModel::mbRowHidden

Comment changes Locked.

Definition at line 37 of file commentsbuffer.hxx.

Referenced by oox::xls::Comment::importCommentPr().

◆ mnAuthorId

sal_Int32 oox::xls::CommentModel::mnAuthorId

Formatted text of the comment (not used in BIFF8).

Definition at line 32 of file commentsbuffer.hxx.

Referenced by oox::xls::Comment::importComment().

◆ mnTHA

sal_Int32 oox::xls::CommentModel::mnTHA

Comment cell's Row is Hidden.

Definition at line 38 of file commentsbuffer.hxx.

Referenced by oox::xls::Comment::finalizeImport(), and oox::xls::Comment::importCommentPr().

◆ mnTVA

sal_Int32 oox::xls::CommentModel::mnTVA

◆ mxText

RichStringRef oox::xls::CommentModel::mxText

Position of the comment in the worksheet.

Definition at line 31 of file commentsbuffer.hxx.

Referenced by oox::xls::Comment::createText(), and oox::xls::Comment::finalizeImport().


The documentation for this struct was generated from the following files: