Searched refs:aPathSettings (Results 1 – 1 of 1) sorted by relevance
58 private static Object aPathSettings = null; field in PathSettingsTest126 aPathSettings = xMSF.createInstance("com.sun.star.comp.framework.PathSettings"); in before()127 assertNotNull("Can't instantiate com.sun.star.util.PathSettings.", aPathSettings); in before()130 util.dbg.getSuppServices(aPathSettings); in before()131 …ropertySet xPropSet_of_PathSettings = UnoRuntime.queryInterface(XPropertySet.class, aPathSettings); in before()258 …ropertySet xPropSet_of_PathSettings = UnoRuntime.queryInterface(XPropertySet.class, aPathSettings); in getPropertyValueAsString()286 …ropertySet xPropSet_of_PathSettings = UnoRuntime.queryInterface(XPropertySet.class, aPathSettings); in showPathSettings()467 XFastPropertySet xFPS = UnoRuntime.queryInterface(XFastPropertySet.class, aPathSettings); in checkStringListProperty()589 XFastPropertySet xFPS = UnoRuntime.queryInterface(XFastPropertySet.class, aPathSettings); in checkStringProperty()
Completed in 18 milliseconds