Searched refs:xFPS (Results 1 – 1 of 1) sorted by relevance
467 XFastPropertySet xFPS = UnoRuntime.queryInterface(XFastPropertySet.class, aPathSettings); in checkStringListProperty() local475 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() local595 oValue = xFPS.getFastPropertyValue(handle); in checkStringProperty()616 xFPS.setFastPropertyValue(handle, newVal); in checkStringProperty()619 String checkVal = (String) xFPS.getFastPropertyValue(handle); in checkStringProperty()[all …]