Home
last modified time | relevance | path

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

/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java431 …XPropertySet xCFModelPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oCFModel); in insertCurrencyField() local
435 xCFModelPSet.setPropertyValue("PrependCurrencySymbol", Boolean.TRUE); in insertCurrencyField()
436 xCFModelPSet.setPropertyValue("CurrencySymbol", "$"); in insertCurrencyField()
437 xCFModelPSet.setPropertyValue("Value", new Double(2.93)); in insertCurrencyField()

Completed in 26 milliseconds