Lines Matching refs:xNameAccess
107 …XNameAccess xNameAccess = getConfigurationAccess("org.openoffice.inspector.ObjectInspector", true… in getSDKPath() local
108 …opertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNameAccess); in getSDKPath()
157 XNameAccess xNameAccess = getConfigurationAccess(true); in assignSDKPath() local
158 …opertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNameAccess); in assignSDKPath()
160 …XChangesBatch xBatch = (XChangesBatch) UnoRuntime.queryInterface(XChangesBatch.class, xNameAccess); in assignSDKPath()
252 …XNameAccess xNameAccess = getConfigurationAccess("org.openoffice.inspector.ObjectInspector", true… in setSourceCodeLanguage() local
253 …opertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNameAccess); in setSourceCodeLanguage()
268 …XChangesBatch xBatch = (XChangesBatch) UnoRuntime.queryInterface(XChangesBatch.class, xNameAccess); in setSourceCodeLanguage()
363 …XNameAccess xNameAccess = getConfigurationAccess("org.openoffice.inspector.ObjectInspector", fals… in getSourceCodeLanguage() local
364 String sLanguage = (String) xNameAccess.getByName("Language"); in getSourceCodeLanguage()
391 XNameAccess xNameAccess = null; in getConfigurationAccess() local
404 xNameAccess = (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class, oAccess); in getConfigurationAccess()
407 return xNameAccess; in getConfigurationAccess()