Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetCellCursor.java79 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()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetValueBinding.java82 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 DSpreadsheetDocument.java107 short topRow, short bottomRow ) in createListEntrySource() argument
113 topRow, column, bottomRow ); in createListEntrySource()
/trunk/main/forms/qa/integration/forms/
H A DSpreadsheetDocument.java127 short topRow, short bottomRow ) in createListEntrySource() argument
133 topRow, column, bottomRow ); in createListEntrySource()

Completed in 20 milliseconds