Lines Matching refs:ScTableRowsObj

212 SC_SIMPLE_SERVICE_INFO( ScTableRowsObj, "ScTableRowsObj", "com.sun.star.table.TableRows" )
3162 ScTableRowsObj::ScTableRowsObj(ScDocShell* pDocSh, SCTAB nT, SCROW nSR, SCROW nER) : in SC_IMPL_DUMMY_PROPERTY_LISTENER()
3171 ScTableRowsObj::~ScTableRowsObj() in ~ScTableRowsObj()
3177 void ScTableRowsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
3194 ScTableRowObj* ScTableRowsObj::GetObjectByIndex_Impl(sal_Int32 nIndex) const in GetObjectByIndex_Impl()
3203 void SAL_CALL ScTableRowsObj::insertByIndex( sal_Int32 nPosition, sal_Int32 nCount ) in insertByIndex()
3220 void SAL_CALL ScTableRowsObj::removeByIndex( sal_Int32 nIndex, sal_Int32 nCount ) in removeByIndex()
3239 uno::Reference<container::XEnumeration> SAL_CALL ScTableRowsObj::createEnumeration() in createEnumeration()
3248 sal_Int32 SAL_CALL ScTableRowsObj::getCount() throw(uno::RuntimeException) in getCount()
3254 uno::Any SAL_CALL ScTableRowsObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
3267 uno::Type SAL_CALL ScTableRowsObj::getElementType() throw(uno::RuntimeException) in getElementType()
3273 sal_Bool SAL_CALL ScTableRowsObj::hasElements() throw(uno::RuntimeException) in hasElements()
3281 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScTableRowsObj::getPropertySetInfo() in getPropertySetInfo()
3290 void SAL_CALL ScTableRowsObj::setPropertyValue( in setPropertyValue()
3381 uno::Any SAL_CALL ScTableRowsObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
3440 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScTableRowsObj ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument