summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_ChartType.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/tp_ChartType.cxx')
-rw-r--r--chart2/source/controller/dialogs/tp_ChartType.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/chart2/source/controller/dialogs/tp_ChartType.cxx b/chart2/source/controller/dialogs/tp_ChartType.cxx
index 72cc850b3415..b6a4a5eae31b 100644
--- a/chart2/source/controller/dialogs/tp_ChartType.cxx
+++ b/chart2/source/controller/dialogs/tp_ChartType.cxx
@@ -73,8 +73,8 @@ Dim3DLookResourceGroup::Dim3DLookResourceGroup(weld::Builder* pBuilder)
void Dim3DLookResourceGroup::showControls( bool bShow )
{
- m_xCB_3DLook->show(bShow);
- m_xLB_Scheme->show(bShow);
+ m_xCB_3DLook->set_visible(bShow);
+ m_xLB_Scheme->set_visible(bShow);
}
void Dim3DLookResourceGroup::fillControls( const ChartTypeParameter& rParameter )
@@ -140,7 +140,7 @@ SortByXValuesResourceGroup::SortByXValuesResourceGroup(weld::Builder* pBuilder)
void SortByXValuesResourceGroup::showControls( bool bShow )
{
- m_xCB_XValueSorting->show(bShow);
+ m_xCB_XValueSorting->set_visible(bShow);
}
void SortByXValuesResourceGroup::fillControls( const ChartTypeParameter& rParameter )
@@ -195,10 +195,10 @@ StackingResourceGroup::StackingResourceGroup(weld::Builder* pBuilder)
void StackingResourceGroup::showControls( bool bShow, bool bShowDeepStacking )
{
- m_xCB_Stacked->show(bShow);
- m_xRB_Stack_Y->show(bShow);
- m_xRB_Stack_Y_Percent->show(bShow);
- m_xRB_Stack_Z->show(bShow&&bShowDeepStacking);
+ m_xCB_Stacked->set_visible(bShow);
+ m_xRB_Stack_Y->set_visible(bShow);
+ m_xRB_Stack_Y_Percent->set_visible(bShow);
+ m_xRB_Stack_Z->set_visible(bShow&&bShowDeepStacking);
}
void StackingResourceGroup::fillControls( const ChartTypeParameter& rParameter )
@@ -451,9 +451,9 @@ SteppedPropertiesDialog& SplineResourceGroup::getSteppedPropertiesDialog()
void SplineResourceGroup::showControls( bool bShow )
{
- m_xFT_LineType->show(bShow);
- m_xLB_LineType->show(bShow);
- m_xPB_DetailsDialog->show(bShow);
+ m_xFT_LineType->set_visible(bShow);
+ m_xLB_LineType->set_visible(bShow);
+ m_xPB_DetailsDialog->set_visible(bShow);
}
void SplineResourceGroup::fillControls( const ChartTypeParameter& rParameter )
@@ -577,7 +577,7 @@ GeometryResourceGroup::GeometryResourceGroup(weld::Builder* pBuilder)
void GeometryResourceGroup::showControls(bool bShow)
{
- m_aGeometryResources.show(bShow);
+ m_aGeometryResources.set_visible(bShow);
}
void GeometryResourceGroup::fillControls(const ChartTypeParameter& rParameter)