Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XDataPilotTable.java58 XCell xCellForCheck = null; field in _XDataPilotTable
63 xCellForCheck = (XCell)tEnv.getObjRelation("CELLFORCHECK"); in before()
66 xCellForCheck == null) { in before()
93 double oldData = xCellForCheck.getValue(); in _refresh()
95 double newData = xCellForCheck.getValue(); in _refresh()
/aoo41x/main/sc/qa/complex/dataPilot/
H A D_XDataPilotTable.java58 XCell xCellForCheck = null; field in _XDataPilotTable
87 xCellForCheck = (XCell)param.get("CELLFORCHECK"); in before()
92 xCellForCheck == null) { in before()
123 double oldData = xCellForCheck.getValue(); in _refresh()
125 double newData = xCellForCheck.getValue(); in _refresh()

Completed in 23 milliseconds