Home
last modified time | relevance | path

Searched refs:queryInterface (Results 126 – 150 of 2211) sorted by relevance

12345678910>>...89

/trunk/main/xmlsecurity/tools/uno/
H A DEncryptionEntity.java72 (XReferenceResolvedListener)UnoRuntime.queryInterface( in EncryptionEntity()
79 (XInitialization)UnoRuntime.queryInterface( in EncryptionEntity()
93 (XEncryptionResultBroadcaster)UnoRuntime.queryInterface( in EncryptionEntity()
96 (XEncryptionResultListener)UnoRuntime.queryInterface( in EncryptionEntity()
114 (XReferenceResolvedListener)UnoRuntime.queryInterface( in EncryptionEntity()
133 (XDecryptionResultBroadcaster)UnoRuntime.queryInterface( in EncryptionEntity()
136 (XDecryptionResultListener)UnoRuntime.queryInterface( in EncryptionEntity()
153 XBlockerMonitor xBlockerMonitor = (XBlockerMonitor)UnoRuntime.queryInterface( in EncryptionEntity()
166 (XReferenceResolvedBroadcaster)UnoRuntime.queryInterface( in EncryptionEntity()
193 (XReferenceResolvedBroadcaster)UnoRuntime.queryInterface( in setReference()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDataPilotFieldGroupObj.java94 XComponent oComp = (XComponent) UnoRuntime.queryInterface ( in cleanup()
129 XIndexAccess oIndexAccess = (XIndexAccess) UnoRuntime.queryInterface ( in createTestEnvironment()
220 XDataPilotTablesSupplier DPTS = (XDataPilotTablesSupplier) UnoRuntime.queryInterface ( in createTestEnvironment()
232 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface ( in createTestEnvironment()
237 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface ( in createTestEnvironment()
244 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface ( in createTestEnvironment()
316 … xIA = (XIndexAccess) UnoRuntime.queryInterface (XIndexAccess.class,DPTS.getDataPilotTables ()); in createTestEnvironment()
339 … xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, datapilotfield); in createTestEnvironment()
340 … XNamed xNamed = (XNamed) UnoRuntime.queryInterface (XNamed.class, IA.getByIndex (i)); in createTestEnvironment()
346 … XIndexAccess groupAccess = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, groups); in createTestEnvironment()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DGeneralTableSample.java92 UnoRuntime.queryInterface( com.sun.star.text.XText.class, xCell ); in doSampleFunction()
99 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCell ); in doSampleFunction()
111 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCellRange ); in doSampleFunction()
119 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCellRange ); in doSampleFunction()
147 UnoRuntime.queryInterface( com.sun.star.table.XColumnRowRange.class, xSheet ); in doSampleFunction()
154 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, aColumnObj ); in doSampleFunction()
159 UnoRuntime.queryInterface( com.sun.star.container.XNamed.class, aColumnObj ); in doSampleFunction()
169 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, aColumnObj ); in doSampleFunction()
175 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, aRowObj ); in doSampleFunction()
192 (com.sun.star.table.XTableChartsSupplier) UnoRuntime.queryInterface( in doSampleFunction()
[all …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DContextMenuInterceptor.java49 (com.sun.star.frame.XComponentLoader)UnoRuntime.queryInterface( in main()
60 UnoRuntime.queryInterface(com.sun.star.text.XTextDocument.class, in main()
68 (com.sun.star.frame.XModel)UnoRuntime.queryInterface( in main()
74 (com.sun.star.view.XViewSettingsSupplier)UnoRuntime.queryInterface( in main()
85 (com.sun.star.ui.XContextMenuInterception)UnoRuntime.queryInterface( in main()
108 UnoRuntime.queryInterface(com.sun.star.util.XCloseable.class, in main()
148 (com.sun.star.lang.XMultiServiceFactory)UnoRuntime.queryInterface( in notifyContextMenuExecute()
153 (XPropertySet)UnoRuntime.queryInterface( in notifyContextMenuExecute()
159 (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in notifyContextMenuExecute()
168 (com.sun.star.container.XIndexContainer)UnoRuntime.queryInterface( in notifyContextMenuExecute()
[all …]
/trunk/main/toolkit/test/accessibility/
H A DSimpleOffice.java98 (XComponentLoader)UnoRuntime.queryInterface( in loadDocument()
108 xModel = (XModel) UnoRuntime.queryInterface( in loadDocument()
133 (XTasksSupplier) UnoRuntime.queryInterface( in getModel()
139 XTask xTask = (XTask) UnoRuntime.queryInterface( in getModel()
155 XController xController = (XController) UnoRuntime.queryInterface( in getModel()
183 mxDesktop = (XDesktop) UnoRuntime.queryInterface( in getDesktop()
210 xToolkit = (XExtendedToolkit) UnoRuntime.queryInterface( in getExtendedToolkit()
231 xAccessible = (XAccessible) UnoRuntime.queryInterface( in getAccessibleObject()
277 return getCurrentWindow ((XModel) UnoRuntime.queryInterface( in getCurrentWindow()
370 xView = (XDrawView) UnoRuntime.queryInterface( in getCurrentView()
[all …]
/trunk/main/forms/qa/integration/forms/
H A DFormLayer.java95 XMultiServiceFactory xDocAsFactory = UnoRuntime.queryInterface( in createControlAndShape()
97 XControlShape xShape = UnoRuntime.queryInterface( XControlShape.class, in createControlAndShape()
111 XControlModel xModel = UnoRuntime.queryInterface( XControlModel.class, in createControlAndShape()
131 XShapes xDocShapes = UnoRuntime.queryInterface( XShapes.class, pageWhereToInsert ); in createControlAndShape()
280 XIndexAccess indexAccess = UnoRuntime.queryInterface( XIndexAccess.class, form ); in getRadioModelByRefValue()
304 XIndexAccess indexAccess = UnoRuntime.queryInterface( XIndexAccess.class, form ); in getRadioModelByTag()
328 controlModel = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, in getControlModel()
330 indexAcc = (XIndexAccess)UnoRuntime.queryInterface( XIndexAccess.class, in getControlModel()
347 controlModel = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, in getControlModel()
349 nameAcc = (XNameAccess)UnoRuntime.queryInterface( XNameAccess.class, in getControlModel()
[all …]
H A DMasterDetailForms.java138 … XNameContainer masterContainer = UnoRuntime.queryInterface( XNameContainer.class, m_masterForm ); in impl_createForms()
157 XLoadable loadMaster = UnoRuntime.queryInterface( XLoadable.class, m_masterForm ); in checkMultipleKeys()
158 XLoadable loadDetail = UnoRuntime.queryInterface( XLoadable.class, m_detailForm ); in checkMultipleKeys()
229 subComponentCommands = UnoRuntime.queryInterface( in checkDetailFormDefaults()
237 UnoRuntime.queryInterface( XComponent.class, in checkDetailFormDefaults()
251 …m_detailForm = UnoRuntime.queryInterface( XPropertySet.class, subDocument.createSubForm( m_masterF… in checkDetailFormDefaults()
260 …XIndexContainer gridColumns = UnoRuntime.queryInterface( XIndexContainer.class, gridControlModel ); in checkDetailFormDefaults()
270 XLoadable loadDetail = UnoRuntime.queryInterface( XLoadable.class, m_detailForm ); in checkDetailFormDefaults()
338 …final XGridColumnFactory columnFactory = UnoRuntime.queryInterface( XGridColumnFactory.class, _gri… in impl_createGridColumn()
387 … XColumnLocate locateMasterCols = UnoRuntime.queryInterface( XColumnLocate.class, m_masterForm ); in verifyColumnValueIdentity()
[all …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DSimpleOffice.java95 (XComponentLoader)UnoRuntime.queryInterface( in LoadDocument()
105 xModel = (XModel) UnoRuntime.queryInterface( in LoadDocument()
130 (XTasksSupplier) UnoRuntime.queryInterface( in GetModel()
136 XTask xTask = (XTask) UnoRuntime.queryInterface( in GetModel()
152 XController xController = (XController) UnoRuntime.queryInterface( in GetModel()
184 mxDesktop = (XDesktop) UnoRuntime.queryInterface( in GetDesktop()
235 xAccessible = (XAccessible) UnoRuntime.queryInterface( in GetAccessibleObject()
290 return GetCurrentWindow ((XModel) UnoRuntime.queryInterface( in GetCurrentWindow()
329 (XDrawView) UnoRuntime.queryInterface( in GetCurrentDrawPage()
385 xView = (XDrawView) UnoRuntime.queryInterface( in GetCurrentView()
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfiguration.java113 return UnoRuntime.queryInterface(XNameAccess.class, parent).getByName(name); in getNode()
156 return UnoRuntime.queryInterface(XNameAccess.class, parent).getByName(name); in getConfigurationNode()
164 …XMultiServiceFactory confMsf = UnoRuntime.queryInterface(XMultiServiceFactory.class, oConfigProvid… in getConfigurationRoot()
191 XNameAccess nameAccess = UnoRuntime.queryInterface(XNameAccess.class, configView); in getChildrenNames()
270 XNameContainer xNameContainer = UnoRuntime.queryInterface(XNameContainer.class, configView); in addConfigNode()
274 XNameReplace xNameReplace = UnoRuntime.queryInterface(XNameReplace.class, configView); in addConfigNode()
297 XNameContainer xNameContainer = UnoRuntime.queryInterface(XNameContainer.class, configView); in removeNode()
307 XChangesBatch xUpdateControl = UnoRuntime.queryInterface(XChangesBatch.class, configView); in commit()
316 XChangesBatch xUpdateControl = UnoRuntime.queryInterface(XChangesBatch.class, view); in updateConfiguration()
324 XChangesBatch xUpdateControl = UnoRuntime.queryInterface(XChangesBatch.class, view); in removeNode()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DSbaXGridControl.java163 XExtendedToolkit tk = (XExtendedToolkit) UnoRuntime.queryInterface( in cleanup()
168 XWindow xWindow = (XWindow) UnoRuntime.queryInterface(XWindow.class, in cleanup()
190 XCloseable closer = (XCloseable) UnoRuntime.queryInterface( in cleanup()
257 XControlAccess the_access = (XControlAccess) UnoRuntime.queryInterface( in createTestEnvironment()
262 columns = (XGridColumnFactory) UnoRuntime.queryInterface( in createTestEnvironment()
294 XNameContainer aContainer = (XNameContainer) UnoRuntime.queryInterface( in createTestEnvironment()
330 the_access = (XControlAccess) UnoRuntime.queryInterface( in createTestEnvironment()
340 win = (XWindow) UnoRuntime.queryInterface(XWindow.class, cntrl); in createTestEnvironment()
405 final XPropertySet ps = (XPropertySet) UnoRuntime.queryInterface( in createTestEnvironment()
462 aControl = (XControlModel) UnoRuntime.queryInterface( in createGrid()
[all …]
H A DORowSet.java300 XPropertySet rowSetProps = UnoRuntime.queryInterface( XPropertySet.class, m_rowSet ); in createTestEnvironment()
309 final XRowSet rowSet = UnoRuntime.queryInterface( XRowSet.class, m_rowSet); in createTestEnvironment()
313 XResultSet xRes = UnoRuntime.queryInterface( XResultSet.class, m_rowSet ); in createTestEnvironment()
321 … final XResultSet resultSet = UnoRuntime.queryInterface( XResultSet.class, m_rowSet ); in createTestEnvironment()
323 final XRowUpdate rowUpdate = UnoRuntime.queryInterface(XRowUpdate.class, m_rowSet ); in createTestEnvironment()
424 final XRow row = UnoRuntime.queryInterface( XRow.class, m_rowSet ); in createTestEnvironment()
429 … final XResultSet resultSet = UnoRuntime.queryInterface( XResultSet.class, m_rowSet ); in createTestEnvironment()
430 … final XRowUpdate rowUpdate = UnoRuntime.queryInterface( XRowUpdate.class, m_rowSet ); in createTestEnvironment()
516 XModel databaseDocModel = UnoRuntime.queryInterface( XModel.class, in cleanup()
520 XCloseable closeModel = UnoRuntime.queryInterface( XCloseable.class, in cleanup()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDBTools.java175 UnoRuntime.queryInterface(XPropertySet.class, dataSource) ; in DataSourceInfo()
252 XPropertySet props = (XPropertySet) UnoRuntime.queryInterface in getDataSourceService()
282 dbContext = (XNamingService) UnoRuntime.queryInterface in DBTools()
329 UnoRuntime.queryInterface(XDocumentDataSource.class, dataSource); in reRegisterDB()
350 UnoRuntime.queryInterface(XPropertySet.class, newSource); in connectToTextDB()
395 UnoRuntime.queryInterface(XPropertySet.class, newSource); in connectToDBase()
456 XNameAccess na = (XNameAccess) UnoRuntime.queryInterface in registerTestDB()
463 XPropertySet srcPs = (XPropertySet) UnoRuntime.queryInterface in registerTestDB()
531 XCloseable xClose = (XCloseable) UnoRuntime.queryInterface in deleteAllRows()
566 XRowUpdate rowUpdt = (XRowUpdate) UnoRuntime.queryInterface in addRowToTestTable()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoControlDialog.java114 dlgModel = (XControlModel) UnoRuntime.queryInterface( in createTestEnvironment()
119 XControl dlgControl = (XControl) UnoRuntime.queryInterface( in createTestEnvironment()
126 XControlModel butModel = (XControlModel) UnoRuntime.queryInterface( in createTestEnvironment()
131 butControl = (XControl) UnoRuntime.queryInterface(XControl.class, in createTestEnvironment()
139 tabControl1 = (XTabController) UnoRuntime.queryInterface( in createTestEnvironment()
144 tabControl2 = (XTabController) UnoRuntime.queryInterface( in createTestEnvironment()
151 butModel = (XControlModel) UnoRuntime.queryInterface( in createTestEnvironment()
156 butControl1 = (XControl) UnoRuntime.queryInterface(XControl.class, in createTestEnvironment()
162 butModel = (XControlModel) UnoRuntime.queryInterface( in createTestEnvironment()
173 ctrlCont = (XControlContainer) UnoRuntime.queryInterface( in createTestEnvironment()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DODatabaseForm.java322 XCloseable closer = (XCloseable) UnoRuntime.queryInterface( in createTestEnvironment()
412 XNamed elemName = (XNamed) UnoRuntime.queryInterface( in createTestEnvironment()
454 XNamed elemName = (XNamed) UnoRuntime.queryInterface( in createTestEnvironment()
511 XResultSet the_set = (XResultSet) UnoRuntime.queryInterface( in createTestEnvironment()
573 final XResultSet xResSet = (XResultSet) UnoRuntime.queryInterface( in createTestEnvironment()
578 final XRowSet xRowSet = (XRowSet) UnoRuntime.queryInterface( in createTestEnvironment()
597 XRowUpdate row = (XRowUpdate) UnoRuntime.queryInterface( in createTestEnvironment()
662 XPropertySet xSetProp = (XPropertySet) UnoRuntime.queryInterface in createTestEnvironment()
727 XRow row = (XRow) UnoRuntime.queryInterface(XRow.class, oObj); in createTestEnvironment()
759 XCloseable closer = (XCloseable) UnoRuntime.queryInterface( in cleanup()
[all …]
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextTableHandler.java68 … xTextTablesSupplier = UnoRuntime.queryInterface(XTextTablesSupplier.class, xTextDocument); in TextTableHandler()
69 xSimpleText = UnoRuntime.queryInterface(XSimpleText.class, xTextDocument.getText()); in TextTableHandler()
94 xTextTable = UnoRuntime.queryInterface(XTextTable.class, oTable); in getByName()
108 …XIndexAccess xAllTextTables = UnoRuntime.queryInterface(XIndexAccess.class, xTextTablesSupplier.ge… in getlastTextTable()
111 return UnoRuntime.queryInterface(XTextTable.class, oTable); in getlastTextTable()
125 … XTextContent xTextContentTable = UnoRuntime.queryInterface(XTextContent.class, xTextTable); in insertTextTable()
143 …XIndexAccess xAllTextTables = UnoRuntime.queryInterface(XIndexAccess.class, xTextTablesSupplier.ge… in removeAllTextTables()
160 …XIndexAccess xAllTextTables = UnoRuntime.queryInterface(XIndexAccess.class, xTextTablesSupplier.ge… in removeLastTextTable()
174 … XTextContent xTextContentTable = UnoRuntime.queryInterface(XTextContent.class, oTextTable); in removeTextTable()
207 XNamed xTextTableName = UnoRuntime.queryInterface(XNamed.class, oTextTable); in renameTextTable()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XDocumentAuditing.java64 UnoRuntime.queryInterface(XSpreadsheetDocument.class, oObj); in before()
66 XIndexAccess oIndexSheets = (XIndexAccess) UnoRuntime.queryInterface( in before()
68 XSpreadsheet oSheet = (XSpreadsheet) UnoRuntime.queryInterface( in before()
71 oSheet = (XSpreadsheet) UnoRuntime.queryInterface( in before()
93 UnoRuntime.queryInterface(XDrawPagesSupplier.class, oObj); in before()
95 xDrawPage = (XDrawPage)UnoRuntime.queryInterface(XDrawPage.class, o); in before()
114 XModel xModel = (XModel)UnoRuntime.queryInterface(XModel.class, oObj); in before()
120 XNamed xNamed = (XNamed)UnoRuntime.queryInterface(XNamed.class, xSheet[0]); in before()
124 …XSheetAuditing xSheetAuditing = (XSheetAuditing)UnoRuntime.queryInterface(XSheetAuditing.class, xS… in before()
142 XModel xModel = (XModel)UnoRuntime.queryInterface(XModel.class, oObj); in after()
[all …]
/trunk/main/scripting/examples/beanshell/MemoryUsage/
H A Dmemusage.bsh43 UnoRuntime.queryInterface(
50 UnoRuntime.queryInterface(XSpreadsheetDocument.class, comp);
53 UnoRuntime.queryInterface(XIndexAccess.class, doc.getSheets());
86 UnoRuntime.queryInterface(XCellRangeAddressable.class, myRange);
94 UnoRuntime.queryInterface( XTableChartsSupplier.class, sheet);
102 UnoRuntime.queryInterface( XNameAccess.class, charts);
105 UnoRuntime.queryInterface(
109 UnoRuntime.queryInterface( XEmbeddedObjectSupplier.class, tchart );
113 UnoRuntime.queryInterface(XChartDocument.class, xifc);
116 UnoRuntime.queryInterface(XMultiServiceFactory.class, xChart);
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DConfigHelper.java105 UnoRuntime.queryInterface( in ConfigHelper()
125 m_xConfig = (XHierarchicalNameAccess)UnoRuntime.queryInterface( in ConfigHelper()
140 XPropertySet xPath = (XPropertySet)UnoRuntime.queryInterface( in readRelativeKey()
159 XPropertySet xPath = (XPropertySet)UnoRuntime.queryInterface( in writeRelativeKey()
180 XChangesBatch xBatch = (XChangesBatch)UnoRuntime.queryInterface( in flush()
236 xChildAccess = (XNameReplace) UnoRuntime.queryInterface( in getOrInsertGroup()
251 UnoRuntime.queryInterface(XNameContainer.class,xNewChild); in getOrInsertGroup()
275 xProp = (XPropertySet)UnoRuntime.queryInterface( in updateGroupProperty()
319 xGroupAccess = (XNameReplace) UnoRuntime.queryInterface( in insertOrUpdateExtensibleGroupProperty()
329 xExtGroupCont = (XNameContainer) UnoRuntime.queryInterface( in insertOrUpdateExtensibleGroupProperty()
[all …]
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DUISettings.java53 XFormController tableViewController = UnoRuntime.queryInterface( XFormController.class, in checkTableFormattingPersistence()
55 XPropertySet tableControlModel = UnoRuntime.queryInterface( XPropertySet.class, in checkTableFormattingPersistence()
80 tableViewController = UnoRuntime.queryInterface( XFormController.class, in checkTableFormattingPersistence()
82 tableControlModel = UnoRuntime.queryInterface( XPropertySet.class, in checkTableFormattingPersistence()
107 XFormController tableViewController = UnoRuntime.queryInterface( XFormController.class, in checkTransparentQueryColumnSettings()
109 XNameAccess tableControlModel = UnoRuntime.queryInterface( XNameAccess.class, in checkTransparentQueryColumnSettings()
113 …XPropertySet idColumn = UnoRuntime.queryInterface( XPropertySet.class, tableControlModel.getByName… in checkTransparentQueryColumnSettings()
119 …XCloseable closeSubComponent = UnoRuntime.queryInterface( XCloseable.class, tableView.getFrame() ); in checkTransparentQueryColumnSettings()
126 XFormController queryViewController = UnoRuntime.queryInterface( XFormController.class, in checkTransparentQueryColumnSettings()
128 tableControlModel = UnoRuntime.queryInterface( XNameAccess.class, in checkTransparentQueryColumnSettings()
[all …]
/trunk/main/odk/examples/java/Spreadsheet/
H A DEuroAdaption.java90 xActionInterface = (XActionLockable) UnoRuntime.queryInterface( in main()
99 XIndexAccess xElements = (XIndexAccess) UnoRuntime.queryInterface( in main()
103 xSheet = (XSpreadsheet) UnoRuntime.queryInterface( in main()
149 (XCellFormatRangesSupplier)UnoRuntime.queryInterface( in Convert()
154 (XEnumerationAccess)UnoRuntime.queryInterface( in Convert()
165 XCellRange xCellRange = (XCellRange) UnoRuntime.queryInterface( in Convert()
217 UnoRuntime.queryInterface( in Convert()
231 XCell xCell = (XCell) UnoRuntime.queryInterface( in Convert()
322 xDesktop = (XDesktop) UnoRuntime.queryInterface( in getDesktop()
345 aSheetDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface( in createSheetdocument()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_stm/
H A DObjectInputStream.java107 UnoRuntime.queryInterface( in initialize()
211 UnoRuntime.queryInterface(XActiveDataSource.class, ostream); in createTestEnvironment()
214 UnoRuntime.queryInterface(XActiveDataSource.class, mostream); in createTestEnvironment()
217 UnoRuntime.queryInterface(XOutputStream.class, mostream); in createTestEnvironment()
220 UnoRuntime.queryInterface(XOutputStream.class, aPipe); in createTestEnvironment()
222 UnoRuntime.queryInterface(XInputStream.class, aPipe); in createTestEnvironment()
228 UnoRuntime.queryInterface(XObjectInputStream.class, istream); in createTestEnvironment()
231 UnoRuntime.queryInterface(XObjectOutputStream.class, ostream); in createTestEnvironment()
234 UnoRuntime.queryInterface(XActiveDataSink.class, mistream); in createTestEnvironment()
236 UnoRuntime.queryInterface(XInputStream.class, mistream); in createTestEnvironment()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_streams.uno/
H A DObjectInputStream.java105 UnoRuntime.queryInterface( in initialize()
208 UnoRuntime.queryInterface(XActiveDataSource.class, ostream); in createTestEnvironment()
211 UnoRuntime.queryInterface(XActiveDataSource.class, mostream); in createTestEnvironment()
214 UnoRuntime.queryInterface(XOutputStream.class, mostream); in createTestEnvironment()
217 UnoRuntime.queryInterface(XOutputStream.class, aPipe); in createTestEnvironment()
219 UnoRuntime.queryInterface(XInputStream.class, aPipe); in createTestEnvironment()
225 UnoRuntime.queryInterface(XObjectInputStream.class, istream); in createTestEnvironment()
228 UnoRuntime.queryInterface(XObjectOutputStream.class, ostream); in createTestEnvironment()
231 UnoRuntime.queryInterface(XActiveDataSink.class, mistream); in createTestEnvironment()
233 UnoRuntime.queryInterface(XInputStream.class, mistream); in createTestEnvironment()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/animation/
H A DCustomAnimation.java156 XDrawPage xDrawPage = (XDrawPage) UnoRuntime.queryInterface( in testShapeAnimation()
162 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, in testShapeAnimation()
229 XTextRange xTextRange = (XTextRange) UnoRuntime.queryInterface( in addPortion()
233 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in addPortion()
244 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
246 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
250 sdDocument = (XPresentationSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
265 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in saveAndLoadSlide()
269 sdDocument = (XPresentationSupplier) UnoRuntime.queryInterface( in saveAndLoadSlide()
293 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sd/
H A DDrawController_HandoutView.java98 UnoRuntime.queryInterface( in initialize()
180 UnoRuntime.queryInterface(XIndexAccess.class,the_pages); in createTestEnvironment()
200 UnoRuntime.queryInterface(XShapes.class, oDrawPage); in createTestEnvironment()
223 UnoRuntime.queryInterface(XModel.class, xDrawDoc); in createTestEnvironment()
231 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
233 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment()
256 UnoRuntime.queryInterface(XShapes.class, oShapeCol1); in createTestEnvironment()
258 UnoRuntime.queryInterface(XShapes.class, oShapeCol2); in createTestEnvironment()
269 UnoRuntime.queryInterface(XIndexAccess.class, o1); in createTestEnvironment()
295 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
[all …]
H A DDrawController_NotesView.java98 UnoRuntime.queryInterface( in initialize()
177 UnoRuntime.queryInterface(XIndexAccess.class,the_pages); in createTestEnvironment()
197 UnoRuntime.queryInterface(XShapes.class, oDrawPage); in createTestEnvironment()
220 UnoRuntime.queryInterface(XModel.class, xDrawDoc); in createTestEnvironment()
228 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
230 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment()
253 UnoRuntime.queryInterface(XShapes.class, oShapeCol1); in createTestEnvironment()
255 UnoRuntime.queryInterface(XShapes.class, oShapeCol2); in createTestEnvironment()
266 UnoRuntime.queryInterface(XIndexAccess.class, o1); in createTestEnvironment()
292 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
[all …]

Completed in 117 milliseconds

12345678910>>...89