Home
last modified time | relevance | path

Searched refs:queryInterface (Results 201 – 225 of 2339) sorted by relevance

12345678910>>...94

/trunk/main/sfx2/qa/complex/sfx2/undo/
H A DWriterDocumentTest.java60 …final XTextDocument textDoc = UnoRuntime.queryInterface( XTextDocument.class, getDocument().getDoc… in doSingleModification()
67 …final XTextDocument textDoc = UnoRuntime.queryInterface( XTextDocument.class, getDocument().getDoc… in verifyInitialDocumentState()
74 …final XTextDocument textDoc = UnoRuntime.queryInterface( XTextDocument.class, getDocument().getDoc… in verifySingleModificationDocumentState()
81 …final XTextDocument textDoc = UnoRuntime.queryInterface( XTextDocument.class, getDocument().getDoc… in doMultipleModifications()
90 final XTextTable textTable = UnoRuntime.queryInterface( XTextTable.class, in doMultipleModifications()
93 final XPropertySet tableProps = UnoRuntime.queryInterface( XPropertySet.class, textTable ); in doMultipleModifications()
102 final XCellRange cellRange = UnoRuntime.queryInterface( XCellRange.class, textTable ); in doMultipleModifications()
104 final XTextRange cellText = UnoRuntime.queryInterface( XTextRange.class, centerCell ); in doMultipleModifications()
109 final XPropertySet cellProps = UnoRuntime.queryInterface( XPropertySet.class, centerCell ); in doMultipleModifications()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DHelper.java64 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oUnoObject); in setUnoPropertyValue()
85 …com.sun.star.container.XNameAccess xName = UnoRuntime.queryInterface(com.sun.star.container.XNameA… in getUnoObjectbyName()
124 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oUnoObject); in getUnoPropertyValue()
200 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oUnoObject); in getUnoPropertyValue()
218 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oUnoObject); in getUnoArrayPropertyValue()
239 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oUnoObject); in getUnoStructValue()
318 … XMultiServiceFactory docMSF = UnoRuntime.queryInterface(XMultiServiceFactory.class, document); in DateUtils()
328 formatSupplier = UnoRuntime.queryInterface(XNumberFormatsSupplier.class, document); in DateUtils()
417 final XPropertySet xProps = UnoRuntime.queryInterface(XPropertySet.class, _xMSF); in getComponentContext()
420 return UnoRuntime.queryInterface(XComponentContext.class, aDefaultContext); in getComponentContext()
[all …]
H A DSystemDialog.java66 xFilePicker = UnoRuntime.queryInterface(XFilePicker.class, systemDialog); in SystemDialog()
67 xFolderPicker = UnoRuntime.queryInterface(XFolderPicker.class, systemDialog); in SystemDialog()
68 xFilterManager = UnoRuntime.queryInterface(XFilterManager.class, systemDialog); in SystemDialog()
69 xInitialize = UnoRuntime.queryInterface(XInitialization.class, systemDialog); in SystemDialog()
70 xExecutable = UnoRuntime.queryInterface(XExecutableDialog.class, systemDialog); in SystemDialog()
71 xComponent = UnoRuntime.queryInterface(XComponent.class, systemDialog); in SystemDialog()
72 …xFilePickerControlAccess = UnoRuntime.queryInterface(XFilePickerControlAccess.class, systemDialog); in SystemDialog()
376 XToolkit xToolkit = UnoRuntime.queryInterface(XToolkit.class, xAWTToolkit); in showMessageBox()
383 XMessageBox xMsgbox = UnoRuntime.queryInterface(XMessageBox.class, xMsgPeer); in showMessageBox()
384 XComponent xComponent = UnoRuntime.queryInterface(XComponent.class, xMsgbox); in showMessageBox()
[all …]
H A DDesktop.java75 xDesktop = UnoRuntime.queryInterface(XDesktop.class, xInterface); in getDesktop()
92 XFramesSupplier xFrameSuppl = UnoRuntime.queryInterface(XFramesSupplier.class, xDesktop); in getActiveFrame()
99 return UnoRuntime.queryInterface(XComponent.class, xFrame.getController().getModel()); in getActiveComponent()
105 return UnoRuntime.queryInterface(XTextDocument.class, xComponent); in getActiveTextDocument()
111 return UnoRuntime.queryInterface(XSpreadsheetDocument.class, xComponent); in getActiveSpreadsheetDocument()
120 … XDispatchProvider xDispatchProvider = UnoRuntime.queryInterface(XDispatchProvider.class, xFrame); in getDispatcher()
135 … XURLTransformer xTransformer = UnoRuntime.queryInterface(XURLTransformer.class, oTransformer); in getDispatchURL()
178 … XUnoUrlResolver urlResolver = UnoRuntime.queryInterface(XUnoUrlResolver.class, xUrlResolver); in connect()
179 … return UnoRuntime.queryInterface(XMultiServiceFactory.class, urlResolver.resolve( connectStr ) ); in connect()
443 return UnoRuntime.queryInterface(XStringSubstitution.class, xPathSubst); in createStringSubstitution()
[all …]
/trunk/main/odk/examples/java/Text/
H A DSWriter.java108 (com.sun.star.lang.XMultiServiceFactory) UnoRuntime.queryInterface( in main()
117 UnoRuntime.queryInterface(com.sun.star.text.XTextTable.class,oInt); in main()
133 xTTRowPS = (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in main()
145 UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, xTT); in main()
195 UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, in main()
249 xTF = (com.sun.star.text.XTextFrame) UnoRuntime.queryInterface( in main()
251 xTFS = (com.sun.star.drawing.XShape) UnoRuntime.queryInterface( in main()
266 UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, xTF); in main()
352 UnoRuntime.queryInterface(com.sun.star.text.XTextDocument.class, in openWriter()
366 UnoRuntime.queryInterface(com.sun.star.text.XText.class, in insertIntoCell()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphTextProperty.java90 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testParagraphPropertyShape()
95 …XPropertySet xShapePropSet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xRectangl… in testParagraphPropertyShape()
117 XText xText = (XText)UnoRuntime.queryInterface(XText.class, xShape); in addPortion()
124 XTextRange xTextRange = (XTextRange)UnoRuntime.queryInterface(XTextRange.class, xTextCursor); in addPortion()
127 … XPropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextRange); in addPortion()
137 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
139 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
158 return (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
181 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc()
185 return (XComponent) UnoRuntime.queryInterface(XComponent.class, in saveAndReloadDoc()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DCharacterStyle.java109 UnoRuntime.queryInterface(XStyleFamiliesSupplier.class, in createTestEnvironment()
113 UnoRuntime.queryInterface(XIndexAccess.class, oSF); in createTestEnvironment()
114 oSFNA = (XNameAccess) UnoRuntime.queryInterface( in createTestEnvironment()
117 UnoRuntime.queryInterface(XIndexAccess.class, oSFNA); in createTestEnvironment()
118 oStyle = (XStyle) UnoRuntime.queryInterface( in createTestEnvironment()
133 UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextDoc); in createTestEnvironment()
136 oMyStyle = (XStyle) UnoRuntime.queryInterface(XStyle.class, oInt); in createTestEnvironment()
149 UnoRuntime.queryInterface(XNameContainer.class, oSFNA); in createTestEnvironment()
172 UnoRuntime.queryInterface(XPropertySet.class, oCursor); in createTestEnvironment()
195 UnoRuntime.queryInterface(XPropertySet.class, oMyStyle); in createTestEnvironment()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DPresentationDemo.java94 UnoRuntime.queryInterface( XShapes.class, xPage ); in main()
119 UnoRuntime.queryInterface( XShapes.class, xPage ); in main()
140 UnoRuntime.queryInterface( XShapes.class, xPage ); in main()
152 UnoRuntime.queryInterface( XPropertySet.class, xShape ); in main()
166 UnoRuntime.queryInterface( XPropertySet.class, xShape ); in main()
173 XNamed xPageName = (XNamed)UnoRuntime.queryInterface( in main()
184 UnoRuntime.queryInterface( XPresentationSupplier.class, xDrawDoc ); in main()
187 UnoRuntime.queryInterface( XPropertySet.class, xPresentation ); in main()
210 XServiceInfo xInfo = (XServiceInfo)UnoRuntime.queryInterface( in setSlideTransition()
217 UnoRuntime.queryInterface( XPropertySet.class, xPage ); in setSlideTransition()
H A DShapeHelper.java59 UnoRuntime.queryInterface( XPropertySet.class, xShape ); in createAndInsertShape()
71 (XMultiServiceFactory )UnoRuntime.queryInterface( in createShape()
74 xShape = (XShape)UnoRuntime.queryInterface( in createShape()
89 UnoRuntime.queryInterface( XText.class, xShape ); in addPortion()
99 UnoRuntime.queryInterface( XTextRange.class, xTextCursor ); in addPortion()
103 UnoRuntime.queryInterface( XPropertySet.class, xTextRange ); in addPortion()
116 UnoRuntime.queryInterface( XEnumerationAccess.class, xText ); in setPropertyForLastParagraph()
125 XTextContent xTextContent = (XTextContent)UnoRuntime.queryInterface( in setPropertyForLastParagraph()
128 UnoRuntime.queryInterface( XPropertySet.class, xTextContent ); in setPropertyForLastParagraph()
/trunk/test/testuno/source/fvt/uno/sw/frame/
H A DFrameWrapType.java87 …xTextDocument =(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swri… in testFrameAnchorType()
91 …xWriterFactory =(XMultiServiceFactory)UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextD… in testFrameAnchorType()
93 …XTextFrame xTextFrame1 = (XTextFrame)UnoRuntime.queryInterface(XTextFrame.class, xWriterFactory.cr… in testFrameAnchorType()
95 …XPropertySet xTextFrameProps1 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextF… in testFrameAnchorType()
98 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, SWU… in testFrameAnchorType()
99 …XTextFramesSupplier xTFS_odt = (XTextFramesSupplier) UnoRuntime.queryInterface(XTextFramesSupplier… in testFrameAnchorType()
101 …XTextFrame xTextFrame_Assert1=(XTextFrame) UnoRuntime.queryInterface(XTextFrame.class, xTextFrames… in testFrameAnchorType()
102 …XPropertySet xTextFrameProps_assert1 = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testFrameAnchorType()
103 …WrapTextMode surrond=(WrapTextMode)UnoRuntime.queryInterface(WrapTextMode.class,xTextFrameProps_as… in testFrameAnchorType()
H A DFrameShadow.java88 …xTextDocument =(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swri… in testFrameShadow()
92 …xWriterFactory =(XMultiServiceFactory)UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextD… in testFrameShadow()
94 …XTextFrame xTextFrame1 = (XTextFrame)UnoRuntime.queryInterface(XTextFrame.class, xWriterFactory.cr… in testFrameShadow()
96 …XPropertySet xTextFrameProps1 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextF… in testFrameShadow()
103 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, SWU… in testFrameShadow()
104 …XTextFramesSupplier xTFS_odt = (XTextFramesSupplier) UnoRuntime.queryInterface(XTextFramesSupplier… in testFrameShadow()
106 …XTextFrame xTextFrame_Assert1=(XTextFrame) UnoRuntime.queryInterface(XTextFrame.class, xTextFrames… in testFrameShadow()
107 …XPropertySet xTextFrameProps_assert1 = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testFrameShadow()
108 …ShadowFormat shadowFormat_Assert1=(ShadowFormat) UnoRuntime.queryInterface(ShadowFormat.class, xTe… in testFrameShadow()
/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterLocale.java54 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testCharacterLocaleSetting()
56 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterLocaleSetting()
66 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterLocaleSetting()
78 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testCharacterLocaleSetting()
79 …XPropertySet xCursorProps_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterLocaleSetting()
82 …com.sun.star.lang.Locale charLocale_odt=(com.sun.star.lang.Locale)UnoRuntime.queryInterface(com.su… in testCharacterLocaleSetting()
88 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testCharacterLocaleSetting()
89 …XPropertySet xCursorProps_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterLocaleSetting()
92 …com.sun.star.lang.Locale charLocale_doc=(com.sun.star.lang.Locale)UnoRuntime.queryInterface(com.su… in testCharacterLocaleSetting()
/trunk/main/ucb/source/ucp/file/
H A Dfilinsreq.cxx66 XInteractionSupplyNameImpl::queryInterface( const Type& rType ) in queryInterface() function in XInteractionSupplyNameImpl
69 Any aRet = cppu::queryInterface( rType, in queryInterface()
72 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
105 XInteractionAbortImpl::queryInterface( const Type& rType ) in queryInterface() function in XInteractionAbortImpl
108 Any aRet = cppu::queryInterface( rType, in queryInterface()
111 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
163 XInteractionRequestImpl::queryInterface( const Type& rType ) in queryInterface() function in XInteractionRequestImpl
167 cppu::queryInterface( in queryInterface()
171 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/connectivity/qa/connectivity/tools/
H A DDataSource.java51 final XNameAccess dbContext = UnoRuntime.queryInterface( in DataSource()
54 …m_dataSource = UnoRuntime.queryInterface( XDataSource.class, dbContext.getByName( _registeredName … in DataSource()
73 return UnoRuntime.queryInterface( XPropertySet.class, impl_getPropertyValue( "Settings" ) ); in geSettings()
87 …final XSingleServiceFactory queryDefsFac = UnoRuntime.queryInterface( XSingleServiceFactory.class,… in createQuery()
91 … queryDef = UnoRuntime.queryInterface( XPropertySet.class, queryDefsFac.createInstance() ); in createQuery()
100 …final XNameContainer queryDefsContainer = UnoRuntime.queryInterface( XNameContainer.class, getQuer… in createQuery()
111 …return new QueryDefinition( UnoRuntime.queryInterface( XPropertySet.class, allDefs.getByName( _nam… in getQueryDefinition()
123 final XQueryDefinitionsSupplier suppQueries = UnoRuntime.queryInterface( in getQueryDefinitions()
138 …final XPropertySet dataSourceProps = UnoRuntime.queryInterface( XPropertySet.class, m_dataSource ); in impl_getPropertyValue()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DViewHandler.java58 …xTextViewCursorSupplier = UnoRuntime.queryInterface(XTextViewCursorSupplier.class, xTextDocument.g… in ViewHandler()
59 …xViewSettingsSupplier = UnoRuntime.queryInterface(XViewSettingsSupplier.class, xTextDocument.getCu… in ViewHandler()
60 … xStyleFamiliesSupplier = UnoRuntime.queryInterface(XStyleFamiliesSupplier.class, xTextDocument); in ViewHandler()
67 …XPageCursor xPageCursor = UnoRuntime.queryInterface(XPageCursor.class, xTextViewCursorSupplier.get… in selectFirstPage()
68 XTextCursor xViewTextCursor = UnoRuntime.queryInterface(XTextCursor.class, xPageCursor); in selectFirstPage()
73 XNameAccess xName = UnoRuntime.queryInterface(XNameAccess.class, oPageStyles); in selectFirstPage()
75 …XIndexAccess xAllTextTables = UnoRuntime.queryInterface(XIndexAccess.class, oTextTableHandler.xTex… in selectFirstPage()
76 …XTextContent xTextTable = UnoRuntime.queryInterface(XTextContent.class, xAllTextTables.getByIndex(… in selectFirstPage()
77 … XTextRange xRange = UnoRuntime.queryInterface(XTextRange.class, xTextTable.getAnchor().getText()); in selectFirstPage()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoControlDialogModel.java92 XPropertySet xPSetDialog = (XPropertySet) UnoRuntime.queryInterface( in createTestEnvironment()
103 xMultiServiceFactory = (XMultiServiceFactory) UnoRuntime.queryInterface( in createTestEnvironment()
110 XPropertySet xPSetButton = (XPropertySet) UnoRuntime.queryInterface( in createTestEnvironment()
123 XPropertySet xPSetLabel = (XPropertySet) UnoRuntime.queryInterface( in createTestEnvironment()
134 XNameContainer xNameCont = (XNameContainer) UnoRuntime.queryInterface( in createTestEnvironment()
141 XControl dialog = (XControl) UnoRuntime.queryInterface( in createTestEnvironment()
145 XControl xControl = (XControl) UnoRuntime.queryInterface( in createTestEnvironment()
147 XControlModel xControlModel = (XControlModel) UnoRuntime.queryInterface( in createTestEnvironment()
159 XMultiServiceFactory oMSF = (XMultiServiceFactory) UnoRuntime.queryInterface( in createTestEnvironment()
H A DAccessibleFixedText.java95 dlgModel = (XControlModel) UnoRuntime.queryInterface( in createTestEnvironment()
100 XControl dlgControl = (XControl) UnoRuntime.queryInterface( in createTestEnvironment()
107 txtModel = (XControlModel) UnoRuntime.queryInterface( in createTestEnvironment()
112 txtControl = (XControl) UnoRuntime.queryInterface(XControl.class, in createTestEnvironment()
118 XFixedText xFT = (XFixedText) UnoRuntime.queryInterface( in createTestEnvironment()
122 XControlContainer ctrlCont = (XControlContainer) UnoRuntime.queryInterface( in createTestEnvironment()
128 xWinDlg = (XWindow) UnoRuntime.queryInterface(XWindow.class, in createTestEnvironment()
162 final XWindow xWin = (XWindow) UnoRuntime.queryInterface(XWindow.class, in createTestEnvironment()
173 XAccessibleText text = (XAccessibleText) UnoRuntime.queryInterface( in createTestEnvironment()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DUNO.java37 return (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, aObject ); in queryPropertySet()
41 return (XControlModel)UnoRuntime.queryInterface( XControlModel.class, aObject ); in queryControlModel()
45 return (XIndexContainer)UnoRuntime.queryInterface( XIndexContainer.class, aObject ); in queryIndexContainer()
49 return (XReset)UnoRuntime.queryInterface( XReset.class, aObject ); in queryReset()
53 return (XServiceInfo)UnoRuntime.queryInterface( XServiceInfo.class, aObject ); in queryServiceInfo()
57 return (XColumn)UnoRuntime.queryInterface( XColumn.class, aObject ); in queryColumn()
62 return (XComponent)UnoRuntime.queryInterface( XComponent.class, aObject ); in queryComponent()
67 return (XTablesSupplier)UnoRuntime.queryInterface( XTablesSupplier.class, aObject ); in queryTablesSupplier()
/trunk/main/framework/qa/complex/imageManager/
H A DCheckImageManager.java78 UnoRuntime.queryInterface(XModuleUIConfigurationManagerSupplier.class, o); in checkImageManagerFromModule()
85 …XImageManager xImageManager = UnoRuntime.queryInterface(XImageManager.class, xManager.getImageMana… in checkImageManagerFromModule()
93 …xManager = UnoRuntime.queryInterface(XUIConfigurationManager.class, xMSF.createInstance("com.sun.s… in checkImageManager()
99 …XImageManager xImageManager = UnoRuntime.queryInterface(XImageManager.class, xManager.getImageMana… in checkImageManager()
109 XInitialization xInit = UnoRuntime.queryInterface(XInitialization.class, xImageManager); in performChecks()
123 XTypeProvider xType = UnoRuntime.queryInterface(XTypeProvider.class, xImageManager); in performChecks()
128 … XUIConfiguration xUIConfig = UnoRuntime.queryInterface(XUIConfiguration.class, xImageManager); in performChecks()
134 …tence xUIConfigPersistence = (XUIConfigurationPersistence)UnoRuntime.queryInterface(XUIConfigurati… in performChecks()
144 XComponent xComp = UnoRuntime.queryInterface(XComponent.class, xImageManager); in performChecks()
223 …final XMultiServiceFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connectio… in getMSF()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java200 … XPropertySet properties = UnoRuntime.queryInterface(XPropertySet.class, findDataSource(object)); in isDataSourcePropertyEnabled()
219 …XOfficeDatabaseDocument databaseDocument = UnoRuntime.queryInterface(XOfficeDatabaseDocument.class… in findDataSource()
225 dataSource = UnoRuntime.queryInterface(XDataSource.class, parent); in findDataSource()
228 XChild child = UnoRuntime.queryInterface(XChild.class, parent); in findDataSource()
428 … XColumnsSupplier columnsSupplier = UnoRuntime.queryInterface(XColumnsSupplier.class, descriptor); in createStandardCreateStatement()
430 … columns = UnoRuntime.queryInterface(XIndexAccess.class, columnsSupplier.getColumns()); in createStandardCreateStatement()
498 XRow row = UnoRuntime.queryInterface(XRow.class, results); in createStandardColumnPart()
590 XKeysSupplier keysSupplier = UnoRuntime.queryInterface(XKeysSupplier.class, descriptor); in createStandardKeyStatement()
695 … XPropertySet statementProperties = UnoRuntime.queryInterface(XPropertySet.class, statement); in collectColumnInformation()
725 XKeysSupplier keysSupplier = UnoRuntime.queryInterface(XKeysSupplier.class, table); in getPrimaryKeyColumns()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DAdvanceFilter.java86 …XCellRange xdataRange = (XCellRange) UnoRuntime.queryInterface(XCellRange.class, SCUtil.getCurrent… in testStandardFilterForString()
91 …XCellRangeData FilterCritData = (XCellRangeData) UnoRuntime.queryInterface(XCellRangeData.class, F… in testStandardFilterForString()
96 …XSheetFilterable xFilter = (XSheetFilterable) UnoRuntime.queryInterface(XSheetFilterable.class, xd… in testStandardFilterForString()
98 …XSheetFilterableEx xCriteria = (XSheetFilterableEx) UnoRuntime.queryInterface(XSheetFilterableEx.c… in testStandardFilterForString()
104 …XColumnRowRange ColRowRange = (XColumnRowRange) UnoRuntime.queryInterface(XColumnRowRange.class, x… in testStandardFilterForString()
108 XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilterForString()
121 …xdataRange = (XCellRange) UnoRuntime.queryInterface(XCellRange.class, SCUtil.getCurrentSheet(scDoc… in testStandardFilterForString()
122 …ColRowRange = (XColumnRowRange) UnoRuntime.queryInterface(XColumnRowRange.class, xdataRange.getCel… in testStandardFilterForString()
126 XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilterForString()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_pcr/
H A DObjectInspector.java112 …XObjectInspector xInspector = (XObjectInspector) UnoRuntime.queryInterface(XObjectInspector.class,… in createTestEnvironment()
119 UnoRuntime.queryInterface(XObjectInspectorModel.class, oInspectorModel); in createTestEnvironment()
124 UnoRuntime.queryInterface(XObjectInspectorModel.class, oInspectorModelToSet); in createTestEnvironment()
134 xWindow = (XWindow) UnoRuntime.queryInterface(XWindow.class, xWindowPeer); in createTestEnvironment()
142 XFrame xFrame = (XFrame) UnoRuntime.queryInterface(XFrame.class, oFrame); in createTestEnvironment()
147 …XFramesSupplier xFramesSup = (XFramesSupplier) UnoRuntime.queryInterface(XFramesSupplier.class, St… in createTestEnvironment()
155 …XInitialization xOII = (XInitialization) UnoRuntime.queryInterface(XInitialization.class, xInspect… in createTestEnvironment()
197 XFrame xFrame = (XFrame) UnoRuntime.queryInterface(XFrame.class, StarDesktop); in cleanup()
202 XCloseable closer = (XCloseable) UnoRuntime.queryInterface( in cleanup()
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DFirstLoadComponent.java66 UnoRuntime.queryInterface(XComponentLoader.class, desktop); in main()
72 UnoRuntime.queryInterface(XSpreadsheetDocument.class, in main()
81 XSpreadsheet xSpreadsheet = (XSpreadsheet)UnoRuntime.queryInterface( in main()
91 XPropertySet xCellProps = (XPropertySet)UnoRuntime.queryInterface( in main()
95 XModel xSpreadsheetModel = (XModel)UnoRuntime.queryInterface( in main()
99 UnoRuntime.queryInterface(XSpreadsheetView.class, in main()
131 UnoRuntime.queryInterface(XCellRangesQuery.class, sheet); in main()
139 xCell = (XCell)UnoRuntime.queryInterface(XCell.class, formulaCell); in main()
141 UnoRuntime.queryInterface(XCellAddressable.class, xCell); in main()
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java657 positioningDocument((XModel) UnoRuntime.queryInterface(XModel.class, in makeImpressDoc()
665 positioningDocument((XModel) UnoRuntime.queryInterface(XModel.class, in makeDrawDoc()
673 positioningDocument((XModel) UnoRuntime.queryInterface(XModel.class, in makeCalcDoc()
719 positioningDocument((XModel) UnoRuntime.queryInterface(XModel.class, in makeMathDoc()
737 final XPropertySet xPS = (XPropertySet) UnoRuntime.queryInterface in fillMathDocWithContent()
777 UnoRuntime.queryInterface( in fillImpressDocWithContent()
784 UnoRuntime.queryInterface(XSingleServiceFactory.class, xCP); in fillImpressDocWithContent()
820 UnoRuntime.queryInterface(XDrawPagesSupplier.class, xDrawDoc); in fillDrawDocWithContent()
823 UnoRuntime.queryInterface(XIndexAccess.class, oDPn); in fillDrawDocWithContent()
841 XShapes oShapes = (XShapes) UnoRuntime.queryInterface in fillDrawDocWithContent()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxGraphCtrlAccessibleContext.java85 UnoRuntime.queryInterface(XModel.class, xDrawDoc); in createTestEnvironment()
97 UnoRuntime.queryInterface(XPropertySet.class, oShape); in createTestEnvironment()
120 UnoRuntime.queryInterface( XDispatchProvider.class, xController ); in createTestEnvironment()
122 UnoRuntime.queryInterface(XURLTransformer.class, in createTestEnvironment()
149 UnoRuntime.queryInterface(XExtendedToolkit.class,oObj); in createTestEnvironment()
155 UnoRuntime.queryInterface(XWindow.class,tk.getActiveTopWindow()); in createTestEnvironment()
169 UnoRuntime.queryInterface(XSelectionSupplier.class,xController); in createTestEnvironment()
195 UnoRuntime.queryInterface(XModel.class, xDrawDoc); in cleanup()
203 UnoRuntime.queryInterface( XDispatchProvider.class, xController ); in cleanup()
205 UnoRuntime.queryInterface(XURLTransformer.class, in cleanup()

Completed in 277 milliseconds

12345678910>>...94