LibreOffice Module chart2 (master) 1
|
#include <dlg_ObjectProperties.hxx>
Private Attributes | |
OUString | m_aObjectCID |
ObjectType | m_eObjectType |
bool | m_bAffectsMultipleObjects |
OUString | m_aLocalizedName |
bool | m_bHasGeometryProperties |
bool | m_bHasStatisticProperties |
bool | m_bProvidesSecondaryYAxis |
bool | m_bProvidesOverlapAndGapWidth |
bool | m_bProvidesBarConnectors |
bool | m_bHasAreaProperties |
bool | m_bHasSymbolProperties |
bool | m_bHasNumberProperties |
bool | m_bProvidesStartingAngle |
bool | m_bProvidesMissingValueTreatments |
bool | m_bIsPieChartDataPoint |
bool | m_bHasScaleProperties |
bool | m_bCanAxisLabelsBeStaggered |
bool | m_bSupportingAxisPositioning |
bool | m_bShowAxisOrigin |
bool | m_bIsCrossingAxisIsCategoryAxis |
bool | m_bSupportingCategoryPositioning |
css::uno::Sequence< OUString > | m_aCategories |
rtl::Reference<::chart::ChartModel > | m_xChartDocument |
bool | m_bComplexCategoriesAxis |
sal_Int32 | m_nNbPoints |
Definition at line 30 of file dlg_ObjectProperties.hxx.
chart::ObjectPropertiesDialogParameter::ObjectPropertiesDialogParameter | ( | OUString | aObjectCID | ) |
Definition at line 91 of file dlg_ObjectProperties.cxx.
References chart::ObjectIdentifier::getParticleID(), m_aObjectCID, m_bAffectsMultipleObjects, and u.
chart::ObjectPropertiesDialogParameter::~ObjectPropertiesDialogParameter | ( | ) |
Definition at line 118 of file dlg_ObjectProperties.cxx.
|
inline |
Definition at line 53 of file dlg_ObjectProperties.hxx.
References m_bCanAxisLabelsBeStaggered.
Referenced by chart::SchAttribTabDlg::PageCreated().
|
inline |
Definition at line 58 of file dlg_ObjectProperties.hxx.
References m_aCategories.
Referenced by chart::SchAttribTabDlg::PageCreated().
|
inline |
Definition at line 61 of file dlg_ObjectProperties.hxx.
References m_xChartDocument.
Referenced by chart::SchAttribTabDlg::PageCreated().
|
inline |
Definition at line 38 of file dlg_ObjectProperties.hxx.
References m_aLocalizedName.
Referenced by chart::SchAttribTabDlg::SchAttribTabDlg().
|
inline |
Definition at line 65 of file dlg_ObjectProperties.hxx.
References m_nNbPoints.
Referenced by chart::SchAttribTabDlg::PageCreated().
|
inline |
Definition at line 37 of file dlg_ObjectProperties.hxx.
References m_eObjectType.
Referenced by chart::SchAttribTabDlg::SchAttribTabDlg().
|
inline |
Definition at line 45 of file dlg_ObjectProperties.hxx.
References m_bHasAreaProperties.
Referenced by chart::SchAttribTabDlg::SchAttribTabDlg().
|
inline |
Definition at line 40 of file dlg_ObjectProperties.hxx.
References m_bHasGeometryProperties.
Referenced by chart::SchAttribTabDlg::SchAttribTabDlg().
|
inline |
Definition at line 47 of file dlg_ObjectProperties.hxx.
References m_bHasNumberProperties.
Referenced by chart::SchAttribTabDlg::SchAttribTabDlg().
|
inline |
Definition at line 52 of file dlg_ObjectProperties.hxx.
References m_bHasScaleProperties.
Referenced by chart::SchAttribTabDlg::SchAttribTabDlg().
|
inline |
Definition at line 41 of file dlg_ObjectProperties.hxx.
References m_bHasStatisticProperties.
Referenced by chart::ChartController::executeDlg_ObjectProperties_withoutUndoGuard().
|
inline |
Definition at line 46 of file dlg_ObjectProperties.hxx.
References m_bHasSymbolProperties.
Referenced by chart::ChartController::executeDlg_ObjectProperties_withoutUndoGuard(), and chart::SchAttribTabDlg::PageCreated().
void chart::ObjectPropertiesDialogParameter::init | ( | const rtl::Reference<::chart::ChartModel > & | xModel | ) |
Definition at line 122 of file dlg_ObjectProperties.cxx.
References aData, chart::RegressionCalculationHelper::cleanup(), chart::DataSequenceToDoubleSequence(), DBG_UNHANDLED_EXCEPTION, Exception, chart::ObjectIdentifier::getAxisForCID(), chart::ObjectNameProvider::getAxisName(), chart::ChartModelHelper::getChartTypeOfSeries(), chart::AxisHelper::getCoordinateSystemOfAxis(), chart::AxisHelper::getCrossingMainAxis(), chart::ObjectIdentifier::getDataSeriesForCID(), chart::DiagramHelper::getExplicitSimpleCategories(), chart::AxisHelper::getFirstChartTypeWithSeriesAttachedToAxisIndex(), chart::ObjectNameProvider::getGridName(), chart::AxisHelper::getIndicesForAxis(), chart::ObjectNameProvider::getName(), chart::ObjectNameProvider::getName_ObjectForAllSeries(), chart::ObjectNameProvider::getName_ObjectForSeries(), chart::ChartTypeHelper::getSupportedMissingValueTreatments(), chart::ObjectNameProvider::getTitleName(), chart::ExplicitCategoriesProvider::hasComplexCategories(), i, chart::ChartTypeHelper::isSupportingAreaProperties(), chart::ChartTypeHelper::isSupportingAxisPositioning(), chart::ChartTypeHelper::isSupportingBarConnectors(), chart::ChartTypeHelper::isSupportingBaseValue(), chart::ChartTypeHelper::isSupportingCategoryPositioning(), chart::ChartTypeHelper::isSupportingGeometryProperties(), chart::ChartTypeHelper::isSupportingOverlapAndGapWidthProperties(), chart::ChartTypeHelper::isSupportingSecondaryAxis(), chart::ChartTypeHelper::isSupportingStartingAngle(), chart::ChartTypeHelper::isSupportingStatisticProperties(), chart::ChartTypeHelper::isSupportingSymbolProperties(), m_aCategories, m_aLocalizedName, m_aObjectCID, m_bAffectsMultipleObjects, m_bCanAxisLabelsBeStaggered, m_bComplexCategoriesAxis, m_bHasAreaProperties, m_bHasGeometryProperties, m_bHasNumberProperties, m_bHasScaleProperties, m_bHasStatisticProperties, m_bHasSymbolProperties, m_bIsCrossingAxisIsCategoryAxis, m_bIsPieChartDataPoint, m_bProvidesBarConnectors, m_bProvidesMissingValueTreatments, m_bProvidesOverlapAndGapWidth, m_bProvidesSecondaryYAxis, m_bProvidesStartingAngle, m_bShowAxisOrigin, m_bSupportingAxisPositioning, m_bSupportingCategoryPositioning, m_eObjectType, m_nNbPoints, m_xChartDocument, chart::OBJECTTYPE_AXIS, chart::OBJECTTYPE_DATA_AVERAGE_LINE, chart::OBJECTTYPE_DATA_CURVE, chart::OBJECTTYPE_DATA_CURVE_EQUATION, chart::OBJECTTYPE_DATA_ERRORS_X, chart::OBJECTTYPE_DATA_ERRORS_Y, chart::OBJECTTYPE_DATA_ERRORS_Z, chart::OBJECTTYPE_DATA_LABEL, chart::OBJECTTYPE_DATA_LABELS, chart::OBJECTTYPE_DATA_POINT, chart::OBJECTTYPE_DATA_SERIES, chart::OBJECTTYPE_GRID, chart::OBJECTTYPE_SUBGRID, and chart::OBJECTTYPE_TITLE.
Referenced by chart::ChartController::executeDispatch_InsertErrorBars(), chart::ChartController::executeDispatch_InsertTrendline(), and chart::ChartController::executeDlg_ObjectProperties_withoutUndoGuard().
|
inline |
Definition at line 63 of file dlg_ObjectProperties.hxx.
References m_bComplexCategoriesAxis.
Referenced by chart::SchAttribTabDlg::PageCreated().
|
inline |
Definition at line 56 of file dlg_ObjectProperties.hxx.
References m_bIsCrossingAxisIsCategoryAxis.
Referenced by chart::SchAttribTabDlg::PageCreated().
|
inline |
Definition at line 50 of file dlg_ObjectProperties.hxx.
References m_bIsPieChartDataPoint.
Referenced by chart::SchAttribTabDlg::SchAttribTabDlg().
|
inline |
Definition at line 54 of file dlg_ObjectProperties.hxx.
References m_bSupportingAxisPositioning.
Referenced by chart::SchAttribTabDlg::PageCreated().
|
inline |
Definition at line 57 of file dlg_ObjectProperties.hxx.
References m_bSupportingCategoryPositioning.
Referenced by chart::SchAttribTabDlg::PageCreated().
|
inline |
Definition at line 44 of file dlg_ObjectProperties.hxx.
References m_bProvidesBarConnectors.
Referenced by chart::SchAttribTabDlg::PageCreated().
|
inline |
Definition at line 49 of file dlg_ObjectProperties.hxx.
References m_bProvidesMissingValueTreatments.
Referenced by chart::SchAttribTabDlg::SchAttribTabDlg().
|
inline |
Definition at line 43 of file dlg_ObjectProperties.hxx.
References m_bProvidesOverlapAndGapWidth.
Referenced by chart::SchAttribTabDlg::PageCreated(), and chart::SchAttribTabDlg::SchAttribTabDlg().
|
inline |
Definition at line 42 of file dlg_ObjectProperties.hxx.
References m_bProvidesSecondaryYAxis.
Referenced by chart::SchAttribTabDlg::PageCreated(), and chart::SchAttribTabDlg::SchAttribTabDlg().
|
inline |
Definition at line 48 of file dlg_ObjectProperties.hxx.
References m_bProvidesStartingAngle.
Referenced by chart::SchAttribTabDlg::SchAttribTabDlg().
|
inline |
Definition at line 55 of file dlg_ObjectProperties.hxx.
References m_bShowAxisOrigin.
Referenced by chart::SchAttribTabDlg::PageCreated().
|
private |
Definition at line 93 of file dlg_ObjectProperties.hxx.
Referenced by GetCategories(), and init().
|
private |
Definition at line 72 of file dlg_ObjectProperties.hxx.
Referenced by getLocalizedName(), and init().
|
private |
Definition at line 68 of file dlg_ObjectProperties.hxx.
Referenced by init(), and ObjectPropertiesDialogParameter().
|
private |
Definition at line 70 of file dlg_ObjectProperties.hxx.
Referenced by init(), and ObjectPropertiesDialogParameter().
|
private |
Definition at line 87 of file dlg_ObjectProperties.hxx.
Referenced by CanAxisLabelsBeStaggered(), and init().
|
private |
Definition at line 97 of file dlg_ObjectProperties.hxx.
Referenced by init(), and IsComplexCategoriesAxis().
|
private |
Definition at line 79 of file dlg_ObjectProperties.hxx.
Referenced by HasAreaProperties(), and init().
|
private |
Definition at line 74 of file dlg_ObjectProperties.hxx.
Referenced by HasGeometryProperties(), and init().
|
private |
Definition at line 81 of file dlg_ObjectProperties.hxx.
Referenced by HasNumberProperties(), and init().
|
private |
Definition at line 86 of file dlg_ObjectProperties.hxx.
Referenced by HasScaleProperties(), and init().
|
private |
Definition at line 75 of file dlg_ObjectProperties.hxx.
Referenced by HasStatisticProperties(), and init().
|
private |
Definition at line 80 of file dlg_ObjectProperties.hxx.
Referenced by HasSymbolProperties(), and init().
|
private |
Definition at line 91 of file dlg_ObjectProperties.hxx.
Referenced by init(), and IsCrossingAxisIsCategoryAxis().
|
private |
Definition at line 84 of file dlg_ObjectProperties.hxx.
Referenced by init(), and IsPieChartDataPoint().
|
private |
Definition at line 78 of file dlg_ObjectProperties.hxx.
Referenced by init(), and ProvidesBarConnectors().
|
private |
Definition at line 83 of file dlg_ObjectProperties.hxx.
Referenced by init(), and ProvidesMissingValueTreatments().
|
private |
Definition at line 77 of file dlg_ObjectProperties.hxx.
Referenced by init(), and ProvidesOverlapAndGapWidth().
|
private |
Definition at line 76 of file dlg_ObjectProperties.hxx.
Referenced by init(), and ProvidesSecondaryYAxis().
|
private |
Definition at line 82 of file dlg_ObjectProperties.hxx.
Referenced by init(), and ProvidesStartingAngle().
|
private |
Definition at line 90 of file dlg_ObjectProperties.hxx.
Referenced by init(), and ShowAxisOrigin().
|
private |
Definition at line 89 of file dlg_ObjectProperties.hxx.
Referenced by init(), and IsSupportingAxisPositioning().
|
private |
Definition at line 92 of file dlg_ObjectProperties.hxx.
Referenced by init(), and IsSupportingCategoryPositioning().
|
private |
Definition at line 69 of file dlg_ObjectProperties.hxx.
Referenced by getObjectType(), and init().
|
private |
Definition at line 99 of file dlg_ObjectProperties.hxx.
Referenced by getNbPoints(), and init().
|
private |
Definition at line 95 of file dlg_ObjectProperties.hxx.
Referenced by getDocument(), and init().