LibreOffice Module sc (master) 1
|
Internal data for a cell annotation. More...
#include <postit.hxx>
Public Types | |
typedef std::shared_ptr< ScCaptionInitData > | ScCaptionInitDataRef |
Public Member Functions | |
ScNoteData (bool bShown=false) | |
True = note is visible. More... | |
Public Attributes | |
OUString | maDate |
OUString | maAuthor |
Creation date of the note. More... | |
ScCaptionInitDataRef | mxInitData |
Author of the note. More... | |
rtl::Reference< SdrCaptionObj > | mxCaption |
Initial data for invisible notes without SdrObject. More... | |
bool | mbShown |
Drawing object representing the cell note. More... | |
Internal data for a cell annotation.
Definition at line 41 of file postit.hxx.
typedef std::shared_ptr< ScCaptionInitData > ScNoteData::ScCaptionInitDataRef |
Definition at line 43 of file postit.hxx.
|
explicit |
True = note is visible.
Definition at line 445 of file postit.cxx.
OUString ScNoteData::maAuthor |
Creation date of the note.
Definition at line 46 of file postit.hxx.
Referenced by ScPostIt::AutoStamp(), and ScPostIt::SetAuthor().
OUString ScNoteData::maDate |
Definition at line 45 of file postit.hxx.
Referenced by ScPostIt::AutoStamp(), and ScPostIt::SetDate().
bool ScNoteData::mbShown |
Drawing object representing the cell note.
Definition at line 49 of file postit.hxx.
Referenced by ScPostIt::ScPostIt(), ScPostIt::ShowCaption(), and ScPostIt::ShowCaptionTemp().
rtl::Reference<SdrCaptionObj> ScNoteData::mxCaption |
Initial data for invisible notes without SdrObject.
Definition at line 48 of file postit.hxx.
Referenced by ScPostIt::CreateCaption(), ScPostIt::CreateCaptionFromInitData(), ScNoteUtil::CreateNoteFromCaption(), ScDrawView::DeleteMarked(), ScUndoReplaceNote::DoInsertNote(), ScUndoReplaceNote::DoRemoveNote(), ScPostIt::ForgetCaption(), ScUndoReplaceNote::GetComment(), ScPostIt::GetOrCreateCaption(), ScPostIt::GetOutlinerObject(), ScPostIt::RemoveCaption(), ScDocFunc::ReplaceNote(), ScPostIt::ScPostIt(), ScUndoReplaceNote::ScUndoReplaceNote(), ScPostIt::SetText(), ScPostIt::ShowCaption(), ScPostIt::ShowCaptionTemp(), and ScPostIt::UpdateCaptionPos().
ScCaptionInitDataRef ScNoteData::mxInitData |
Author of the note.
Definition at line 47 of file postit.hxx.
Referenced by ScPostIt::CreateCaptionFromInitData(), ScNoteUtil::CreateNoteFromObjectData(), ScNoteUtil::CreateNoteFromString(), ScPostIt::ForgetCaption(), ScPostIt::GetOutlinerObject(), ScPostIt::GetText(), and ScUndoReplaceNote::ScUndoReplaceNote().