Searched refs:oldCRA (Results 1 – 4 of 4) sorted by relevance
62 CellRangeAddress oldCRA = (CellRangeAddress) in _getReferredCells() local64 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()
65 CellRangeAddress oldCRA = null; field in _XDatabaseRange73 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()
65 CellRangeAddress oldCRA = null ; field in _XDataPilotDescriptor124 oldCRA = oObj.getSourceRange() ; in _setSourceRange()
66 CellRangeAddress oldCRA = null ; field in _XDataPilotDescriptor153 oldCRA = oObj.getSourceRange() ; in _setSourceRange()
Completed in 23 milliseconds