Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java306 final XRow cloneRow = UnoRuntime.queryInterface( XRow.class, clone ); in test3() local
312 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 14 milliseconds