LibreOffice Module sc (master) 1
Public Types | Public Member Functions | Public Attributes | List of all members
ScNoteData Struct Reference

Internal data for a cell annotation. More...

#include <postit.hxx>

Collaboration diagram for ScNoteData:
[legend]

Public Types

typedef std::shared_ptr< ScCaptionInitDataScCaptionInitDataRef
 

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< SdrCaptionObjmxCaption
 Initial data for invisible notes without SdrObject. More...
 
bool mbShown
 Drawing object representing the cell note. More...
 

Detailed Description

Internal data for a cell annotation.

Definition at line 41 of file postit.hxx.

Member Typedef Documentation

◆ ScCaptionInitDataRef

Definition at line 43 of file postit.hxx.

Constructor & Destructor Documentation

◆ ScNoteData()

ScNoteData::ScNoteData ( bool  bShown = false)
explicit

True = note is visible.

Definition at line 445 of file postit.cxx.

Member Data Documentation

◆ maAuthor

OUString ScNoteData::maAuthor

Creation date of the note.

Definition at line 46 of file postit.hxx.

Referenced by ScPostIt::AutoStamp(), and ScPostIt::SetAuthor().

◆ maDate

OUString ScNoteData::maDate

Definition at line 45 of file postit.hxx.

Referenced by ScPostIt::AutoStamp(), and ScPostIt::SetDate().

◆ mbShown

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().

◆ mxCaption

rtl::Reference<SdrCaptionObj> ScNoteData::mxCaption

◆ mxInitData

ScCaptionInitDataRef ScNoteData::mxInitData

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