Searched refs:createCellBinding (Results  1 – 3 of 3) sorted by relevance
| /trunk/main/odk/examples/DevelopersGuide/Forms/ | 
| H A D | SpreadsheetDocument.java | 66 …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 D | SpreadsheetValueBinding.java | 71 …      implBind( numericControl, document.createCellBinding( sheet, exchangeColumn, exchangeRow ) );  in prepareDocument()
  | 
| /trunk/main/forms/qa/integration/forms/ | 
| H A D | SpreadsheetDocument.java | 83 …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 40 milliseconds