Home
last modified time | relevance | path

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

/AOO42X/main/qadevOOo/runner/util/
H A Dutils.java302 XPropertySet pthSettings = null; in getOfficeSettingsValue() local
304 pthSettings = (XPropertySet) AnyConverter.toObject( in getOfficeSettingsValue()
309 settingPath = (String) pthSettings.getPropertyValue(setting); in getOfficeSettingsValue()
323 XPropertySet pthSettings = null; in setOfficeSettingsValue() local
325 pthSettings = (XPropertySet) AnyConverter.toObject( in setOfficeSettingsValue()
330 pthSettings.setPropertyValue(setting, value); in setOfficeSettingsValue()