Searched refs:pChart (Results 1 – 2 of 2) sorted by relevance
43 ScVbaChart* pChart = static_cast< ScVbaChart* >( moChartParent.get() ); in getChartPtr() local44 if ( !pChart ) in getChartPtr()46 return pChart; in getChartPtr()80 ScVbaChart* pChart = getChartPtr(); in getAxisTitle() local88 … xAxisTitle = new ScVbaAxisTitle(this, mxContext, pChart->xAxisXSupplier->getXAxisTitle()); in getAxisTitle()91 … xAxisTitle = new ScVbaAxisTitle(this, mxContext, pChart->xAxisZSupplier->getZAxisTitle()); in getAxisTitle()94 … xAxisTitle = new ScVbaAxisTitle(this, mxContext, pChart->xAxisYSupplier->getYAxisTitle()); in getAxisTitle()237 ScVbaChart* pChart = getChartPtr(); in setHasTitle() local242 …pChart->mxDiagramPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HasXAx… in setHasTitle()245 …pChart->mxDiagramPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HasZAx… in setHasTitle()[all …]
69 ScVbaChart* pChart = static_cast< ScVbaChart* >( xChart.get() ); in createAxis() local70 if ( !pChart ) in createAxis()78 xAxisPropertySet.set( pChart->getAxisPropertySet(nType, nAxisGroup), uno::UNO_QUERY_THROW ); in createAxis()99 ScVbaChart* pChart = static_cast< ScVbaChart* >( mxChart.get() ); in AxisIndexWrapper() local102 … uno::Reference< beans::XPropertySet > xDiagramPropertySet( pChart->xDiagramPropertySet() ); in AxisIndexWrapper()108 if ( pChart->is3D() ) in AxisIndexWrapper()