Home
last modified time | relevance | path

Searched refs:removeByIndex (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/table/
H A Dxtablerows.cxx32 xTableRows->removeByIndex(0, 1); in testInsertByIndex()
47 xTableRows->removeByIndex(0, 1); in testRemoveByIndex()
50 CPPUNIT_ASSERT_THROW(xTableRows->removeByIndex(-1, 1), uno::RuntimeException); in testRemoveByIndex()
H A Dxtablecolumns.cxx107 xTC->removeByIndex(0, 2); in testRemoveByIndex()
122 xTC->removeByIndex(0, 1); in testRemoveByIndex()
135 xTC->removeByIndex(1, 1); in testRemoveByIndex()
149 CPPUNIT_ASSERT_THROW(xTC->removeByIndex(-1, 1), uno::RuntimeException); in testRemoveByIndexWithNegativeIndex()
155 CPPUNIT_ASSERT_THROW(xTC->removeByIndex(0, 0), uno::RuntimeException); in testRemoveByIndexWithNoColumn()
162 CPPUNIT_ASSERT_THROW(xTC->removeByIndex(xTC->getCount(), 1), uno::RuntimeException); in testRemoveByIndexWithOutOfBoundIndex()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/table/
H A Dxtablerows.cxx32 xTableRows->removeByIndex(0, 1); in testInsertByIndex()
47 xTableRows->removeByIndex(0, 1); in testRemoveByIndex()
50 CPPUNIT_ASSERT_THROW(xTableRows->removeByIndex(-1, 1), uno::RuntimeException); in testRemoveByIndex()
H A Dxtablecolumns.cxx108 xTC->removeByIndex(0, 2); in testRemoveByIndex()
123 xTC->removeByIndex(0, 1); in testRemoveByIndex()
136 xTC->removeByIndex(1, 1); in testRemoveByIndex()
150 CPPUNIT_ASSERT_THROW(xTC->removeByIndex(-1, 1), uno::RuntimeException); in testRemoveByIndexWithNegativeIndex()
156 CPPUNIT_ASSERT_THROW(xTC->removeByIndex(0, 0), uno::RuntimeException); in testRemoveByIndexWithNoColumn()
163 CPPUNIT_ASSERT_THROW(xTC->removeByIndex(xTC->getCount(), 1), uno::RuntimeException); in testRemoveByIndexWithOutOfBoundIndex()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/table/
H A D_XTableColumns.java219 oObj.removeByIndex(0,2); in _removeByIndex()
233 oObj.removeByIndex(0,1); in _removeByIndex()
246 oObj.removeByIndex(1,1); in _removeByIndex()
275 oObj.removeByIndex(-1,1); in _removeByIndex()
285 oObj.removeByIndex(cnt, 1); in _removeByIndex()
296 oObj.removeByIndex(0,0); in _removeByIndex()
H A D_XTableRows.java95 oObj.removeByIndex(0,1); in _removeByIndex()
101 oObj.removeByIndex(-1,1); in _removeByIndex()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/table/
H A D_XTableColumns.java219 oObj.removeByIndex(0,2); in _removeByIndex()
233 oObj.removeByIndex(0,1); in _removeByIndex()
246 oObj.removeByIndex(1,1); in _removeByIndex()
275 oObj.removeByIndex(-1,1); in _removeByIndex()
285 oObj.removeByIndex(cnt, 1); in _removeByIndex()
296 oObj.removeByIndex(0,0); in _removeByIndex()
H A D_XTableRows.java95 oObj.removeByIndex(0,1); in _removeByIndex()
101 oObj.removeByIndex(-1,1); in _removeByIndex()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/python/
H A Dcheck_indexed_property_values.py66 xCont.removeByIndex(0)
82 xCont.removeByIndex(25)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/python/
H A Dcheck_indexed_property_values.py69 xCont.removeByIndex(0)
85 xCont.removeByIndex(25)
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/container/
H A D_XIndexContainer.java163 oObj.removeByIndex(Index); in _removeByIndex()
184 oObj.removeByIndex(100); in _removeByIndex()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/container/
H A D_XIndexContainer.java163 oObj.removeByIndex(Index); in _removeByIndex()
184 oObj.removeByIndex(100); in _removeByIndex()
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/container/
H A DIndexedPropertyValuesContainer.cxx46 virtual void SAL_CALL removeByIndex( sal_Int32 nIndex ) override;
90 void SAL_CALL IndexedPropertyValuesContainer::removeByIndex( sal_Int32 nIndex ) in removeByIndex() function in IndexedPropertyValuesContainer
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/container/
H A DIndexedPropertyValuesContainer.cxx44 virtual void SAL_CALL removeByIndex( sal_Int32 nIndex ) override;
86 void SAL_CALL IndexedPropertyValuesContainer::removeByIndex( sal_Int32 nIndex ) in removeByIndex() function in IndexedPropertyValuesContainer
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/fwe/classes/
H A Drootactiontriggercontainer.cxx127 void SAL_CALL RootActionTriggerContainer::removeByIndex( sal_Int32 Index ) in removeByIndex() function in framework::RootActionTriggerContainer
134 PropertySetContainer::removeByIndex( Index ); in removeByIndex()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/fwe/classes/
H A Drootactiontriggercontainer.cxx127 void SAL_CALL RootActionTriggerContainer::removeByIndex( sal_Int32 Index ) in removeByIndex() function in framework::RootActionTriggerContainer
134 PropertySetContainer::removeByIndex( Index ); in removeByIndex()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTableColumns.csv4 "SwXTableColumns";"com::sun::star::table::XTableColumns";"removeByIndex()"
H A Dcom.sun.star.comp.office.SwXTableRows.csv6 "SwXTableRows";"com::sun::star::table::XTableRows";"removeByIndex()"
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTableColumns.csv4 "SwXTableColumns";"com::sun::star::table::XTableColumns";"removeByIndex()"
H A Dcom.sun.star.comp.office.SwXTableRows.csv6 "SwXTableRows";"com::sun::star::table::XTableRows";"removeByIndex()"
/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/sheet/
H A Dxlabelranges.cxx39 xLabelRanges->removeByIndex(nCount - 1); in testRemoveByIndex()
H A Dxarealinks.cxx43 xAreaLinks->removeByIndex(0); in testRemoveByIndex()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/sheet/
H A Dxlabelranges.cxx39 xLabelRanges->removeByIndex(nCount - 1); in testRemoveByIndex()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/WebIDL/valid/idl/
H A Dindexed-properties.widl7 deleter void removeByIndex(unsigned long index);
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/resources/webidl2/test/syntax/idl/
H A Dindexed-properties.widl7 deleter void removeByIndex(unsigned long index);

1234567891011