|
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 | maStyleName |
| Text object with all text portion formatting. More... | |
| OUString | maSimpleText |
| Drawing style associated with the caption object. 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 427 of file postit.cxx.
|
explicit |
True = use default position and size for caption.
Definition at line 440 of file postit.cxx.
| Point ScCaptionInitData::maCaptionOffset |
Simple text without formatting.
Definition at line 433 of file postit.cxx.
Referenced by ScNoteUtil::CreateNoteFromObjectData().
| Size ScCaptionInitData::maCaptionSize |
Caption position relative to cell corner.
Definition at line 434 of file postit.cxx.
Referenced by ScNoteUtil::CreateNoteFromObjectData().
| OUString ScCaptionInitData::maSimpleText |
Drawing style associated with the caption object.
Definition at line 432 of file postit.cxx.
Referenced by ScNoteUtil::CreateNoteFromString(), and ScPostIt::ForgetCaption().
| OUString ScCaptionInitData::maStyleName |
Text object with all text portion formatting.
Definition at line 431 of file postit.cxx.
Referenced by ScNoteUtil::CreateNoteFromObjectData(), and ScNoteUtil::CreateNoteFromString().
| bool ScCaptionInitData::mbDefaultPosSize |
Size of the caption object.
Definition at line 435 of file postit.cxx.
Referenced by ScNoteUtil::CreateNoteFromObjectData(), and ScNoteUtil::CreateNoteFromString().
| std::optional< SfxItemSet > ScCaptionInitData::moItemSet |
Definition at line 429 of file postit.cxx.
Referenced by ScNoteUtil::CreateNoteFromObjectData().
| std::optional< OutlinerParaObject > ScCaptionInitData::mxOutlinerObj |
Caption object formatting.
Definition at line 430 of file postit.cxx.
Referenced by ScNoteUtil::CreateNoteFromObjectData(), and ScPostIt::ForgetCaption().