Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/tests/java/ifc/sheet/
H A D_XCellRangeReferrer.java79 CellRangeAddress objCRA = xCRA.getRangeAddress(); in _getReferredCells() local
84 oldCRA.EndColumn + "," + objCRA.EndRow + ")"); in _getReferredCells()
85 log.println("CellRangeAddress gotten: (" + objCRA.Sheet + "," in _getReferredCells()
86 + objCRA.StartColumn + "," + objCRA.StartRow + "," + in _getReferredCells()
87 objCRA.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_XNamedRanges.java174 CellRangeAddress objCRA = xCRA.getRangeAddress(); in _addNewFromTitles() local
176 bResult &= (objCRA.EndColumn == i && objCRA.StartColumn == i); in _addNewFromTitles()
177 bResult &= objCRA.StartRow == 1; in _addNewFromTitles()
178 bResult &= objCRA.EndRow == 3; in _addNewFromTitles()
179 bResult &= objCRA.Sheet == 0; in _addNewFromTitles()
195 CellRangeAddress objCRA = xCRA.getRangeAddress(); in _addNewFromTitles() local
197 bResult &= (objCRA.EndRow == i && objCRA.StartRow == i); in _addNewFromTitles()
198 bResult &= objCRA.StartColumn == 1; in _addNewFromTitles()
199 bResult &= objCRA.EndColumn == 3; in _addNewFromTitles()
200 bResult &= objCRA.Sheet == 0; in _addNewFromTitles()
H A D_XDatabaseRange.java92 CellRangeAddress objCRA = oObj.getDataArea(); in _getDataArea() local
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()

Completed in 15 milliseconds