Home
last modified time | relevance | path

Searched refs:queryInterface (Results 101 – 125 of 2342) sorted by relevance

12345678910>>...94

/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java96 m_gridControlModel = UnoRuntime.queryInterface( XPropertySet.class, in impl_recreateGridModel()
105 m_dataModel = UnoRuntime.queryInterface( XSortableMutableGridDataModel.class, in impl_recreateGridModel()
117 XGridColumnModel columnModel = UnoRuntime.queryInterface( XGridColumnModel.class, in testGridControlCloning()
126 final XPropertySet clonedProps = UnoRuntime.queryInterface( XPropertySet.class, clone ); in testGridControlCloning()
439 UnoRuntime.queryInterface( XPropertySet.class, control.getModel() ); in testView()
450 final XGridColumnModel columnModel = UnoRuntime.queryInterface( XGridColumnModel.class, in testView()
464 final XGridControl gridControl = UnoRuntime.queryInterface( XGridControl.class, control ); in testView()
501 final XPropertySet gridModelProps = UnoRuntime.queryInterface( XPropertySet.class, in impl_createDialogWithGridControl()
605 final XInterface lhs = UnoRuntime.queryInterface( XInterface.class, i_lhs ); in impl_areSameInterface()
606 final XInterface rhs = UnoRuntime.queryInterface( XInterface.class, i_rhs ); in impl_areSameInterface()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoTreeControl.java100 UnoRuntime.queryInterface(XMutableTreeDataModel.class, in createTestEnvironment()
114 UnoRuntime.queryInterface(XControlModel.class, in createTestEnvironment()
125 UnoRuntime.queryInterface(XMultiServiceFactory.class, xDialogModel); in createTestEnvironment()
128 UnoRuntime.queryInterface(XControlModel.class, in createTestEnvironment()
145 UnoRuntime.queryInterface(XNameContainer.class, xDialogModel); in createTestEnvironment()
150 UnoRuntime.queryInterface(XControl.class, in createTestEnvironment()
155 XToolkit xToolkit = (XToolkit) UnoRuntime.queryInterface(XToolkit.class, in createTestEnvironment()
162 UnoRuntime.queryInterface(XControlContainer.class ,xDialogControl); in createTestEnvironment()
198 XMutableTreeNode xNode1 = (XMutableTreeNode) UnoRuntime.queryInterface( in createTestEnvironment()
207 XMutableTreeNode xNode2 = (XMutableTreeNode) UnoRuntime.queryInterface( in createTestEnvironment()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDesktopTools.java66 XDesktop oDesktop = (XDesktop) UnoRuntime.queryInterface( in getCLoader()
69 XComponentLoader oCLoader = (XComponentLoader) UnoRuntime.queryInterface( in getCLoader()
104 XDesktop xDesktop = (XDesktop) UnoRuntime.queryInterface( in getAllComponents()
116 XDesktop xDesktop = (XDesktop) UnoRuntime.queryInterface( in getCurrentComponent()
128 XDesktop xDesktop = (XDesktop) UnoRuntime.queryInterface( in getCurrentFrame()
146 XDesktop xDesktop = (XDesktop) UnoRuntime.queryInterface( in getAllOpenDocuments()
155 XComponent xComponent = (XComponent) UnoRuntime.queryInterface( in getAllOpenDocuments()
188 XServiceInfo sInfo = (XServiceInfo) UnoRuntime.queryInterface( in getDocumentType()
370 XToolkit tk = (XToolkit) UnoRuntime.queryInterface( in createFloatingWindow()
415 XModel xMod = (XModel) UnoRuntime.queryInterface(XModel.class, xDoc); in zoomToEntirePage()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/textbox/
H A DFillProperties.java93 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertTextToTextbox()
111 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testFillGradient()
116 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testFillGradient()
151 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testFillColor()
156 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testFillColor()
184 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testFillHatch()
211 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
213 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
232 return (XShape) UnoRuntime.queryInterface(XShape.class, in saveAndLoadShape()
255 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc()
[all …]
/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/
H A DSampleDialog.java137 XPropertySet xPSetDialog = ( XPropertySet )UnoRuntime.queryInterface( in createDialog()
152 XPropertySet xPSetButton = ( XPropertySet )UnoRuntime.queryInterface( in createDialog()
165 XPropertySet xPSetLabel = ( XPropertySet )UnoRuntime.queryInterface( in createDialog()
190 XNameContainer xNameCont = ( XNameContainer )UnoRuntime.queryInterface( in createDialog()
199 XControl xControl = ( XControl )UnoRuntime.queryInterface( in createDialog()
209 XButton xButton = ( XButton )UnoRuntime.queryInterface( in createDialog()
216 XToolkit xToolkit = ( XToolkit )UnoRuntime.queryInterface( in createDialog()
218 XWindow xWindow = ( XWindow )UnoRuntime.queryInterface( in createDialog()
224 XDialog xDialog = ( XDialog )UnoRuntime.queryInterface( in createDialog()
229 XComponent xComponent = ( XComponent )UnoRuntime.queryInterface( in createDialog()
[all …]
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java196 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()
1624 XTableRows rows = UnoRuntime.queryInterface(XTextTable.class, table).getRows(); in insertTableRows()
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 …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDataPilotFieldGroupItemObj.java95 XComponent oComp = (XComponent) UnoRuntime.queryInterface ( in cleanup()
130 XIndexAccess oIndexAccess = (XIndexAccess) UnoRuntime.queryInterface ( in createTestEnvironment()
221 XDataPilotTablesSupplier DPTS = (XDataPilotTablesSupplier) UnoRuntime.queryInterface ( in createTestEnvironment()
233 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface ( in createTestEnvironment()
238 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface ( in createTestEnvironment()
245 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface ( in createTestEnvironment()
284 …XIndexAccess xIA = (XIndexAccess) UnoRuntime.queryInterface (XIndexAccess.class,DPTS.getDataPilotT… in createTestEnvironment()
317 … xIA = (XIndexAccess) UnoRuntime.queryInterface (XIndexAccess.class,DPTS.getDataPilotTables ()); in createTestEnvironment()
340 … xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, datapilotfield); in createTestEnvironment()
341 … XNamed xNamed = (XNamed) UnoRuntime.queryInterface (XNamed.class, IA.getByIndex (i)); in createTestEnvironment()
[all …]
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java82 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()
1369 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXText()
2449 UnoRuntime.queryInterface(XXPathAPI.class, in testXXPathAPI()
2587 UnoRuntime.queryInterface(XXPathAPI.class, in testXXPathObject()
[all …]
/trunk/main/xmlsecurity/tools/uno/
H A DSignatureEntity.java77 (XReferenceResolvedListener)UnoRuntime.queryInterface( in SignatureEntity()
84 (XInitialization)UnoRuntime.queryInterface( in SignatureEntity()
112 (XSignatureCreationResultListener)UnoRuntime.queryInterface( in SignatureEntity()
137 (XReferenceResolvedListener)UnoRuntime.queryInterface( in SignatureEntity()
144 (XInitialization)UnoRuntime.queryInterface( in SignatureEntity()
158 (XSignatureVerifyResultBroadcaster)UnoRuntime.queryInterface( in SignatureEntity()
161 (XSignatureVerifyResultListener)UnoRuntime.queryInterface( in SignatureEntity()
174 (XReferenceResolvedBroadcaster)UnoRuntime.queryInterface( in SignatureEntity()
226 (XReferenceCollector)UnoRuntime.queryInterface( in setReferenceNumber()
261 (XReferenceResolvedBroadcaster)UnoRuntime.queryInterface( in setReference()
[all …]
/trunk/main/scripting/examples/java/MemoryUsage/
H A DMemoryUsage.java69 UnoRuntime.queryInterface( in createSpreadsheet()
76 UnoRuntime.queryInterface(XSpreadsheetDocument.class, comp); in createSpreadsheet()
79 UnoRuntime.queryInterface(XIndexAccess.class, doc.getSheets()); in createSpreadsheet()
110 UnoRuntime.queryInterface(XCellRange.class, sheet); in addChart()
116 UnoRuntime.queryInterface(XCellRangeAddressable.class, myRange); in addChart()
124 UnoRuntime.queryInterface( XTableChartsSupplier.class, sheet); in addChart()
133 UnoRuntime.queryInterface( XNameAccess.class, charts); in addChart()
136 UnoRuntime.queryInterface( in addChart()
145 UnoRuntime.queryInterface(XChartDocument.class, xifc); in addChart()
148 UnoRuntime.queryInterface(XMultiServiceFactory.class, xChart); in addChart()
[all …]
/trunk/main/sfx2/qa/complex/sfx2/undo/
H A DChartDocumentTest.java74 final XShape shape = UnoRuntime.queryInterface( XShape.class, shapeProps ); in ChartDocumentTest()
77 … final XTextContent chartTextContent = UnoRuntime.queryInterface( XTextContent.class, shapeProps ); in ChartDocumentTest()
79 final XSelectionSupplier selSupplier = UnoRuntime.queryInterface( XSelectionSupplier.class, in ChartDocumentTest()
90 …XChartDocument chartDoc = UnoRuntime.queryInterface( XChartDocument.class, shapeProps.getPropertyV… in ChartDocumentTest()
94 final XEmbeddedObject embeddedChart = UnoRuntime.queryInterface( XEmbeddedObject.class, in ChartDocumentTest()
122 …final XChartDocument chartDoc = UnoRuntime.queryInterface( XChartDocument.class, m_chartDocument.g… in impl_getWallProperties()
133 …final XChartDocument chartDoc = UnoRuntime.queryInterface( XChartDocument.class, m_chartDocument.g… in impl_getYAxisProperties()
139 axisProperties = UnoRuntime.queryInterface( XPropertySet.class, primaryYAxis ); in impl_getYAxisProperties()
197 final XIndexAccess indexer = UnoRuntime.queryInterface( XIndexAccess.class, i_object ); in getAssociatedTextRange()
208 final XTextContent textContent = UnoRuntime.queryInterface(XTextContent.class, i_object); in getAssociatedTextRange()
[all …]
/trunk/main/package/qa/ofopxmlstorages/
H A DTestHelper.java63 XTruncate xTruncate = (XTruncate) UnoRuntime.queryInterface( XTruncate.class, xOutput ); in WriteBytesToStream()
83 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, xStream ); in WriteBytesToStream()
156 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WriteBytesToSubstream()
540 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in checkStream()
718 xTempFileStream = (XStream)UnoRuntime.queryInterface( XStream.class, oTempFile ); in CreateTempFileStream()
738 xTempFileProps = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, oTempFile ); in CreateTempFile()
763 XStream xStream = (XStream)UnoRuntime.queryInterface( XStream.class, xTempFileProps ); in CreateTempFile()
874 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in OpenStream()
938 xResult = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in createStorageFromURL()
972 xResult = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in createStorageFromStream()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/frame/
H A DFrameBackColor.java60 …xTextDocument =(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swri… in testFrameBackColor()
64 …xWriterFactory =(XMultiServiceFactory)UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextD… in testFrameBackColor()
66 …XTextFrame xTextFrame = (XTextFrame)UnoRuntime.queryInterface(XTextFrame.class, xWriterFactory.cre… in testFrameBackColor()
68 …XPropertySet xFrameProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextFrame); in testFrameBackColor()
71 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUt… in testFrameBackColor()
72 …XTextFramesSupplier xTFS_odt = (XTextFramesSupplier) UnoRuntime.queryInterface(XTextFramesSupplier… in testFrameBackColor()
75 …XTextFrame xTextFrame_Assert_odt=(XTextFrame) UnoRuntime.queryInterface(XTextFrame.class, xTextFra… in testFrameBackColor()
76 …XPropertySet xFrameProps_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class,… in testFrameBackColor()
81 …XTextFramesSupplier xTFS_doc = (XTextFramesSupplier) UnoRuntime.queryInterface(XTextFramesSupplier… in testFrameBackColor()
84 …XTextFrame xTextFrame_Assert_doc=(XTextFrame) UnoRuntime.queryInterface(XTextFrame.class, xTextFra… in testFrameBackColor()
[all …]
H A DFrameBorderSpacingtoContent.java57 …xTextDocument =(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swri… in testFrameBorderSpacingtoContent()
61 …xWriterFactory =(XMultiServiceFactory)UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextD… in testFrameBorderSpacingtoContent()
63 …XTextFrame xTextFrame = (XTextFrame)UnoRuntime.queryInterface(XTextFrame.class, xWriterFactory.cre… in testFrameBorderSpacingtoContent()
66 …XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTextFrame); in testFrameBorderSpacingtoContent()
72 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUt… in testFrameBorderSpacingtoContent()
73 …XTextFramesSupplier xTFS_odt = (XTextFramesSupplier) UnoRuntime.queryInterface(XTextFramesSupplier… in testFrameBorderSpacingtoContent()
76 …XTextFrame xTextFrame_Assert_odt=(XTextFrame) UnoRuntime.queryInterface(XTextFrame.class, xTextFra… in testFrameBorderSpacingtoContent()
77 …XPropertySet xCursorProps_assert_odt = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,… in testFrameBorderSpacingtoContent()
85 …XTextFramesSupplier xTFS_doc = (XTextFramesSupplier) UnoRuntime.queryInterface(XTextFramesSupplier… in testFrameBorderSpacingtoContent()
88 …XTextFrame xTextFrame_Assert_doc=(XTextFrame) UnoRuntime.queryInterface(XTextFrame.class, xTextFra… in testFrameBorderSpacingtoContent()
[all …]
H A DFrameSize.java66 …xTextDocument =(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swri… in testFrameSize()
70 …xWriterFactory =(XMultiServiceFactory)UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextD… in testFrameSize()
72 …XTextFrame xTextFrame = (XTextFrame)UnoRuntime.queryInterface(XTextFrame.class, xWriterFactory.cre… in testFrameSize()
75 XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xTextFrame); in testFrameSize()
83 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUt… in testFrameSize()
84 …XTextFramesSupplier xTFS_odt = (XTextFramesSupplier) UnoRuntime.queryInterface(XTextFramesSupplier… in testFrameSize()
87 …XTextFrame xTextFrame_Assert_odt=(XTextFrame) UnoRuntime.queryInterface(XTextFrame.class, xTextFra… in testFrameSize()
88 XShape xShape_odt = (XShape) UnoRuntime.queryInterface(XShape.class, xTextFrame_Assert_odt); in testFrameSize()
94 …XTextFramesSupplier xTFS_doc = (XTextFramesSupplier) UnoRuntime.queryInterface(XTextFramesSupplier… in testFrameSize()
97 …XTextFrame xTextFrame_Assert_doc=(XTextFrame) UnoRuntime.queryInterface(XTextFrame.class, xTextFra… in testFrameSize()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_stm/
H A DObjectOutputStream.java104 UnoRuntime.queryInterface( in initialize()
203 UnoRuntime.queryInterface(XActiveDataSource.class, ostream); in createTestEnvironment()
206 UnoRuntime.queryInterface(XActiveDataSource.class, mostream); in createTestEnvironment()
209 UnoRuntime.queryInterface(XOutputStream.class, mostream); in createTestEnvironment()
212 UnoRuntime.queryInterface(XActiveDataSink.class, minstream); in createTestEnvironment()
214 UnoRuntime.queryInterface(XActiveDataSink.class, istream); in createTestEnvironment()
216 UnoRuntime.queryInterface(XInputStream.class, minstream); in createTestEnvironment()
219 UnoRuntime.queryInterface(XOutputStream.class,aPipe); in createTestEnvironment()
221 UnoRuntime.queryInterface(XInputStream.class,aPipe); in createTestEnvironment()
226 UnoRuntime.queryInterface(XObjectInputStream.class, istream); in createTestEnvironment()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_streams.uno/
H A DObjectOutputStream.java102 UnoRuntime.queryInterface( in initialize()
200 UnoRuntime.queryInterface(XActiveDataSource.class, ostream); in createTestEnvironment()
203 UnoRuntime.queryInterface(XActiveDataSource.class, mostream); in createTestEnvironment()
206 UnoRuntime.queryInterface(XOutputStream.class, mostream); in createTestEnvironment()
209 UnoRuntime.queryInterface(XActiveDataSink.class, minstream); in createTestEnvironment()
211 UnoRuntime.queryInterface(XActiveDataSink.class, istream); in createTestEnvironment()
213 UnoRuntime.queryInterface(XInputStream.class, minstream); in createTestEnvironment()
216 UnoRuntime.queryInterface(XOutputStream.class,aPipe); in createTestEnvironment()
218 UnoRuntime.queryInterface(XInputStream.class,aPipe); in createTestEnvironment()
223 UnoRuntime.queryInterface(XObjectInputStream.class, istream); in createTestEnvironment()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/
H A D_XPersistObject.java119 XPropertySet objps = (XPropertySet)UnoRuntime.queryInterface( in _read()
131 XPropertySet copyps = (XPropertySet)UnoRuntime.queryInterface( in _read()
223 UnoRuntime.queryInterface(XActiveDataSink.class, istream); in initPipe()
225 UnoRuntime.queryInterface(XActiveDataSource.class, ostream); in initPipe()
227 UnoRuntime.queryInterface(XActiveDataSink.class, mistream); in initPipe()
229 UnoRuntime.queryInterface(XActiveDataSource.class, mostream); in initPipe()
232 UnoRuntime.queryInterface(XInputStream.class, mistream); in initPipe()
234 UnoRuntime.queryInterface(XOutputStream.class, mostream); in initPipe()
236 UnoRuntime.queryInterface(XInputStream.class, aPipe); in initPipe()
238 UnoRuntime.queryInterface(XOutputStream.class,aPipe); in initPipe()
[all …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/
H A DDisableCommandsTest.java75 UnoRuntime.queryInterface(com.sun.star.util.XURLTransformer.class, in main()
82 UnoRuntime.queryInterface( in main()
90 UnoRuntime.queryInterface(XComponentLoader.class, oDesktop); in main()
97 UnoRuntime.queryInterface(XTextDocument.class, xComponent); in main()
110 (com.sun.star.frame.XModel)UnoRuntime.queryInterface( in main()
156 UnoRuntime.queryInterface(com.sun.star.util.XCloseable.class, in main()
270 (com.sun.star.container.XNameAccess)UnoRuntime.queryInterface( in enableCommands()
277 UnoRuntime.queryInterface( in enableCommands()
296 (com.sun.star.util.XChangesBatch)UnoRuntime.queryInterface( in enableCommands()
348 UnoRuntime.queryInterface( in disableCommands()
[all …]
/trunk/test/testuno/source/testlib/uno/
H A DChartUtil.java44 XPropertySet aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in retrieveChartDocument()
49 aChartDoc = (XChartDocument) UnoRuntime.queryInterface( in retrieveChartDocument()
66 XPropertySet aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in retrieveChart2Document()
72 .queryInterface(com.sun.star.chart2.XChartDocument.class, in retrieveChart2Document()
91 .queryInterface(XMultiServiceFactory.class, aChartDoc); in createChart()
92 XDiagram aDiagram = (XDiagram) UnoRuntime.queryInterface( in createChart()
112 .queryInterface(XMultiServiceFactory.class, aChartDoc); in createChart2()
114 .queryInterface(com.sun.star.chart2.XDiagram.class, in createChart2()
129 XPropertySet aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in getChartDocument()
132 aChartDoc = (XChartDocument) UnoRuntime.queryInterface( in getChartDocument()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetDocHelper.java109 (com.sun.star.container.XIndexAccess)UnoRuntime.queryInterface( in getSpreadsheet()
111 xSheet = (com.sun.star.sheet.XSpreadsheet) UnoRuntime.queryInterface( in getSpreadsheet()
137 UnoRuntime.queryInterface(com.sun.star.sheet.XSpreadsheet.class, in insertSpreadsheet()
194 (com.sun.star.util.XNumberFormatsSupplier) UnoRuntime.queryInterface( in setDate()
197 (com.sun.star.util.XNumberFormatTypes) UnoRuntime.queryInterface( in setDate()
203 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCell ); in setDate()
247 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCell ); in prepareRange()
264 UnoRuntime.queryInterface( com.sun.star.sheet.XCellAddressable.class, in createCellAddress()
277 UnoRuntime.queryInterface( com.sun.star.sheet.XCellRangeAddressable.class, in createCellRangeAddress()
380 UnoRuntime.queryInterface( in initDocument()
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java139 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()
841 UnoRuntime.queryInterface( in getProperty()
932 UnoRuntime.queryInterface( in wrapValue()
959 UnoRuntime.queryInterface( in wrapValue()
979 UnoRuntime.queryInterface( in wrapValue()
[all …]
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextFieldHandler.java64 xTextFieldsSupplier = UnoRuntime.queryInterface(XTextFieldsSupplier.class, xTextDocument); in TextFieldHandler()
103 XTextContent xFieldContent = UnoRuntime.queryInterface(XTextContent.class, xField); in insertUserField()
107 XComponent xComponent = UnoRuntime.queryInterface(XComponent.class, oMaster); in insertUserField()
136 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oMaster); in createUserField()
233 XServiceInfo xSI = UnoRuntime.queryInterface(XServiceInfo.class, oTextField); in updateDocInfoFields()
237 XUpdatable xUp = UnoRuntime.queryInterface(XUpdatable.class, oTextField); in updateDocInfoFields()
242 XUpdatable xUp = UnoRuntime.queryInterface(XUpdatable.class, oTextField); in updateDocInfoFields()
268 XServiceInfo xSI = UnoRuntime.queryInterface(XServiceInfo.class, oTextField); in updateDateFields()
272 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oTextField); in updateDateFields()
292 XServiceInfo xSI = UnoRuntime.queryInterface(XServiceInfo.class, oTextField); in fixDateFields()
[all …]
/trunk/main/odk/examples/java/Text/
H A DStyleInitialization.java66 UnoRuntime.queryInterface( in main()
94 UnoRuntime.queryInterface( in main()
111 UnoRuntime.queryInterface( in main()
120 UnoRuntime.queryInterface( in main()
137 UnoRuntime.queryInterface( in main()
156 UnoRuntime.queryInterface( in main()
162 xWord = (com.sun.star.text.XTextRange) UnoRuntime.queryInterface( in main()
192 xStyle = (com.sun.star.style.XStyle) UnoRuntime.queryInterface( in main()
247 xDesktop = (com.sun.star.frame.XDesktop) UnoRuntime.queryInterface( in getDesktop()
271 UnoRuntime.queryInterface( in createTextdocument()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartInCalc.java80 CellRangeAddress aRangeAddress = ((XCellRangeAddressable) UnoRuntime.queryInterface( in main()
150 ((XModel) UnoRuntime.queryInterface( XModel.class, maChartDocument )).lockControllers(); in lockControllers()
237 XChartDataArray aDataArray = (XChartDataArray) UnoRuntime.queryInterface( in testDataPointProperties()
293 XPropertySet aWall = ((X3DDisplay) UnoRuntime.queryInterface( in testWall()
308 XPropertySet aDocProp = (XPropertySet) UnoRuntime.queryInterface( in testTitle()
323 XShape aAxis = (XShape) UnoRuntime.queryInterface( in testTitle()
324 XShape.class, ((XAxisYSupplier) UnoRuntime.queryInterface( in testTitle()
344 XPropertySet aAxisProp = ((XAxisXSupplier) UnoRuntime.queryInterface( in testAxis()
353 aAxisProp = ((XAxisYSupplier) UnoRuntime.queryInterface( in testAxis()
383 XPropertySet aGridProp = (XPropertySet) UnoRuntime.queryInterface( in testGrid()
[all …]

Completed in 174 milliseconds

12345678910>>...94