Searched refs:gridControl (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/toolkit/qa/complex/toolkit/ |
H A D | GridControl.java | 464 final XGridControl gridControl = UnoRuntime.queryInterface( XGridControl.class, control ); in testView() local 465 gridControl.goToCell( 0, 0 ); in testView() 466 assertEquals( "wrong 'current column' (1)", 0, gridControl.getCurrentColumn() ); in testView() 467 assertEquals( "wrong 'current row' (1)", 0, gridControl.getCurrentRow() ); in testView() 468 gridControl.goToCell( columnCount - 1, rowCount - 1 ); in testView() 470 …assertEquals( "wrong 'current row' (2)", dataModel.getRowCount() - 1, gridControl.getCurrentRow() … in testView() 476 columnCount - 2, gridControl.getCurrentColumn() ); in testView() 480 rowCount - 2, gridControl.getCurrentRow() ); in testView() 513 final XControl gridControl = controlContainer.getControl( "grid" ); in impl_createDialogWithGridControl() local 514 assertNotNull( "no grid control created in the dialog", gridControl ); in impl_createDialogWithGridControl() [all …]
|
Completed in 248 milliseconds