Searched refs:cloneRow (Results  1 – 1 of 1) sorted by relevance
| /trunk/main/dbaccess/qa/complex/dbaccess/ | 
| H A D | RowSet.java | 306             final XRow cloneRow = UnoRuntime.queryInterface( XRow.class, clone );  in test3()  local312                     testPosition(clone, cloneRow, calcPos, "test3");  in test3()
 314                     testAbsolutePositioning(clone, cloneRow);  in test3()
 336                 final XRow cloneRow = UnoRuntime.queryInterface( XRow.class, clone );  in test4()  local
 340                     testPosition(clone, cloneRow, calcPos, "test4: clone");  in test4()
 815         final XRow cloneRow = UnoRuntime.queryInterface( XRow.class, clone );  in testCloneMovesPlusInsertions()  local
 831         testPosition(clone, cloneRow, 1, "mixed clone/rowset move: clone check");  in testCloneMovesPlusInsertions()
 843         testPosition(clone, cloneRow, 1, "mixed clone/rowset move/insertion: clone check");  in testCloneMovesPlusInsertions()
 
 | 
        Completed in 13 milliseconds