Home
last modified time | relevance | path

Searched refs:queryInterface (Results 401 – 425 of 2342) sorted by relevance

1...<<11121314151617181920>>...94

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScIndexEnumeration_DataPilotItemsEnumeration.java106 XComponent oComp = (XComponent) UnoRuntime.queryInterface( in cleanup()
154 XIndexAccess oIndexAccess = (XIndexAccess) UnoRuntime.queryInterface( in createTestEnvironment()
221 XDataPilotTablesSupplier DPTS = (XDataPilotTablesSupplier) UnoRuntime.queryInterface( in createTestEnvironment()
232 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface( in createTestEnvironment()
289 XDataPilotField xDataPilotField = (XDataPilotField) UnoRuntime.queryInterface( in createTestEnvironment()
292 XEnumerationAccess xEnumerationAccess = (XEnumerationAccess) UnoRuntime.queryInterface( in createTestEnvironment()
329 XNamed named = (XNamed) UnoRuntime.queryInterface(XNamed.class, in getSRange()
338 XPropertySet props = (XPropertySet) UnoRuntime.queryInterface( in getSRange()
H A DScAccessibleDocumentPagePreview.java101 UnoRuntime.queryInterface(XIndexAccess.class, oSheets); in createTestEnvironment()
137 UnoRuntime.queryInterface(XModel.class, xSpreadsheetDoc); in createTestEnvironment()
144 UnoRuntime.queryInterface(XDispatchProvider.class, xController); in createTestEnvironment()
146 UnoRuntime.queryInterface(XURLTransformer.class, in createTestEnvironment()
179 XDesktop desk = (XDesktop) UnoRuntime.queryInterface( in createTestEnvironment()
205 UnoRuntime.queryInterface (XComponent.class, xSpreadsheetDoc) ; in cleanup()
227 xSpreadsheetDoc = (XSpreadsheetDocument)UnoRuntime.queryInterface( in initialize()
H A DScCellFieldsObj.java92 UnoRuntime.queryInterface (XComponent.class, xSheetDoc); in cleanup()
116 UnoRuntime.queryInterface(XMultiServiceFactory.class, xSheetDoc); in createTestEnvironment()
121 UnoRuntime.queryInterface(XTextContent.class, aField); in createTestEnvironment()
125 UnoRuntime.queryInterface(XIndexAccess.class, oSheets); in createTestEnvironment()
130 oText = (XText)UnoRuntime.queryInterface(XText.class, oCell); in createTestEnvironment()
136 UnoRuntime.queryInterface(XTextFieldsSupplier.class, oCell); in createTestEnvironment()
/trunk/main/framework/qa/complex/framework/autosave/
H A DAutoSave.java87 …XURLTransformer xParser = UnoRuntime.queryInterface(XURLTransformer.class, xSMGR.createInstance("c… in AutoSaveListener()
217 …m_xAutoSave = UnoRuntime.queryInterface(XDispatch.class, m_xSMGR.createInstance("com.sun.star.comp… in before()
228 …m_xURLParser = UnoRuntime.queryInterface(XURLTransformer.class, m_xSMGR.createInstance("com.sun.st… in before()
266 XCellSeries xSeries = UnoRuntime.queryInterface(XCellSeries.class, xRange); in createBigCalcDoc()
296 XModel xModel = UnoRuntime.queryInterface(XModel.class, xDoc); in saveDoc()
297 …XDispatchProvider xProvider = UnoRuntime.queryInterface(XDispatchProvider.class, xModel.getCurrent… in saveDoc()
345 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xDoc); in closeDoc()
465 …final XMultiServiceFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connectio… in getMSF()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXReferenceMarks.java108 UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextDoc); in createTestEnvironment()
118 XNamed oObjN = (XNamed) UnoRuntime.queryInterface(XNamed.class, oObj); in createTestEnvironment()
121 UnoRuntime.queryInterface(XTextContent.class, oObj); in createTestEnvironment()
138 XNamed oObjN2 = (XNamed) UnoRuntime.queryInterface(XNamed.class, oObj); in createTestEnvironment()
142 UnoRuntime.queryInterface(XTextContent.class, oObj); in createTestEnvironment()
152 UnoRuntime.queryInterface(XReferenceMarksSupplier.class, xTextDoc); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DWriterTools.java48 XTextDocument WriterDoc = (XTextDocument) UnoRuntime.queryInterface( in createTextDoc()
65 XTextDocument WriterDoc = (XTextDocument) UnoRuntime.queryInterface( in loadTextDoc()
75 XDrawPageSupplier oDPS = (XDrawPageSupplier) UnoRuntime.queryInterface( in getDrawPage()
95 XTextContent the_content = (XTextContent) UnoRuntime.queryInterface( in insertTextGraphic()
99 XPropertySet oProps = (XPropertySet) UnoRuntime.queryInterface( in insertTextGraphic()
109 XNamed the_name = (XNamed) UnoRuntime.queryInterface(XNamed.class, in insertTextGraphic()
/trunk/main/connectivity/qa/connectivity/tools/
H A DAbstractDatabase.java85 … final XStorable storeDoc = UnoRuntime.queryInterface(XStorable.class, m_databaseDocument); in store()
98 final XCloseable closeConn = UnoRuntime.queryInterface( XCloseable.class, in close()
113 …final com.sun.star.util.XCloseable closeDoc = UnoRuntime.queryInterface( com.sun.star.util.XClosea… in close()
157 return UnoRuntime.queryInterface( XModel.class, m_databaseDocument ); in getModel()
170 final XNameAccess dbContext = UnoRuntime.queryInterface( XNameAccess.class, in createDBDocument()
172 …final XDocumentDataSource dataSource = UnoRuntime.queryInterface( XDocumentDataSource.class, dbCon… in createDBDocument()
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DInsertDeleteRowAndColumn.java71 …scDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scCompon… in testInsertDeleteRows()
76 XSpreadsheet sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testInsertDeleteRows()
77 …XColumnRowRange xCRRange = (XColumnRowRange) UnoRuntime.queryInterface( XColumnRowRange.class, she… in testInsertDeleteRows()
117 …scDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scCompon… in testInsertDeleteColumns()
122 XSpreadsheet sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testInsertDeleteColumns()
123 …XColumnRowRange xCRRange = (XColumnRowRange) UnoRuntime.queryInterface( XColumnRowRange.class, she… in testInsertDeleteColumns()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_stm/
H A DMarkableOutputStream.java121 UnoRuntime.queryInterface(XActiveDataSource.class, mostream); in createTestEnvironment()
124 UnoRuntime.queryInterface(XOutputStream.class,aPipe); in createTestEnvironment()
126 UnoRuntime.queryInterface(XInputStream.class,aPipe); in createTestEnvironment()
131 UnoRuntime.queryInterface(XActiveDataSink.class, mistream); in createTestEnvironment()
184 xInStream = (XInputStream) UnoRuntime.queryInterface in createTestEnvironment()
191 UnoRuntime.queryInterface( in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_streams.uno/
H A DMarkableOutputStream.java118 UnoRuntime.queryInterface(XActiveDataSource.class, mostream); in createTestEnvironment()
121 UnoRuntime.queryInterface(XOutputStream.class,aPipe); in createTestEnvironment()
123 UnoRuntime.queryInterface(XInputStream.class,aPipe); in createTestEnvironment()
128 UnoRuntime.queryInterface(XActiveDataSink.class, mistream); in createTestEnvironment()
181 xInStream = (XInputStream) UnoRuntime.queryInterface in createTestEnvironment()
188 UnoRuntime.queryInterface( in createTestEnvironment()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DApplicationController.java90 …final XComponentLoader xComponentLoader = UnoRuntime.queryInterface(XComponentLoader.class, object… in impl_switchToDocument()
97 final XModel docModel = UnoRuntime.queryInterface(XModel.class, in impl_switchToDocument()
99 m_documentUI = UnoRuntime.queryInterface(XDatabaseDocumentUI.class, in impl_switchToDocument()
132 final XStorable storeDoc = UnoRuntime.queryInterface( XStorable.class, m_databaseDocument ); in checkSaveAs()
151 …XTablesSupplier suppTables = UnoRuntime.queryInterface( XTablesSupplier.class, m_documentUI.getAct… in checkSaveAs()
160 …suppTables = UnoRuntime.queryInterface( XTablesSupplier.class, m_documentUI.getActiveConnection() … in checkSaveAs()
/trunk/test/testuno/source/testlib/uno/
H A DDBUtil.java85 .queryInterface( in createDBDocument()
91 .queryInterface(XPropertySet.class, in createDBDocument()
95 final XStorable storable = (XStorable) UnoRuntime.queryInterface( in createDBDocument()
106 final XNameAccess dbContext = (XNameAccess) UnoRuntime.queryInterface( in getDocument()
109 final XDocumentDataSource dataSource = (XDocumentDataSource) UnoRuntime.queryInterface( in getDocument()
262 final XCloseable closeConn = (XCloseable) UnoRuntime.queryInterface( in close()
274 .queryInterface(com.sun.star.util.XCloseable.class, in close()
/trunk/main/toolkit/test/accessibility/
H A DAccTreeNode.java93 mxComponent = (XAccessibleComponent)UnoRuntime.queryInterface( in getComponent()
103 return (XAccessibleExtendedComponent)UnoRuntime.queryInterface( in getExtendedComponent()
112 mxText = (XAccessibleText)UnoRuntime.queryInterface( in getText()
119 return (XAccessibleEditableText)UnoRuntime.queryInterface( in getEditText()
126 mxTable = (XAccessibleTable)UnoRuntime.queryInterface( in getTable()
135 mxAccessible = (XAccessible)UnoRuntime.queryInterface( in getAccessible()
142 return (XAccessibleSelection)UnoRuntime.queryInterface( in getSelection()
/trunk/main/odk/examples/DevelopersGuide/Components/dialogcomponent/
H A DDialogComponent.java78 m_xToolkit = (XToolkit) UnoRuntime.queryInterface( in _DialogComponent()
110 UnoRuntime.queryInterface( XDialogProvider2.class, obj ); in createDialog()
123 XControlContainer xControlContainer = (XControlContainer)UnoRuntime.queryInterface( in copyText()
129 XPropertySet xPropertySet1 = (XPropertySet)UnoRuntime.queryInterface( in copyText()
141 XPropertySet xPropertySet2 = (XPropertySet)UnoRuntime.queryInterface( in copyText()
254 aDescriptor.Parent = (XWindowPeer)UnoRuntime.queryInterface( in showMessageBox()
263 XMessageBox xMsgBox = (XMessageBox)UnoRuntime.queryInterface( in showMessageBox()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_xmloff/Draw/
H A DXMLContentExporter.java141 UnoRuntime.queryInterface(XExporter.class,oObj); in createTestEnvironment()
145 UnoRuntime.queryInterface(XDrawPagesSupplier.class, xDrawDoc); in createTestEnvironment()
153 UnoRuntime.queryInterface(XDrawPage.class, set.getByIndex(0)); in createTestEnvironment()
155 UnoRuntime.queryInterface(XNamed.class,page1); in createTestEnvironment()
158 UnoRuntime.queryInterface(XDrawPage.class, set.getByIndex(1)); in createTestEnvironment()
160 UnoRuntime.queryInterface(XNamed.class,page2); in createTestEnvironment()
H A DXMLExporter.java144 UnoRuntime.queryInterface(XDrawPagesSupplier.class, xDrawDoc); in createTestEnvironment()
151 UnoRuntime.queryInterface(XDrawPage.class, set.getByIndex(0)); in createTestEnvironment()
153 UnoRuntime.queryInterface(XNamed.class,page1); in createTestEnvironment()
156 UnoRuntime.queryInterface(XDrawPage.class, set.getByIndex(1)); in createTestEnvironment()
158 UnoRuntime.queryInterface(XNamed.class,page2); in createTestEnvironment()
162 UnoRuntime.queryInterface(XExporter.class,oObj); in createTestEnvironment()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/
H A DServiceManager.java154 return UnoRuntime.queryInterface( XImplementationLoader.class, loaderObj ); in getLoader()
331 …System.err.println("service found:" + factory + " " + UnoRuntime.queryInterface(XSingleServiceFact… in queryServiceFactory()
376 XSingleComponentFactory xCompFac = UnoRuntime.queryInterface( in createInstanceWithContext()
384 XSingleServiceFactory xServiceFac = UnoRuntime.queryInterface( in createInstanceWithContext()
418 XSingleComponentFactory xCompFac = UnoRuntime.queryInterface( in createInstanceWithArgumentsAndContext()
426 XSingleServiceFactory xServiceFac = UnoRuntime.queryInterface( in createInstanceWithArgumentsAndContext()
524 XServiceInfo xServiceInfo = UnoRuntime.queryInterface(XServiceInfo.class, object); in has()
545 UnoRuntime.queryInterface(XServiceInfo.class, object); in insert()
599 UnoRuntime.queryInterface(XServiceInfo.class, object); in remove()
607 UnoRuntime.queryInterface(XSingleServiceFactory.class, object); in remove()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleComponent.java241 XAccessibleContext xAc = (XAccessibleContext) UnoRuntime.queryInterface( in _getAccessibleAtPoint()
301 XAccessible xAccCh = (XAccessible) UnoRuntime.queryInterface( in _getAccessibleAtPoint()
304 XAccessibleContext xAccC = (XAccessibleContext) UnoRuntime.queryInterface( in _getAccessibleAtPoint()
375 XAccessible xAccCh = (XAccessible) UnoRuntime.queryInterface( in _getAccessibleAtPoint()
515 XAccessible xAcc = (XAccessible) UnoRuntime.queryInterface( in getChildrenComponents()
538 XAccessibleComponent xChAccComp = (XAccessibleComponent) UnoRuntime.queryInterface( in getChildrenComponents()
561 XAccessible xAcc = (XAccessible) UnoRuntime.queryInterface( in getParentComponent()
580 XAccessibleComponent parent = (XAccessibleComponent) UnoRuntime.queryInterface( in getParentComponent()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dimplbase1.hxx75 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::ImplHelper1
99 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakImplHelper1
132 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakAggImplHelper1
133 { return OWeakAggObject::queryInterface( rType ); } in queryInterface()
202 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::ImplInheritanceHelper1
207 return BaseClass::queryInterface( rType ); in queryInterface()
271 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::AggImplInheritanceHelper1
272 { return BaseClass::queryInterface( rType ); } in queryInterface()
H A Dimplbase2.hxx76 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::ImplHelper2
100 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakImplHelper2
133 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakAggImplHelper2
134 { return OWeakAggObject::queryInterface( rType ); } in queryInterface()
198 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::ImplInheritanceHelper2
203 return BaseClass::queryInterface( rType ); in queryInterface()
267 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::AggImplInheritanceHelper2
268 { return BaseClass::queryInterface( rType ); } in queryInterface()
H A Dimplbase3.hxx77 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::ImplHelper3
101 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakImplHelper3
134 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakAggImplHelper3
135 { return OWeakAggObject::queryInterface( rType ); } in queryInterface()
200 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::ImplInheritanceHelper3
205 return BaseClass::queryInterface( rType ); in queryInterface()
269 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::AggImplInheritanceHelper3
270 { return BaseClass::queryInterface( rType ); } in queryInterface()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DAsciiReplaceFilter.java261 … com.sun.star.lang.XServiceInfo xInfo = (com.sun.star.lang.XServiceInfo)UnoRuntime.queryInterface( in setTargetDocument()
270 m_xDocument = (com.sun.star.text.XTextDocument)UnoRuntime.queryInterface( in setTargetDocument()
297 … com.sun.star.lang.XServiceInfo xInfo = (com.sun.star.lang.XServiceInfo)UnoRuntime.queryInterface( in setSourceDocument()
306 m_xDocument = (com.sun.star.text.XTextDocument)UnoRuntime.queryInterface( in setSourceDocument()
417 … com.sun.star.text.XSimpleText xText = (com.sun.star.text.XSimpleText)UnoRuntime.queryInterface( in implts_import()
467 … com.sun.star.text.XTextRange xCursor = (com.sun.star.text.XTextRange)UnoRuntime.queryInterface( in implts_import()
502 …om.sun.star.util.XRefreshable xRefresh = (com.sun.star.util.XRefreshable)UnoRuntime.queryInterface( in implts_import()
549 … com.sun.star.text.XTextRange xText = (com.sun.star.text.XSimpleText)UnoRuntime.queryInterface( in implts_export()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DOGridControlModel.java188 XGridColumnFactory columns = (XGridColumnFactory) UnoRuntime.queryInterface( in createTestEnvironment()
201 XNameContainer aContainer = (XNameContainer) UnoRuntime.queryInterface( in createTestEnvironment()
237 XNamed named1 = (XNamed) UnoRuntime.queryInterface( in createTestEnvironment()
239 XNamed named2 = (XNamed) UnoRuntime.queryInterface( in createTestEnvironment()
292 XCloseable closer = (XCloseable) UnoRuntime.queryInterface( in cleanup()
351 columns = (XGridColumnFactory) UnoRuntime.queryInterface( in createTestEnvironment()
364 XNameContainer aContainer = (XNameContainer) UnoRuntime.queryInterface( in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwk/
H A DModuleManager.java99 XModel xTextMode1 = (XModel) UnoRuntime.queryInterface(XModel.class, in createTestEnvironment()
114 XModel xWebMode1 = (XModel) UnoRuntime.queryInterface(XModel.class, in createTestEnvironment()
128 XModel xGlobalMode1 = (XModel) UnoRuntime.queryInterface(XModel.class, in createTestEnvironment()
141 XModel xSheetMode1 = (XModel) UnoRuntime.queryInterface(XModel.class, in createTestEnvironment()
154 XModel xDrawMode1 = (XModel) UnoRuntime.queryInterface(XModel.class, in createTestEnvironment()
167 XModel xImpressMode1 = (XModel) UnoRuntime.queryInterface(XModel.class, in createTestEnvironment()
180 XModel xMathMode1 = (XModel) UnoRuntime.queryInterface(XModel.class, in createTestEnvironment()
/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DCheckBulletStyle.java77 …m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, app.newDocument("simpres… in setUpDocument()
80 XShape xsecondTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, secondTextBox); in setUpDocument()
86 m_xReplace = (XIndexReplace) UnoRuntime.queryInterface( in setUpDocument()
102 m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, in load()
106 XShape xsecondTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, secondTextBox); in load()
111 XIndexReplace xReplace = (XIndexReplace) UnoRuntime.queryInterface( in load()

Completed in 87 milliseconds

1...<<11121314151617181920>>...94