Searched refs:oFolderPicker (Results 1 – 2 of 2) sorted by relevance
149 …Object oFolderPicker = m_xMCF.createInstanceWithContext("com.sun.star.ui.dialogs.FolderPicker", m_… in raiseFolderPicker() local150 …cker xFolderPicker = (XFolderPicker) UnoRuntime.queryInterface(XFolderPicker.class, oFolderPicker); in raiseFolderPicker()151 …Executable = (XExecutableDialog) UnoRuntime.queryInterface(XExecutableDialog.class, oFolderPicker); in raiseFolderPicker()152 xComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, oFolderPicker); in raiseFolderPicker()
144 …Object oFolderPicker = m_xComponentContext.getServiceManager().createInstanceWithContext("com.sun.… in assignSDKPath() local145 …cker xFolderPicker = (XFolderPicker) UnoRuntime.queryInterface(XFolderPicker.class, oFolderPicker); in assignSDKPath()146 …Executable = (XExecutableDialog) UnoRuntime.queryInterface(XExecutableDialog.class, oFolderPicker); in assignSDKPath()147 … XComponent xComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, oFolderPicker); in assignSDKPath()
Completed in 8 milliseconds