Home
last modified time | relevance | path

Searched refs:UnoRuntime (Results 151 – 175 of 1548) sorted by relevance

12345678910>>...62

/aoo4110/main/qadevOOo/runner/util/
H A DDBTools.java32 import com.sun.star.uno.UnoRuntime;
175 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()
531 XCloseable xClose = (XCloseable) UnoRuntime.queryInterface in deleteAllRows()
566 XRowUpdate rowUpdt = (XRowUpdate) UnoRuntime.queryInterface in addRowToTestTable()
[all …]
/aoo4110/main/qadevOOo/tests/java/mod/_dbaccess/
H A DORowSet.java54 import com.sun.star.uno.UnoRuntime;
300 XPropertySet rowSetProps = UnoRuntime.queryInterface( XPropertySet.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 …]
H A DOQueryDesign.java50 import com.sun.star.uno.UnoRuntime;
71 xDesk = (XDesktop) UnoRuntime.queryInterface( in initialize()
82 UnoRuntime.queryInterface(XDispatchProvider.class,xDesk); in createTestEnvironment()
92 xNameAccess = (XNameAccess) UnoRuntime.queryInterface( in createTestEnvironment()
100 xDS = (XDataSource) UnoRuntime.queryInterface( in createTestEnvironment()
110 xNameAccess = (XNameAccess) UnoRuntime.queryInterface( in createTestEnvironment()
158 XNameAccess xNA = (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class, oDBC); in createTestEnvironment()
185 XModel xDocMod = (XModel) UnoRuntime.queryInterface(XModel.class, xTextDoc); in createTestEnvironment()
257 XNameAccess xNA = (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class, oDBC); in getUnititializedObj()
266 XModel xMod = (XModel) UnoRuntime.queryInterface(XModel.class, xDDS.getDatabaseDocument ()); in getUnititializedObj()
[all …]
/aoo4110/test/testuno/source/fvt/uno/sd/chart/
H A DChartTypes.java52 import com.sun.star.uno.UnoRuntime;
92 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertAreaChart()
116 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertBubbleChart()
139 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertBarChart()
161 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertConeChart()
168 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testInsertConeChart()
239 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
241 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
261 return (XShape) UnoRuntime.queryInterface(XShape.class, in saveAndLoadShape()
284 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc()
[all …]
/aoo4110/main/odk/examples/DevelopersGuide/Drawing/
H A DControlAndSelectDemo.java26 import com.sun.star.uno.UnoRuntime;
81 (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()
[all …]
/aoo4110/main/qadevOOo/tests/java/mod/_forms/
H A DODatabaseForm.java69 import com.sun.star.uno.UnoRuntime;
322 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()
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 …]
/aoo4110/main/qadevOOo/tests/java/mod/_sd/
H A DSdUnoPresView.java52 import com.sun.star.uno.UnoRuntime;
95 UnoRuntime.queryInterface( in initialize()
171 UnoRuntime.queryInterface(XIndexAccess.class,the_pages); in createTestEnvironment()
198 UnoRuntime.queryInterface(XShapes.class, oDrawPage); in createTestEnvironment()
204 UnoRuntime.queryInterface(XShapes.class, secondDrawPage); in createTestEnvironment()
210 UnoRuntime.queryInterface(XModel.class, xImpressDoc); in createTestEnvironment()
215 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
217 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment()
233 UnoRuntime.queryInterface(XIndexAccess.class, o1); in createTestEnvironment()
235 UnoRuntime.queryInterface(XIndexAccess.class, o2); in createTestEnvironment()
[all …]
/aoo4110/main/toolkit/test/accessibility/
H A DInformationWriter.java50 import com.sun.star.uno.UnoRuntime;
119 XShape xShape = (XShape) UnoRuntime.queryInterface( in showShapes()
123 (XShapeDescriptor) UnoRuntime.queryInterface( in showShapes()
129 (XPropertySet) UnoRuntime.queryInterface( in showShapes()
183 XServiceName xSN = (XServiceName) UnoRuntime.queryInterface ( in showInfo()
194 XServiceInfo xSI = (XServiceInfo) UnoRuntime.queryInterface ( in showInfo()
258 = (XAccessibleContext) UnoRuntime.queryInterface ( in showAccessibility()
263 = (XAccessible) UnoRuntime.queryInterface ( in showAccessibility()
318 (XIndexAccess) UnoRuntime.queryInterface ( in showAccessibility()
358 (XAccessibleComponent) UnoRuntime.queryInterface ( in showAccessibleComponent()
[all …]
/aoo4110/main/qadevOOo/tests/java/mod/_sc/
H A DScDataPilotFieldGroupsObj.java42 import com.sun.star.uno.UnoRuntime;
94 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()
283 …XIndexAccess xIA = (XIndexAccess) UnoRuntime.queryInterface (XIndexAccess.class,DPTS.getDataPilotT… in createTestEnvironment()
316 … xIA = (XIndexAccess) UnoRuntime.queryInterface (XIndexAccess.class,DPTS.getDataPilotTables ()); in createTestEnvironment()
339 … xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, datapilotfield); in createTestEnvironment()
[all …]
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DInformationWriter.java53 import com.sun.star.uno.UnoRuntime;
123 XShape xShape = (XShape) UnoRuntime.queryInterface( in showShapes()
127 (XShapeDescriptor) UnoRuntime.queryInterface( in showShapes()
133 (XPropertySet) UnoRuntime.queryInterface( in showShapes()
187 XServiceName xSN = (XServiceName) UnoRuntime.queryInterface ( in showInfo()
198 XServiceInfo xSI = (XServiceInfo) UnoRuntime.queryInterface ( in showInfo()
262 = (XAccessibleContext) UnoRuntime.queryInterface ( in showAccessibility()
267 = (XAccessible) UnoRuntime.queryInterface ( in showAccessibility()
322 (XIndexAccess) UnoRuntime.queryInterface ( in showAccessibility()
362 (XAccessibleComponent) UnoRuntime.queryInterface ( in showAccessibleComponent()
[all …]
/aoo4110/test/testuno/source/fvt/uno/sd/shape/
H A DShapeTypes.java48 import com.sun.star.uno.UnoRuntime;
81 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testLineShape()
85 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testLineShape()
90 XPropertySet xPropSet2 = (XPropertySet) UnoRuntime.queryInterface( in testLineShape()
105 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testBasicShape()
110 XPropertySet xPropSet2 = (XPropertySet) UnoRuntime.queryInterface( in testBasicShape()
126 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
128 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
148 return (XShape) UnoRuntime.queryInterface(XShape.class, in saveAndLoadShape()
171 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc()
[all …]
/aoo4110/test/testuno/source/fvt/uno/sd/slideshow/
H A DSlideShow.java48 import com.sun.star.uno.UnoRuntime;
84 XShapes xShapes1 = (XShapes) UnoRuntime.queryInterface(XShapes.class, in testSlideShow()
92 XShapes xShapes2 = (XShapes) UnoRuntime.queryInterface(XShapes.class, in testSlideShow()
100 XShapes xShapes3 = (XShapes) UnoRuntime.queryInterface(XShapes.class, in testSlideShow()
135 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
137 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
140 sdDocument = (XPresentationSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
155 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in saveAndLoadSlide()
159 sdDocument = (XPresentationSupplier) UnoRuntime.queryInterface( in saveAndLoadSlide()
183 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc()
[all …]
/aoo4110/main/odk/examples/DevelopersGuide/GUI/
H A DSystemDialog.java32 import com.sun.star.uno.UnoRuntime;
72 … XFilePicker xFilePicker = (XFilePicker) UnoRuntime.queryInterface(XFilePicker.class, oFilePicker); in raiseSaveAsDialog()
79 …XPropertySet xPropertySet = (XPropertySet) com.sun.star.uno.UnoRuntime.queryInterface(XPropertySet… in raiseSaveAsDialog()
85 …XFilterManager xFilterManager = (XFilterManager) UnoRuntime.queryInterface(XFilterManager.class, x… in raiseSaveAsDialog()
90 …XInitialization xInitialize = (XInitialization) UnoRuntime.queryInterface(XInitialization.class, x… in raiseSaveAsDialog()
98 xComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, xFilePicker); in raiseSaveAsDialog()
101 …XExecutableDialog xExecutable = (XExecutableDialog) UnoRuntime.queryInterface(XExecutableDialog.cl… in raiseSaveAsDialog()
127 …XPropertySet xPropertySet = (XPropertySet) com.sun.star.uno.UnoRuntime.queryInterface(XPropertySet… in getWorkPath()
149 …XFolderPicker xFolderPicker = (XFolderPicker) UnoRuntime.queryInterface(XFolderPicker.class, oFold… in raiseFolderPicker()
150 …XExecutableDialog xExecutable = (XExecutableDialog) UnoRuntime.queryInterface(XExecutableDialog.cl… in raiseFolderPicker()
[all …]
/aoo4110/main/odk/examples/java/Inspector/
H A DInspector.java42 import com.sun.star.uno.UnoRuntime;
108 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNameAcce… in getSDKPath()
145 …XFolderPicker xFolderPicker = (XFolderPicker) UnoRuntime.queryInterface(XFolderPicker.class, oFold… in assignSDKPath()
147 … XComponent xComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, oFolderPicker); in assignSDKPath()
158 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNameAcce… in assignSDKPath()
160 …XChangesBatch xBatch = (XChangesBatch) UnoRuntime.queryInterface(XChangesBatch.class, xNameAccess); in assignSDKPath()
166 … XWindowPeer xWindowPeer = (XWindowPeer) UnoRuntime.queryInterface(XWindowPeer.class, oWindow); in assignSDKPath()
182 … XComponent xComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, xMessageBox); in showErrorMessageBox()
253 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNameAcce… in setSourceCodeLanguage()
268 …XChangesBatch xBatch = (XChangesBatch) UnoRuntime.queryInterface(XChangesBatch.class, xNameAccess); in setSourceCodeLanguage()
[all …]
/aoo4110/main/forms/qa/integration/forms/
H A DFormComponent.java25 import com.sun.star.uno.UnoRuntime;
55 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()
[all …]
/aoo4110/main/wizards/com/sun/star/wizards/text/
H A DTextSectionHandler.java40 import com.sun.star.uno.UnoRuntime;
58 … xTextSectionsSupplier = UnoRuntime.queryInterface(XTextSectionsSupplier.class, xTextDocument); in TextSectionHandler()
88 …XIndexAccess xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplie… in removeLastTextSection()
102 …XTextContent xTextContentTextSection = UnoRuntime.queryInterface(XTextContent.class, _oTextSection… in removeTextSection()
115 …XIndexAccess xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplie… in removeInvisibleTextSections()
120 …XPropertySet xTextSectionPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xTextContentT… in removeInvisibleTextSections()
138 …XIndexAccess xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplie… in removeAllTextSections()
143 …XPropertySet xTextSectionPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xTextContentT… in removeAllTextSections()
158 …XIndexAccess xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplie… in breakLinkofTextSections()
217 XNamed xSectionName = UnoRuntime.queryInterface(XNamed.class, oTextSection); in linkSectiontoTemplate()
[all …]
/aoo4110/main/qadevOOo/tests/java/mod/_fwk/
H A DJobExecutor.java48 import com.sun.star.uno.UnoRuntime;
133 UnoRuntime.queryInterface(XMultiServiceFactory.class, obj); in initialize()
143 jobs = (XNameAccess) UnoRuntime.queryInterface in initialize()
146 events = (XNameAccess) UnoRuntime.queryInterface in initialize()
161 UnoRuntime.queryInterface(XSingleServiceFactory.class, jobs); in initialize()
164 UnoRuntime.queryInterface(XNameReplace.class, oNewJob); in initialize()
167 UnoRuntime.queryInterface(XNameContainer.class, jobs); in initialize()
176 UnoRuntime.queryInterface(XNameAccess.class, oNewEvent); in initialize()
191 UnoRuntime.queryInterface(XNameContainer.class, events); in initialize()
195 UnoRuntime.queryInterface(XChangesBatch.class, oRootCfg); in initialize()
[all …]
/aoo4110/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphStyle.java57 import com.sun.star.uno.UnoRuntime;
92 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in ParaStyle()
132 XMultiServiceFactory xFactory = (XMultiServiceFactory) UnoRuntime in createShape()
142 XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xObj); in createShape()
150 XText xText = (XText)UnoRuntime.queryInterface(XText.class, xShape); in addPortion()
157 XTextRange xTextRange = (XTextRange)UnoRuntime.queryInterface(XTextRange.class, xTextCursor); in addPortion()
170 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
172 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
191 return (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
214 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc()
[all …]
/aoo4110/main/qadevOOo/runner/helper/
H A DConfigHelper.java103 UnoRuntime.queryInterface( in ConfigHelper()
123 m_xConfig = (XHierarchicalNameAccess)UnoRuntime.queryInterface( in ConfigHelper()
138 XPropertySet xPath = (XPropertySet)UnoRuntime.queryInterface( in readRelativeKey()
157 XPropertySet xPath = (XPropertySet)UnoRuntime.queryInterface( in writeRelativeKey()
178 XChangesBatch xBatch = (XChangesBatch)UnoRuntime.queryInterface( in flush()
234 xChildAccess = (XNameReplace) UnoRuntime.queryInterface( in getOrInsertGroup()
249 UnoRuntime.queryInterface(XNameContainer.class,xNewChild); in getOrInsertGroup()
273 xProp = (XPropertySet)UnoRuntime.queryInterface( in updateGroupProperty()
317 xGroupAccess = (XNameReplace) UnoRuntime.queryInterface( in insertOrUpdateExtensibleGroupProperty()
327 xExtGroupCont = (XNameContainer) UnoRuntime.queryInterface( in insertOrUpdateExtensibleGroupProperty()
[all …]
/aoo4110/main/odk/examples/java/ToDo/
H A DToDo.java34 import com.sun.star.uno.UnoRuntime;
171 ( XSpreadsheetDocument ) UnoRuntime.queryInterface( in recalc()
176 UnoRuntime.queryInterface( XIndexAccess.class, in recalc()
185 UnoRuntime.queryInterface( XCellRange.class, xspreadsheet ); in recalc()
207 UnoRuntime.queryInterface(XFunctionAccess.class, in recalc()
269 UnoRuntime.queryInterface(XPropertySet.class, in recalc()
284 UnoRuntime.queryInterface( XSimpleText.class, xcell ); in recalc()
312 UnoRuntime.queryInterface( XTextField.class, in recalc()
317 UnoRuntime.queryInterface( XPropertySet.class, in recalc()
329 XText xtext = ( XText )UnoRuntime.queryInterface( in recalc()
[all …]
/aoo4110/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTFilterOLEExtracter.java45 import com.sun.star.uno.UnoRuntime;
112 … XSeekable xSeek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, m_RootStream); in getByName()
141 XInputStream xSubStream = (XInputStream) UnoRuntime.queryInterface(XInputStream.class, in getEncodedSubStorage()
148 XSeekable xSeek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, xSubStream); in getEncodedSubStorage()
185 xTempFileStream = (XStream) UnoRuntime.queryInterface(XStream.class, oTempFile); in CreateTempFileStream()
206 XSeekable xSeek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, xInput); in loadRootStorageFromBase64()
217 … m_Storage = (XNameContainer) UnoRuntime.queryInterface(XNameContainer.class, oTempStorage); in loadRootStorageFromBase64()
272 XSeekable xSeek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, xInput); in insertSubStorage()
326 XConnector xConnector = (XConnector) UnoRuntime.queryInterface(XConnector.class, x); in connectAwareGetServiceFactory()
339 XBridgeFactory xBridgeFactory = (XBridgeFactory) UnoRuntime.queryInterface( in connectAwareGetServiceFactory()
[all …]
/aoo4110/main/odk/examples/java/Drawing/
H A DSDraw.java33 import com.sun.star.uno.UnoRuntime;
88 (com.sun.star.container.XIndexAccess)UnoRuntime.queryInterface( in main()
90 xDrawPage = (com.sun.star.drawing.XDrawPage)UnoRuntime.queryInterface( in main()
102 UnoRuntime.queryInterface( in main()
155 (com.sun.star.lang.XMultiServiceFactory) UnoRuntime.queryInterface( in createShape()
161 xShape = (com.sun.star.drawing.XShape)UnoRuntime.queryInterface( in createShape()
176 UnoRuntime.queryInterface( in createShape()
196 UnoRuntime.queryInterface(com.sun.star.drawing.XShapes.class, xDP); in createSequence()
208 (com.sun.star.lang.XMultiServiceFactory)UnoRuntime.queryInterface( in createSequence()
214 xShape = (com.sun.star.drawing.XShape)UnoRuntime.queryInterface( in createSequence()
[all …]
/aoo4110/main/sw/qa/complex/accessibility/
H A DAccessibleRelationSet.java39 import com.sun.star.uno.UnoRuntime;
69 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()
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 …]
/aoo4110/test/testuno/source/fvt/uno/sd/animation/
H A DTextAnimation.java57 import com.sun.star.uno.UnoRuntime;
98 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, in testTextAnimation()
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 …]
/aoo4110/test/testuno/source/fvt/uno/sd/textbox/
H A DLineProperties.java51 import com.sun.star.uno.UnoRuntime;
90 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()
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 …]

Completed in 142 milliseconds

12345678910>>...62