Searched refs:ScVbaChart (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbachart.cxx | 73 ScVbaChart::ScVbaChart( const css::uno::Reference< ov::XHelperInterface >& _xParent, const css::uno… in ScVbaChart() function in ScVbaChart 86 ScVbaChart::getName() throw (css::uno::RuntimeException) in getName() 101 ScVbaChart::SeriesCollection(const uno::Any&) throw (uno::RuntimeException) in SeriesCollection() 107 ScVbaChart::getChartType() throw ( uno::RuntimeException, script::BasicErrorException) in getChartType() 226 ScVbaChart::setChartType( ::sal_Int32 _nChartType ) throw ( uno::RuntimeException, script::BasicErr… in setChartType() 552 ScVbaChart::Activate() throw (script::BasicErrorException, uno::RuntimeException) in Activate() 567 ScVbaChart::setSourceData( const css::uno::Reference< ::ooo::vba::excel::XRange >& _xCalcRange, con… in setSourceData() 635 ScVbaChart::getDefaultSeriesDescriptions( sal_Int32 _nCount ) in getDefaultSeriesDescriptions() 647 ScVbaChart::setDefaultChartType() throw ( script::BasicErrorException ) in setDefaultChartType() 653 ScVbaChart::setPlotBy( ::sal_Int32 _nPlotBy ) throw (css::script::BasicErrorException, css::uno::Ru… in setPlotBy() [all …]
|
| H A D | vbaaxis.cxx | 40 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 D | vbaaxes.cxx | 69 ScVbaChart* pChart = static_cast< ScVbaChart* >( xChart.get() ); in createAxis() 99 ScVbaChart* pChart = static_cast< ScVbaChart* >( mxChart.get() ); in AxisIndexWrapper()
|
| H A D | vbaaxis.hxx | 31 class ScVbaChart; 40 ScVbaChart* getChartPtr() throw( css::uno::RuntimeException );
|
| H A D | vbachart.hxx | 41 class ScVbaChart : public ChartImpl_BASE class 69 …ScVbaChart( const css::uno::Reference< ov::XHelperInterface >& _xParent, const css::uno::Reference…
|
| H A D | vbachartobject.cxx | 132 …return new ScVbaChart( this, mxContext, xEmbeddedObjectSupplier->getEmbeddedObject(), xTableChart … in getChart()
|