LibreOffice Module chart2 (master) 1
|
#include <ChartTypeDialogController.hxx>
Public Member Functions | |
CombiColumnLineChartDialogController () | |
virtual OUString | getName () override |
virtual OUString | getImage () override |
virtual const tTemplateServiceChartTypeParameterMap & | getTemplateMap () const override |
virtual void | fillSubTypeList (ValueSet &rSubTypeList, const ChartTypeParameter &rParameter) override |
virtual void | adjustParameterToSubType (ChartTypeParameter &rParameter) override |
virtual void | showExtraControls (weld::Builder *pBuilder) override |
virtual void | hideExtraControls () const override |
virtual void | fillExtraControls (const rtl::Reference<::chart::ChartModel > &xChartModel, const css::uno::Reference< css::beans::XPropertySet > &xTemplateProps) const override |
virtual void | setTemplateProperties (const css::uno::Reference< css::beans::XPropertySet > &xTemplateProps) const override |
Public Member Functions inherited from chart::ChartTypeDialogController | |
ChartTypeDialogController () | |
virtual | ~ChartTypeDialogController () override |
virtual OUString | getName ()=0 |
virtual OUString | getImage ()=0 |
virtual const tTemplateServiceChartTypeParameterMap & | getTemplateMap () const =0 |
virtual void | fillSubTypeList (ValueSet &rSubTypeList, const ChartTypeParameter &rParameter) |
virtual bool | shouldShow_3DLookControl () const |
virtual bool | shouldShow_StackingControl () const |
virtual bool | shouldShow_SplineControl () const |
virtual bool | shouldShow_GeometryControl () const |
virtual bool | shouldShow_SortByXValuesResourceGroup () const |
virtual void | showExtraControls (weld::Builder *pBuilder) |
virtual void | hideExtraControls () const |
virtual void | fillExtraControls (const rtl::Reference<::chart::ChartModel > &xChartModel, const css::uno::Reference< css::beans::XPropertySet > &xTemplateProps) const |
virtual void | setTemplateProperties (const css::uno::Reference< css::beans::XPropertySet > &xTemplateProps) const |
bool | isSubType (const OUString &rServiceName) |
ChartTypeParameter | getChartTypeParameterForService (const OUString &rServiceName, const css::uno::Reference< css::beans::XPropertySet > &xTemplateProps) |
virtual void | adjustSubTypeAndEnableControls (ChartTypeParameter &rParameter) |
virtual void | adjustParameterToSubType (ChartTypeParameter &rParameter) |
virtual void | adjustParameterToMainType (ChartTypeParameter &rParameter) |
OUString | getServiceNameForParameter (const ChartTypeParameter &rParameter) const |
void | commitToModel (const ChartTypeParameter &rParameter, const rtl::Reference<::chart::ChartModel > &xChartModel) |
rtl::Reference<::chart::ChartTypeTemplate > | getCurrentTemplate (const ChartTypeParameter &rParameter, const rtl::Reference<::chart::ChartTypeManager > &xTemplateManager) const |
Public Member Functions inherited from chart::ChangingResource | |
ChangingResource () | |
virtual | ~ChangingResource () |
void | setChangeListener (ResourceChangeListener *pListener) |
Private Member Functions | |
DECL_LINK (ChangeLineCountHdl, weld::SpinButton &, void) | |
Private Attributes | |
std::unique_ptr< weld::Label > | m_xFT_NumberOfLines |
std::unique_ptr< weld::SpinButton > | m_xMF_NumberOfLines |
Additional Inherited Members | |
Protected Attributes inherited from chart::ChartTypeDialogController | |
bool | bSupportsXAxisWithValues |
bool | bSupports3D |
Protected Attributes inherited from chart::ChangingResource | |
ResourceChangeListener * | m_pChangeListener |
Definition at line 280 of file ChartTypeDialogController.hxx.
chart::CombiColumnLineChartDialogController::CombiColumnLineChartDialogController | ( | ) |
Definition at line 1091 of file ChartTypeDialogController.cxx.
References chart::ChartTypeDialogController::bSupports3D.
|
overridevirtual |
Reimplemented from chart::ChartTypeDialogController.
Definition at line 1199 of file ChartTypeDialogController.cxx.
References chart::ChartTypeParameter::b3DLook, chart::ChartTypeParameter::eStackMode, chart::GlobalStackMode_NONE, chart::GlobalStackMode_STACK_Y, chart::GlobalStackMode_STACK_Z, and chart::ChartTypeParameter::nSubTypeIndex.
|
private |
|
overridevirtual |
Reimplemented from chart::ChartTypeDialogController.
Definition at line 1152 of file ChartTypeDialogController.cxx.
References DBG_UNHANDLED_EXCEPTION, chart::ChartModelHelper::getDataSeries(), and m_xMF_NumberOfLines.
|
overridevirtual |
Reimplemented from chart::ChartTypeDialogController.
Definition at line 1114 of file ChartTypeDialogController.cxx.
References ValueSet::Clear(), ValueSet::InsertItem(), chart::SchResId(), and ValueSet::SetItemText().
|
overridevirtual |
Implements chart::ChartTypeDialogController.
Definition at line 1101 of file ChartTypeDialogController.cxx.
|
overridevirtual |
Implements chart::ChartTypeDialogController.
Definition at line 1096 of file ChartTypeDialogController.cxx.
References chart::SchResId().
|
overridevirtual |
Implements chart::ChartTypeDialogController.
Definition at line 1106 of file ChartTypeDialogController.cxx.
References chart::GlobalStackMode_STACK_Y.
|
overridevirtual |
Reimplemented from chart::ChartTypeDialogController.
Definition at line 1144 of file ChartTypeDialogController.cxx.
References m_xFT_NumberOfLines, and m_xMF_NumberOfLines.
|
overridevirtual |
css::uno::RuntimeException |
Reimplemented from chart::ChartTypeDialogController.
Definition at line 1185 of file ChartTypeDialogController.cxx.
References m_xMF_NumberOfLines.
|
overridevirtual |
Reimplemented from chart::ChartTypeDialogController.
Definition at line 1124 of file ChartTypeDialogController.cxx.
References LINK, m_xFT_NumberOfLines, m_xMF_NumberOfLines, weld::Builder::weld_label(), and weld::Builder::weld_spin_button().
|
private |
Definition at line 305 of file ChartTypeDialogController.hxx.
Referenced by hideExtraControls(), and showExtraControls().
|
private |
Definition at line 306 of file ChartTypeDialogController.hxx.
Referenced by fillExtraControls(), hideExtraControls(), setTemplateProperties(), and showExtraControls().