Home
last modified time | relevance | path

Searched refs:listBox (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/forms/qa/integration/forms/
H A DCellBinding.java284 … XPropertySet listBox = m_formLayer.createControlAndShape( "DatabaseListBox", 30, 80, 40, 6 ); in checkListBoxBinding() local
285 listBox.setPropertyValue( "Dropdown", new Boolean( true ) ); in checkListBoxBinding()
304 bindToCell( listBox, col, row ); in checkListBoxBinding()
308 listBox.setPropertyValue( "SelectedItems", new short[] { (short)0 } ); in checkListBoxBinding()
311 simulateUserListBoxSelection( listBox, "Oranges" ); in checkListBoxBinding()
315 short[] selectedItems = (short[])listBox.getPropertyValue( "SelectedItems" ); in checkListBoxBinding()
327 listBox.setPropertyValue( "Dropdown", new Boolean( true ) ); in checkListBoxIndexBinding()
346 bindToCell( listBox, col, row, "com.sun.star.table.ListPositionCellBinding" ); in checkListBoxIndexBinding()
350 listBox.setPropertyValue( "SelectedItems", new short[] { (short)0 } ); in checkListBoxIndexBinding()
353 simulateUserListBoxSelection( listBox, "Bananas" ); in checkListBoxIndexBinding()
[all …]
H A DListSelection.java252 XPropertySet listBox = m_formLayer.createControlAndShape( "ListBox", 50, 10, 40, 6 ); in prepareDocument() local
253 listBox.setPropertyValue( "Dropdown", new Boolean( true ) ); in prepareDocument()
254 listBox.setPropertyValue( "StringItemList", newSheetNames ); in prepareDocument()
255 listBox.setPropertyValue( "Name", "ListBox" ); in prepareDocument()
257 …impl_assignStarBasicScript( listBox, "XItemListener", "itemStateChanged", "document:default.callba… in prepareDocument()
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetValueBinding.java75 XPropertySet listBox = m_formLayer.insertControlLine( "ListBox", in prepareDocument() local
77 listBox.setPropertyValue( "Dropdown", new Boolean( false ) ); in prepareDocument()
89 XListEntrySink.class, listBox ); in prepareDocument()
93 implBind( listBox, document.createListIndexBinding( sheet, exchangeColumn, exchangeRow ) ); in prepareDocument()
112 listBox.setPropertyValue( "BackgroundColor", backColor ); in prepareDocument()
/aoo4110/main/wizards/com/sun/star/wizards/ui/event/
H A DUnoDataAware.java236 …public static UnoDataAware attachListBox(Object data, String prop, Object listBox, final Listener …
238 XListBox xListBox = UnoRuntime.queryInterface(XListBox.class, listBox);
243 listBox, PropertyNames.SELECTED_ITEMS);

Completed in 28 milliseconds