Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetDocument.java66 …public com.sun.star.form.binding.XValueBinding createCellBinding( short sheet, short column, short… in createCellBinding() method in SpreadsheetDocument
68 return createCellBinding( sheet, column, row, false ); in createCellBinding()
75 return createCellBinding( sheet, column, row, true ); in createListIndexBinding()
80 …private com.sun.star.form.binding.XValueBinding createCellBinding( short sheet, short column, shor… in createCellBinding() method in SpreadsheetDocument
H A DSpreadsheetValueBinding.java71 … implBind( numericControl, document.createCellBinding( sheet, exchangeColumn, exchangeRow ) ); in prepareDocument()
/aoo4110/main/forms/qa/integration/forms/
H A DSpreadsheetDocument.java83 …public com.sun.star.form.binding.XValueBinding createCellBinding( short sheet, short column, short… in createCellBinding() method in SpreadsheetDocument
85 return createCellBinding( sheet, column, row, false ); in createCellBinding()
93 return createCellBinding( sheet, column, row, true ); in createListIndexBinding()
99 …private com.sun.star.form.binding.XValueBinding createCellBinding( short sheet, short column, shor… in createCellBinding() method in SpreadsheetDocument

Completed in 18 milliseconds