Home
last modified time | relevance | path

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

/trunk/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java453 XPropertyContainer proContainer = xDocPro.getUserDefinedProperties(); in addCustomPro() local
454 proContainer.addProperty(propertyName, PropertyAttribute.REMOVEABLE, value); in addCustomPro()
459 XPropertyContainer proContainer = xDocPro.getUserDefinedProperties(); in getCustomPro() local
461 XPropertySet.class, proContainer); in getCustomPro()
583 XPropertyContainer proContainer = xDocPro.getUserDefinedProperties(); in testCustomRemovePro() local
585 XPropertySet.class, proContainer); in testCustomRemovePro()
591 proContainer.removeProperty(pros[i].Name); in testCustomRemovePro()

Completed in 17 milliseconds