Searched refs:pthSettings (Results 1 – 1 of 1) sorted by relevance
303 XPropertySet pthSettings = null; in getOfficeSettingsValue() local305 pthSettings = (XPropertySet) AnyConverter.toObject( in getOfficeSettingsValue()310 settingPath = (String) pthSettings.getPropertyValue(setting); in getOfficeSettingsValue()324 XPropertySet pthSettings = null; in setOfficeSettingsValue() local326 pthSettings = (XPropertySet) AnyConverter.toObject( in setOfficeSettingsValue()331 pthSettings.setPropertyValue(setting, value); in setOfficeSettingsValue()
Completed in 19 milliseconds