Home
last modified time | relevance | path

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

/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java752 XPropertySet xNFModelPSet = null; in insertNumericField() local
767 xNFModelPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oNFModel); in insertNumericField()
770 xNFModelPSet.setPropertyValue("ValueMin", new Double(_fValueMin)); in insertNumericField()
771 xNFModelPSet.setPropertyValue("ValueMax", new Double(_fValueMax)); in insertNumericField()
772 xNFModelPSet.setPropertyValue("Value", new Double(_fValue)); in insertNumericField()
773 xNFModelPSet.setPropertyValue("ValueStep", new Double(_fValueStep)); in insertNumericField()
774 xNFModelPSet.setPropertyValue("ShowThousandsSeparator", Boolean.TRUE); in insertNumericField()
775 xNFModelPSet.setPropertyValue("DecimalAccuracy", new Short(_nDecimalAccuracy)); in insertNumericField()
788 return xNFModelPSet; in insertNumericField()

Completed in 29 milliseconds