Home
last modified time | relevance | path

Searched refs:queryInterface (Results 51 – 75 of 2083) sorted by relevance

12345678910>>...84

/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartHelper.java81 UnoRuntime.queryInterface(XMultiServiceFactory.class, in insertOLEChartInWriter()
101 UnoRuntime.queryInterface(XTextDocument.class, in insertOLEChartInWriter()
110 XShape xShape = (XShape)UnoRuntime.queryInterface( in insertOLEChartInWriter()
133 (XDiagram) UnoRuntime.queryInterface( in insertOLEChartInWriter()
160 UnoRuntime.queryInterface(XDrawPagesSupplier.class, in insertOLEChartInDraw()
168 aPage = (XShapes) UnoRuntime.queryInterface( in insertOLEChartInDraw()
181 UnoRuntime.queryInterface(XDrawPageSupplier.class, in insertOLEChartInDraw()
186 aPage = (XShapes) UnoRuntime.queryInterface( in insertOLEChartInDraw()
194 UnoRuntime.queryInterface(XMultiServiceFactory.class, in insertOLEChartInDraw()
202 XShape aShape = (XShape) UnoRuntime.queryInterface( in insertOLEChartInDraw()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/crossreference/
H A DCheckCrossReferences.java83 …return (XTextField) UnoRuntime.queryInterface(XTextField.class, xPortionProps.getPropertyValue("Te… in getNextField()
94 …return (XTextField) UnoRuntime.queryInterface(XTextField.class, xPortionProps.getPropertyValue("Te… in getNextField()
102 XPropertySet xProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xField); in getFieldProps()
121 …XTextFieldsSupplier xFieldSupp = (XTextFieldsSupplier) UnoRuntime.queryInterface(XTextFieldsSuppli… in checkCrossReferences()
122 …xFldsRefresh = (XRefreshable) UnoRuntime.queryInterface(XRefreshable.class, xFieldSupp.getTextFiel… in checkCrossReferences()
180 …xParaTextRange = (XTextRange) UnoRuntime.queryInterface(XTextRange.class, xParaEnum.nextElement()); in checkCrossReferences()
190 …XMultiServiceFactory xFac = (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServiceFactory.… in checkCrossReferences()
194 XNamed xName = (XNamed) UnoRuntime.queryInterface(XNamed.class, xBookmark); in checkCrossReferences()
201 …XPropertySet xFieldProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNewField); in checkCrossReferences()
205 …XTextRange xFieldTextRange = (XTextRange) UnoRuntime.queryInterface(XTextRange.class, xParaEnum.ne… in checkCrossReferences()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetCellCursor.java165 UnoRuntime.queryInterface( in _collapseToCurrentRegion()
168 UnoRuntime.queryInterface( in _collapseToCurrentRegion()
194 UnoRuntime.queryInterface( in _collapseToCurrentRegion()
265 UnoRuntime.queryInterface( in _collapseToMergedArea()
268 UnoRuntime.queryInterface( in _collapseToMergedArea()
303 UnoRuntime.queryInterface( in _collapseToSize()
306 UnoRuntime.queryInterface( in _collapseToSize()
340 UnoRuntime.queryInterface( in _expandToEntireColumns()
343 UnoRuntime.queryInterface( in _expandToEntireColumns()
377 UnoRuntime.queryInterface( in _expandToEntireRows()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableName.java67 …xTextDocument =(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swri… in testtableName()
71 …xWriterFactory =(XMultiServiceFactory)UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextD… in testtableName()
75 XNamed tableName=(XNamed)UnoRuntime.queryInterface(XNamed.class, xTable); in testtableName()
79 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testtableName()
89 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testtableName()
103 …XIndexAccess xIndexedTables_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTa… in testtableName()
105 …XTextTable xTable_Assert_odt=(XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj_o… in testtableName()
106 XNamed tableName_odt=(XNamed)UnoRuntime.queryInterface(XNamed.class, xTable_Assert_odt); in testtableName()
112 …XIndexAccess xIndexedTables_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTa… in testtableName()
114 …XTextTable xTable_Assert_doc=(XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj_d… in testtableName()
[all …]
H A DTableCellProtect.java67 …xTextDocument =(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swri… in testtableBorderSpacingtoContent()
71 …xWriterFactory =(XMultiServiceFactory)UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextD… in testtableBorderSpacingtoContent()
73 …XTextTable xTable = (XTextTable)UnoRuntime.queryInterface(XTextTable.class, xWriterFactory.createI… in testtableBorderSpacingtoContent()
79 …XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getC… in testtableBorderSpacingtoContent()
85 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testtableBorderSpacingtoContent()
95 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testtableBorderSpacingtoContent()
108 …XTextTablesSupplier xTablesSupplier_odt = (XTextTablesSupplier) UnoRuntime.queryInterface(XTextTab… in testtableBorderSpacingtoContent()
109 …XIndexAccess xIndexedTables_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTa… in testtableBorderSpacingtoContent()
111 …XTextTable xTable_Assert_odt=(XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj_o… in testtableBorderSpacingtoContent()
125 …XIndexAccess xIndexedTables_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTa… in testtableBorderSpacingtoContent()
[all …]
H A DTableBorderSpacingtoContent.java66 …xTextDocument =(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swri… in testtableBorderSpacingtoContent()
70 …xWriterFactory =(XMultiServiceFactory)UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextD… in testtableBorderSpacingtoContent()
72 …XTextTable xTable = (XTextTable)UnoRuntime.queryInterface(XTextTable.class, xWriterFactory.createI… in testtableBorderSpacingtoContent()
78 …XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getC… in testtableBorderSpacingtoContent()
87 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testtableBorderSpacingtoContent()
97 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testtableBorderSpacingtoContent()
110 …XTextTablesSupplier xTablesSupplier_odt = (XTextTablesSupplier) UnoRuntime.queryInterface(XTextTab… in testtableBorderSpacingtoContent()
111 …XIndexAccess xIndexedTables_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTa… in testtableBorderSpacingtoContent()
113 …XTextTable xTable_Assert_odt=(XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj_o… in testtableBorderSpacingtoContent()
130 …XIndexAccess xIndexedTables_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTa… in testtableBorderSpacingtoContent()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphNumberingAndBullet_Number_BeforeAndAfterCharacter.java66 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletBeforeAndAfterCharacter()
73 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletBeforeAndAfterCharacter()
75 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletBeforeAndAfterCharacter()
77 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletBeforeAndAfterCharacter()
83 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletBeforeAndAfterCharacter()
88 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletBeforeAndAfterCharacter()
98 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletBeforeAndAfterCharacter()
111 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletBeforeAndAfterCharacter()
113 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletBeforeAndAfterCharacter()
114 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletBeforeAndAfterCharacter()
[all …]
H A DParagraphNumberingAndBulletTabStop.java66 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletTabStop()
73 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletTabStop()
75 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletTabStop()
77 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletTabStop()
81 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletTabStop()
86 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletTabStop()
96 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletTabStop()
109 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletTabStop()
111 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletTabStop()
112 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletTabStop()
[all …]
H A DParagraphNumberingAndBullet_Number_StartWith.java67 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletStartWith()
74 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletStartWith()
76 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletStartWith()
78 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletStartWith()
84 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletStartWith()
89 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletStartWith()
99 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletStartWith()
112 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletStartWith()
114 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletStartWith()
115 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletStartWith()
[all …]
H A DParagraphNumberingAndBulletIndentAtAndAlignAt.java67 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletIndentAtAndAlignAt()
74 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletIndentAtAndAlignAt()
76 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletIndentAtAndAlignAt()
78 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletIndentAtAndAlignAt()
86 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletIndentAtAndAlignAt()
91 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletIndentAtAndAlignAt()
101 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletIndentAtAndAlignAt()
114 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletIndentAtAndAlignAt()
116 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletIndentAtAndAlignAt()
117 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletIndentAtAndAlignAt()
[all …]
H A DParagraphNumberingAndBullet_Graphic.java68 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBullet_Graphic()
75 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBullet_Graphic()
77 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBullet_Graphic()
79 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBullet_Graphic()
85 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBullet_Graphic()
91 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBullet_Graphic()
101 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBullet_Graphic()
114 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBullet_Graphic()
116 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBullet_Graphic()
117 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBullet_Graphic()
[all …]
H A DParagraphIndentAndSpacing.java63 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphSpacingSetting()
69 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphSpacingSetting()
78 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphSpacingSetting()
88 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphSpacingSetting()
100 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testParagraphSpacingSetting()
101 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphSpacingSetting()
112 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphSpacingSetting()
124 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphIndent()
130 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphIndent()
135 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphIndent()
[all …]
H A DParagraphNumberingAndBullet_Graphic_WidthAndHeight.java69 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBullet_Graphic()
76 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBullet_Graphic()
78 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBullet_Graphic()
83 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBullet_Graphic()
91 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBullet_Graphic()
97 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBullet_Graphic()
107 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBullet_Graphic()
120 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBullet_Graphic()
122 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBullet_Graphic()
123 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBullet_Graphic()
[all …]
/trunk/main/scripting/java/Framework/com/sun/star/script/framework/security/
H A DSecurityDialog.java274 xPSetButton = ( XPropertySet )UnoRuntime.queryInterface( in createDialog()
393 XControl xControl = ( XControl )UnoRuntime.queryInterface( in createDialog()
405 XButton xButton = ( XButton )UnoRuntime.queryInterface( in createDialog()
411 xButton = ( XButton )UnoRuntime.queryInterface( in createDialog()
427 XToolkit xToolkit = ( XToolkit )UnoRuntime.queryInterface( in createDialog()
429 XWindow xWindow = ( XWindow )UnoRuntime.queryInterface( in createDialog()
435 XDialog xDialog = ( XDialog )UnoRuntime.queryInterface( in createDialog()
476 XComponent xComponent = ( XComponent )UnoRuntime.queryInterface( in dispose()
483 XComponent xComponent = ( XComponent )UnoRuntime.queryInterface( in addEventListener()
491 XComponent xComponent = ( XComponent )UnoRuntime.queryInterface( in removeEventListener()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DSales.java99 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class, rs); in retrieveSalesData()
112 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,stmt); in retrieveSalesData2()
118 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class,srs); in retrieveSalesData2()
128 XRowUpdate updateRow = (XRowUpdate)UnoRuntime.queryInterface(XRowUpdate.class,srs); in retrieveSalesData2()
131 XResultSetUpdate updateRs = ( XResultSetUpdate )UnoRuntime.queryInterface( in retrieveSalesData2()
155 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class,rs); in insertRow()
158 XRowUpdate updateRow = (XRowUpdate)UnoRuntime.queryInterface(XRowUpdate.class,rs); in insertRow()
179 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class,rs); in deleteRow()
199 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class, rs); in refreshRow()
204 XRowUpdate updateRow = (XRowUpdate)UnoRuntime.queryInterface(XRowUpdate.class,rs); in refreshRow()
[all …]
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java146 xContext = UnoRuntime.queryInterface(XComponentContext.class, defaultCtx); in before()
214 XTextDocument xText = UnoRuntime.queryInterface(XTextDocument.class, xComp); in check()
480 XMetadatable xMeta1 = UnoRuntime.queryInterface(XMetadatable.class, o); in check()
651 XStorable xStor = UnoRuntime.queryInterface(XStorable.class, xComp); in storeRDFa()
699 xPara = UnoRuntime.queryInterface(XMetadatable.class, xEnum.nextElement()); in loadRDFa()
708 xPara = UnoRuntime.queryInterface(XMetadatable.class, xEnum.nextElement()); in loadRDFa()
718 xPara = UnoRuntime.queryInterface(XMetadatable.class, xEnum.nextElement()); in loadRDFa()
863 xPara = UnoRuntime.queryInterface( in loadRDFa()
868 xPara = UnoRuntime.queryInterface( in loadRDFa()
913 XCloseable xClos = UnoRuntime.queryInterface(XCloseable.class, i_comp); in close()
[all …]
/trunk/test/testuno/source/testlib/uno/
H A DPageUtil.java50 .queryInterface(XDrawPagesSupplier.class, xComponent); in getDrawPageCount()
68 .queryInterface(XDrawPagesSupplier.class, xComponent); in getDrawPageByIndex()
87 .queryInterface(XDrawPagesSupplier.class, xComponent); in insertNewDrawPageByIndex()
102 .queryInterface(XDrawPagesSupplier.class, xComponent); in removeDrawPage()
119 .queryInterface(XPropertySet.class, xDrawPage); in getPageSize()
136 .queryInterface(XMasterPagesSupplier.class, xComponent); in getMasterPageCount()
154 .queryInterface(XMasterPagesSupplier.class, xComponent); in getMasterPageByIndex()
167 .queryInterface(XMasterPagesSupplier.class, xComponent); in insertNewMasterPageByIndex()
188 .queryInterface(XMasterPageTarget.class, xDrawPage); in getMasterPage()
197 .queryInterface(XMasterPageTarget.class, xDrawPage); in setMasterPage()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DPageHelper.java55 (XDrawPagesSupplier)UnoRuntime.queryInterface( in getDrawPageCount()
68 (XDrawPagesSupplier)UnoRuntime.queryInterface( in getDrawPageByIndex()
81 (XDrawPagesSupplier)UnoRuntime.queryInterface( in insertNewDrawPageByIndex()
92 (XDrawPagesSupplier)UnoRuntime.queryInterface( in removeDrawPage()
118 (XMasterPagesSupplier)UnoRuntime.queryInterface( in getMasterPageCount()
131 (XMasterPagesSupplier)UnoRuntime.queryInterface( in getMasterPageByIndex()
143 (XMasterPagesSupplier)UnoRuntime.queryInterface( in insertNewMasterPageByIndex()
154 (XMasterPagesSupplier)UnoRuntime.queryInterface( in removeMasterPage()
165 (XMasterPageTarget)UnoRuntime.queryInterface( in getMasterPage()
175 (XMasterPageTarget)UnoRuntime.queryInterface( in setMasterPage()
[all …]
/trunk/main/odk/examples/java/Spreadsheet/
H A DSCalc.java122 XNameAccess xCS = (XNameAccess) UnoRuntime.queryInterface( in main()
127 UnoRuntime.queryInterface( in main()
132 XPropertySet oCPS1 = (XPropertySet)UnoRuntime.queryInterface( in main()
140 XPropertySet oCPS2 = (XPropertySet)UnoRuntime.queryInterface( in main()
166 xSheet = (XSpreadsheet) UnoRuntime.queryInterface( in main()
273 XCellRange oRange = (XCellRange)UnoRuntime.queryInterface( in main()
295 oChart = (XTableChart) (UnoRuntime.queryInterface( in main()
305 XPropertySet oCPS = (XPropertySet)UnoRuntime.queryInterface( in main()
310 XPropertySet oTPS = (XPropertySet)UnoRuntime.queryInterface( in main()
340 xCLoader = ( XComponentLoader ) UnoRuntime.queryInterface( in openCalc()
[all …]
/trunk/main/embeddedobj/test/Container1/
H A DEmbedContApp.java190 m_xMainThreadExecutor = (XJob)UnoRuntime.queryInterface( XJob.class, oJob ); in init()
913 XComponentSupplier xCompProv = (XComponentSupplier)UnoRuntime.queryInterface( in generateNewImage()
919 XTransferable xTransfer = (XTransferable)UnoRuntime.queryInterface( in generateNewImage()
1285 XEmbedObjectCreator xEmbedCreator = (XEmbedObjectCreator)UnoRuntime.queryInterface( in createEmbedObject()
1320 XLinkCreator xLinkCreator = (XLinkCreator)UnoRuntime.queryInterface( in createLinkObject()
1354 XEmbedObjectCreator xEmbedCreator = (XEmbedObjectCreator)UnoRuntime.queryInterface( in loadEmbedObject()
1438 xTempStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oStorage ); in createTempStorage()
1524 XEmbedObjectCreator xEmbedCreator = (XEmbedObjectCreator)UnoRuntime.queryInterface( in loadFileURI()
1528 XNameAccess xNameAccess = (XNameAccess)UnoRuntime.queryInterface( XNameAccess.class, in loadFileURI()
1592 XTruncate xTruncate = (XTruncate) UnoRuntime.queryInterface( XTruncate.class, in storeLinkToStorage()
[all …]
/trunk/main/ucb/qa/complex/tdoc/
H A DCheckContentProvider.java128 UnoRuntime.queryInterface(XContentProvider.class, o); in checkTDOCRoot()
192 UnoRuntime.queryInterface(XContentProvider.class, o); in checkTDOCDocument()
227 UnoRuntime.queryInterface(XContentProvider.class, o); in checkTDOCFolder()
261 UnoRuntime.queryInterface(XContentProvider.class, o); in checkTDOCStream()
310 xTypeProvider.oObj = UnoRuntime.queryInterface(XTypeProvider.class, xContent); in checkInterfaces()
317 xServiceInfo.oObj = UnoRuntime.queryInterface(XServiceInfo.class, xContent); in checkInterfaces()
325 xCommandProcessor.oObj = UnoRuntime.queryInterface(XCommandProcessor.class, xContent); in checkInterfaces()
334 xChild.oObj = UnoRuntime.queryInterface(XChild.class, xContent); in checkInterfaces()
364 xCont.oObj = UnoRuntime.queryInterface(XContent.class, xContent); in checkInterfaces()
373 xPropCont.oObj = UnoRuntime.queryInterface(XPropertyContainer.class, xContent); in checkInterfaces()
[all …]
/trunk/main/forms/qa/integration/forms/
H A DDocumentHelper.java75 XComponentLoader aLoader = (XComponentLoader)UnoRuntime.queryInterface( in implLoadAsComponent()
97 XServiceInfo xSI = (XServiceInfo)UnoRuntime.queryInterface( XServiceInfo.class, in implLoadDocument()
148 return UnoRuntime.queryInterface( aInterfaceClass, m_documentComponent ); in query()
196 m_documentComponent = (XComponent)UnoRuntime.queryInterface( XComponent.class, in reload()
245 XIndexContainer xParentContainer = (XIndexContainer)UnoRuntime.queryInterface( in createSubForm()
278 xModel = (XModel)UnoRuntime.queryInterface( XModel.class, xParent ); in getDocumentForComponent()
279 xChild = (XChild)UnoRuntime.queryInterface( XChild.class, xParent ); in getDocumentForComponent()
306 XServiceInfo xSI = (XServiceInfo)UnoRuntime.queryInterface( in classify()
329 XDrawPagesSupplier xSuppPages = (XDrawPagesSupplier)UnoRuntime.queryInterface( in getDrawPage()
344 XDrawPageSupplier xSuppPage = (XDrawPageSupplier)UnoRuntime.queryInterface( in getMainDrawPage()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DSOfficeFactory.java66 XDesktop oDesktop = (XDesktop) UnoRuntime.queryInterface( in SOfficeFactory()
69 oCLoader = (XComponentLoader) UnoRuntime.queryInterface( in SOfficeFactory()
100 return (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, oDoc); in createTextDoc()
119 return (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, oDoc); in createTextDoc()
233 return (XChartDocument) UnoRuntime.queryInterface(XChartDocument.class, oDoc); in createChartDoc()
298 XText oText = (XText) UnoRuntime.queryInterface( in insertString()
309 XText oText = (XText) UnoRuntime.queryInterface( in insertTextContent()
444 oDiagram = (XDiagram) UnoRuntime.queryInterface(XDiagram.class, oInterface); in createDiagram()
501 aControl = (XControlModel) UnoRuntime.queryInterface(XControlModel.class, aCon); in createControlShape()
502 oCShape = (XControlShape) UnoRuntime.queryInterface(XControlShape.class, oInt); in createControlShape()
[all …]
/trunk/main/cppu/source/uno/
H A Deq.hxx54 if (0 == queryInterface) in _equalObject()
55 queryInterface = binuno_queryInterface; in _equalObject()
56 pI1 = (*queryInterface)( pI1, type_XInterface ); in _equalObject()
205 queryInterface, release )) in _equalSequence()
249 queryInterface, release ); in _equalSequence()
583 queryInterface, release ); in _equalData()
591 queryInterface, release ); in _equalData()
609 queryInterface, release ); in _equalData()
622 queryInterface, release ); in _equalData()
637 queryInterface, release ); in _equalData()
[all …]
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java88 m_row = UnoRuntime.queryInterface( XRow.class, m_resultSet ); in ResultSetMovementStress()
186 m_resultSet = UnoRuntime.queryInterface( XResultSet.class, m_rowSet ); in createRowSet()
188 m_row = UnoRuntime.queryInterface( XRow.class, m_rowSet ); in createRowSet()
189 m_rowLocate = UnoRuntime.queryInterface( XRowLocate.class, m_resultSet ); in createRowSet()
190 m_rowSetProperties = UnoRuntime.queryInterface( XPropertySet.class, m_rowSet ); in createRowSet()
243 final XParameters para = UnoRuntime.queryInterface( XParameters.class, prep ); in createStruture()
305 final XRow _row = UnoRuntime.queryInterface( XRow.class, _resultSet ); in test3()
306 final XRow cloneRow = UnoRuntime.queryInterface( XRow.class, clone ); in test3()
329 final XRow _row = UnoRuntime.queryInterface( XRow.class, _resultSet ); in test4()
336 final XRow cloneRow = UnoRuntime.queryInterface( XRow.class, clone ); in test4()
[all …]

Completed in 116 milliseconds

12345678910>>...84