Home
last modified time | relevance | path

Searched refs:queryInterface (Results 276 – 300 of 2339) sorted by relevance

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

/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptSecurity.java217 UnoRuntime.queryInterface(XMultiServiceFactory.class, oProv); in getPathList()
234 XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface( in getPathList()
259 UnoRuntime.queryInterface(XMultiServiceFactory.class, oProv); in setSecurity()
276 XNameReplace xNameReplace = (XNameReplace)UnoRuntime.queryInterface( in setSecurity()
278 XChangesBatch xChangesBatch = (XChangesBatch)UnoRuntime.queryInterface( in setSecurity()
336 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface( in getStorageId()
340 UnoRuntime.queryInterface(XComponentContext.class, in getStorageId()
348 UnoRuntime.queryInterface(XScriptStorageManager.class, ifc); in getStorageId()
372 UnoRuntime.queryInterface(XSimpleFileAccess.class, fa); in getXSimpleFileAccess()
388 model = (XModel) UnoRuntime.queryInterface(XModel.class, obj); in loadDocument()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DSettings.java232 …iceFactory xConnectionFactory = ( XSingleServiceFactory ) UnoRuntime.queryInterface( XSingleServic… in storeConfiguration()
237 …XNameReplace xNewConn = ( XNameReplace ) UnoRuntime.queryInterface( XNameReplace.class, oNewConnec… in storeConfiguration()
245 …XChangesBatch xBatch = ( XChangesBatch ) UnoRuntime.queryInterface( XChangesBatch.class, xContaine… in storeConfiguration()
256 …erviceFactory xDocListFactory = ( XSingleServiceFactory ) UnoRuntime.queryInterface( XSingleServic… in storeConfiguration()
262 … XNameReplace xNewDoc = ( XNameReplace ) UnoRuntime.queryInterface( XNameReplace.class, oNewDoc ); in storeConfiguration()
274 …XChangesBatch xBatch2 = ( XChangesBatch ) UnoRuntime.queryInterface( XChangesBatch.class, xContain… in storeConfiguration()
296 …XNameAccess xConnectionList = ( XNameAccess ) UnoRuntime.queryInterface( XNameAccess.class, oList … in loadConfiguration()
307 …XPropertySet xProps = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, xConnectionList… in loadConfiguration()
324 … XNameAccess xRecentDocs = ( XNameAccess ) UnoRuntime.queryInterface( XNameAccess.class, oDocs ); in loadConfiguration()
329 … XNameAccess xDoc = ( XNameAccess ) UnoRuntime.queryInterface( XNameAccess.class, oDoc ); in loadConfiguration()
/trunk/main/framework/qa/complex/contextMenuInterceptor/
H A DCheckContextMenuInterceptor.java102 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xFrame); in after()
145 UnoRuntime.queryInterface(com.sun.star.frame.XModel.class, xDrawDoc); in checkContextMenuInterceptor()
156 XPropertySet oShapeProps = UnoRuntime.queryInterface(XPropertySet.class, oShape); in checkContextMenuInterceptor()
191 UnoRuntime.queryInterface(XContextMenuInterception.class, xController); in checkContextMenuInterceptor()
197 … UnoRuntime.queryInterface(XContextMenuInterceptor.class, aContextMenuInterceptor); in checkContextMenuInterceptor()
206 openContextMenu(UnoRuntime.queryInterface(XModel.class, xDrawDoc)); in checkContextMenuInterceptor()
244 XExtendedToolkit tk = UnoRuntime.queryInterface(XExtendedToolkit.class, toolkit); in checkHelpEntry()
252 xWindow = UnoRuntime.queryInterface(XWindow.class, tk.getTopWindow(0)); in checkHelpEntry()
324 XAccessibleComponent window = UnoRuntime.queryInterface(XAccessibleComponent.class, oObj); in openContextMenu()
353 …final XMultiServiceFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connectio… in getMSF()
/trunk/main/framework/qa/complex/ModuleManager/
H A DCheckXModuleManager.java100 …m_xMM = UnoRuntime.queryInterface(XModuleManager.class, m_xSmgr.createInstance("com.sun.star.frame… in before()
103 …XFrame xDesktop = UnoRuntime.queryInterface(XFrame.class, m_xSmgr.createInstance("com.sun.star.fra… in before()
105 … m_xLoader = UnoRuntime.queryInterface(XComponentLoader.class, xDesktop.findFrame("_blank", 0)); in before()
114 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, m_xLoader); in after()
207 XContainerQuery xMM = UnoRuntime.queryInterface(XContainerQuery.class, m_xMM); in impl_searchModulesByDocumentService()
250 XNameAccess xMM = UnoRuntime.queryInterface(XNameAccess.class, m_xMM); in impl_identifyModulesBasedOnDocs()
271 XFrame xFrame = UnoRuntime.queryInterface(XFrame.class, m_xLoader); in impl_identifyModulesBasedOnDocs()
298 XNameReplace xWrite = UnoRuntime.queryInterface(XNameReplace.class, m_xMM); in impl_checkReadOnlyPropsOfModule()
335 …final XMultiServiceFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connectio… in getMSF()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DPageStyle.java91 UnoRuntime.queryInterface(XStyleFamiliesSupplier.class, in createTestEnvironment()
94 oSFNA = (XNameAccess) UnoRuntime.queryInterface( in createTestEnvironment()
97 UnoRuntime.queryInterface(XIndexAccess.class, oSFNA); in createTestEnvironment()
98 oStyle = (XStyle) UnoRuntime.queryInterface( in createTestEnvironment()
119 UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextDoc); in createTestEnvironment()
123 oMyStyle = (XStyle) UnoRuntime.queryInterface(XStyle.class, oInt); in createTestEnvironment()
137 UnoRuntime.queryInterface(XNameContainer.class, oSFNA); in createTestEnvironment()
161 UnoRuntime.queryInterface(XPropertySet.class, oCursor); in createTestEnvironment()
188 UnoRuntime.queryInterface(XPropertySet.class, oMyStyle); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DAccessibleTabPage.java92 the_Desk = (XDesktop) UnoRuntime.queryInterface(XDesktop.class, in initialize()
177 XModel aModel1 = (XModel) UnoRuntime.queryInterface(XModel.class, in createTestEnvironment()
182 XDispatchProvider aProv = (XDispatchProvider) UnoRuntime.queryInterface( in createTestEnvironment()
191 urlTransf = (XURLTransformer) UnoRuntime.queryInterface( in createTestEnvironment()
223 XExtendedToolkit tk = (XExtendedToolkit) UnoRuntime.queryInterface( in createTestEnvironment()
230 XWindow xWindow = (XWindow) UnoRuntime.queryInterface(XWindow.class, in createTestEnvironment()
239 accCloseButton = (XAccessibleAction) UnoRuntime.queryInterface( in createTestEnvironment()
251 XAccessibleComponent accComp = (XAccessibleComponent) UnoRuntime.queryInterface( in createTestEnvironment()
259 final XAccessibleComponent eventAccComp = (XAccessibleComponent) UnoRuntime.queryInterface( in createTestEnvironment()
/trunk/main/javaunohelper/com/sun/star/comp/helper/
H A DBootstrap.java105 XImplementationLoader xImpLoader = UnoRuntime.queryInterface( in createInitialComponentContext()
109 XSingleComponentFactory smgr_fac = UnoRuntime.queryInterface( in createInitialComponentContext()
114 XMultiComponentFactory xSMgr = UnoRuntime.queryInterface( in createInitialComponentContext()
118 XInitialization xInit = UnoRuntime.queryInterface( in createInitialComponentContext()
134 xInit = UnoRuntime.queryInterface( in createInitialComponentContext()
139 XSet xSet = UnoRuntime.queryInterface( XSet.class, xSMgr ); in createInitialComponentContext()
157 return UnoRuntime.queryInterface( in createSimpleServiceManager()
206 return UnoRuntime.queryInterface( in defaultBootstrap_InitialComponentContext()
283 xContext = UnoRuntime.queryInterface( in bootstrap()
/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java112 final XSet globalFactory = UnoRuntime.queryInterface( XSet.class, getORB() ); in beforeTest()
363 … final XMultiServiceFactory docAsFactory = UnoRuntime.queryInterface( XMultiServiceFactory.class, in impl_setupButton()
365 final XControlShape xShape = UnoRuntime.queryInterface( XControlShape.class, in impl_setupButton()
374 final XControlModel controlModel = UnoRuntime.queryInterface( XControlModel.class, in impl_setupButton()
382 final XDrawPageSupplier suppDrawPage = UnoRuntime.queryInterface( XDrawPageSupplier.class, in impl_setupButton()
386 final XShapes sheetShapes = UnoRuntime.queryInterface( XShapes.class, insertIntoPage ); in impl_setupButton()
389 return UnoRuntime.queryInterface( XPropertySet.class, controlModel ); in impl_setupButton()
398 final XChild modelAsChild = UnoRuntime.queryInterface( XChild.class, i_controlModel ); in impl_assignScript()
431 final XControlAccess controlAccess = UnoRuntime.queryInterface( XControlAccess.class, in impl_clickButton()
434 final XAccessible accessible = UnoRuntime.queryInterface( XAccessible.class, control ); in impl_clickButton()
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java158 … XPropertySet xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xPathInterface); in getOfficePath()
162 …XSimpleFileAccess xSimpleFileAccess = UnoRuntime.queryInterface(XSimpleFileAccess.class, xUcbInter… in getOfficePath()
232 … XPropertySet xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xPathInterface); in getOfficePaths()
323 …XSimpleFileAccess xSimpleFileAccess = UnoRuntime.queryInterface(XSimpleFileAccess.class, xInterfac… in checkIfLanguagePathExists()
439 …XSimpleFileAccess xSimpleFileAccess = UnoRuntime.queryInterface(XSimpleFileAccess.class, xUcbInter… in isPathValid()
522 …XSimpleFileAccess xSimpleFileAccess = UnoRuntime.queryInterface(XSimpleFileAccess.class, xInterfac… in PathisValid()
607 …XDocumentProperties xDocProps = UnoRuntime.queryInterface(XDocumentProperties.class, xDocInterface… in getFolderTitles()
714 …XDocumentProperties xDocProps = UnoRuntime.queryInterface(XDocumentProperties.class, xDocInterface… in getTitle()
740 xSimpleFileAccess = UnoRuntime.queryInterface(XSimpleFileAccess.class, xInterface); in getFolderTitles()
814 fileAccess = UnoRuntime.queryInterface(XSimpleFileAccess2.class, fa); in FileAccess()
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DIntrospector.java109 m_xIntrospection = ( XIntrospection ) UnoRuntime.queryInterface(XIntrospection.class, o ); in Introspector()
111 …mxIdlReflection = (XIdlReflection) UnoRuntime.queryInterface(XIdlReflection.class, oCoreReflection… in Introspector()
145 …XIndexAccess xIndexAccess = (XIndexAccess) UnoRuntime.queryInterface( XIndexAccess.class, xIntrosp… in isContainer()
173 …XIndexAccess xIndexAccess = (XIndexAccess) UnoRuntime.queryInterface( XIndexAccess.class, xIntrosp… in getUnoObjectsOfContainer()
303 …XTypeProvider xTypeProvider = ( XTypeProvider ) UnoRuntime.queryInterface( XTypeProvider.class, _o… in getInterfaces()
365 …m_xTDEnumerationAccess = (XTypeDescriptionEnumerationAccess) UnoRuntime.queryInterface(XTypeDescri… in initTypeDescriptionManager()
385 …n xConstantsTypeDescription = (XConstantsTypeDescription) UnoRuntime.queryInterface(XConstantsType… in getFieldsOfConstantGroup()
407 …ption xServiceTypeDescription = (XServiceTypeDescription) UnoRuntime.queryInterface(XServiceTypeDe… in getServiceTypeDescription()
436 …ccess xHierarchicalNameAccess = (XHierarchicalNameAccess) UnoRuntime.queryInterface(XHierarchicalN… in getReferencedType()
572 …XServiceInfo xServiceInfo = ( XServiceInfo ) UnoRuntime.queryInterface( XServiceInfo.class, _oUnoO… in hasSupportedServices()
[all …]
/trunk/main/reportdesign/qa/complex/reportdesign/
H A DReportDesignerTest.java89 m_xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, _aObj); in PropertySetHelper()
217 m_xDesktop = UnoRuntime.queryInterface(XDesktop.class, xInterface); in getXDesktop()
362 XNameAccess xNameAccess = UnoRuntime.queryInterface(XNameAccess.class, x); in startTestForFile()
368 … XDocumentDataSource xDataSource = UnoRuntime.queryInterface(XDocumentDataSource.class, aObj); in startTestForFile()
376 XModel xDBSource = UnoRuntime.queryInterface(XModel.class, xOfficeDBDoc); in startTestForFile()
381 … XDatabaseDocumentUI aDBDocUI = UnoRuntime.queryInterface(XDatabaseDocumentUI.class, aController); in startTestForFile()
402 …XReportDocumentsSupplier xSupplier = UnoRuntime.queryInterface(XReportDocumentsSupplier.class, xOf… in startTestForFile()
567 XStorable aStorable = UnoRuntime.queryInterface(XStorable.class, _xComponent); in storeComponent()
587 …XComponentLoader xComponentLoader = UnoRuntime.queryInterface(XComponentLoader.class, _xComponent); in loadComponent()
613 XCloseable xCloseable = UnoRuntime.queryInterface(XCloseable.class, _xDoc); in closeComponent()
[all …]
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dimplbase_ex_post.hxx57 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT…
75 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT…
97 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT…
98 { return OWeakAggObject::queryInterface( rType ); } \
120 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT…
125 return BaseClass::queryInterface( rType ); \
146 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT…
147 { return BaseClass::queryInterface( rType ); } \
184 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT…
209 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT…
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DGenericModelTest.java252 XIndexAccess forms = UnoRuntime.queryInterface( XIndexAccess.class, in cleanup()
269 XPropertySet xSetProp = UnoRuntime.queryInterface( XPropertySet.class, myForm ); in cleanup()
270 …XConnection connection = UnoRuntime.queryInterface( XConnection.class, xSetProp.getPropertyValue( … in cleanup()
287 XCloseable closer = (XCloseable) UnoRuntime.queryInterface( in cleanup()
291 XDocumentDataSource dataSource = (XDocumentDataSource)UnoRuntime.queryInterface( in cleanup()
294 closer = (XCloseable) UnoRuntime.queryInterface( in cleanup()
311 XComponent dataSourceComp = (XComponent)UnoRuntime.queryInterface( in cleanup()
322 XCloseable closer = (XCloseable) UnoRuntime.queryInterface( in cleanup()
439 m_XPS = (XPropertySet) UnoRuntime.queryInterface( in createTestEnvironment()
546 XBoundComponent bound = (XBoundComponent) UnoRuntime.queryInterface( in commit()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/sheet/
H A DSheetBasicTest.java233 .queryInterface(XPropertySet.class, secondSpreadSheet); in hideShowSheet()
250 sheetPropertySet = (XPropertySet) UnoRuntime.queryInterface( in hideShowSheet()
278 .queryInterface(XPropertySet.class, firstSpreadSheet); in sheetColor()
295 sheet1PropertySet = (XPropertySet) UnoRuntime.queryInterface( in sheetColor()
303 .queryInterface(XPropertySet.class, in sheetColor()
353 .queryInterface(XSheetLinkable.class, firstexternalsheet); in insertSheetFromfile()
363 .queryInterface(XSheetLinkable.class, secondexternalsheet); in insertSheetFromfile()
373 .queryInterface(XSheetLinkable.class, thirdexternalsheet); in insertSheetFromfile()
449 .queryInterface(XPropertySet.class, scDocument); in insertSheetFromfile()
452 XIndexAccess xsheetlinks = (XIndexAccess) UnoRuntime.queryInterface( in insertSheetFromfile()
[all …]
/trunk/test/testuno/source/fvt/uno/db/
H A DDBAccess.java105 XModel docModel = (XModel) UnoRuntime.queryInterface(XModel.class, in testSaveAs()
107 m_documentUI = (XDatabaseDocumentUI) UnoRuntime.queryInterface(XDatabaseDocumentUI.class, in testSaveAs()
126 XModel docModel = (XModel) UnoRuntime.queryInterface(XModel.class, in testCreateTable()
128 m_documentUI = (XDatabaseDocumentUI) UnoRuntime.queryInterface(XDatabaseDocumentUI.class, in testCreateTable()
131 XTablesSupplier suppTables = (XTablesSupplier) UnoRuntime.queryInterface( in testCreateTable()
139 final XMultiServiceFactory xMSF1 = (XMultiServiceFactory) UnoRuntime.queryInterface( in getMSF()
155 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc()
159 return (XOfficeDatabaseDocument) UnoRuntime.queryInterface(XOfficeDatabaseDocument.class, in saveAndReloadDoc()
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphSpacingtoBorder.java64 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphSpacingtoBorderSetting()
70 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphSpacingtoBorderSetting()
97 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphSpacingtoBorderSetting()
107 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphSpacingtoBorderSetting()
119 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testParagraphSpacingtoBorderSetting()
120 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphSpacingtoBorderSetting()
129 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testParagraphSpacingtoBorderSetting()
130 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphSpacingtoBorderSetting()
/trunk/test/testuno/source/fvt/uno/sw/frame/
H A DFrameBackGraphic.java92 …xTextDocument =(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swri… in testFrameBackGraphic()
96 …xWriterFactory =(XMultiServiceFactory)UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextD… in testFrameBackGraphic()
98 …XTextFrame xTextFrame1 = (XTextFrame)UnoRuntime.queryInterface(XTextFrame.class, xWriterFactory.cr… in testFrameBackGraphic()
100 …XPropertySet xFrameProps1 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextFrame… in testFrameBackGraphic()
104 …XTextDocument xTextDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUti… in testFrameBackGraphic()
105 …XTextFramesSupplier xTFS_odt = (XTextFramesSupplier) UnoRuntime.queryInterface(XTextFramesSupplier… in testFrameBackGraphic()
108 XTextFrame xFrame_Assert1=(XTextFrame) UnoRuntime.queryInterface(XTextFrame.class, xFrame_obj1); in testFrameBackGraphic()
109 …XPropertySet xFrameProps1_assert = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xF… in testFrameBackGraphic()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DOSingleSelectQueryComposer.java186 XNameAccess xNameAccess = (XNameAccess)UnoRuntime.queryInterface( in createTestEnvironment()
190 XDataSource xDS = (XDataSource)UnoRuntime.queryInterface( in createTestEnvironment()
195 UnoRuntime.queryInterface(XMultiServiceFactory.class, in createTestEnvironment()
215 XPropertySet xSetProp = (XPropertySet) UnoRuntime.queryInterface in createTestEnvironment()
224 UnoRuntime.queryInterface(com.sun.star.sdbc.XRowSet.class, in createTestEnvironment()
230 UnoRuntime.queryInterface(XColumnsSupplier.class, oRowSet); in createTestEnvironment()
239 UnoRuntime.queryInterface(XSingleSelectQueryAnalyzer.class, in createTestEnvironment()
244 UnoRuntime.queryInterface(XSingleSelectQueryComposer.class, in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwk/
H A DModuleUIConfigurationManager.java70 XCloseable closer = (XCloseable) UnoRuntime.queryInterface( in cleanup()
99 UnoRuntime.queryInterface(XModuleUIConfigurationManagerSupplier.class, o); in createTestEnvironment()
107 …XNameAccess xMM = (XNameAccess)UnoRuntime.queryInterface(XNameAccess.class, xMSF.createInstance("c… in createTestEnvironment()
112 UnoRuntime.queryInterface(XSingleServiceFactory.class, o); in createTestEnvironment()
120 …xStore = (XStorage)UnoRuntime.queryInterface(XStorage.class, xStorageService.createInstanceWithArg… in createTestEnvironment()
137 … propVal.Value = (XTransactedObject)UnoRuntime.queryInterface(XTransactedObject.class, xStore); in createTestEnvironment()
153 (XUIConfigurationManager)UnoRuntime.queryInterface( in createTestEnvironment()
192 (XIndexContainer)UnoRuntime.queryInterface( in fireEvent()
194 …XIndexContainer x = (XIndexContainer)UnoRuntime.queryInterface(XIndexContainer.class, xMenuBarSett… in fireEvent()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java216 …final XCompletedExecution execute = (XCompletedExecution) UnoRuntime.queryInterface(XCompletedExec… in queryData()
261 … column = UnoRuntime.queryInterface(XPropertySet.class, columns.getByName(expression)); in getOrderStatement()
306 …final XConnectionTools tools = (XConnectionTools) UnoRuntime.queryInterface(XConnectionTools.class… in getFieldsByCommandDescriptor()
362 … final XParameters para = (XParameters) UnoRuntime.queryInterface(XParameters.class, rowSet); in fillParameter()
393 …final XPropertySet rowSetProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, rowSe… in createRowSet()
415 …final XConnectionTools tools = (XConnectionTools) UnoRuntime.queryInterface(XConnectionTools.class… in createRowSet()
441 …final XPropertySet rowSetProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, rowSe… in createParameter()
449 …final XParametersSupplier paraSup = (XParametersSupplier) UnoRuntime.queryInterface(XParametersSup… in createParameter()
463 …final XPropertySet parameter = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, params… in createParameter()
564 …inal XQueriesSupplier xSupplyQueries = (XQueriesSupplier) UnoRuntime.queryInterface(XQueriesSuppli… in fillOrderStatement()
[all …]
/trunk/main/forms/qa/integration/forms/
H A DFormControlTest.java462 XCloseable closeDoc = (XCloseable)UnoRuntime.queryInterface( XCloseable.class, in after()
474 XNameAccess databaseContext = (XNameAccess)UnoRuntime.queryInterface( XNameAccess.class, in ensureDataSource()
476 … XNamingService namingService = (XNamingService)UnoRuntime.queryInterface( XNamingService.class, in ensureDataSource()
488 m_dataSource = (XDataSource)UnoRuntime.queryInterface( XDataSource.class, in ensureDataSource()
492 … XPropertySet dataSourceSettings = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, in ensureDataSource()
504 XNameAccess nameAccess = (XNameAccess)UnoRuntime.queryInterface( XNameAccess.class, in getControlModel()
506 return (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, in getControlModel()
803 …XResultSetUpdate xResultSet = (XResultSetUpdate)UnoRuntime.queryInterface( XResultSetUpdate.class,… in moveToInsertRow()
810 … XResultSet xResultSet = (XResultSet)UnoRuntime.queryInterface( XResultSet.class, m_masterForm ); in moveToFirst()
817 … XResultSet xResultSet = (XResultSet)UnoRuntime.queryInterface( XResultSet.class, m_masterForm ); in moveToNext()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterRelief.java55 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testCharacterReliefSetting()
63 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterReliefSetting()
74 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterReliefSetting()
84 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterReliefSetting()
96 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testCharacterReliefSetting()
98 …XPropertySet xCursorProps_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterReliefSetting()
111 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testCharacterReliefSetting()
113 …XPropertySet xCursorProps_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterReliefSetting()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAnnotationShapeObj.java92 (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, in initialize()
109 (XComponent) UnoRuntime.queryInterface(XComponent.class, in cleanup()
141 (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, in createTestEnvironment()
146 (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, in createTestEnvironment()
156 (XCellRange) UnoRuntime.queryInterface(XCellRange.class, in createTestEnvironment()
175 (XSheetAnnotationAnchor) UnoRuntime.queryInterface(XSheetAnnotationAnchor.class, in createTestEnvironment()
180 (XSimpleText) UnoRuntime.queryInterface(XSimpleText.class, in createTestEnvironment()
185 … (XSheetAnnotationShapeSupplier) UnoRuntime.queryInterface(XSheetAnnotationShapeSupplier.class, in createTestEnvironment()
/trunk/main/connectivity/qa/complex/connectivity/
H A DHsqlDriverTest.java70 …mentSubStorageSupplier doc = (XDocumentSubStorageSupplier)UnoRuntime.queryInterface(XDocumentSubSt… in test()
88 XStorable mod = (XStorable)UnoRuntime.queryInterface(XStorable.class,ds); in test()
90 XComponent xComp = (XComponent)UnoRuntime.queryInterface(XComponent.class,stor); in test()
98 …mentSubStorageSupplier doc = (XDocumentSubStorageSupplier)UnoRuntime.queryInterface(XDocumentSubSt… in test()
99 XModel mod = (XModel)UnoRuntime.queryInterface(XModel.class,ds); in test()
105 …drv = (XDriver)UnoRuntime.queryInterface(XDriver.class,((XMultiServiceFactory)param.getMSF()).crea… in test()
121 XStorable mod2 = (XStorable)UnoRuntime.queryInterface(XStorable.class,ds); in test()
136 …drv = (XDriver)UnoRuntime.queryInterface(XDriver.class,((XMultiServiceFactory)param.getMSF()).crea… in test2()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficeDatabaseReportExtractor.java61 m_xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, _aObj); in PropertySetHelper()
112 m_xDesktop = UnoRuntime.queryInterface(XDesktop.class, xInterface); in getXDesktop()
248 …XOfficeDatabaseDocument xOfficeDBDoc = UnoRuntime.queryInterface(XOfficeDatabaseDocument.class, xD… in load()
254 XModel xDBSource = UnoRuntime.queryInterface(XModel.class, xOfficeDBDoc); in load()
259 … XDatabaseDocumentUI aDBDocUI = UnoRuntime.queryInterface(XDatabaseDocumentUI.class, aController); in load()
273 …XReportDocumentsSupplier xSupplier = UnoRuntime.queryInterface(XReportDocumentsSupplier.class, xOf… in load()
393 … XServiceInfo xServiceInfo = UnoRuntime.queryInterface( XServiceInfo.class, _xComponent ); in getFormatExtension()
500 XStorable aStorable = UnoRuntime.queryInterface( XStorable.class, _xComponent); in storeComponent()
521 …XComponentLoader xComponentLoader = UnoRuntime.queryInterface( XComponentLoader.class, _xComponen… in loadComponent()
548 XCloseable xCloseable = UnoRuntime.queryInterface(XCloseable.class, _xDoc); in closeComponent()

Completed in 131 milliseconds

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