Lines Matching refs:queryInterface

69         m_orb = (XMultiServiceFactory)UnoRuntime.queryInterface(  in DocumentHelper()
77 XComponentLoader aLoader = (XComponentLoader)UnoRuntime.queryInterface( in implCreateBlankDocument()
111 XModel xDocModel = (XModel)UnoRuntime.queryInterface(XModel.class, m_documentComponent ); in getCurrentView()
148 return (XIndexContainer)UnoRuntime.queryInterface( XIndexContainer.class, xNewForm ); in createSubForm()
163 XIndexContainer xParentContainer = (XIndexContainer)UnoRuntime.queryInterface( in createSubForm()
180 XChild xAsChild = (XChild)UnoRuntime.queryInterface( XChild.class, aForm ); in createSiblingForm()
181 XIndexContainer xContainer = (XIndexContainer)UnoRuntime.queryInterface( in createSiblingForm()
192 XChild xChild = (XChild)UnoRuntime.queryInterface( XChild.class, aFormComponent ); in getDocumentForComponent()
197 xModel = (XModel)UnoRuntime.queryInterface( XModel.class, xParent ); in getDocumentForComponent()
198 xChild = (XChild)UnoRuntime.queryInterface( XChild.class, xParent ); in getDocumentForComponent()
223 XServiceInfo xSI = (XServiceInfo)UnoRuntime.queryInterface( in classify()
245 XDrawPagesSupplier xSuppPages = (XDrawPagesSupplier)UnoRuntime.queryInterface( in getDrawPage()
249 return (XDrawPage)UnoRuntime.queryInterface( XDrawPage.class, xPages.getByIndex( index ) ); in getDrawPage()
260 XDrawPageSupplier xSuppPage = (XDrawPageSupplier)UnoRuntime.queryInterface( in getMainDrawPage()
267 XDrawPagesSupplier xSuppPages = (XDrawPagesSupplier)UnoRuntime.queryInterface( in getMainDrawPage()
271 … xReturn = (XDrawPage)UnoRuntime.queryInterface( XDrawPage.class, xPages.getByIndex( 0 ) ); in getMainDrawPage()
285 XFormsSupplier xSuppForms = (XFormsSupplier)UnoRuntime.queryInterface( in getFormComponentTreeRoot()
301 …XMultiServiceFactory xORB = (XMultiServiceFactory)UnoRuntime.queryInterface( XMultiServiceFactory.… in createInstance()
311 …XMultiServiceFactory xORB = (XMultiServiceFactory)UnoRuntime.queryInterface( XMultiServiceFactory.… in createInstanceWithArguments()