LibreOffice Module oox (master) 1
|
#include <titlemodel.hxx>
Public Types | |
typedef ModelRef< Shape > | ShapeRef |
typedef ModelRef< TextBody > | TextBodyRef |
typedef ModelRef< LayoutModel > | LayoutRef |
typedef ModelRef< TextModel > | TextRef |
Public Member Functions | |
TitleModel (sal_Int32 nDefaultRotation=0) | |
~TitleModel () | |
Public Attributes | |
ShapeRef | mxShapeProp |
TextBodyRef | mxTextProp |
Title shape formatting. More... | |
LayoutRef | mxLayout |
Title text formatting. More... | |
TextRef | mxText |
Layout/position of the frame. More... | |
bool | mbOverlay |
Text source of the title. More... | |
sal_Int32 | mnDefaultRotation |
True = title may overlay other objects. More... | |
Definition at line 40 of file titlemodel.hxx.
Definition at line 44 of file titlemodel.hxx.
Definition at line 42 of file titlemodel.hxx.
Definition at line 43 of file titlemodel.hxx.
Definition at line 45 of file titlemodel.hxx.
|
explicit |
Definition at line 33 of file titlemodel.cxx.
oox::drawingml::chart::TitleModel::~TitleModel | ( | ) |
Definition at line 39 of file titlemodel.cxx.
bool oox::drawingml::chart::TitleModel::mbOverlay |
Text source of the title.
Definition at line 51 of file titlemodel.hxx.
Referenced by oox::drawingml::chart::TitleContext::onCreateContext().
sal_Int32 oox::drawingml::chart::TitleModel::mnDefaultRotation |
True = title may overlay other objects.
Definition at line 52 of file titlemodel.hxx.
Referenced by oox::drawingml::chart::TitleConverter::convertFromModel().
LayoutRef oox::drawingml::chart::TitleModel::mxLayout |
Title text formatting.
Definition at line 49 of file titlemodel.hxx.
Referenced by oox::drawingml::chart::TitleConverter::convertFromModel(), and oox::drawingml::chart::TitleContext::onCreateContext().
ShapeRef oox::drawingml::chart::TitleModel::mxShapeProp |
Definition at line 47 of file titlemodel.hxx.
Referenced by oox::drawingml::chart::TitleConverter::convertFromModel(), and oox::drawingml::chart::TitleContext::onCreateContext().
TextRef oox::drawingml::chart::TitleModel::mxText |
Layout/position of the frame.
Definition at line 50 of file titlemodel.hxx.
Referenced by oox::drawingml::chart::TitleConverter::convertFromModel(), and oox::drawingml::chart::TitleContext::onCreateContext().
TextBodyRef oox::drawingml::chart::TitleModel::mxTextProp |
Title shape formatting.
Definition at line 48 of file titlemodel.hxx.
Referenced by oox::drawingml::chart::TitleConverter::convertFromModel(), and oox::drawingml::chart::TitleContext::onCreateContext().