LibreOffice Module sc (master) 1
|
Public Member Functions | |
ScCaptionInitData () | |
True = use default position and size for caption. More... | |
Public Attributes | |
std::optional< SfxItemSet > | moItemSet |
std::optional< OutlinerParaObject > | mxOutlinerObj |
Caption object formatting. More... | |
OUString | maSimpleText |
Text object with all text portion formatting. More... | |
Point | maCaptionOffset |
Simple text without formatting. More... | |
Size | maCaptionSize |
Caption position relative to cell corner. More... | |
bool | mbDefaultPosSize |
Size of the caption object. More... | |
Definition at line 457 of file postit.cxx.
|
explicit |
True = use default position and size for caption.
Definition at line 469 of file postit.cxx.
Point ScCaptionInitData::maCaptionOffset |
Simple text without formatting.
Definition at line 462 of file postit.cxx.
Referenced by ScNoteUtil::CreateNoteFromObjectData().
Size ScCaptionInitData::maCaptionSize |
Caption position relative to cell corner.
Definition at line 463 of file postit.cxx.
Referenced by ScNoteUtil::CreateNoteFromObjectData().
OUString ScCaptionInitData::maSimpleText |
Text object with all text portion formatting.
Definition at line 461 of file postit.cxx.
Referenced by ScNoteUtil::CreateNoteFromString(), and ScPostIt::ForgetCaption().
bool ScCaptionInitData::mbDefaultPosSize |
Size of the caption object.
Definition at line 464 of file postit.cxx.
Referenced by ScNoteUtil::CreateNoteFromObjectData(), and ScNoteUtil::CreateNoteFromString().
std::optional< SfxItemSet > ScCaptionInitData::moItemSet |
Definition at line 459 of file postit.cxx.
Referenced by ScNoteUtil::CreateNoteFromObjectData().
std::optional< OutlinerParaObject > ScCaptionInitData::mxOutlinerObj |
Caption object formatting.
Definition at line 460 of file postit.cxx.
Referenced by ScNoteUtil::CreateNoteFromObjectData(), and ScPostIt::ForgetCaption().