Home
last modified time | relevance | path

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

/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java758 …Object oNFModel = m_xMSFDialogModel.createInstance("com.sun.star.awt.UnoControlNumericFieldModel"); in insertNumericField() local
759 …t xNFModelMPSet = (XMultiPropertySet) UnoRuntime.queryInterface(XMultiPropertySet.class, oNFModel); in insertNumericField()
766 m_xDlgModelNameContainer.insertByName(sName, oNFModel); in insertNumericField()
767 xNFModelPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oNFModel); in insertNumericField()

Completed in 31 milliseconds