Home
last modified time | relevance | path

Searched refs:pChart (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sc/source/ui/vba/
H A Dvbaaxis.cxx43 ScVbaChart* pChart = static_cast< ScVbaChart* >( moChartParent.get() ); in getChartPtr() local
44 if ( !pChart ) in getChartPtr()
46 return pChart; in getChartPtr()
80 ScVbaChart* pChart = getChartPtr(); in getAxisTitle() local
88 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() local
264 ScVbaChart* pChart = getChartPtr(); in getHasTitle() local
269pChart->mxDiagramPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HasXAx… in getHasTitle()
[all …]
H A Dvbaaxes.cxx69 ScVbaChart* pChart = static_cast< ScVbaChart* >( xChart.get() ); in createAxis() local
70 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() local
102 uno::Reference< beans::XPropertySet > xDiagramPropertySet( pChart->xDiagramPropertySet() ); in AxisIndexWrapper()
108 if ( pChart->is3D() ) in AxisIndexWrapper()

Completed in 15 milliseconds