Lines Matching refs:ScTableRowsObj

212 SC_SIMPLE_SERVICE_INFO( ScTableRowsObj, "ScTableRowsObj", "com.sun.star.table.TableRows" )
3133 ScTableRowsObj::ScTableRowsObj(ScDocShell* pDocSh, SCTAB nT, SCROW nSR, SCROW nER) : in SC_IMPL_DUMMY_PROPERTY_LISTENER()
3142 ScTableRowsObj::~ScTableRowsObj() in ~ScTableRowsObj()
3148 void ScTableRowsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
3165 ScTableRowObj* ScTableRowsObj::GetObjectByIndex_Impl(sal_Int32 nIndex) const in GetObjectByIndex_Impl()
3174 void SAL_CALL ScTableRowsObj::insertByIndex( sal_Int32 nPosition, sal_Int32 nCount ) in insertByIndex()
3191 void SAL_CALL ScTableRowsObj::removeByIndex( sal_Int32 nIndex, sal_Int32 nCount ) in removeByIndex()
3210 uno::Reference<container::XEnumeration> SAL_CALL ScTableRowsObj::createEnumeration() in createEnumeration()
3219 sal_Int32 SAL_CALL ScTableRowsObj::getCount() throw(uno::RuntimeException) in getCount()
3225 uno::Any SAL_CALL ScTableRowsObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
3238 uno::Type SAL_CALL ScTableRowsObj::getElementType() throw(uno::RuntimeException) in getElementType()
3244 sal_Bool SAL_CALL ScTableRowsObj::hasElements() throw(uno::RuntimeException) in hasElements()
3252 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScTableRowsObj::getPropertySetInfo() in getPropertySetInfo()
3261 void SAL_CALL ScTableRowsObj::setPropertyValue( in setPropertyValue()
3352 uno::Any SAL_CALL ScTableRowsObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
3411 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScTableRowsObj ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument