LibreOffice Module chart2 (master) 1
|
Public Member Functions | |
CreateShapeParam2D () | |
Public Attributes | |
css::awt::Rectangle | maRemainingSpace |
std::shared_ptr< SeriesPlotterContainer > | mpSeriesPlotterContainer |
std::shared_ptr< VTitle > | mpVTitleX |
std::shared_ptr< VTitle > | mpVTitleY |
std::shared_ptr< VTitle > | mpVTitleZ |
std::shared_ptr< VTitle > | mpVTitleSecondX |
std::shared_ptr< VTitle > | mpVTitleSecondY |
rtl::Reference< SvxShapeRect > | mxMarkHandles |
rtl::Reference< SvxShapeRect > | mxPlotAreaWithAxes |
rtl::Reference< SvxShapeGroup > | mxDiagramWithAxesShapes |
bool | mbAutoPosTitleX |
bool | mbAutoPosTitleY |
bool | mbAutoPosTitleZ |
bool | mbAutoPosSecondTitleX |
bool | mbAutoPosSecondTitleY |
bool | mbUseFixedInnerSize |
Definition at line 125 of file ChartView.cxx.
|
inline |
Definition at line 152 of file ChartView.cxx.
css::awt::Rectangle chart::CreateShapeParam2D::maRemainingSpace |
Definition at line 127 of file ChartView.cxx.
Referenced by chart::ChartView::createAxisTitleShapes2D(), chart::ChartView::createShapes2D(), and chart::ChartView::impl_createDiagramAndContent().
bool chart::CreateShapeParam2D::mbAutoPosSecondTitleX |
Definition at line 147 of file ChartView.cxx.
Referenced by chart::ChartView::createAxisTitleShapes2D(), and chart::ChartView::createShapes2D().
bool chart::CreateShapeParam2D::mbAutoPosSecondTitleY |
Definition at line 148 of file ChartView.cxx.
Referenced by chart::ChartView::createAxisTitleShapes2D(), and chart::ChartView::createShapes2D().
bool chart::CreateShapeParam2D::mbAutoPosTitleX |
Definition at line 143 of file ChartView.cxx.
Referenced by chart::ChartView::createAxisTitleShapes2D(), and chart::ChartView::createShapes2D().
bool chart::CreateShapeParam2D::mbAutoPosTitleY |
Definition at line 144 of file ChartView.cxx.
Referenced by chart::ChartView::createAxisTitleShapes2D(), and chart::ChartView::createShapes2D().
bool chart::CreateShapeParam2D::mbAutoPosTitleZ |
Definition at line 145 of file ChartView.cxx.
Referenced by chart::ChartView::createAxisTitleShapes2D(), and chart::ChartView::createShapes2D().
bool chart::CreateShapeParam2D::mbUseFixedInnerSize |
Definition at line 150 of file ChartView.cxx.
Referenced by chart::ChartView::impl_createDiagramAndContent().
std::shared_ptr<SeriesPlotterContainer> chart::CreateShapeParam2D::mpSeriesPlotterContainer |
Definition at line 129 of file ChartView.cxx.
Referenced by chart::ChartView::createShapes2D(), and chart::ChartView::impl_createDiagramAndContent().
std::shared_ptr<VTitle> chart::CreateShapeParam2D::mpVTitleSecondX |
Definition at line 135 of file ChartView.cxx.
Referenced by chart::ChartView::createAxisTitleShapes2D(), and chart::ChartView::createShapes2D().
std::shared_ptr<VTitle> chart::CreateShapeParam2D::mpVTitleSecondY |
Definition at line 136 of file ChartView.cxx.
Referenced by chart::ChartView::createAxisTitleShapes2D(), and chart::ChartView::createShapes2D().
std::shared_ptr<VTitle> chart::CreateShapeParam2D::mpVTitleX |
Definition at line 131 of file ChartView.cxx.
Referenced by chart::ChartView::createAxisTitleShapes2D(), and chart::ChartView::createShapes2D().
std::shared_ptr<VTitle> chart::CreateShapeParam2D::mpVTitleY |
Definition at line 132 of file ChartView.cxx.
Referenced by chart::ChartView::createAxisTitleShapes2D(), and chart::ChartView::createShapes2D().
std::shared_ptr<VTitle> chart::CreateShapeParam2D::mpVTitleZ |
Definition at line 133 of file ChartView.cxx.
Referenced by chart::ChartView::createAxisTitleShapes2D(), and chart::ChartView::createShapes2D().
rtl::Reference<SvxShapeGroup> chart::CreateShapeParam2D::mxDiagramWithAxesShapes |
Definition at line 141 of file ChartView.cxx.
Referenced by chart::ChartView::createShapes2D(), and chart::ChartView::impl_createDiagramAndContent().
rtl::Reference<SvxShapeRect> chart::CreateShapeParam2D::mxMarkHandles |
Definition at line 138 of file ChartView.cxx.
Referenced by chart::ChartView::createShapes2D(), and chart::ChartView::impl_createDiagramAndContent().
rtl::Reference<SvxShapeRect> chart::CreateShapeParam2D::mxPlotAreaWithAxes |
Definition at line 139 of file ChartView.cxx.
Referenced by chart::ChartView::createShapes2D().