Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetValueBinding.java48 final short exchangeRow = (short)1; // 2 in prepareDocument() local
62 … implBind( numericControl, document.createCellBinding( sheet, exchangeColumn, exchangeRow ) ); in prepareDocument()
84 implBind( listBox, document.createListIndexBinding( sheet, exchangeColumn, exchangeRow ) ); in prepareDocument()
99 document.getSheet( sheet ).getCellByPosition( exchangeColumn, exchangeRow ) in prepareDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetValueBinding.java48 final short exchangeRow = (short)1; // 2 in prepareDocument() local
62 … implBind( numericControl, document.createCellBinding( sheet, exchangeColumn, exchangeRow ) ); in prepareDocument()
84 implBind( listBox, document.createListIndexBinding( sheet, exchangeColumn, exchangeRow ) ); in prepareDocument()
99 document.getSheet( sheet ).getCellByPosition( exchangeColumn, exchangeRow ) in prepareDocument()