LibreOffice Module sc (master) 1
|
#include <commentsbuffer.hxx>
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... | |
Definition at line 28 of file commentsbuffer.hxx.
|
explicit |
Anchor parameters.
Definition at line 99 of file commentsbuffer.cxx.
css::awt::Rectangle oox::xls::CommentModel::maAnchor |
Vertical Alignment.
Definition at line 40 of file commentsbuffer.hxx.
Referenced by oox::xls::Comment::finalizeImport().
ScRange oox::xls::CommentModel::maRange |
Definition at line 30 of file commentsbuffer.hxx.
Referenced by oox::xls::Comment::finalizeImport(), and oox::xls::Comment::importComment().
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().
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().
bool oox::xls::CommentModel::mbColHidden |
Auto Scale comment text.
Definition at line 35 of file commentsbuffer.hxx.
Referenced by oox::xls::Comment::importCommentPr().
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().
bool oox::xls::CommentModel::mbRowHidden |
Comment changes Locked.
Definition at line 37 of file commentsbuffer.hxx.
Referenced by oox::xls::Comment::importCommentPr().
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().
sal_Int32 oox::xls::CommentModel::mnTHA |
Definition at line 38 of file commentsbuffer.hxx.
Referenced by oox::xls::Comment::finalizeImport(), and oox::xls::Comment::importCommentPr().
sal_Int32 oox::xls::CommentModel::mnTVA |
Horizontal Alignment.
Definition at line 39 of file commentsbuffer.hxx.
Referenced by oox::xls::Comment::finalizeImport(), and oox::xls::Comment::importCommentPr().
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().