Home
last modified time | relevance | path

Searched refs:removeRow (Results 1 – 11 of 11) sorted by relevance

/trunk/main/toolkit/qa/complex/toolkit/awtgrid/
H A DTMutableGridDataModel.java156 m_dataModel.removeRow( insertionPos ); in testInsertRow()
232 m_dataModel.removeRow( insertionPos ); in testInsertRows()
245 m_dataModel.removeRow( rowToRemove ); in testRemoveRow()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialogImpl.java432 public void removeRow() { in removeRow() method in AgendaWizardDialogImpl
433 topicsControl.removeRow(); in removeRow()
H A DTopicsControl.java411 public void removeRow()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DAggregateComponent.java179 removeRow(); in actionPerformed()
252 protected void removeRow() in removeRow() method in AggregateComponent
/trunk/main/toolkit/source/controls/grid/
H A Dsortablegriddatamodel.cxx635 …void SAL_CALL SortableGridDataModel::removeRow( ::sal_Int32 i_rowIndex ) throw (IndexOutOfBoundsEx… in removeRow() function in toolkit::SortableGridDataModel
644 delegator->removeRow( rowIndex ); in removeRow()
H A Ddefaultgriddatamodel.hxx66 …virtual void SAL_CALL removeRow( ::sal_Int32 RowIndex ) throw (::com::sun::star::lang::IndexOutOfB…
H A Dsortablegriddatamodel.hxx87 …virtual void SAL_CALL removeRow( ::sal_Int32 RowIndex ) throw (::com::sun::star::lang::IndexOutOfB…
H A Ddefaultgriddatamodel.cxx280 …void SAL_CALL DefaultGridDataModel::removeRow( ::sal_Int32 i_rowIndex ) throw (IndexOutOfBoundsExc… in removeRow() function in toolkit::DefaultGridDataModel
/trunk/main/offapi/com/sun/star/awt/grid/
H A DUnoControlGrid.idl56 …mber>XGridDataModel::addRow()</member> or remove <member>XGridDataModel::removeRow()</member> rows.
H A DXMutableGridDataModel.idl100 void removeRow( [in] long RowIndex )
/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java478 dataModel.removeRow( rowCount - 1 ); in testView()

Completed in 42 milliseconds