Home
last modified time | relevance | path

Searched refs:m_dataModel (Results 1 – 2 of 2) sorted by relevance

/trunk/main/toolkit/qa/complex/toolkit/awtgrid/
H A DTMutableGridDataModel.java42 m_dataModel = i_dataModel; in TMutableGridDataModel()
75 m_dataModel.addRows( in testAddRows()
145 m_dataModel, "insertRow", in testInsertRow()
150 m_dataModel, "insertRow", in testInsertRow()
156 m_dataModel.removeRow( insertionPos ); in testInsertRow()
214 m_dataModel, "insertRows", in testInsertRows()
219 m_dataModel, "insertRows", in testInsertRows()
224 m_dataModel, "insertRows", in testInsertRows()
245 m_dataModel.removeRow( rowToRemove ); in testRemoveRow()
264m_dataModel, "removeRow", new Object[] { m_dataModel.getRowCount() }, IndexOutOfBoundsException.cl… in testRemoveRow()
[all …]
/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java93 impl_dispose( m_gridControlModel, m_columnModel, m_dataModel ); in impl_recreateGridModel()
105 m_dataModel = UnoRuntime.queryInterface( XSortableMutableGridDataModel.class, in impl_recreateGridModel()
205 TMutableGridDataModel test = new TMutableGridDataModel( m_dataModel ); in testMutableGridDataModel()
343 m_dataModel.addRows( new Object[ data.length ], data ); in testDataModel()
351 data[row][col], m_dataModel.getCellData( col, row ) ); in testDataModel()
387 m_dataModel.addRows( rowHeadings, data ); in testSortableDataModel()
388 assertEquals( rowCount, m_dataModel.getRowCount() ); in testSortableDataModel()
389 assertEquals( colCount, m_dataModel.getColumnCount() ); in testSortableDataModel()
396 m_dataModel.sortByColumn( colIndex, ascending ); in testSortableDataModel()
397 Pair currentSortOrder = m_dataModel.getCurrentSortOrder(); in testSortableDataModel()
[all …]

Completed in 33 milliseconds