Searched refs:propSet (Results 1 – 3 of 3) sorted by relevance
68 XPropertySet propSet = (XPropertySet) in _storeIntoURL() local70 oldProp = (String)propSet.getPropertyValue("Author"); in _storeIntoURL()72 propSet.setPropertyValue("Author", newProp); in _storeIntoURL()106 XPropertySet propSet = (XPropertySet) in _loadFromURL() local108 String resProp = (String)propSet.getPropertyValue("Author"); in _loadFromURL()
83 XPropertySet propSet = (XPropertySet) in _writeObject() local85 String label = (String)propSet.getPropertyValue("String"); in _writeObject()
433 XPropertySet propSet = (XPropertySet)UnoRuntime.queryInterface( in buildDataFields() local436 (DataPilotFieldOrientation)propSet.getPropertyValue("Orientation"); in buildDataFields()
Completed in 21 milliseconds