Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XCellRangeReferrer.java62 CellRangeAddress oldCRA = (CellRangeAddress) in _getReferredCells() local
64 if (oldCRA == null) throw new StatusException(Status.failed in _getReferredCells()
82 log.println("Expected CellRangeAddress: (" + oldCRA.Sheet + in _getReferredCells()
83 "," + oldCRA.StartColumn + "," + oldCRA.StartRow + "," + in _getReferredCells()
84 oldCRA.EndColumn + "," + objCRA.EndRow + ")"); in _getReferredCells()
89 bResult &= objCRA.EndColumn == oldCRA.EndColumn; in _getReferredCells()
90 bResult &= objCRA.EndRow == oldCRA.EndRow; in _getReferredCells()
91 bResult &= objCRA.Sheet == oldCRA.Sheet; in _getReferredCells()
92 bResult &= objCRA.StartColumn == oldCRA.StartColumn; in _getReferredCells()
93 bResult &= objCRA.StartRow == oldCRA.StartRow; in _getReferredCells()
H A D_XDatabaseRange.java65 CellRangeAddress oldCRA = null; field in _XDatabaseRange
73 oldCRA = (CellRangeAddress)tEnv.getObjRelation("DATAAREA"); in before()
74 if (oldCRA == null) { in before()
93 bResult &= objCRA.EndColumn == oldCRA.EndColumn; in _getDataArea()
94 bResult &= objCRA.EndRow == oldCRA.EndRow; in _getDataArea()
95 bResult &= objCRA.Sheet == oldCRA.Sheet; in _getDataArea()
96 bResult &= objCRA.StartColumn == oldCRA.StartColumn; in _getDataArea()
97 bResult &= objCRA.StartRow == oldCRA.StartRow; in _getDataArea()
224 newCRA.Sheet = oldCRA.Sheet; in _setDataArea()
H A D_XDataPilotDescriptor.java65 CellRangeAddress oldCRA = null ; field in _XDataPilotDescriptor
124 oldCRA = oObj.getSourceRange() ; in _setSourceRange()
/trunk/main/sc/qa/complex/dataPilot/
H A D_XDataPilotDescriptor.java66 CellRangeAddress oldCRA = null ; field in _XDataPilotDescriptor
153 oldCRA = oObj.getSourceRange() ; in _setSourceRange()

Completed in 27 milliseconds