Searched refs:removeRow (Results 1 – 11 of 11) sorted by relevance
156 m_dataModel.removeRow( insertionPos ); in testInsertRow()232 m_dataModel.removeRow( insertionPos ); in testInsertRows()245 m_dataModel.removeRow( rowToRemove ); in testRemoveRow()
432 public void removeRow() { in removeRow() method in AgendaWizardDialogImpl433 topicsControl.removeRow(); in removeRow()
411 public void removeRow()
179 removeRow(); in actionPerformed()252 protected void removeRow() in removeRow() method in AggregateComponent
635 …void SAL_CALL SortableGridDataModel::removeRow( ::sal_Int32 i_rowIndex ) throw (IndexOutOfBoundsEx… in removeRow() function in toolkit::SortableGridDataModel644 delegator->removeRow( rowIndex ); in removeRow()
66 …virtual void SAL_CALL removeRow( ::sal_Int32 RowIndex ) throw (::com::sun::star::lang::IndexOutOfB…
87 …virtual void SAL_CALL removeRow( ::sal_Int32 RowIndex ) throw (::com::sun::star::lang::IndexOutOfB…
280 …void SAL_CALL DefaultGridDataModel::removeRow( ::sal_Int32 i_rowIndex ) throw (IndexOutOfBoundsExc… in removeRow() function in toolkit::DefaultGridDataModel
56 …mber>XGridDataModel::addRow()</member> or remove <member>XGridDataModel::removeRow()</member> rows.
100 void removeRow( [in] long RowIndex )
478 dataModel.removeRow( rowCount - 1 ); in testView()
Completed in 73 milliseconds