- Description
- implements a property handler for use with an ::com::sun::star::inspection::ObjectInspector
which is able to provide properties to bind a form component to a spreadsheet cell.
The handler expects a value named "ContextDocument" in the context in which it is created.
That is, the ::com::sun::star::uno::XComponentContext used for creating the
CellBindingPropertyHandler is examined for a value with this name. If the object in this
value denotes a spreadsheet document (indicated by supporting the ::com::sun::star::sheet::XSpreadsheetDocument
interface), this document is used to create the ::com::sun::star::form::binding::ValueBinding s
to bind the inspected object to cells in this document.
- See also
- ::com::sun::star::inspection::XPropertyHandler, ::com::sun::star::form::binding::BindableControlModel, ::com::sun::star::form::binding::ValueBinding, ::com::sun::star::table::CellValueBinding, ::com::sun::star::table::ListPositionCellBinding, ::com::sun::star::uno::XComponentContext::getValueByName
|