Searched refs:ScTableRowsObj (Results 1 – 6 of 6) sorted by relevance
1 "ScTableRowsObj";"com::sun::star::container::XIndexAccess";"getCount()"2 "ScTableRowsObj";"com::sun::star::container::XIndexAccess";"getByIndex()"3 "ScTableRowsObj";"com::sun::star::container::XElementAccess";"getElementType()"4 "ScTableRowsObj";"com::sun::star::container::XElementAccess";"hasElements()"5 "ScTableRowsObj";"com::sun::star::table::XTableRows";"insertByIndex()"6 "ScTableRowsObj";"com::sun::star::table::XTableRows";"removeByIndex()"7 "ScTableRowsObj";"com::sun::star::container::XEnumerationAccess";"createEnumeration()"
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()3191 void SAL_CALL ScTableRowsObj::removeByIndex( sal_Int32 nIndex, sal_Int32 nCount ) in removeByIndex()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()3261 void SAL_CALL ScTableRowsObj::setPropertyValue( in setPropertyValue()[all …]
5024 return new ScTableRowsObj( pDocSh, aRange.aStart.Tab(), in getRows()
65 public class ScTableRowsObj extends TestCase { class
578 class ScTableRowsObj : public cppu::WeakImplHelper4< class594 ScTableRowsObj(ScDocShell* pDocSh, SCTAB nT,596 virtual ~ScTableRowsObj();
128 # -o sc.ScTableRowsObj
Completed in 84 milliseconds