Home
last modified time | relevance | path

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

/AOO41X/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java467 XFastPropertySet xFPS = UnoRuntime.queryInterface(XFastPropertySet.class, aPathSettings); in checkStringListProperty() local
475 oValue = xFPS.getFastPropertyValue(handle); in checkStringListProperty()
525 xFPS.setFastPropertyValue(handle, aNewValues); in checkStringListProperty()
536 Object oObj = xFPS.getFastPropertyValue(handle); in checkStringListProperty()
547 xFPS.setFastPropertyValue(handle, oValue); in checkStringListProperty()
571 Object checkVal3 = xFPS.getFastPropertyValue(handle); in checkStringListProperty()
589 XFastPropertySet xFPS = UnoRuntime.queryInterface(XFastPropertySet.class, aPathSettings); in checkStringProperty() local
595 oValue = xFPS.getFastPropertyValue(handle); in checkStringProperty()
616 xFPS.setFastPropertyValue(handle, newVal); in checkStringProperty()
619 String checkVal = (String) xFPS.getFastPropertyValue(handle); in checkStringProperty()
[all …]