|
LibreOffice Module oox (master) 1
|
#include <modelbase.hxx>
Public Member Functions | |
| LayoutModel () | |
| True = automatic positioning. More... | |
Public Attributes | |
| double | mfX |
| double | mfY |
| Left position of this object. More... | |
| double | mfW |
| Top position of this object. More... | |
| double | mfH |
| Width of this object. More... | |
| sal_Int32 | mnXMode |
| Height of this object. More... | |
| sal_Int32 | mnYMode |
| Mode for left position. More... | |
| sal_Int32 | mnWMode |
| Mode for top position. More... | |
| sal_Int32 | mnHMode |
| Mode for width. More... | |
| sal_Int32 | mnTarget |
| Mode for height. More... | |
| bool | mbAutoLayout |
| Layout target for plot area. More... | |
Definition at line 101 of file modelbase.hxx.
| oox::drawingml::chart::LayoutModel::LayoutModel | ( | ) |
| bool oox::drawingml::chart::LayoutModel::mbAutoLayout |
Layout target for plot area.
Definition at line 112 of file modelbase.hxx.
Referenced by oox::drawingml::chart::LayoutConverter::calcAbsRectangle(), oox::drawingml::chart::LayoutConverter::convertFromModel(), oox::drawingml::chart::LayoutConverter::getAutoLayout(), and oox::drawingml::chart::LayoutContext::onCreateContext().
| double oox::drawingml::chart::LayoutModel::mfH |
Width of this object.
Definition at line 106 of file modelbase.hxx.
Referenced by oox::drawingml::chart::LayoutConverter::calcAbsRectangle(), oox::drawingml::chart::LayoutConverter::convertFromModel(), and oox::drawingml::chart::LayoutContext::onCreateContext().
| double oox::drawingml::chart::LayoutModel::mfW |
Top position of this object.
Definition at line 105 of file modelbase.hxx.
Referenced by oox::drawingml::chart::LayoutConverter::calcAbsRectangle(), oox::drawingml::chart::LayoutConverter::convertFromModel(), and oox::drawingml::chart::LayoutContext::onCreateContext().
| double oox::drawingml::chart::LayoutModel::mfX |
Definition at line 103 of file modelbase.hxx.
Referenced by oox::drawingml::chart::LayoutConverter::calcAbsRectangle(), oox::drawingml::chart::LayoutConverter::convertFromModel(), and oox::drawingml::chart::LayoutContext::onCreateContext().
| double oox::drawingml::chart::LayoutModel::mfY |
Left position of this object.
Definition at line 104 of file modelbase.hxx.
Referenced by oox::drawingml::chart::LayoutConverter::calcAbsRectangle(), oox::drawingml::chart::LayoutConverter::convertFromModel(), and oox::drawingml::chart::LayoutContext::onCreateContext().
| sal_Int32 oox::drawingml::chart::LayoutModel::mnHMode |
Mode for width.
Definition at line 110 of file modelbase.hxx.
Referenced by oox::drawingml::chart::LayoutConverter::calcAbsRectangle(), oox::drawingml::chart::LayoutConverter::convertFromModel(), and oox::drawingml::chart::LayoutContext::onCreateContext().
| sal_Int32 oox::drawingml::chart::LayoutModel::mnTarget |
Mode for height.
Definition at line 111 of file modelbase.hxx.
Referenced by oox::drawingml::chart::PlotAreaConverter::convertPositionFromModel(), and oox::drawingml::chart::LayoutContext::onCreateContext().
| sal_Int32 oox::drawingml::chart::LayoutModel::mnWMode |
Mode for top position.
Definition at line 109 of file modelbase.hxx.
Referenced by oox::drawingml::chart::LayoutConverter::calcAbsRectangle(), oox::drawingml::chart::LayoutConverter::convertFromModel(), and oox::drawingml::chart::LayoutContext::onCreateContext().
| sal_Int32 oox::drawingml::chart::LayoutModel::mnXMode |
Height of this object.
Definition at line 107 of file modelbase.hxx.
Referenced by oox::drawingml::chart::LayoutConverter::calcAbsRectangle(), oox::drawingml::chart::LayoutConverter::convertFromModel(), and oox::drawingml::chart::LayoutContext::onCreateContext().
| sal_Int32 oox::drawingml::chart::LayoutModel::mnYMode |
Mode for left position.
Definition at line 108 of file modelbase.hxx.
Referenced by oox::drawingml::chart::LayoutConverter::calcAbsRectangle(), oox::drawingml::chart::LayoutConverter::convertFromModel(), and oox::drawingml::chart::LayoutContext::onCreateContext().