Home
last modified time | relevance | path

Searched refs:UnoRuntime (Results 126 – 150 of 1548) sorted by relevance

12345678910>>...62

/aoo4110/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java44 import com.sun.star.uno.UnoRuntime;
196 docMSF = UnoRuntime.queryInterface(XMultiServiceFactory.class, document); in load()
931 return UnoRuntime.queryInterface(XTextContent.class, placeHolder); in createPlaceHolder()
1196 table = UnoRuntime.queryInterface(XTextTable.class, t); in Topics()
1601 return UnoRuntime.queryInterface(XNamed.class, obj).getName(); in getName()
1612 XTableRows rows = UnoRuntime.queryInterface(XTextTable.class, table).getRows(); in removeTableRows()
1713 o = UnoRuntime.queryInterface(XText.class, textRange); in format()
1716 o = UnoRuntime.queryInterface(XTextRange.class, textRange).getText(); in format()
1718 XTextRange xtr = UnoRuntime.queryInterface(XTextRange.class, textRange); in format()
1759 UnoRuntime.queryInterface(XTextRange.class, textRange).setString(text); in write()
[all …]
/aoo4110/main/dbaccess/qa/complex/dbaccess/
H A DUISettings.java32 import com.sun.star.uno.UnoRuntime;
53 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()
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 …]
/aoo4110/main/toolkit/test/accessibility/
H A DSimpleOffice.java49 import com.sun.star.uno.UnoRuntime;
98 (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()
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 …]
/aoo4110/main/forms/qa/integration/forms/
H A DFormLayer.java27 import com.sun.star.uno.UnoRuntime;
95 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()
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.java31 import com.sun.star.uno.UnoRuntime;
138 … 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()
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 …]
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DSimpleOffice.java52 import com.sun.star.uno.UnoRuntime;
95 (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()
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 …]
/aoo4110/main/qadevOOo/tests/java/mod/_toolkit/
H A DUnoControlDialog.java37 import com.sun.star.uno.UnoRuntime;
114 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()
162 butModel = (XControlModel) UnoRuntime.queryInterface( in createTestEnvironment()
173 ctrlCont = (XControlContainer) UnoRuntime.queryInterface( in createTestEnvironment()
[all …]
/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java58 import com.sun.star.uno.UnoRuntime;
139 ifc = UnoRuntime.queryInterface( in PropertySetMixin()
141 (UnoRuntime.queryInterface( in PropertySetMixin()
581 refl = UnoRuntime.queryInterface( in getReflection()
617 UnoRuntime.queryInterface( in initProperties()
740 XIdlField2 f = UnoRuntime.queryInterface( in setProperty()
746 UnoRuntime.queryInterface( in setProperty()
932 UnoRuntime.queryInterface( in wrapValue()
959 UnoRuntime.queryInterface( in wrapValue()
979 UnoRuntime.queryInterface( in wrapValue()
[all …]
/aoo4110/main/wizards/com/sun/star/wizards/text/
H A DTextTableHandler.java41 import com.sun.star.uno.UnoRuntime;
68 … 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()
174 … XTextContent xTextContentTable = UnoRuntime.queryInterface(XTextContent.class, oTextTable); in removeTextTable()
207 XNamed xTextTableName = UnoRuntime.queryInterface(XNamed.class, oTextTable); in renameTextTable()
[all …]
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/
H A D_XDocumentAuditing.java42 import com.sun.star.uno.UnoRuntime;
64 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()
142 XModel xModel = (XModel)UnoRuntime.queryInterface(XModel.class, oObj); in after()
[all …]
/aoo4110/main/scripting/examples/beanshell/MemoryUsage/
H A Dmemusage.bsh21 import com.sun.star.uno.UnoRuntime;
43 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(
113 UnoRuntime.queryInterface(XChartDocument.class, xifc);
116 UnoRuntime.queryInterface(XMultiServiceFactory.class, xChart);
[all …]
/aoo4110/main/qadevOOo/tests/java/mod/_streams.uno/
H A DObjectInputStream.java37 import com.sun.star.uno.UnoRuntime;
105 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()
[all …]
/aoo4110/main/qadevOOo/tests/java/mod/_stm/
H A DObjectInputStream.java45 import com.sun.star.uno.UnoRuntime;
107 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()
[all …]
/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DConfiguration.java32 import com.sun.star.uno.UnoRuntime;
113 return UnoRuntime.queryInterface(XNameAccess.class, parent).getByName(name); in getNode()
156 return UnoRuntime.queryInterface(XNameAccess.class, parent).getByName(name); in getConfigurationNode()
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 …]
/aoo4110/main/qadevOOo/tests/java/mod/_dbaccess/
H A DSbaXGridControl.java61 import com.sun.star.uno.UnoRuntime;
162 XExtendedToolkit tk = (XExtendedToolkit) UnoRuntime.queryInterface( in cleanup()
167 XWindow xWindow = (XWindow) UnoRuntime.queryInterface(XWindow.class, in cleanup()
189 XCloseable closer = (XCloseable) UnoRuntime.queryInterface( in cleanup()
256 XControlAccess the_access = (XControlAccess) UnoRuntime.queryInterface( in createTestEnvironment()
261 columns = (XGridColumnFactory) UnoRuntime.queryInterface( in createTestEnvironment()
329 the_access = (XControlAccess) UnoRuntime.queryInterface( in createTestEnvironment()
339 win = (XWindow) UnoRuntime.queryInterface(XWindow.class, cntrl); in createTestEnvironment()
404 final XPropertySet ps = (XPropertySet) UnoRuntime.queryInterface( in createTestEnvironment()
461 aControl = (XControlModel) UnoRuntime.queryInterface( in createGrid()
[all …]
/aoo4110/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java29 import com.sun.star.uno.UnoRuntime;
82 UnoRuntime.queryInterface(XPropertySet.class, xMSF); in before()
92 UnoRuntime.queryInterface(XSAXDocumentBuilder.class, in testXSAXDocumentBuilder()
100 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXDocumentBuilder()
150 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXDocument()
569 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXDocumentFragment()
771 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXElement()
1153 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXAttr()
2449 UnoRuntime.queryInterface(XXPathAPI.class, in testXXPathAPI()
2587 UnoRuntime.queryInterface(XXPathAPI.class, in testXXPathObject()
[all …]
/aoo4110/test/testuno/source/fvt/uno/sw/frame/
H A DFrameBorder.java42 import com.sun.star.uno.UnoRuntime;
61 …xTextDocument =(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swri… in testInsertFrame()
65 …xWriterFactory =(XMultiServiceFactory)UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextD… in testInsertFrame()
67 …XTextFrame xTextFrame = (XTextFrame)UnoRuntime.queryInterface(XTextFrame.class, xWriterFactory.cre… in testInsertFrame()
69 …XPropertySet xTextFramerops = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextFra… in testInsertFrame()
94 …XTextFramesSupplier xTFS_odt = (XTextFramesSupplier) UnoRuntime.queryInterface(XTextFramesSupplier… in testInsertFrame()
96 …XPropertySet xFrameProps_Assert_odt = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, … in testInsertFrame()
97 …BorderLine LeftBorder_Assert_odt=(BorderLine) UnoRuntime.queryInterface(BorderLine.class, xFramePr… in testInsertFrame()
102 …BorderLine RightBorder_Assert_odt=(BorderLine) UnoRuntime.queryInterface(BorderLine.class, xFrameP… in testInsertFrame()
107 …BorderLine TopBorder_Assert_odt=(BorderLine) UnoRuntime.queryInterface(BorderLine.class, xFramePro… in testInsertFrame()
[all …]
/aoo4110/main/odk/examples/java/Spreadsheet/
H A DEuroAdaption.java59 import com.sun.star.uno.UnoRuntime;
90 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()
[all …]
/aoo4110/test/testuno/source/fvt/uno/sd/animation/
H A DCustomAnimation.java58 import com.sun.star.uno.UnoRuntime;
156 XDrawPage xDrawPage = (XDrawPage) UnoRuntime.queryInterface( in testShapeAnimation()
162 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, in testShapeAnimation()
229 XTextRange xTextRange = (XTextRange) 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 …]
/aoo4110/main/qadevOOo/tests/java/mod/_sd/
H A DDrawController_HandoutView.java53 import com.sun.star.uno.UnoRuntime;
98 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()
295 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
[all …]
H A DDrawController_NotesView.java53 import com.sun.star.uno.UnoRuntime;
98 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()
292 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
[all …]
H A DDrawController_OutlineView.java53 import com.sun.star.uno.UnoRuntime;
98 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()
292 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
[all …]
H A DDrawController_PresentationView.java53 import com.sun.star.uno.UnoRuntime;
98 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()
292 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
[all …]
/aoo4110/main/odk/examples/DevelopersGuide/Charts/
H A DSelectionChangeListener.java27 import com.sun.star.uno.UnoRuntime;
78 CellRangeAddress aRangeAddress = ((XCellRangeAddressable) UnoRuntime.queryInterface( in SelectionChangeListener()
108 XSelectionSupplier aSelSupp = (XSelectionSupplier) UnoRuntime.queryInterface( in run()
110 (((XModel) UnoRuntime.queryInterface( in run()
119 XComponent aComp = (XComponent) UnoRuntime.queryInterface( XComponent.class, aSelSupp ); in run()
139 XSelectionSupplier aCtrl = (XSelectionSupplier) UnoRuntime.queryInterface( in disposing()
145 XComponent aComp = (XComponent) UnoRuntime.queryInterface( XComponent.class, aSourceObj ); in disposing()
157 … XController aCtrl = (XController) UnoRuntime.queryInterface( XController.class, aEvent.Source ); in selectionChanged()
190 aDesktop = (XDesktop) UnoRuntime.queryInterface(XDesktop.class, oDesktop); in run()
191 aToolKit = (XInterface) UnoRuntime.queryInterface(XInterface.class, oToolKit); in run()
[all …]
/aoo4110/main/odk/examples/DevelopersGuide/Drawing/
H A DStyleDemo.java26 import com.sun.star.uno.UnoRuntime;
83 (XModel)UnoRuntime.queryInterface( in main()
87 UnoRuntime.queryInterface( in main()
104 UnoRuntime.queryInterface( in main()
112 UnoRuntime.queryInterface( in main()
117 UnoRuntime.queryInterface( XPropertySet.class, xStyle ); in main()
139 UnoRuntime.queryInterface( com.sun.star.style.XStyle.class, obj ); in main()
142 (XDrawPagesSupplier)UnoRuntime.queryInterface( in main()
145 XDrawPage xDrawPage = (XDrawPage)UnoRuntime.queryInterface( in main()
147 XShapes xShapes = (XShapes)UnoRuntime.queryInterface(XShapes.class, in main()
[all …]

Completed in 154 milliseconds

12345678910>>...62