Searched refs:oListBoxModel (Results 1 – 3 of 3) sorted by relevance
211 …Object oListBoxModel = m_xMSFDialogModel.createInstance("com.sun.star.awt.UnoControlListBoxModel"); in insertListBox() local212 …ModelMPSet = (XMultiPropertySet) UnoRuntime.queryInterface(XMultiPropertySet.class, oListBoxModel); in insertListBox()
955 …Object oListBoxModel = m_xMSFDialogModel.createInstance("com.sun.star.awt.UnoControlListBoxModel"); in insertListBox() local956 …ModelMPSet = (XMultiPropertySet) UnoRuntime.queryInterface(XMultiPropertySet.class, oListBoxModel); in insertListBox()
687 Object oListBoxModel = getModel(_xBasisListBox); in deselectListBox() local688 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()
Completed in 89 milliseconds