Home
last modified time | relevance | path

Searched refs:queryInterface (Results 176 – 200 of 2342) sorted by relevance

12345678910>>...94

/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DSystemDialog.java73 … XFilePicker xFilePicker = (XFilePicker) UnoRuntime.queryInterface(XFilePicker.class, oFilePicker); in raiseSaveAsDialog()
80 …XPropertySet xPropertySet = (XPropertySet) com.sun.star.uno.UnoRuntime.queryInterface(XPropertySet… in raiseSaveAsDialog()
86 …XFilterManager xFilterManager = (XFilterManager) UnoRuntime.queryInterface(XFilterManager.class, x… in raiseSaveAsDialog()
91 …XInitialization xInitialize = (XInitialization) UnoRuntime.queryInterface(XInitialization.class, x… in raiseSaveAsDialog()
96 …ess xFilePickerControlAccess = (XFilePickerControlAccess) UnoRuntime.queryInterface(XFilePickerCon… in raiseSaveAsDialog()
99 xComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, xFilePicker); in raiseSaveAsDialog()
102 …XExecutableDialog xExecutable = (XExecutableDialog) UnoRuntime.queryInterface(XExecutableDialog.cl… in raiseSaveAsDialog()
128 …XPropertySet xPropertySet = (XPropertySet) com.sun.star.uno.UnoRuntime.queryInterface(XPropertySet… in getWorkPath()
150 …XFolderPicker xFolderPicker = (XFolderPicker) UnoRuntime.queryInterface(XFolderPicker.class, oFold… in raiseFolderPicker()
151 …XExecutableDialog xExecutable = (XExecutableDialog) UnoRuntime.queryInterface(XExecutableDialog.cl… in raiseFolderPicker()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DControlAndSelectDemo.java81 (XMultiServiceFactory )UnoRuntime.queryInterface( in main()
85 (XDrawPagesSupplier)UnoRuntime.queryInterface( in main()
88 XDrawPage xDrawPage = (XDrawPage)UnoRuntime.queryInterface( in main()
90 XShapes xShapes = (XShapes)UnoRuntime.queryInterface(XShapes.class, in main()
97 XShape xShape = (XShape)UnoRuntime.queryInterface( XShape.class, xObj ); in main()
103 XControlModel xControlModel = (XControlModel)UnoRuntime.queryInterface( in main()
106 XControlShape xControlShape = (XControlShape)UnoRuntime.queryInterface( in main()
113 XModel xModel = (XModel)UnoRuntime.queryInterface( XModel.class, in main()
117 UnoRuntime.queryInterface( XSelectionSupplier.class, xController ); in main()
120 XShapes xSelection = (XShapes)UnoRuntime.queryInterface( XShapes.class, in main()
H A DCustomShowDemo.java86 (XDrawPagesSupplier)UnoRuntime.queryInterface( in main()
100 XDrawPage xDrawPage = (XDrawPage)UnoRuntime.queryInterface( in main()
102 XNamed xPageName = (XNamed)UnoRuntime.queryInterface( in main()
111 UnoRuntime.queryInterface( XShapes.class, xDrawPage ); in main()
119 UnoRuntime.queryInterface( XCustomPresentationSupplier.class, xDrawDoc ); in main()
125 UnoRuntime.queryInterface( XSingleServiceFactory.class, xNameContainer ); in main()
133 xContainer = (XIndexContainer)UnoRuntime.queryInterface( XIndexContainer.class, xObj ); in main()
141 xContainer = (XIndexContainer)UnoRuntime.queryInterface( XIndexContainer.class, xObj ); in main()
150 UnoRuntime.queryInterface( XPresentationSupplier.class, xDrawDoc ); in main()
153 UnoRuntime.queryInterface( XPropertySet.class, xPresentation ); in main()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java208 final XShape aShape = UnoRuntime.queryInterface(XShape.class, aObj); in emptySection()
301 final XStyle xStyle = UnoRuntime.queryInterface(XStyle.class, aObj); in getUsedStyle()
384 XGroup xGroup = UnoRuntime.queryInterface(XGroup.class, aGroup); in copyGroupProperties()
866 m_xMSF = UnoRuntime.queryInterface(XMultiServiceFactory.class, getReportDefinition()); in getMSFofReportDefinition()
1141 final XWindow xWindow = UnoRuntime.queryInterface(XWindow.class, aUnoCtrlFixedText); in getPreferredSize()
1144 final XControl xControl = UnoRuntime.queryInterface(XControl.class, aUnoCtrlFixedText); in getPreferredSize()
1158 final XUnitConversion xConversion = UnoRuntime.queryInterface(XUnitConversion.class, x); in getPreferredSize()
1211 XPropertySet xFrom = UnoRuntime.queryInterface(XPropertySet.class, _aFrom); in copyProperties()
1212 XPropertySet xTo = UnoRuntime.queryInterface(XPropertySet.class, _aTo); in copyProperties()
1262 XShape aShape = UnoRuntime.queryInterface(XShape.class, aClone); in copySection()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DInsertDeleteCells.java83 …scDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scCompon… in testInsertCells()
87 …XIndexAccess xSheetsIA = (XIndexAccess)UnoRuntime.queryInterface(XIndexAccess.class, xSpreadsheets… in testInsertCells()
88 …Object sheetObj = (XSpreadsheet)UnoRuntime.queryInterface(XSpreadsheet.class, xSheetsIA.getByIndex… in testInsertCells()
89 XSpreadsheet xSheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testInsertCells()
110 UnoRuntime.queryInterface(XCellRangeMovement.class, xSheet); in testInsertCells()
114 UnoRuntime.queryInterface( XCellRangeAddressable.class, xCellRange ); in testInsertCells()
213 …scDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scCompon… in testDeleteCells()
217 …XIndexAccess xSheetsIA = (XIndexAccess)UnoRuntime.queryInterface(XIndexAccess.class, xSpreadsheets… in testDeleteCells()
219 XSpreadsheet xSheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testDeleteCells()
240 UnoRuntime.queryInterface(XCellRangeMovement.class, xSheet); in testDeleteCells()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartData.java109 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
111 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
126 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in insertDefaultChart()
143 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testDataSeries()
151 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testDataSeries()
166 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testDataPoint()
191 XChartDataArray array = (XChartDataArray) UnoRuntime.queryInterface( in testDataTable()
202 array = (XChartDataArray) UnoRuntime.queryInterface( in testDataTable()
221 return (XShape) UnoRuntime.queryInterface(XShape.class, in saveAndLoadShape()
244 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAsAndReloadDoc()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/animation/
H A DTextAnimation.java98 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, in testTextAnimation()
123 XText xText = (XText) UnoRuntime.queryInterface(XText.class, xShape); in addPortion()
132 XTextRange xTextRange = (XTextRange) UnoRuntime.queryInterface( in addPortion()
136 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in addPortion()
147 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
149 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
153 sdDocument = (XPresentationSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
168 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in saveAndLoadSlide()
172 sdDocument = (XPresentationSupplier) UnoRuntime.queryInterface( in saveAndLoadSlide()
196 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/textbox/
H A DLineProperties.java90 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeLineStyle()
95 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testShapeLineStyle()
108 xPropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xShape); in testShapeLineStyle()
123 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeLineColor()
128 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testShapeLineColor()
133 xPropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xShape); in testShapeLineColor()
145 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
147 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
166 return (XShape) UnoRuntime.queryInterface(XShape.class, in saveAndLoadShape()
189 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc()
[all …]
/trunk/main/sw/qa/complex/accessibility/
H A DAccessibleRelationSet.java69 atarget = (XAccessibleText) UnoRuntime.queryInterface(XAccessibleText.class, oTmp); in contents_flows_to()
80 (XAccessibleText) UnoRuntime.queryInterface(XAccessibleText.class, para2); in contents_flows_to()
100 … atargets[0] = (XAccessibleText) UnoRuntime.queryInterface(XAccessibleText.class, oTmp); in contents_flows_from()
106 … atargets[1] = (XAccessibleText) UnoRuntime.queryInterface(XAccessibleText.class, oTmp); in contents_flows_from()
117 … atargets[0] = (XAccessibleText) UnoRuntime.queryInterface(XAccessibleText.class, oTmp); in contents_flows_from()
123 … atargets[1] = (XAccessibleText) UnoRuntime.queryInterface(XAccessibleText.class, oTmp); in contents_flows_from()
140 (XAccessibleText) UnoRuntime.queryInterface(XAccessibleText.class, para1); in contents_flows_from()
150 (XAccessibleText) UnoRuntime.queryInterface(XAccessibleText.class, para3); in contents_flows_from()
160 XMultiServiceFactory factory = UnoRuntime.queryInterface( in before()
176 UnoRuntime.queryInterface(XModel.class, xTextDoc); in before()
[all …]
/trunk/main/forms/qa/integration/forms/
H A DFormComponent.java55 XFormsSupplier supp = (XFormsSupplier)UnoRuntime.queryInterface( in FormComponent()
60 m_indexAccess = (XIndexAccess)UnoRuntime.queryInterface( in FormComponent()
62 m_child = (XChild)UnoRuntime.queryInterface( in FormComponent()
64 m_named = (XNamed)UnoRuntime.queryInterface( in FormComponent()
72 m_nameAccess = (XNameAccess)UnoRuntime.queryInterface( in FormComponent()
74 m_indexAccess = (XIndexAccess)UnoRuntime.queryInterface( in FormComponent()
76 m_child = (XChild)UnoRuntime.queryInterface( in FormComponent()
78 m_named = (XNamed)UnoRuntime.queryInterface( in FormComponent()
89 return UnoRuntime.queryInterface( aInterfaceClass, m_component ); in query()
187 XServiceInfo si = (XServiceInfo)UnoRuntime.queryInterface( in getImplementationName()
/trunk/test/testuno/source/fvt/uno/sd/graphic/
H A DGraphicPro_Border.java103 m_xSDComponent = (XComponent) UnoRuntime.queryInterface( in setUpDocument()
106 m_xCurrentPage = (XDrawPage)UnoRuntime.queryInterface(XDrawPage.class, drawPage); in setUpDocument()
134 m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, in load()
137 return (XDrawPage)UnoRuntime.queryInterface(XDrawPage.class, drawPage); in load()
147 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testGraphicBorder_ODP()
149 XPropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface( in testGraphicBorder_ODP()
165 XShape xGraphicShape2 = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic2); in testGraphicBorder_ODP()
166 XPropertySet xPropSet2 = (XPropertySet)UnoRuntime.queryInterface( in testGraphicBorder_ODP()
184 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testGraphicBorder_PPT()
186 XPropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface( in testGraphicBorder_PPT()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sd/
H A DSdUnoDrawView.java97 UnoRuntime.queryInterface( in initialize()
172 UnoRuntime.queryInterface(XDrawPagesSupplier.class, xDrawDoc); in createTestEnvironment()
175 UnoRuntime.queryInterface(XIndexAccess.class,the_pages); in createTestEnvironment()
195 UnoRuntime.queryInterface(XShapes.class, oDrawPage); in createTestEnvironment()
208 UnoRuntime.queryInterface(XModel.class, xDrawDoc); in createTestEnvironment()
213 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
215 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment()
241 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
257 UnoRuntime.queryInterface(XModifiable.class,xDrawDoc); in createTestEnvironment()
266 UnoRuntime.queryInterface(XIndexAccess.class, o1); in createTestEnvironment()
[all …]
H A DDrawController_DrawView.java158 UnoRuntime.queryInterface(XDrawPagesSupplier.class, xDrawDoc); in createTestEnvironment()
161 UnoRuntime.queryInterface(XIndexAccess.class,the_pages); in createTestEnvironment()
181 UnoRuntime.queryInterface(XShapes.class, oDrawPage); in createTestEnvironment()
194 UnoRuntime.queryInterface(XModel.class, xDrawDoc); in createTestEnvironment()
199 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
202 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment()
225 UnoRuntime.queryInterface(XShapes.class, oShapeCol1); in createTestEnvironment()
227 UnoRuntime.queryInterface(XShapes.class, oShapeCol2); in createTestEnvironment()
239 UnoRuntime.queryInterface(XIndexAccess.class, o1); in createTestEnvironment()
241 UnoRuntime.queryInterface(XIndexAccess.class, o2); in createTestEnvironment()
[all …]
/trunk/main/odk/examples/java/Text/
H A DTextDocumentStructure.java55 UnoRuntime.queryInterface( in main()
68 (com.sun.star.text.XTextDocument)UnoRuntime.queryInterface( in main()
87 UnoRuntime.queryInterface( in main()
94 UnoRuntime.queryInterface( in main()
98 (com.sun.star.lang.XServiceInfo)UnoRuntime.queryInterface( in main()
112 UnoRuntime.queryInterface( in main()
119 (com.sun.star.text.XTextRange)UnoRuntime.queryInterface( in main()
127 UnoRuntime.queryInterface( in main()
136 UnoRuntime.queryInterface( in main()
173 (com.sun.star.text.XWordCursor)UnoRuntime.queryInterface( in createExampleData()
[all …]
H A DWriterSelector.java50 UnoRuntime.queryInterface(com.sun.star.frame.XDesktop.class, in main()
55 (com.sun.star.frame.XComponentLoader)UnoRuntime.queryInterface( in main()
63 UnoRuntime.queryInterface(com.sun.star.text.XTextDocument.class, in main()
69 (com.sun.star.frame.XModel)UnoRuntime.queryInterface( in main()
73 (com.sun.star.view.XViewSettingsSupplier)UnoRuntime.queryInterface( in main()
93 (com.sun.star.view.XSelectionSupplier)UnoRuntime.queryInterface( in main()
99 (com.sun.star.lang.XServiceInfo)UnoRuntime.queryInterface( in main()
105 (com.sun.star.container.XIndexAccess)UnoRuntime.queryInterface( in main()
112 UnoRuntime.queryInterface( in main()
134 UnoRuntime.queryInterface(com.sun.star.util.XCloseable.class, in main()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DNumber_Formats.java80 UnoRuntime.queryInterface( in doFunction()
90 UnoRuntime.queryInterface( in doFunction()
106 UnoRuntime.queryInterface( in doFunction()
117 UnoRuntime.queryInterface( in doFunction()
162 UnoRuntime.queryInterface(com.sun.star.table.XColumnRowRange.class, in doFunction()
167 UnoRuntime.queryInterface(com.sun.star.container.XIndexAccess.class, in doFunction()
172 UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, in doFunction()
189 XComponentLoader aLoader = (XComponentLoader) UnoRuntime.queryInterface( in Number_Formats()
193 maSpreadsheetDoc = (XSpreadsheetDocument) UnoRuntime.queryInterface( in Number_Formats()
224 … XIndexAccess aSheetsIA = (XIndexAccess) UnoRuntime.queryInterface( XIndexAccess.class, aSheets ); in initSpreadsheet()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DListenAtCalcRangeInDraw.java106 maChartData = (XChartData) UnoRuntime.queryInterface( XChartData.class, aRange ); in ListenAtCalcRangeInDraw()
116 ((XPropertySet) UnoRuntime.queryInterface( in run()
121 ((XComponent) UnoRuntime.queryInterface( in run()
125 ((XComponent) UnoRuntime.queryInterface( in run()
147 if( UnoRuntime.queryInterface( XChartDocument.class, aSourceObj.Source ) != null ) in disposing()
150 if( UnoRuntime.queryInterface( XSpreadsheetDocument.class, aSourceObj.Source ) != null ) in disposing()
157 ((XComponent) UnoRuntime.queryInterface( in disposing()
159 ((XComponent) UnoRuntime.queryInterface( in disposing()
175 XPropertySet aDocProp = (XPropertySet) UnoRuntime.queryInterface( in chartDataChanged()
179 ((XPropertySet) UnoRuntime.queryInterface( in chartDataChanged()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DBasicMacroTools.java63 XPropertySet xDocProps = (XPropertySet) UnoRuntime.queryInterface( in BasicMacroTools()
71 mLCxNA = (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class, in BasicMacroTools()
74 mLCxLC = (XLibraryContainer) UnoRuntime.queryInterface( in BasicMacroTools()
103 mLCxNA = (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class, in BasicMacroTools()
106 mLCxLC = (XLibraryContainer) UnoRuntime.queryInterface( in BasicMacroTools()
125 return (XDispatchProvider) UnoRuntime.queryInterface( in makeDispatchProvider()
132 return (com.sun.star.util.XURLTransformer) UnoRuntime.queryInterface( in makeParser()
240 UnoRuntime.queryInterface(XMultiServiceFactory.class, oProvider); in addSecureBasicMarcosURL()
246 … XPropertySet oSecureProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oSecure); in addSecureBasicMarcosURL()
249 …XPropertySet oScriptingSettings = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oSc… in addSecureBasicMarcosURL()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXMailMerge.java114 UnoRuntime.queryInterface(XPropertySet.class, oRowSet); in createTestEnvironment()
116 UnoRuntime.queryInterface(XRowSet.class, oRowSet); in createTestEnvironment()
137 UnoRuntime.queryInterface(XResultSet.class, oRowSet); in createTestEnvironment()
145 XRowLocate oRowLocate = (XRowLocate) UnoRuntime.queryInterface( in createTestEnvironment()
161 UnoRuntime.queryInterface(XPropertySet.class, oObj); in createTestEnvironment()
232 Job = (XJob) UnoRuntime.queryInterface(XJob.class, oObj); in createTestEnvironment()
253 xRowSet = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, oRowSet); in createTestEnvironment()
280 UnoRuntime.queryInterface(XResultSet.class, in createTestEnvironment()
345 UnoRuntime.queryInterface(XPropertySet.class, newSource); in getRemoteXConnection()
380 UnoRuntime.queryInterface(XNameAccess.class, oDataCont); in getLocalXConnection()
[all …]
H A DSwXTextSection.java100 UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextDoc); in createTestEnvironment()
104 UnoRuntime.queryInterface in createTestEnvironment()
114 UnoRuntime.queryInterface(XComponent.class,old); in createTestEnvironment()
124 UnoRuntime.queryInterface(XTextContent.class, oTS); in createTestEnvironment()
127 UnoRuntime.queryInterface(XWordCursor.class, oCursor); in createTestEnvironment()
134 oTSC = (XTextContent)UnoRuntime.queryInterface(XTextContent.class, oTS2); in createTestEnvironment()
138 UnoRuntime.queryInterface(XIndexAccess.class, oTSSuppName); in createTestEnvironment()
144 UnoRuntime.queryInterface( XNamed.class, xTS); in createTestEnvironment()
165 TC = (XTextColumns) UnoRuntime.queryInterface(XTextColumns.class, in createTestEnvironment()
175 UnoRuntime.queryInterface(XTextContent.class,instance)); in createTestEnvironment()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DTableDescriptor.java116 xTableAppend = UnoRuntime.queryInterface( XAppend.class, getTableNamesAsNameAccess() ); in getConnection()
117 xTableDrop = UnoRuntime.queryInterface( XDrop.class, getTableNamesAsNameAccess() ); in getConnection()
158 xKeyDrop = UnoRuntime.queryInterface(XDrop.class, xIndexAccessKeys); in createPrimaryKeys()
159 xKeyAppend = UnoRuntime.queryInterface(XAppend.class, xKeyFac); in createPrimaryKeys()
162 xKeyColumnSupplier = UnoRuntime.queryInterface(XColumnsSupplier.class, xKey); in createPrimaryKeys()
164 xKeyColAppend = UnoRuntime.queryInterface(XAppend.class, xKeyColFac); in createPrimaryKeys()
250 XAppend xAppendColumns = UnoRuntime.queryInterface(XAppend.class, xNameAccessColumns); in createTable()
268 … xTableContainer = UnoRuntime.queryInterface(XContainer.class, getTableNamesAsNameAccess()); in createTable()
330 XDrop xColumnDrop = UnoRuntime.queryInterface(XDrop.class, xNameAccessColumns); in removeAllColumnsFromDescriptor()
603 XPropertySet xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, oColumn); in clonePropertySet()
[all …]
/trunk/main/ucb/source/ucp/ftp/
H A Dftpintreq.cxx64 XInteractionApproveImpl::queryInterface( const Type& rType ) in queryInterface() function in XInteractionApproveImpl
67 Any aRet = cppu::queryInterface( in queryInterface()
71 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
123 XInteractionDisapproveImpl::queryInterface( const Type& rType ) in queryInterface() function in XInteractionDisapproveImpl
126 Any aRet = cppu::queryInterface( in queryInterface()
130 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
183 XInteractionRequestImpl::queryInterface( const Type& rType ) in queryInterface() function in XInteractionRequestImpl
186 Any aRet = cppu::queryInterface( in queryInterface()
190 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/test/testuno/source/org/openoffice/test/uno/
H A DUnoApp.java104 …componentContext = (XComponentContext) UnoRuntime.queryInterface(XComponentContext.class, resolver… in start()
106 …serviceFactory = (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServiceFactory.class, comp… in start()
107 …desktop = (XDesktop) UnoRuntime.queryInterface(XDesktop.class, serviceFactory.createInstance("com.… in start()
175 …XComponentLoader componentLoader = (XComponentLoader) UnoRuntime.queryInterface(XComponentLoader.c… in loadDocument()
185 …XComponentLoader componentLoader = (XComponentLoader) UnoRuntime.queryInterface(XComponentLoader.c… in loadDocumentFromURL()
190 …XComponentLoader componentLoader = (XComponentLoader) UnoRuntime.queryInterface(XComponentLoader.c… in newDocument()
201 XStorable m_xstorable = (XStorable)UnoRuntime.queryInterface(XStorable.class, doc); in saveDocument()
207 XStorable m_xstorable = (XStorable)UnoRuntime.queryInterface(XStorable.class, doc); in saveDocumentToURL()
213 XModifiable modified = (XModifiable) UnoRuntime.queryInterface(XModifiable.class, doc); in closeDocument()
214 XCloseable closer = (XCloseable) UnoRuntime.queryInterface(XCloseable.class, doc); in closeDocument()
/trunk/main/connectivity/qa/complex/connectivity/
H A DHsqlDriverTest.java67 …XMultiServiceFactory xMSF = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getCo… in test()
76 …mentSubStorageSupplier doc = (XDocumentSubStorageSupplier)UnoRuntime.queryInterface(XDocumentSubSt… in test()
94 XStorable mod = (XStorable)UnoRuntime.queryInterface(XStorable.class,ds); in test()
96 XComponent xComp = (XComponent)UnoRuntime.queryInterface(XComponent.class,stor); in test()
104 …mentSubStorageSupplier doc = (XDocumentSubStorageSupplier)UnoRuntime.queryInterface(XDocumentSubSt… in test()
105 XModel mod = (XModel)UnoRuntime.queryInterface(XModel.class,ds); in test()
111 …drv = (XDriver)UnoRuntime.queryInterface(XDriver.class, xMSF.createInstance("com.sun.star.sdbcx.co… in test()
127 XStorable mod2 = (XStorable)UnoRuntime.queryInterface(XStorable.class,ds); in test()
137 …XMultiServiceFactory xMSF = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getCo… in test2()
143 …drv = (XDriver)UnoRuntime.queryInterface(XDriver.class,xMSF.createInstance("com.sun.star.comp.sdbc… in test2()
/trunk/main/sc/qa/complex/sc/
H A DCalcRTL.java83 XPropertySet set = UnoRuntime.queryInterface( in checkSpreadsheetProperties()
116 XPropertySet set = UnoRuntime.queryInterface( in checkShapeProperties()
141 XPropertySet sheetProps = UnoRuntime.queryInterface( in checkInfluenceOfSpreadsheetChange()
143 XPropertySet shapeProps = UnoRuntime.queryInterface( in checkInfluenceOfSpreadsheetChange()
232 XCloseable oCloser = UnoRuntime.queryInterface( in closeSpreadsheetDocument()
264 XIndexAccess oIndexAccess = UnoRuntime.queryInterface( in getSpreadsheet()
268 oSheet = UnoRuntime.queryInterface( in getSpreadsheet()
508 XCellRangeAddressable aCell = UnoRuntime.queryInterface( in getRealValue()
529 XDrawPagesSupplier oDPS = UnoRuntime.queryInterface( in getInsertedShape()
533 XDrawPage firstDrawPage = UnoRuntime.queryInterface( in getInsertedShape()
[all …]

Completed in 146 milliseconds

12345678910>>...94