Searched refs:listBox (Results 1 – 4 of 4) sorted by relevance
/trunk/main/forms/qa/integration/forms/ |
H A D | CellBinding.java | 295 … XPropertySet listBox = m_formLayer.createControlAndShape( "DatabaseListBox", 30, 80, 40, 6 ); in checkListBoxBinding() local 296 listBox.setPropertyValue( "Dropdown", new Boolean( true ) ); in checkListBoxBinding() 315 bindToCell( listBox, col, row ); in checkListBoxBinding() 319 listBox.setPropertyValue( "SelectedItems", new short[] { (short)0 } ); in checkListBoxBinding() 322 simulateUserListBoxSelection( listBox, "Oranges" ); in checkListBoxBinding() 326 short[] selectedItems = (short[])listBox.getPropertyValue( "SelectedItems" ); in checkListBoxBinding() 339 listBox.setPropertyValue( "Dropdown", new Boolean( true ) ); in checkListBoxIndexBinding() 358 bindToCell( listBox, col, row, "com.sun.star.table.ListPositionCellBinding" ); in checkListBoxIndexBinding() 362 listBox.setPropertyValue( "SelectedItems", new short[] { (short)0 } ); in checkListBoxIndexBinding() 365 simulateUserListBoxSelection( listBox, "Bananas" ); in checkListBoxIndexBinding() [all …]
|
H A D | ListSelection.java | 280 XPropertySet listBox = m_formLayer.createControlAndShape( "ListBox", 50, 10, 40, 6 ); in prepareDocument() local 281 listBox.setPropertyValue( "Dropdown", new Boolean( true ) ); in prepareDocument() 282 listBox.setPropertyValue( "StringItemList", newSheetNames ); in prepareDocument() 283 listBox.setPropertyValue( "Name", "ListBox" ); in prepareDocument() 285 …impl_assignStarBasicScript( listBox, "XItemListener", "itemStateChanged", "document:default.callba… in prepareDocument()
|
/trunk/main/odk/examples/DevelopersGuide/Forms/ |
H A D | SpreadsheetValueBinding.java | 75 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()
|
/trunk/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | UnoDataAware.java | 236 …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 21 milliseconds