Searched refs:ScVbaChartObjects (Results 1 – 4 of 4) sorted by relevance
59 ScVbaChartObjects::ScVbaChartObjects( const css::uno::Reference< ov::XHelperInterface >& _xParent, … in ScVbaChartObjects() function in ScVbaChartObjects65 ScVbaChartObjects::removeByName(const rtl::OUString& _sChartName) in removeByName()71 ScVbaChartObjects::getChartObjectNames() throw( css::script::BasicErrorException ) in getChartObjectNames()115 ScVbaChartObjects::Add( double _nX, double _nY, double _nWidth, double _nHeight ) throw (script::Ba… in Add()138 void SAL_CALL ScVbaChartObjects::Delete( ) throw (script::BasicErrorException) in Delete()149 ScVbaChartObjects::createEnumeration() throw (uno::RuntimeException) in createEnumeration()158 ScVbaChartObjects::getElementType() throw (uno::RuntimeException) in getElementType()165 ScVbaChartObjects::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject()173 ScVbaChartObjects::getServiceImplName() in getServiceImplName()180 ScVbaChartObjects::getServiceNames() in getServiceNames()
44 class ScVbaChartObjects : public ChartObjects_BASE class52 …ScVbaChartObjects( const css::uno::Reference< ov::XHelperInterface >& _xParent, const css::uno::Re…
104 ScVbaChartObjects* pChartObjectsImpl = static_cast< ScVbaChartObjects* >( xColl.get() ); in Delete()
684 mxCharts = new ScVbaChartObjects( this, mxContext, xTableCharts, xDrawPageSupplier ); in ChartObjects()
Completed in 23 milliseconds