LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScCaptionInitData Struct Reference
Collaboration diagram for ScCaptionInitData:
[legend]

Public Member Functions

 ScCaptionInitData ()
 True = use default position and size for caption. More...
 

Public Attributes

std::optional< SfxItemSetmoItemSet
 
std::optional< OutlinerParaObjectmxOutlinerObj
 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...
 

Detailed Description

Definition at line 427 of file postit.cxx.

Constructor & Destructor Documentation

◆ ScCaptionInitData()

ScCaptionInitData::ScCaptionInitData ( )
explicit

True = use default position and size for caption.

Definition at line 440 of file postit.cxx.

Member Data Documentation

◆ maCaptionOffset

Point ScCaptionInitData::maCaptionOffset

Simple text without formatting.

Definition at line 433 of file postit.cxx.

Referenced by ScNoteUtil::CreateNoteFromObjectData().

◆ maCaptionSize

Size ScCaptionInitData::maCaptionSize

Caption position relative to cell corner.

Definition at line 434 of file postit.cxx.

Referenced by ScNoteUtil::CreateNoteFromObjectData().

◆ maSimpleText

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

◆ maStyleName

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

◆ mbDefaultPosSize

bool ScCaptionInitData::mbDefaultPosSize

Size of the caption object.

Definition at line 435 of file postit.cxx.

Referenced by ScNoteUtil::CreateNoteFromObjectData(), and ScNoteUtil::CreateNoteFromString().

◆ moItemSet

std::optional< SfxItemSet > ScCaptionInitData::moItemSet

Definition at line 429 of file postit.cxx.

Referenced by ScNoteUtil::CreateNoteFromObjectData().

◆ mxOutlinerObj

std::optional< OutlinerParaObject > ScCaptionInitData::mxOutlinerObj

Caption object formatting.

Definition at line 430 of file postit.cxx.

Referenced by ScNoteUtil::CreateNoteFromObjectData(), and ScPostIt::ForgetCaption().


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