Lines Matching refs:ScChartObj

61 SC_SIMPLE_SERVICE_INFO( ScChartObj, "ScChartObj", "com.sun.star.table.TableChart" )
126 ScChartObj* ScChartsObj::GetObjectByIndex_Impl(long nIndex) const in GetObjectByIndex_Impl()
162 return new ScChartObj( pDocShell, nTab, aName ); in GetObjectByIndex_Impl()
166 ScChartObj* ScChartsObj::GetObjectByName_Impl(const rtl::OUString& aName) const in GetObjectByName_Impl()
170 return new ScChartObj( pDocShell, nTab, aNameString ); in GetObjectByName_Impl()
458 ScChartObj::ScChartObj(ScDocShell* pDocSh, SCTAB nT, const String& rN) in ScChartObj() function in ScChartObj
475 ScChartObj::~ScChartObj() in ~ScChartObj()
481 void ScChartObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
492 void ScChartObj::GetData_Impl( ScRangeListRef& rRanges, bool& rColHeaders, bool& rRowHeaders ) const in GetData_Impl()
552 void ScChartObj::Update_Impl( const ScRangeListRef& rRanges, bool bColHeaders, bool bRowHeaders ) in Update_Impl()
570 ::cppu::IPropertyArrayHelper& ScChartObj::getInfoHelper() in getInfoHelper()
575 void ScChartObj::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const uno::Any& rValue ) thro… in setFastPropertyValue_NoBroadcast()
610 void ScChartObj::getFastPropertyValue( uno::Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
657 ::cppu::IPropertyArrayHelper* ScChartObj::createArrayHelper() const in createArrayHelper()
666 IMPLEMENT_FORWARD_XINTERFACE2( ScChartObj, ScChartObj_Base, ScChartObj_PBase ) in IMPLEMENT_FORWARD_XINTERFACE2() argument
670 IMPLEMENT_FORWARD_XTYPEPROVIDER2( ScChartObj, ScChartObj_Base, ScChartObj_PBase ) in IMPLEMENT_FORWARD_XINTERFACE2()
674 void ScChartObj::disposing() in IMPLEMENT_FORWARD_XINTERFACE2()
681 sal_Bool SAL_CALL ScChartObj::getHasColumnHeaders() throw(uno::RuntimeException) in getHasColumnHeaders()
690 void SAL_CALL ScChartObj::setHasColumnHeaders( sal_Bool bHasColumnHeaders ) in setHasColumnHeaders()
701 sal_Bool SAL_CALL ScChartObj::getHasRowHeaders() throw(uno::RuntimeException) in getHasRowHeaders()
710 void SAL_CALL ScChartObj::setHasRowHeaders( sal_Bool bHasRowHeaders ) in setHasRowHeaders()
721 uno::Sequence<table::CellRangeAddress> SAL_CALL ScChartObj::getRanges() throw(uno::RuntimeException) in getRanges()
753 void SAL_CALL ScChartObj::setRanges( const uno::Sequence<table::CellRangeAddress>& aRanges ) in setRanges()
781 uno::Reference<lang::XComponent> SAL_CALL ScChartObj::getEmbeddedObject() throw(uno::RuntimeExcepti… in getEmbeddedObject()
796 rtl::OUString SAL_CALL ScChartObj::getName() throw(uno::RuntimeException) in getName()
802 void SAL_CALL ScChartObj::setName( const rtl::OUString& /* aName */ ) throw(uno::RuntimeException) in setName()
810 rtl::OUString SAL_CALL ScChartObj::getDisplayName() throw(uno::RuntimeException) in getDisplayName()
816 void SAL_CALL ScChartObj::setDisplayName( const rtl::OUString& aName ) throw(uno::RuntimeException) in setDisplayName()
824 uno::Reference< beans::XPropertySetInfo > ScChartObj::getPropertySetInfo() throw (uno::RuntimeExcep… in getPropertySetInfo()