LibreOffice Module chart2 (master) 1
|
#include <ChartTypeDialogController.hxx>
Public Member Functions | |
ChartTypeParameter (sal_Int32 nSubTypeIndex, bool bXAxisWithValues=false, bool b3DLook=false, GlobalStackMode eStackMode=GlobalStackMode_NONE, bool _bSymbols=true, bool _bLines=true, css::chart2::CurveStyle eCurveStyle=css::chart2::CurveStyle_LINES) | |
ChartTypeParameter () | |
bool | mapsToSameService (const ChartTypeParameter &rParameter) const |
bool | mapsToSimilarService (const ChartTypeParameter &rParameter, sal_Int32 nTheHigherTheLess) const |
Public Attributes | |
sal_Int32 | nSubTypeIndex |
bool | bXAxisWithValues |
bool | b3DLook |
bool | bSymbols |
bool | bLines |
GlobalStackMode | eStackMode |
css::chart2::CurveStyle | eCurveStyle |
sal_Int32 | nCurveResolution |
sal_Int32 | nSplineOrder |
sal_Int32 | nGeometry3D |
ThreeDLookScheme | eThreeDLookScheme |
bool | bSortByXValues |
bool | mbRoundedEdge |
Definition at line 61 of file ChartTypeDialogController.hxx.
chart::ChartTypeParameter::ChartTypeParameter | ( | sal_Int32 | nSubTypeIndex, |
bool | bXAxisWithValues = false , |
||
bool | b3DLook = false , |
||
GlobalStackMode | eStackMode = GlobalStackMode_NONE , |
||
bool | _bSymbols = true , |
||
bool | _bLines = true , |
||
css::chart2::CurveStyle | eCurveStyle = css::chart2::CurveStyle_LINES |
||
) |
chart::ChartTypeParameter::ChartTypeParameter | ( | ) |
Definition at line 49 of file ChartTypeDialogController.cxx.
References chart::ThreeDLookScheme_Realistic.
bool chart::ChartTypeParameter::mapsToSameService | ( | const ChartTypeParameter & | rParameter | ) | const |
Definition at line 86 of file ChartTypeDialogController.cxx.
References mapsToSimilarService().
Referenced by chart::ChartTypeDialogController::getServiceNameForParameter().
bool chart::ChartTypeParameter::mapsToSimilarService | ( | const ChartTypeParameter & | rParameter, |
sal_Int32 | nTheHigherTheLess | ||
) | const |
Definition at line 90 of file ChartTypeDialogController.cxx.
References b3DLook, bLines, bSymbols, bXAxisWithValues, eStackMode, and nSubTypeIndex.
Referenced by chart::ChartTypeDialogController::adjustParameterToMainType(), chart::ChartTypeDialogController::getServiceNameForParameter(), and mapsToSameService().
bool chart::ChartTypeParameter::b3DLook |
Definition at line 77 of file ChartTypeDialogController.hxx.
Referenced by chart::ChartTypeDialogController::adjustParameterToMainType(), chart::LineChartDialogController::adjustParameterToMainType(), chart::AreaChartDialogController::adjustParameterToMainType(), chart::LineChartDialogController::adjustParameterToSubType(), chart::XYChartDialogController::adjustParameterToSubType(), chart::AreaChartDialogController::adjustParameterToSubType(), chart::NetChartDialogController::adjustParameterToSubType(), chart::StockChartDialogController::adjustParameterToSubType(), chart::CombiColumnLineChartDialogController::adjustParameterToSubType(), chart::BubbleChartDialogController::adjustParameterToSubType(), chart::ColumnOrBarChartDialogController_Base::adjustSubTypeAndEnableControls(), chart::ChartTypeDialogController::commitToModel(), chart::Dim3DLookResourceGroup::fillControls(), chart::StackingResourceGroup::fillControls(), chart::GeometryResourceGroup::fillControls(), chart::Dim3DLookResourceGroup::fillParameter(), chart::ColumnChartDialogController::fillSubTypeList(), chart::BarChartDialogController::fillSubTypeList(), chart::PieChartDialogController::fillSubTypeList(), chart::AreaChartDialogController::fillSubTypeList(), chart::ChartTypeDialogController::getServiceNameForParameter(), chart::sidebar::ChartTypePanel::Initialize(), chart::ChartTypeTabPage::initializePage(), mapsToSimilarService(), chart::ChartTypeTabPage::selectMainType(), and chart::sidebar::ChartTypePanel::selectMainType().
bool chart::ChartTypeParameter::bLines |
bool chart::ChartTypeParameter::bSortByXValues |
Definition at line 90 of file ChartTypeDialogController.hxx.
Referenced by chart::ChartTypeDialogController::adjustParameterToMainType(), chart::ChartTypeDialogController::commitToModel(), chart::SortByXValuesResourceGroup::fillControls(), chart::SortByXValuesResourceGroup::fillParameter(), chart::sidebar::ChartTypePanel::Initialize(), chart::ChartTypeTabPage::initializePage(), chart::ChartTypeTabPage::selectMainType(), chart::sidebar::ChartTypePanel::selectMainType(), chart::ChartTypeTabPage::stateChanged(), and chart::sidebar::ChartTypePanel::stateChanged().
bool chart::ChartTypeParameter::bSymbols |
bool chart::ChartTypeParameter::bXAxisWithValues |
Definition at line 76 of file ChartTypeDialogController.hxx.
Referenced by chart::ChartTypeDialogController::adjustParameterToMainType(), chart::XYChartDialogController::adjustParameterToSubType(), chart::StackingResourceGroup::fillControls(), chart::ChartTypeDialogController::getServiceNameForParameter(), and mapsToSimilarService().
css::chart2::CurveStyle chart::ChartTypeParameter::eCurveStyle |
Definition at line 82 of file ChartTypeDialogController.hxx.
Referenced by chart::ChartTypeDialogController::adjustParameterToMainType(), chart::AreaChartDialogController::adjustParameterToSubType(), chart::SplinePropertiesDialog::fillControls(), chart::SteppedPropertiesDialog::fillControls(), chart::SplineResourceGroup::fillControls(), chart::SplineResourceGroup::fillParameter(), chart::SplinePropertiesDialog::fillParameter(), chart::SteppedPropertiesDialog::fillParameter(), chart::LineChartDialogController::fillSubTypeList(), chart::XYChartDialogController::fillSubTypeList(), chart::ChartTypeDialogController::getChartTypeParameterForService(), and chart::ChartTypeDialogController::getCurrentTemplate().
GlobalStackMode chart::ChartTypeParameter::eStackMode |
Definition at line 81 of file ChartTypeDialogController.hxx.
Referenced by chart::ChartTypeDialogController::adjustParameterToMainType(), chart::LineChartDialogController::adjustParameterToMainType(), chart::AreaChartDialogController::adjustParameterToMainType(), chart::ChartTypeDialogController::adjustParameterToSubType(), chart::PieChartDialogController::adjustParameterToSubType(), chart::LineChartDialogController::adjustParameterToSubType(), chart::XYChartDialogController::adjustParameterToSubType(), chart::AreaChartDialogController::adjustParameterToSubType(), chart::NetChartDialogController::adjustParameterToSubType(), chart::StockChartDialogController::adjustParameterToSubType(), chart::CombiColumnLineChartDialogController::adjustParameterToSubType(), chart::BubbleChartDialogController::adjustParameterToSubType(), chart::StackingResourceGroup::fillControls(), chart::StackingResourceGroup::fillParameter(), chart::LineChartDialogController::fillSubTypeList(), chart::NetChartDialogController::fillSubTypeList(), chart::ChartTypeDialogController::getServiceNameForParameter(), and mapsToSimilarService().
ThreeDLookScheme chart::ChartTypeParameter::eThreeDLookScheme |
Definition at line 89 of file ChartTypeDialogController.hxx.
Referenced by chart::ChartTypeDialogController::adjustParameterToMainType(), chart::ChartTypeDialogController::commitToModel(), chart::Dim3DLookResourceGroup::fillControls(), chart::Dim3DLookResourceGroup::fillParameter(), chart::sidebar::ChartTypePanel::Initialize(), chart::ChartTypeTabPage::initializePage(), chart::ChartTypeTabPage::selectMainType(), chart::sidebar::ChartTypePanel::selectMainType(), chart::ChartTypeTabPage::stateChanged(), and chart::sidebar::ChartTypePanel::stateChanged().
bool chart::ChartTypeParameter::mbRoundedEdge |
Definition at line 92 of file ChartTypeDialogController.hxx.
Referenced by chart::ChartTypeDialogController::adjustParameterToMainType().
sal_Int32 chart::ChartTypeParameter::nCurveResolution |
Definition at line 84 of file ChartTypeDialogController.hxx.
Referenced by chart::ChartTypeDialogController::adjustParameterToMainType(), chart::SplinePropertiesDialog::fillControls(), chart::SplinePropertiesDialog::fillParameter(), chart::ChartTypeDialogController::getChartTypeParameterForService(), and chart::ChartTypeDialogController::getCurrentTemplate().
sal_Int32 chart::ChartTypeParameter::nGeometry3D |
Definition at line 87 of file ChartTypeDialogController.hxx.
Referenced by chart::ChartTypeDialogController::adjustParameterToMainType(), chart::GeometryResourceGroup::fillControls(), chart::GeometryResourceGroup::fillParameter(), chart::ColumnChartDialogController::fillSubTypeList(), chart::BarChartDialogController::fillSubTypeList(), chart::ChartTypeDialogController::getChartTypeParameterForService(), and chart::ChartTypeDialogController::getCurrentTemplate().
sal_Int32 chart::ChartTypeParameter::nSplineOrder |
Definition at line 85 of file ChartTypeDialogController.hxx.
Referenced by chart::ChartTypeDialogController::adjustParameterToMainType(), chart::SplinePropertiesDialog::fillControls(), chart::SplinePropertiesDialog::fillParameter(), chart::ChartTypeDialogController::getChartTypeParameterForService(), and chart::ChartTypeDialogController::getCurrentTemplate().
sal_Int32 chart::ChartTypeParameter::nSubTypeIndex |
Definition at line 74 of file ChartTypeDialogController.hxx.
Referenced by chart::ChartTypeDialogController::adjustParameterToSubType(), chart::LineChartDialogController::adjustParameterToSubType(), chart::XYChartDialogController::adjustParameterToSubType(), chart::AreaChartDialogController::adjustParameterToSubType(), chart::NetChartDialogController::adjustParameterToSubType(), chart::CombiColumnLineChartDialogController::adjustParameterToSubType(), chart::ColumnOrBarChartDialogController_Base::adjustSubTypeAndEnableControls(), chart::ChartTypeTabPage::fillAllControls(), chart::sidebar::ChartTypePanel::fillAllControls(), chart::sidebar::ChartTypePanel::getCurrentParameter(), chart::ChartTypeTabPage::getCurrentParamter(), and mapsToSimilarService().