Lines Matching refs:queryInterface

108 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNameAcce…  in getSDKPath()
145 …XFolderPicker xFolderPicker = (XFolderPicker) UnoRuntime.queryInterface(XFolderPicker.class, oFold… in assignSDKPath()
146 …XExecutableDialog xExecutable = (XExecutableDialog) UnoRuntime.queryInterface(XExecutableDialog.cl… in assignSDKPath()
147 … XComponent xComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, oFolderPicker); in assignSDKPath()
158 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNameAcce… in assignSDKPath()
160 …XChangesBatch xBatch = (XChangesBatch) UnoRuntime.queryInterface(XChangesBatch.class, xNameAccess); in assignSDKPath()
164 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xFolderPi… in assignSDKPath()
166 … XWindowPeer xWindowPeer = (XWindowPeer) UnoRuntime.queryInterface(XWindowPeer.class, oWindow); in assignSDKPath()
180 …XMessageBoxFactory xMessageBoxFactory = (XMessageBoxFactory) UnoRuntime.queryInterface(XMessageBox… in showErrorMessageBox()
182 … XComponent xComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, xMessageBox); in showErrorMessageBox()
253 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNameAcce… in setSourceCodeLanguage()
268 …XChangesBatch xBatch = (XChangesBatch) UnoRuntime.queryInterface(XChangesBatch.class, xNameAccess); in setSourceCodeLanguage()
317 … XCloseable xCloseable = (XCloseable) UnoRuntime.queryInterface(XCloseable.class, xComponent); in disposeHiddenDocuments()
402 …XMultiServiceFactory xMSFCfg = (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServiceFacto… in getConfigurationAccess()
404 xNameAccess = (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class, oAccess); in getConfigurationAccess()