Home
last modified time | relevance | path

Searched refs:queryInterface (Results 26 – 50 of 1958) sorted by relevance

12345678910>>...79

/trunk/test/testuno/source/testlib/uno/
H A DSWUtil.java62 …XTextDocument document = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, component); in saveAsDoc()
71 XStorable store = (XStorable) UnoRuntime.queryInterface(XStorable.class, document); in saveAs()
81 XStorable store = (XStorable) UnoRuntime.queryInterface(XStorable.class, document); in save()
86 XStorable store = (XStorable) UnoRuntime.queryInterface(XStorable.class, document); in saveAndReload()
129 XDocumentPropertiesSupplier docPropsSupplier = UnoRuntime.queryInterface( in setDocumentProperty()
152 XNamed xBookmarkAsNamed = (XNamed) UnoRuntime.queryInterface(XNamed.class, xBookmark); in insertBookmark()
165 XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface( in insertColumnBreak()
179 XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface( in insertPageBreak()
194 XModel xmodel = (XModel)UnoRuntime.queryInterface(XModel.class, document); in getPageCount()
197 XPropertySet xps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xcont); in getPageCount()
[all …]
H A DShapeUtil.java60 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in createAndInsertShape()
72 .queryInterface(XMultiServiceFactory.class, xDrawDoc); in createShape()
74 xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xObj); in createShape()
88 XText xText = (XText) UnoRuntime.queryInterface(XText.class, xShape); in addPortion()
97 XTextRange xTextRange = (XTextRange) UnoRuntime.queryInterface( in addPortion()
101 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in addPortion()
122 xPropSet = (XPropertySet) UnoRuntime.queryInterface( in getPortion()
142 XTextRange xTextRange = (XTextRange) UnoRuntime.queryInterface( in getPortion()
157 .queryInterface(XEnumerationAccess.class, xText); in setPropertyForLastParagraph()
164 .queryInterface(XTextContent.class, xObj); in setPropertyForLastParagraph()
[all …]
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java85 xControl = UnoRuntime.queryInterface(XControl.class, xUnoDialog); in UnoDialog()
92 xComponent = UnoRuntime.queryInterface(XComponent.class, xUnoDialog); in UnoDialog()
93 xWindow = UnoRuntime.queryInterface(XWindow.class, xUnoDialog); in UnoDialog()
238 XView xView = UnoRuntime.queryInterface(XView.class, xControl2); in getMAPConversionFactor()
304 return UnoRuntime.queryInterface(XFixedText.class, oLabel); in insertLabel()
729 xDialog = UnoRuntime.queryInterface(XDialog.class, xUnoDialog); in executeDialog()
741 xDialog = UnoRuntime.queryInterface(XDialog.class, xUnoDialog); in setVisible()
765 XFrame frame = UnoRuntime.queryInterface(XFrame.class, xComponent); in executeDialog()
792 xControl = UnoRuntime.queryInterface(XControl.class, oControl); in setAutoMnemonic()
821 XToolkit xToolkit = UnoRuntime.queryInterface(XToolkit.class, tk); in createWindowPeer()
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DDialogFactory.java91 XButton okButton = (XButton) UnoRuntime.queryInterface( in showConfirmDialog()
95 XButton cancelButton = (XButton) UnoRuntime.queryInterface( in showConfirmDialog()
148 XButton okButton = (XButton) UnoRuntime.queryInterface( in showInputDialog()
157 UnoRuntime.queryInterface( in showInputDialog()
220 (XMultiServiceFactory) UnoRuntime.queryInterface( in createConfirmDialog()
251 buttonProps = (XPropertySet) UnoRuntime.queryInterface( in createConfirmDialog()
279 XWindow xWindow = (XWindow) UnoRuntime.queryInterface( in createConfirmDialog()
291 UnoRuntime.queryInterface(XPropertySet.class, o); in setDimensions()
328 (XMultiServiceFactory) UnoRuntime.queryInterface( in createInputDialog()
369 buttonProps = (XPropertySet) UnoRuntime.queryInterface( in createInputDialog()
[all …]
/trunk/main/framework/qa/complex/accelerators/
H A DAcceleratorsConfigurationTest.java570 … XNameAccess xKey = UnoRuntime.queryInterface(XNameAccess.class, xAccess.getByName(sKey)); in getCommandFromConfiguration()
576 sCommand = UnoRuntime.queryInterface(String.class, xCommand.getByName(sLocale)); in getCommandFromConfiguration()
589 XNameContainer xContainer = UnoRuntime.queryInterface(XNameContainer.class, xAccess); in insertKeyToConfiguration()
593 XInterface xInst = UnoRuntime.queryInterface(XInterface.class, xFac.createInstance()); in insertKeyToConfiguration()
597 XNameAccess xKey = UnoRuntime.queryInterface(XNameAccess.class, xContainer.getByName(sKey)); in insertKeyToConfiguration()
616 XNameContainer xContainer = UnoRuntime.queryInterface(XNameContainer.class, xAccess); in removeKeyFromConfiguration()
679 XPropertySet xUIConfigProps = UnoRuntime.queryInterface(XPropertySet.class, xUIConfig); in SaveDocumentAcceleratorConfiguration()
767 XPropertySet xSet = UnoRuntime.queryInterface(XPropertySet.class, xLocale); in getOfficeLocale()
787 XPropertySet xSet = UnoRuntime.queryInterface(XPropertySet.class, xLocale); in setOfficeLocale()
789 XChangesBatch xBatch = UnoRuntime.queryInterface(XChangesBatch.class, xRootConfig); in setOfficeLocale()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java216 UnoRuntime.queryInterface(XMultiServiceFactory.class, in createProvider()
427 ((XComponent)UnoRuntime.queryInterface(XComponent.class, xViewRoot)).dispose(); in readGridConfiguration()
456 (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class, xElement); in browseElementRecursively()
809 (XPropertyState)UnoRuntime.queryInterface(XPropertyState.class, xOptions);
835 (XChangesBatch) UnoRuntime.queryInterface(XChangesBatch.class,xViewRoot);
898 (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xDataSource);
921 (XChangesBatch) UnoRuntime.queryInterface(XChangesBatch.class,xViewRoot);
954 (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class,xViewRoot);
1059 (XChild) UnoRuntime.queryInterface(XChild.class,xResult);
1081 UnoRuntime.queryInterface(XChild.class, xNamedItem);
[all …]
/trunk/main/package/qa/storages/
H A DTestHelper.java130 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WriteBytesToSubstreamDefaultCompressed()
225 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WriteBytesToSubstream()
260 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WriteBytesToEncrSubstream()
295 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WBToSubstrOfEncr()
357 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WriteBytesToStreamH()
422 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WriteBytesToEncrStreamH()
485 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WBToSubstrOfEncrH()
556 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in ChangeStreamPass()
615 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in ChangeStreamPassH()
878 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in checkStream()
[all …]
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DDatabaseDocument.java261 final XSet globalFactory = UnoRuntime.queryInterface(XSet.class, getMSF()); in before()
352 final XCloseable closeDoc = UnoRuntime.queryInterface(XCloseable.class, _databaseDoc); in impl_closeDocument()
360 final XStorable storeDoc = UnoRuntime.queryInterface(XStorable.class, databaseDoc); in impl_createEmptyEmbeddedHSQLDocument()
410 XLoadable loadDoc = UnoRuntime.queryInterface(XLoadable.class, databaseDoc); in testLoadable()
430 loadDoc = UnoRuntime.queryInterface(XLoadable.class, databaseDoc); in testLoadable()
517 final XStorable storeDoc = UnoRuntime.queryInterface(XStorable.class, _document); in impl_storeDocument()
573 …ocumentDataSource dataSource = UnoRuntime.queryInterface(XDocumentDataSource.class, (UnoRuntime.qu… in testDocumentRevenants()
591 databaseDoc = UnoRuntime.queryInterface(XModel.class, dataSource.getDatabaseDocument()); in testDocumentRevenants()
680 final XStorable storeDoc = UnoRuntime.queryInterface(XStorable.class, databaseDoc); in testGlobalEvents()
750 final XCloseable closeDoc = UnoRuntime.queryInterface(XCloseable.class, databaseDoc); in testGlobalEvents()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DResizeHideShowRowColumn.java81 XModel scModel = (XModel) UnoRuntime.queryInterface(XModel.class, scDocument); in testResizeColumn()
94 PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aColumnObj); in testResizeColumn()
109 sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testResizeColumn()
119 PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aColumnObj); in testResizeColumn()
139 sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testResizeColumn()
172 XModel scModel = (XModel) UnoRuntime.queryInterface(XModel.class, scDocument); in testResizeRow()
186 PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj ); in testResizeRow()
201 sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testResizeRow()
211 PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testResizeRow()
231 sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testResizeRow()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterSpacing.java54 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testCharacterSpacing_Default()
60 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterSpacing_Default()
65 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterSpacing_Default()
75 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterSpacing_Default()
100 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testCharacterSpacing_Expand()
106 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterSpacing_Expand()
111 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterSpacing_Expand()
121 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterSpacing_Expand()
152 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterSpacing_Condens()
157 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterSpacing_Condens()
[all …]
H A DCharacterPosition.java55 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testCharacterSuperscriptSetting()
61 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterSuperscriptSetting()
67 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterSuperscriptSetting()
77 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterSuperscriptSetting()
104 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testCharacterSubscriptSetting()
110 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterSubscriptSetting()
116 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterSubscriptSetting()
126 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterSubscriptSetting()
159 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterDefaultPositionSetting()
165 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterDefaultPositionSetting()
[all …]
H A DCharacterRotationAndScaleWidth.java56 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testCharacterRotationZeroSetting()
62 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterRotationZeroSetting()
68 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterRotationZeroSetting()
78 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterRotationZeroSetting()
105 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testCharacterRotationNinetySetting()
111 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterRotationNinetySetting()
118 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterRotationNinetySetting()
128 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterRotationNinetySetting()
165 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterRotationDefineSetting()
171 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterRotationDefineSetting()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/
H A Dsdbcx.java75 XUnoUrlResolver urlResolver = (XUnoUrlResolver)UnoRuntime.queryInterface( in connect()
80 XNamingService rName = (XNamingService)UnoRuntime.queryInterface( in connect()
89 UnoRuntime.queryInterface( XMultiServiceFactory.class, rXsmgr ); in connect()
107 xDriver = (XDriver)UnoRuntime.queryInterface(XDriver.class,aDriver); in createConnection()
126 XDataDefinitionSupplier xDDSup = (XDataDefinitionSupplier)UnoRuntime.queryInterface( in createConnection()
196 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,key); in printKeys()
273 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,key); in printKeyProperties()
332 XAppend xAppend = (XAppend)UnoRuntime.queryInterface(XAppend.class,xColFac); in createTableSalesMen()
370 XAppend xKeyAppend = (XAppend)UnoRuntime.queryInterface(XAppend.class,xKeyFac); in createTableSalesMen()
385 XAppend xTableAppend = (XAppend)UnoRuntime.queryInterface(XAppend.class,xTabFac); in createTableSalesMen()
[all …]
/trunk/main/wizards/com/sun/star/wizards/document/
H A DOfficeDocument.java103 XModel xModel = UnoRuntime.queryInterface(XModel.class, xComponent); in dispose()
143 xComponentLoader = UnoRuntime.queryInterface(XComponentLoader.class, frame); in createNewDocument()
150 oDocument = UnoRuntime.queryInterface(XTextDocument.class, xComponent); in createNewDocument()
181 XFrame xF = UnoRuntime.queryInterface(XFrame.class, Desktop.getDesktop(xMSF)); in createNewFrame()
185 XFramesSupplier xFS = UnoRuntime.queryInterface(XFramesSupplier.class, xF); in createNewFrame()
188 XDesktop xDesktop = UnoRuntime.queryInterface(XDesktop.class, xF); in createNewFrame()
232 XWindow xWindow = UnoRuntime.queryInterface(XWindow.class, xPeer); in createNewPreviewFrame()
292 XStorable xStoreable = UnoRuntime.queryInterface(XStorable.class, xComponent); in store()
329 XModel xModel = UnoRuntime.queryInterface(XModel.class, xComponent); in close()
333 XCloseable xCloseable = UnoRuntime.queryInterface(XCloseable.class, xModel); in close()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/shape/
H A DShapeProperties.java110 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testInsertShape()
115 XPropertySet xPropSet2 = (XPropertySet) UnoRuntime.queryInterface( in testInsertShape()
150 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testShapeFillGradient()
186 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testShapeFillColor()
209 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testShapeFillHatch()
242 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testShapeLineStyle()
317 xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testShapeRotation()
355 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
357 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
397 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DJavaSampleChartAddIn.java78 maChartDocument = (XChartDocument) UnoRuntime.queryInterface( in initialize()
81 XPropertySet aDocProp = (XPropertySet) UnoRuntime.queryInterface( in initialize()
93 maDrawPage = (XDrawPage) UnoRuntime.queryInterface( in initialize()
125 aShape = (XShape) UnoRuntime.queryInterface( in refresh()
157 maTopLine = (XShape) UnoRuntime.queryInterface( in refresh()
180 maBottomLine = (XShape) UnoRuntime.queryInterface( in refresh()
215 XShape aXAxis = (XShape) UnoRuntime.queryInterface( in refresh()
216 XShape.class, ((XAxisXSupplier) UnoRuntime.queryInterface( in refresh()
218 XShape aYAxis = (XShape) UnoRuntime.queryInterface( in refresh()
219 XShape.class, ((XAxisYSupplier) UnoRuntime.queryInterface( in refresh()
[all …]
H A DCalcHelper.java85 XNameAccess aSheetsNA = (XNameAccess) UnoRuntime.queryInterface( in getChartSheet()
91 aSheet = (XSpreadsheet) UnoRuntime.queryInterface( in getChartSheet()
108 XNameAccess aSheetsNA = (XNameAccess) UnoRuntime.queryInterface( in getDataSheet()
116 aSheet = (XSpreadsheet) UnoRuntime.queryInterface( in getDataSheet()
152 aSheet = (XTableChartsSupplier) UnoRuntime.queryInterface( in insertChart()
183 aResult = (XChartDocument) UnoRuntime.queryInterface( in insertChart()
185 ((XEmbeddedObjectSupplier) UnoRuntime.queryInterface( in insertChart()
191 (XDiagram) UnoRuntime.queryInterface( in insertChart()
340 ((XSpreadsheetView) UnoRuntime.queryInterface( in raiseChartSheet()
342 ((XModel) UnoRuntime.queryInterface( in raiseChartSheet()
[all …]
/trunk/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java210 xNameAccess = UnoRuntime.queryInterface( XNameAccess.class, xDatabaseContext ); in getInterfaces()
320 xPropertySet = UnoRuntime.queryInterface( XPropertySet.class, oCommand ); in CommandObject()
322 … xColumns = UnoRuntime.queryInterface( XNameAccess.class, xCommandCols.getColumns() ); in CommandObject()
552 m_dataSource = UnoRuntime.queryInterface( XDataSource.class, oDataSource ); in getDataSource()
584 xDataSourcePropertySet = UnoRuntime.queryInterface( XPropertySet.class, getDataSource() ); in getDataSourceInterfaces()
732 xConnectionComponent = UnoRuntime.queryInterface( XComponent.class, DBConnection ); in getConnection()
841 XPropertySet xPSet = UnoRuntime.queryInterface( XPropertySet.class, oQuery ); in createQuery()
931 XModel xDocumentModel = UnoRuntime.queryInterface( XModel.class, _xComponent ); in addDatabaseDocument()
934 XCloseable xCloseable = UnoRuntime.queryInterface( XCloseable.class, _xComponent ); in addDatabaseDocument()
971 XRow xRow = UnoRuntime.queryInterface( XRow.class, _xResultSet ); in StringsFromResultSet()
[all …]
/trunk/main/sc/qa/complex/calcPreview/
H A DViewForwarder.java157 UnoRuntime.queryInterface( in checkPositiveViewForwarder()
244 UnoRuntime.queryInterface(XURLTransformer.class, in checkPositiveViewForwarder()
352 UnoRuntime.queryInterface(XAccessibleComponent.class, in checkPositiveViewForwarder()
411 UnoRuntime.queryInterface(XAccessibleComponent.class, in checkPositiveViewForwarder()
504 XComponent xComp = UnoRuntime.queryInterface( in checkPositiveViewForwarder()
568 UnoRuntime.queryInterface( in checkNegativeViewForwarder()
655 UnoRuntime.queryInterface(XURLTransformer.class, in checkNegativeViewForwarder()
772 XComponent xComp =UnoRuntime.queryInterface( in checkNegativeViewForwarder()
870 UnoRuntime.queryInterface(XURLTransformer.class, in checkPreviewHeaderCells()
956 XComponent xComp = UnoRuntime.queryInterface( in checkPreviewHeaderCells()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DFormTools.java74 UnoRuntime.queryInterface( XMultiServiceFactory.class, oDoc ); in createControlShape()
80 UnoRuntime.queryInterface(XPropertySet.class,aCon); in createControlShape()
115 UnoRuntime.queryInterface(XPropertySet.class,aCon); in createUnoControlShape()
177 UnoRuntime.queryInterface( XMultiServiceFactory.class, oDoc ); in createControl()
191 XFormsSupplier oFS = (XFormsSupplier) UnoRuntime.queryInterface( in getForms()
198 XFormsSupplier oFS = (XFormsSupplier) UnoRuntime.queryInterface( in getIndexedForms()
200 return (XIndexContainer)UnoRuntime.queryInterface( XIndexContainer.class, in getIndexedForms()
208 XForm oForm = (XForm) UnoRuntime.queryInterface(XForm.class, oControl); in insertForm()
269 return (XLoadable) UnoRuntime.queryInterface(XLoadable.class, the_form); in bindForm()
312 return (XLoadable) UnoRuntime.queryInterface(XLoadable.class, the_form); in bindForm()
[all …]
/trunk/main/odk/examples/java/Spreadsheet/
H A DChartTypeChange.java148 XChartDocument xChartDoc = (XChartDocument)UnoRuntime.queryInterface( in changeChartType()
152 UnoRuntime.queryInterface( XMultiServiceFactory.class, xChartDoc ); in changeChartType()
156 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in changeChartType()
175 UnoRuntime.queryInterface( XComponentLoader.class, in getChart()
191 UnoRuntime.queryInterface(XIndexAccess.class, xSpreadsheets ); in getChart()
199 xIndexAccess = (XIndexAccess) UnoRuntime.queryInterface( in getChart()
202 this.xtablechart = (XTableChart) UnoRuntime.queryInterface( in getChart()
221 UnoRuntime.queryInterface( XComponentLoader.class, in getChart()
264 XCellRange xcellrange = ( XCellRange ) UnoRuntime.queryInterface( in getChart()
284 ( XCellRangeAddressable ) UnoRuntime.queryInterface( in getChart()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphDropcap.java64 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphDropcapSetting()
70 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphDropcapSetting()
79 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphDropcapSetting()
89 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphDropcapSetting()
101 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testParagraphDropcapSetting()
102 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphDropcapSetting()
111 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphDropcapSetting()
121 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphDropcapWholewordSetting()
127 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphDropcapWholewordSetting()
135 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphDropcapWholewordSetting()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DNumberingProperty.java75 m_xSDComponent = (XComponent) UnoRuntime.queryInterface( in setUpDocument()
121 XIndexReplace xReplace = (XIndexReplace) UnoRuntime.queryInterface( in setNumberingType()
147 XIndexReplace xReplace = (XIndexReplace) UnoRuntime.queryInterface( in testPrefix()
166 XIndexReplace xReplace2 = (XIndexReplace) UnoRuntime.queryInterface( in testPrefix()
190 XIndexReplace xReplace = (XIndexReplace) UnoRuntime.queryInterface( in testSuffix()
209 XIndexReplace xReplace2 = (XIndexReplace) UnoRuntime.queryInterface( in testSuffix()
234 XIndexReplace xReplace = (XIndexReplace) UnoRuntime.queryInterface( in testStartWith()
253 XIndexReplace xReplace2 = (XIndexReplace) UnoRuntime.queryInterface( in testStartWith()
283 XIndexReplace xReplace = (XIndexReplace) UnoRuntime.queryInterface( in testFirstLineOffset()
328 XIndexReplace xReplace = (XIndexReplace) UnoRuntime.queryInterface( in testLeftMargin()
[all …]
/trunk/main/chart2/qa/complex/chart2/
H A DTestCaseOldAPI.java98 mxOldDoc = (XChartDocument) UnoRuntime.queryInterface( in before()
106 XCloseable xCloseable = (XCloseable) UnoRuntime.queryInterface( in after()
230 X3DDisplay xDisp = (X3DDisplay) UnoRuntime.queryInterface( in testDiagram()
288 XShape xDiagramShape = (XShape) UnoRuntime.queryInterface( in testDiagram()
308 XShape xDiagramShape = (XShape) UnoRuntime.queryInterface( in testDiagram()
538 XDiagram xDia = (XDiagram) UnoRuntime.queryInterface( in testChartType()
781 XDiagram xDia = (XDiagram) UnoRuntime.queryInterface( in testStockProperties()
885 xDataArray = (XChartDataArray) UnoRuntime.queryInterface( in testData()
930 aResult = (XModel) UnoRuntime.queryInterface( in createDocument()
953 aResult = (XModel) UnoRuntime.queryInterface( in createChartModel()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentHelper.java69 m_orb = (XMultiServiceFactory)UnoRuntime.queryInterface( in DocumentHelper()
77 XComponentLoader aLoader = (XComponentLoader)UnoRuntime.queryInterface( in implCreateBlankDocument()
163 XIndexContainer xParentContainer = (XIndexContainer)UnoRuntime.queryInterface( in createSubForm()
180 XChild xAsChild = (XChild)UnoRuntime.queryInterface( XChild.class, aForm ); in createSiblingForm()
181 XIndexContainer xContainer = (XIndexContainer)UnoRuntime.queryInterface( in createSiblingForm()
197 xModel = (XModel)UnoRuntime.queryInterface( XModel.class, xParent ); in getDocumentForComponent()
198 xChild = (XChild)UnoRuntime.queryInterface( XChild.class, xParent ); in getDocumentForComponent()
223 XServiceInfo xSI = (XServiceInfo)UnoRuntime.queryInterface( in classify()
245 XDrawPagesSupplier xSuppPages = (XDrawPagesSupplier)UnoRuntime.queryInterface( in getDrawPage()
260 XDrawPageSupplier xSuppPage = (XDrawPageSupplier)UnoRuntime.queryInterface( in getMainDrawPage()
[all …]

Completed in 143 milliseconds

12345678910>>...79