Bug 127430 - missing documentation for ListSourceType for Combo box
Summary: missing documentation for ListSourceType for Combo box
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
6.2.4.2 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-07 23:22 UTC by Gerhard Weydt
Modified: 2019-10-04 03:07 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerhard Weydt 2019-09-07 23:22:45 UTC
The documentation for a combo box in

https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1form_1_1component_1_1DatabaseComboBox.html#a2f99ac4d478a97752dfe0fac8cf8b232

regarding 
com::sun::star::form::ListSourceType ListSourceType

is of little value (or even none). It says:

specifies the kind of list source.

Note: A value of com::sun::star::form::ListSourceType::VALUELIST is not valid for a combo box. It won't be rejected when setting it, but controls will usually ignore it and leave the list empty.

But obviously the values 1 to 5 of the named list are used when creating combo boxes in a form: the names displayed and the integer values shown afterwards when inspecting the combo box do coincide.

And anyway: a positive statement which values might be used is necessary.
Comment 1 Xisco Faulí 2019-10-03 11:54:54 UTC
Moving to NEW