Home
last modified time | relevance | path

Searched refs:ScVbaChart (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/sc/source/ui/vba/
H A Dvbachart.cxx86 ScVbaChart::getName() throw (css::uno::RuntimeException) in getName()
635 ScVbaChart::getDefaultSeriesDescriptions( sal_Int32 _nCount ) in getDefaultSeriesDescriptions()
647 ScVbaChart::setDefaultChartType() throw ( script::BasicErrorException ) in setDefaultChartType()
892 ScVbaChart::is3D() throw ( uno::RuntimeException ) in is3D()
916 ScVbaChart::isStacked() throw ( uno::RuntimeException ) in isStacked()
925 ScVbaChart::is100PercentStacked() throw ( uno::RuntimeException ) in is100PercentStacked()
991 ScVbaChart::hasMarkers() throw ( script::BasicErrorException ) in hasMarkers()
1017 ScVbaChart::assignDiagramAttributes() in assignDiagramAttributes()
1093 ScVbaChart::getSeriesCount() throw ( script::BasicErrorException ) in getSeriesCount()
1232 ScVbaChart::getServiceImplName() in getServiceImplName()
[all …]
H A Dvbaaxis.cxx40 ScVbaChart*
43 ScVbaChart* pChart = static_cast< ScVbaChart* >( moChartParent.get() ); in getChartPtr()
80 ScVbaChart* pChart = getChartPtr(); in getAxisTitle()
237 ScVbaChart* pChart = getChartPtr(); in setHasTitle()
264 ScVbaChart* pChart = getChartPtr(); in getHasTitle()
H A Dvbaaxes.cxx69 ScVbaChart* pChart = static_cast< ScVbaChart* >( xChart.get() ); in createAxis()
99 ScVbaChart* pChart = static_cast< ScVbaChart* >( mxChart.get() ); in AxisIndexWrapper()
H A Dvbaaxis.hxx31 class ScVbaChart;
40 ScVbaChart* getChartPtr() throw( css::uno::RuntimeException );
H A Dvbachart.hxx41 class ScVbaChart : public ChartImpl_BASE class
69ScVbaChart( const css::uno::Reference< ov::XHelperInterface >& _xParent, const css::uno::Reference…
H A Dvbachartobject.cxx132 …return new ScVbaChart( this, mxContext, xEmbeddedObjectSupplier->getEmbeddedObject(), xTableChart … in getChart()

Completed in 23 milliseconds