Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/tests/java/ifc/sheet/
H A D_XDatabaseRange.java149 for(int i = STARTROW; i < ENDROW+1; i++) { in _refresh()
167 XCell checkCell = xCellRange.getCellByPosition(COL, ENDROW); in _refresh()
174 log.println("Value of the cell (" + COL + ", " + ENDROW + in _refresh()
184 XCell checkCell = xCellRange.getCellByPosition(COL, ENDROW); in _refresh()
191 log.println("Value of the cell (" + COL + ", " + ENDROW + in _refresh()
199 XCell checkCell = xCellRange.getCellByPosition(COL, ENDROW); in _refresh()
206 log.println("Value of the cell (" + COL + ", " + ENDROW + in _refresh()
215 final short ENDROW = 5; field in _XDatabaseRange
228 newCRA.EndRow = ENDROW; in _setDataArea()

Completed in 11 milliseconds