Searched refs:topRow (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XSheetCellCursor.java | 79 int topRow = addr.StartRow ; 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()
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | SpreadsheetValueBinding.java | 82 final short topRow = (short)0; in prepareDocument() local 85 listSourceSheet, column, topRow, bottomRow ); in prepareDocument() 99 for ( short row = topRow; row <= bottomRow; ++row ) in prepareDocument()
|
H A D | SpreadsheetDocument.java | 107 short topRow, short bottomRow ) in createListEntrySource() argument 113 topRow, column, bottomRow ); in createListEntrySource()
|
/aoo41x/main/forms/qa/integration/forms/ |
H A D | SpreadsheetDocument.java | 127 short topRow, short bottomRow ) in createListEntrySource() argument 133 topRow, column, bottomRow ); in createListEntrySource()
|
Completed in 20 milliseconds