:: com :: sun :: star :: form :: binding ::

interface XListEntryTypedSource
Base Interfaces
XListEntryTypedSourceXListEntrySource

XListEntrySource

Methods' Summary
getAllListEntriesTyped provides access to the entirety of all list entries, along with the corresponding underlying data values.  
Methods' Details
getAllListEntriesTyped
sequence< string >
getAllListEntriesTyped( [out] sequence< any >  DataValues );

Description
provides access to the entirety of all list entries, along with the corresponding underlying data values.
Parameter DataValues
The sequence is used by com::sun::star::form::component::ListBox for external sources such as spreadsheets to return the resulting data value if a listbox entry was selected, e.g. set it at the specified bound cell using com::sun::star::form::binding::XValueBinding::setValue().
Top of Page