Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetCellCursor.java78 int leftCol = addr.StartColumn ; in _collapseToCurrentArray() local
83 log.println( "Object area is ((" + leftCol + "," + topRow + "),(" + in _collapseToCurrentArray()
84 (leftCol + width - 1) + "," + (topRow + height - 1) + ")" ); in _collapseToCurrentArray()
158 int leftCol = -1, topRow = -1; in _collapseToCurrentRegion() local
180 if (leftCol != -1 && topRow != -1) { in _collapseToCurrentRegion()
183 leftCol + width, topRow + height).setValue(1); in _collapseToCurrentRegion()
226 int leftCol = 0, topRow = 0 ; in _collapseToMergedArea() local
237 leftCol + width - 1, topRow + height - 1, in _collapseToMergedArea()
238 leftCol + width, topRow + height ); in _collapseToMergedArea()

Completed in 9 milliseconds