Lines Matching refs:ScChartsObj
62 SC_SIMPLE_SERVICE_INFO( ScChartsObj, "ScChartsObj", "com.sun.star.table.TableCharts" )
102 ScChartsObj::ScChartsObj(ScDocShell* pDocSh, SCTAB nT) : in ScChartsObj() function in ScChartsObj
109 ScChartsObj::~ScChartsObj() in ~ScChartsObj()
115 void ScChartsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
126 ScChartObj* ScChartsObj::GetObjectByIndex_Impl(long nIndex) const in GetObjectByIndex_Impl()
166 ScChartObj* ScChartsObj::GetObjectByName_Impl(const rtl::OUString& aName) const in GetObjectByName_Impl()
176 void SAL_CALL ScChartsObj::addNewByName( const rtl::OUString& aName, in addNewByName()
308 void SAL_CALL ScChartsObj::removeByName( const rtl::OUString& aName ) in removeByName()
329 uno::Reference<container::XEnumeration> SAL_CALL ScChartsObj::createEnumeration() in createEnumeration()
338 sal_Int32 SAL_CALL ScChartsObj::getCount() throw(uno::RuntimeException) in getCount()
366 uno::Any SAL_CALL ScChartsObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
379 uno::Type SAL_CALL ScChartsObj::getElementType() throw(uno::RuntimeException) in getElementType()
385 sal_Bool SAL_CALL ScChartsObj::hasElements() throw(uno::RuntimeException) in hasElements()
391 uno::Any SAL_CALL ScChartsObj::getByName( const rtl::OUString& aName ) in getByName()
404 uno::Sequence<rtl::OUString> SAL_CALL ScChartsObj::getElementNames() throw(uno::RuntimeException) in getElementNames()
448 sal_Bool SAL_CALL ScChartsObj::hasByName( const rtl::OUString& aName ) in hasByName()