Lines Matching refs:queryInterface

75         XComponentLoader aLoader = (XComponentLoader)UnoRuntime.queryInterface(  in implLoadAsComponent()
97 XServiceInfo xSI = (XServiceInfo)UnoRuntime.queryInterface( XServiceInfo.class, in implLoadDocument()
148 return UnoRuntime.queryInterface( aInterfaceClass, m_documentComponent ); in query()
165 XModel xDocModel = (XModel)UnoRuntime.queryInterface(XModel.class, m_documentComponent ); in getCurrentView()
196 m_documentComponent = (XComponent)UnoRuntime.queryInterface( XComponent.class, in reload()
230 return (XIndexContainer)UnoRuntime.queryInterface( XIndexContainer.class, xNewForm ); in createSubForm()
245 XIndexContainer xParentContainer = (XIndexContainer)UnoRuntime.queryInterface( in createSubForm()
273 XChild xChild = (XChild)UnoRuntime.queryInterface( XChild.class, aFormComponent ); in getDocumentForComponent()
278 xModel = (XModel)UnoRuntime.queryInterface( XModel.class, xParent ); in getDocumentForComponent()
279 xChild = (XChild)UnoRuntime.queryInterface( XChild.class, xParent ); in getDocumentForComponent()
306 XServiceInfo xSI = (XServiceInfo)UnoRuntime.queryInterface( in classify()
329 XDrawPagesSupplier xSuppPages = (XDrawPagesSupplier)UnoRuntime.queryInterface( in getDrawPage()
333 return (XDrawPage)UnoRuntime.queryInterface( XDrawPage.class, xPages.getByIndex( index ) ); in getDrawPage()
344 XDrawPageSupplier xSuppPage = (XDrawPageSupplier)UnoRuntime.queryInterface( in getMainDrawPage()
351 XDrawPagesSupplier xSuppPages = (XDrawPagesSupplier)UnoRuntime.queryInterface( in getMainDrawPage()
355 … xReturn = (XDrawPage)UnoRuntime.queryInterface( XDrawPage.class, xPages.getByIndex( 0 ) ); in getMainDrawPage()
369 XFormsSupplier xSuppForms = (XFormsSupplier)UnoRuntime.queryInterface( in getFormComponentTreeRoot()
385 …XMultiServiceFactory xORB = (XMultiServiceFactory)UnoRuntime.queryInterface( XMultiServiceFactory.… in createInstance()
395 …XMultiServiceFactory xORB = (XMultiServiceFactory)UnoRuntime.queryInterface( XMultiServiceFactory.… in createInstanceWithArguments()