Home
last modified time | relevance | path

Searched refs:ScVbaChartObjects (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/sc/source/ui/vba/
H A Dvbachartobjects.cxx59 ScVbaChartObjects::ScVbaChartObjects( const css::uno::Reference< ov::XHelperInterface >& _xParent, … in ScVbaChartObjects() function in ScVbaChartObjects
65 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()
H A Dvbachartobjects.hxx44 class ScVbaChartObjects : public ChartObjects_BASE class
52ScVbaChartObjects( const css::uno::Reference< ov::XHelperInterface >& _xParent, const css::uno::Re…
H A Dvbachartobject.cxx104 ScVbaChartObjects* pChartObjectsImpl = static_cast< ScVbaChartObjects* >( xColl.get() ); in Delete()
H A Dvbaworksheet.cxx684 mxCharts = new ScVbaChartObjects( this, mxContext, xTableCharts, xDrawPageSupplier ); in ChartObjects()

Completed in 27 milliseconds