Lines Matching refs:ScTableRowsObj
214 SC_SIMPLE_SERVICE_INFO( ScTableRowsObj, "ScTableRowsObj", "com.sun.star.table.TableRows" )
3164 ScTableRowsObj::ScTableRowsObj(ScDocShell* pDocSh, SCTAB nT, SCROW nSR, SCROW nER) : in SC_IMPL_DUMMY_PROPERTY_LISTENER()
3173 ScTableRowsObj::~ScTableRowsObj() in ~ScTableRowsObj()
3179 void ScTableRowsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
3196 ScTableRowObj* ScTableRowsObj::GetObjectByIndex_Impl(sal_Int32 nIndex) const in GetObjectByIndex_Impl()
3205 void SAL_CALL ScTableRowsObj::insertByIndex( sal_Int32 nPosition, sal_Int32 nCount ) in insertByIndex()
3222 void SAL_CALL ScTableRowsObj::removeByIndex( sal_Int32 nIndex, sal_Int32 nCount ) in removeByIndex()
3241 uno::Reference<container::XEnumeration> SAL_CALL ScTableRowsObj::createEnumeration() in createEnumeration()
3250 sal_Int32 SAL_CALL ScTableRowsObj::getCount() throw(uno::RuntimeException) in getCount()
3256 uno::Any SAL_CALL ScTableRowsObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
3269 uno::Type SAL_CALL ScTableRowsObj::getElementType() throw(uno::RuntimeException) in getElementType()
3275 sal_Bool SAL_CALL ScTableRowsObj::hasElements() throw(uno::RuntimeException) in hasElements()
3283 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScTableRowsObj::getPropertySetInfo() in getPropertySetInfo()
3292 void SAL_CALL ScTableRowsObj::setPropertyValue( in setPropertyValue()
3383 uno::Any SAL_CALL ScTableRowsObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
3442 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScTableRowsObj ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument