LibreOffice Module oox (master) 1
|
#include <titlemodel.hxx>
Public Types | |
typedef ModelRef< DataSequenceModel > | DataSequenceRef |
typedef ModelRef< TextBody > | TextBodyRef |
Public Member Functions | |
TextModel () | |
Rich-formatted literal text (for title objects only). More... | |
~TextModel () | |
Public Attributes | |
DataSequenceRef | mxDataSeq |
TextBodyRef | mxTextBody |
The string data or formula link of this text. More... | |
Definition at line 28 of file titlemodel.hxx.
Definition at line 30 of file titlemodel.hxx.
Definition at line 31 of file titlemodel.hxx.
|
explicit |
Rich-formatted literal text (for title objects only).
Definition at line 25 of file titlemodel.cxx.
oox::drawingml::chart::TextModel::~TextModel | ( | ) |
Definition at line 29 of file titlemodel.cxx.
DataSequenceRef oox::drawingml::chart::TextModel::mxDataSeq |
TextBodyRef oox::drawingml::chart::TextModel::mxTextBody |
The string data or formula link of this text.
Definition at line 34 of file titlemodel.hxx.
Referenced by oox::drawingml::chart::TitleConverter::convertFromModel(), oox::drawingml::chart::TextConverter::createStringSequence(), and oox::drawingml::chart::TextContext::onCreateContext().