Searched refs:udpc (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/sfx2/qa/complex/sfx2/ |
| H A D | DocumentProperties.java | 229 XPropertyContainer udpc = xDP.getUserDefinedProperties(); in check() local 230 XPropertySet udps = UnoRuntime.queryInterface( XPropertySet.class, udpc ); in check() 360 udpc.addProperty("Frobnicate", PropertyAttribute.REMOVEABLE, b); in check() 361 udpc.addProperty("FrobDuration", PropertyAttribute.REMOVEABLE, dur); in check() 362 udpc.addProperty("FrobDuration2", PropertyAttribute.REMOVEABLE, t); in check() 363 udpc.addProperty("FrobEndDate", PropertyAttribute.REMOVEABLE, date); in check() 364 udpc.addProperty("FrobStartTime", PropertyAttribute.REMOVEABLE, dt); in check() 365 udpc.addProperty("Pi", PropertyAttribute.REMOVEABLE, new Double(d)); in check() 366 udpc.addProperty("Foo", PropertyAttribute.REMOVEABLE, "bar"); in check() 367 udpc.addProperty("Removed", PropertyAttribute.REMOVEABLE, "bar"); in check() [all …]
|