Home
last modified time | relevance | path

Searched refs:oListBoxModel (Results 1 – 3 of 3) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java687 Object oListBoxModel = getModel(_xBasisListBox); in deselectListBox() local
688 Object sList = Helper.getUnoPropertyValue(oListBoxModel, PropertyNames.STRING_ITEM_LIST); in deselectListBox()
689 Helper.setUnoPropertyValue(oListBoxModel, PropertyNames.STRING_ITEM_LIST, new String[] in deselectListBox()
692 Helper.setUnoPropertyValue(oListBoxModel, PropertyNames.STRING_ITEM_LIST, sList); in deselectListBox()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample2.java211 …Object oListBoxModel = m_xMSFDialogModel.createInstance("com.sun.star.awt.UnoControlListBoxModel"); in insertListBox() local
212 …ModelMPSet = (XMultiPropertySet) UnoRuntime.queryInterface(XMultiPropertySet.class, oListBoxModel); in insertListBox()
H A DUnoDialogSample.java955 …Object oListBoxModel = m_xMSFDialogModel.createInstance("com.sun.star.awt.UnoControlListBoxModel"); in insertListBox() local
956 …ModelMPSet = (XMultiPropertySet) UnoRuntime.queryInterface(XMultiPropertySet.class, oListBoxModel); in insertListBox()

Completed in 31 milliseconds