Home
last modified time | relevance | path

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

/aoo4110/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java438 XPropertyContainer proContainer = xDocPro.getUserDefinedProperties(); in addCustomPro() local
439 proContainer.addProperty(propertyName, PropertyAttribute.REMOVEABLE, value); in addCustomPro()
444 XPropertyContainer proContainer = xDocPro.getUserDefinedProperties(); in getCustomPro() local
446 XPropertySet.class, proContainer); in getCustomPro()
568 XPropertyContainer proContainer = xDocPro.getUserDefinedProperties(); in testCustomRemovePro() local
570 XPropertySet.class, proContainer); in testCustomRemovePro()
576 proContainer.removeProperty(pros[i].Name); in testCustomRemovePro()

Completed in 18 milliseconds