Searched refs:xCFModelPSet (Results 1 – 1 of 1) sorted by relevance
431 …XPropertySet xCFModelPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oCFModel); in insertCurrencyField() local435 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 27 milliseconds