Searched refs:ScTableRowsObj (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScTableRowsObj.csv | 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()"
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 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 …]
|
H A D | cellsuno.cxx | 5024 return new ScTableRowsObj( pDocSh, aRange.aStart.Tab(), in getRows()
|
/aoo42x/main/sc/ |
H A D | Package_xml.mk | 45 $(eval $(call gb_Package_add_file,sc_xml,xml/ScTableRowsObj.xml,ScTableRowsObj.xml))
|
/aoo42x/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScTableRowsObj.java | 65 public class ScTableRowsObj extends TestCase { class
|
/aoo42x/main/sc/inc/ |
H A D | docuno.hxx | 578 class ScTableRowsObj : public cppu::WeakImplHelper4< class 594 ScTableRowsObj(ScDocShell* pDocSh, SCTAB nT, 596 virtual ~ScTableRowsObj();
|
/aoo42x/main/sc/qa/unoapi/ |
H A D | sc.sce | 128 # -o sc.ScTableRowsObj
|
Completed in 70 milliseconds