Home
last modified time | relevance | path

Searched refs:queryInterface (Results 76 – 100 of 2083) sorted by relevance

12345678910>>...84

/trunk/main/odk/examples/java/EmbedDocument/Container1/
H A DEmbedContApp.java166 XComponentSupplier xCompProv = (XComponentSupplier)UnoRuntime.queryInterface( in generateNewImage()
172 XTransferable xTransfer = (XTransferable)UnoRuntime.queryInterface( in generateNewImage()
636 XNameAccess xNameAccess = (XNameAccess)UnoRuntime.queryInterface( XNameAccess.class, in actionPerformed()
729 XEmbedObjectFactory xEmbedFactory = (XEmbedObjectFactory)UnoRuntime.queryInterface( in createEmbedObject()
763 XEmbedObjectFactory xEmbedFactory = (XEmbedObjectFactory)UnoRuntime.queryInterface( in createLinkObject()
792 XEmbedObjectFactory xEmbedFactory = (XEmbedObjectFactory)UnoRuntime.queryInterface( in loadEmbedObject()
870 xTempStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oStorage ); in createTempStorage()
938 XEmbedObjectFactory xEmbedFactory = (XEmbedObjectFactory)UnoRuntime.queryInterface( in loadFileURI()
942 XNameAccess xNameAccess = (XNameAccess)UnoRuntime.queryInterface( XNameAccess.class, in loadFileURI()
1002 XTruncate xTruncate = (XTruncate) UnoRuntime.queryInterface( XTruncate.class, in storeLinkToStorage()
[all …]
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java884 UnoRuntime.queryInterface(XNamed.class, xContent); in makeFrame()
902 UnoRuntime.queryInterface(XFootnote.class, xNote); in makeFootnote()
927 UnoRuntime.queryInterface(XNamed.class, xContent); in makeBookmark()
945 UnoRuntime.queryInterface(XNamed.class, xContent); in makeReferenceMark()
1248 m_xMSF = UnoRuntime.queryInterface( in before()
2944 UnoRuntime.queryInterface(XChild.class, xMeta1); in testMetaXChild()
2946 UnoRuntime.queryInterface(XChild.class, xMeta2); in testMetaXChild()
2948 UnoRuntime.queryInterface(XChild.class, xMeta3); in testMetaXChild()
2950 UnoRuntime.queryInterface(XChild.class, xMeta4); in testMetaXChild()
2952 UnoRuntime.queryInterface(XChild.class, xMeta5); in testMetaXChild()
[all …]
H A DCheckCrossReferences.java53 (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in getNextField()
69 (com.sun.star.container.XEnumerationAccess)UnoRuntime.queryInterface( in getNextField()
74 (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in getNextField()
95 (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in getFieldProps()
218 (com.sun.star.text.XTextContent)UnoRuntime.queryInterface( in checkCrossReferences()
223 (com.sun.star.container.XNamed)UnoRuntime.queryInterface( in checkCrossReferences()
231 (com.sun.star.text.XTextContent)UnoRuntime.queryInterface( in checkCrossReferences()
236 (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in checkCrossReferences()
242 (com.sun.star.text.XTextRange)UnoRuntime.queryInterface( in checkCrossReferences()
250 (com.sun.star.text.XTextField)UnoRuntime.queryInterface( in checkCrossReferences()
[all …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DFunctionHelper.java88 (com.sun.star.util.XURLTransformer)UnoRuntime.queryInterface( in parseURL()
142 xFrame = (com.sun.star.frame.XFrame)UnoRuntime.queryInterface( in impl_createEmptyFrame()
151 xFrame = (com.sun.star.frame.XFrame)UnoRuntime.queryInterface( in impl_createEmptyFrame()
209 xToolkit = (com.sun.star.awt.XToolkit)UnoRuntime.queryInterface( in impl_createWindow()
253 (com.sun.star.awt.XSystemChildFactory)UnoRuntime.queryInterface( in impl_createWindow()
312 xWindow = (com.sun.star.awt.XWindow)UnoRuntime.queryInterface( in impl_createWindow()
724 UnoRuntime.queryInterface( in saveAsHTML()
793 (com.sun.star.frame.XModel)UnoRuntime.queryInterface( in closeDocument()
802 (com.sun.star.util.XModifiable)UnoRuntime.queryInterface( in closeDocument()
875 (com.sun.star.util.XCloseable)UnoRuntime.queryInterface( in closeFrame()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DInsertCharacterToTable.java59 …xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("sw… in testCreateTable()
63 …xWriterFactory = (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServiceFactory.class, xTex… in testCreateTable()
65 …XTextTable xTable = (XTextTable) UnoRuntime.queryInterface(XTextTable.class,xWriterFactory.createI… in testCreateTable()
75 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCreateTable()
85 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCreateTable()
99 …XIndexAccess xIndexedTables_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTa… in testCreateTable()
101 …XTextTable xTable_Assert_odt = (XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj… in testCreateTable()
110 …XIndexAccess xIndexedTables_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTa… in testCreateTable()
112 …XTextTable xTable_Assert_doc = (XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj… in testCreateTable()
121 XText xCellText = (XText) UnoRuntime.queryInterface(XText.class, xTable.getCellByName(sCellName)); in insertIntoCell()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/slideshow/
H A DCustomShow.java94 XDrawPage xDrawPage = (XDrawPage) UnoRuntime.queryInterface( in testCustomShow()
103 XShapes xShapes = (XShapes) UnoRuntime.queryInterface( in testCustomShow()
122 .queryInterface(XSingleServiceFactory.class, xNameContainer); in testCustomShow()
130 xContainer = (XIndexContainer) UnoRuntime.queryInterface( in testCustomShow()
141 xContainer = (XIndexContainer) UnoRuntime.queryInterface( in testCustomShow()
169 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
171 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
175 sdDocument = (XPresentationSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
190 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in saveAndLoadSlide()
194 sdDocument = (XPresentationSupplier) UnoRuntime.queryInterface( in saveAndLoadSlide()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphBorder.java71 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphBorderSetting()
94 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphBorderSetting()
104 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphBorderSetting()
120 …BorderLine leftborderLine_odt=(BorderLine)UnoRuntime.queryInterface(BorderLine.class,borderLine_od… in testParagraphBorderSetting()
126 …BorderLine rightborderLine_odt=(BorderLine)UnoRuntime.queryInterface(BorderLine.class,borderLine_o… in testParagraphBorderSetting()
132 …BorderLine topborderLine_odt=(BorderLine)UnoRuntime.queryInterface(BorderLine.class,borderLine_odt… in testParagraphBorderSetting()
138 …BorderLine bottomtborderLine_odt=(BorderLine)UnoRuntime.queryInterface(BorderLine.class,borderLine… in testParagraphBorderSetting()
149 …BorderLine leftborderLine_doc=(BorderLine)UnoRuntime.queryInterface(BorderLine.class,borderLine_do… in testParagraphBorderSetting()
155 …BorderLine rightborderLine_doc=(BorderLine)UnoRuntime.queryInterface(BorderLine.class,borderLine_d… in testParagraphBorderSetting()
161 …BorderLine topborderLine_doc=(BorderLine)UnoRuntime.queryInterface(BorderLine.class,borderLine_doc… in testParagraphBorderSetting()
[all …]
H A DParagraphOutlineAndNumbering.java63 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testOutlineAndNumbering_NumberStyle()
68 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testOutlineAndNumbering_NumberStyle()
76 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testOutlineAndNumbering_NumberStyle()
86 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testOutlineAndNumbering_NumberStyle()
98 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testOutlineAndNumbering_NumberStyle()
99 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testOutlineAndNumbering_NumberStyle()
110 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testOutlineAndNumbering_NumberStyle()
123 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testOutlineAndNumbering_ListStyle()
128 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testOutlineAndNumbering_ListStyle()
136 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testOutlineAndNumbering_ListStyle()
[all …]
/trunk/main/odk/examples/java/Storage/
H A DTestHelper.java58 XTruncate xTruncate = (XTruncate) UnoRuntime.queryInterface( XTruncate.class, xOutput ); in WriteBytesToStream()
114 XComponent xComponent = (XComponent) UnoRuntime.queryInterface( XComponent.class, xStream ); in WriteBytesToStream()
137 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WriteBytesToSubstream()
165 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WriteBytesToEncrSubstream()
193 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in WBToSubstrOfEncr()
238 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in ChangeStreamPass()
476 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in checkStream()
541 xSubStream = (XStream) UnoRuntime.queryInterface( XStream.class, oSubStream ); in checkEncrStream()
691 xTempFileStream = (XStream)UnoRuntime.queryInterface( XStream.class, oTempFile ); in CreateTempFileStream()
736 XStream xStream = (XStream)UnoRuntime.queryInterface( XStream.class, xTempFileProps ); in CreateTempFile()
[all …]
/trunk/main/ucbhelper/source/provider/
H A Dinteractionrequest.cxx136 InteractionRequest::queryInterface( const uno::Type & rType ) in queryInterface() function in InteractionRequest
139 uno::Any aRet = cppu::queryInterface( rType, in queryInterface()
286 InteractionAbort::queryInterface( const uno::Type & rType ) in queryInterface() function in InteractionAbort
289 uno::Any aRet = cppu::queryInterface( rType, in queryInterface()
388 InteractionRetry::queryInterface( const uno::Type & rType ) in queryInterface() function in InteractionRetry
391 uno::Any aRet = cppu::queryInterface( rType, in queryInterface()
493 uno::Any aRet = cppu::queryInterface( rType, in queryInterface()
595 uno::Any aRet = cppu::queryInterface( rType, in queryInterface()
697 uno::Any aRet = cppu::queryInterface( rType, in queryInterface()
963 uno::Any aRet = cppu::queryInterface( rType, in queryInterface()
[all …]
/trunk/main/sfx2/qa/complex/sfx2/tools/
H A DWriterHelper.java71 XCloseable closer = UnoRuntime.queryInterface(XCloseable.class, xTextDoc); in closeDoc()
95 XComponent comp = UnoRuntime.queryInterface(XComponent.class, xLocalDoc); in openFromDialog()
104 XWindow xWindow = UnoRuntime.queryInterface(XWindow.class, atw); in openFromDialog()
160 XExtendedToolkit tk = UnoRuntime.queryInterface(XExtendedToolkit.class, toolkit); in DocByAutopilot()
166 XWindow xWindow = UnoRuntime.queryInterface(XWindow.class, atw); in DocByAutopilot()
172 XAccessibleSelection sel = UnoRuntime.queryInterface(XAccessibleSelection.class, ARoot); in DocByAutopilot()
180 sel = UnoRuntime.queryInterface(XAccessibleSelection.class, ARoot); in DocByAutopilot()
189 xWindow = UnoRuntime.queryInterface(XWindow.class, atw); in DocByAutopilot()
206 xWindow = UnoRuntime.queryInterface(XWindow.class, atw); in DocByAutopilot()
257 XExtendedToolkit tk = UnoRuntime.queryInterface(XExtendedToolkit.class, toolkit); in getToolkit()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/
H A DDocumentTest.java79 textDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, component); in testNewAndCloseDocument()
80 XTitle xTitle = (XTitle)UnoRuntime.queryInterface(XTitle.class, textDocument); in testNewAndCloseDocument()
98 textDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, component); in testNewDocumentFromTemplate()
99 XTitle xTitle = (XTitle)UnoRuntime.queryInterface(XTitle.class, textDocument); in testNewDocumentFromTemplate()
117 textDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, component); in testSaveDocument()
126 textDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, component); in testSaveDocument()
143 textDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, component); in testSaveAsDocument()
163 textDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, component); in testExportAsPDF()
165 XStorable xStorable = (XStorable)UnoRuntime.queryInterface(XStorable.class, component); in testExportAsPDF()
194 textDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, component); in testSaveAsTemplate()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXTextDocument.java134 XTextContent oTSC = (XTextContent) UnoRuntime.queryInterface( in createTestEnvironment()
138 XWordCursor oWordC = (XWordCursor) UnoRuntime.queryInterface( in createTestEnvironment()
156 xTS = (XTextSection) UnoRuntime.queryInterface(XTextSection.class, in createTestEnvironment()
159 XNamed xTSName = (XNamed) UnoRuntime.queryInterface(XNamed.class, in createTestEnvironment()
166 XNamed the_name = (XNamed) UnoRuntime.queryInterface(XNamed.class, in createTestEnvironment()
176 the_name = (XNamed) UnoRuntime.queryInterface(XNamed.class, aMark); in createTestEnvironment()
179 XTextContent oTC = (XTextContent) UnoRuntime.queryInterface( in createTestEnvironment()
192 oTC = (XTextContent) UnoRuntime.queryInterface(XTextContent.class, in createTestEnvironment()
210 oTC = (XTextContent) UnoRuntime.queryInterface(XTextContent.class, in createTestEnvironment()
240 XModel model1 = (XModel) UnoRuntime.queryInterface(XModel.class, in createTestEnvironment()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DRowSet.java76 XNameAccess xNameAccess = (XNameAccess)UnoRuntime.queryInterface( in printDataSources()
88 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in useRowSet()
103 XComponent xComp = (XComponent)UnoRuntime.queryInterface(XComponent.class,xRowRes); in useRowSet()
111 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in showRowSetPrivileges()
137 XComponent xComp = (XComponent)UnoRuntime.queryInterface(XComponent.class,xRowRes); in showRowSetPrivileges()
145 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in showRowSetRowCount()
162 XResultSet xRes = (XResultSet)UnoRuntime.queryInterface(XResultSet.class,xRowRes); in showRowSetRowCount()
169 XComponent xComp = (XComponent)UnoRuntime.queryInterface(XComponent.class,xRowRes); in showRowSetRowCount()
177 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in showRowSetEvents()
199 XResultSet xRes = (XResultSet)UnoRuntime.queryInterface(XResultSet.class,xRowRes); in showRowSetEvents()
[all …]
H A DCodeSamples.java167 xDriver = (XDriver)UnoRuntime.queryInterface(XDriver.class,aDriver); in openConnectionWithDriver()
189 XNameAccess xNameAccess = (XNameAccess)UnoRuntime.queryInterface( in printDataSources()
203 XRow rowTB = (XRow)UnoRuntime.queryInterface(XRow.class, rsTables); in displayTableStructure()
262 XNameAccess xNameAccess = (XNameAccess)UnoRuntime.queryInterface( in createQuerydefinition()
268 UnoRuntime.queryInterface(XQueryDefinitionsSupplier.class, in createQuerydefinition()
273 UnoRuntime.queryInterface(XSingleServiceFactory.class, xQDefs); in createQuerydefinition()
275 XPropertySet xProp = (XPropertySet) UnoRuntime.queryInterface( in createQuerydefinition()
298 XNameAccess xNameAccess = (XNameAccess)UnoRuntime.queryInterface( in printQueryColumnNames()
303 XDataSource xDS = (XDataSource)UnoRuntime.queryInterface( in printQueryColumnNames()
307 UnoRuntime.queryInterface(XQueriesSupplier.class, con); in printQueryColumnNames()
[all …]
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiDialog.java67 …XDialogProvider2 xDialogProvider = (XDialogProvider2) UnoRuntime.queryInterface( XDialogProvider2.… in WikiDialog()
70 …m_xControlContainer = (XControlContainer)UnoRuntime.queryInterface( XControlContainer.class, m_xDi… in WikiDialog()
71 … XTopWindow xTopWindow = (XTopWindow)UnoRuntime.queryInterface( XTopWindow.class, m_xDialog ); in WikiDialog()
136 … XControl xDialogControl = (XControl)UnoRuntime.queryInterface( XControl.class, xDialog ); in SetTitle()
139 …XPropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, xDialogContro… in SetTitle()
158 xPS = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xControl.getModel() ); in GetPropSet()
205 … XControl xDialogControl = ( XControl ) UnoRuntime.queryInterface( XControl.class, m_xDialog ); in InsertThrobber()
214 …XPropertySet xThrobberProps = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, xThrobb… in InsertThrobber()
223 …XNameContainer xDialogContainer = (XNameContainer)UnoRuntime.queryInterface( XNameContainer.class,… in InsertThrobber()
264 …XWindow xWindow = (XWindow)UnoRuntime.queryInterface( XWindow.class, m_xControlContainer.getContro… in SetThrobberVisible()
[all …]
H A DHelper.java253 … XChangesBatch xBatch = ( XChangesBatch ) UnoRuntime.queryInterface( XChangesBatch.class, xProps ); in SetShowInBrowserByDefault()
270 m_xPasswordContainer = (XPasswordContainer)UnoRuntime.queryInterface( in GetPasswordContainer()
288 m_xInteractionHandler = ( XInteractionHandler )UnoRuntime.queryInterface( in GetInteractionHandler()
392 XStream xStream = ( XStream ) UnoRuntime.queryInterface( XStream.class, oTempFile ); in SaveHTMLTemp()
393 … XSeekable xSeekable = ( XSeekable ) UnoRuntime.queryInterface( XSeekable.class, oTempFile ); in SaveHTMLTemp()
426 …XPropertySet xPropertySet = ( XPropertySet ) UnoRuntime.queryInterface( XPropertySet.class, oTempF… in CreateTempFile()
886 xResult = ( XControl ) UnoRuntime.queryInterface( XControl.class, oControl ); in GetControlFromDialog()
896 … return ( XPropertySet ) UnoRuntime.queryInterface( XPropertySet.class, xControl.getModel() ); in GetSubControlPropSet()
960 XControl xControl = (XControl)UnoRuntime.queryInterface( XControl.class, xDialog ); in ShowError()
1001 xMBFactory = (XMessageBoxFactory)UnoRuntime.queryInterface( in ShowError()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCreateShowHideEditDeleteComments.java97 …scDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scCompon… in testCreateEditDeleteComments()
101 …XIndexAccess xSheetsIA = (XIndexAccess)UnoRuntime.queryInterface(XIndexAccess.class, xSpreadsheets… in testCreateEditDeleteComments()
102 …Object sheetObj = (XSpreadsheet)UnoRuntime.queryInterface(XSpreadsheet.class, xSheetsIA.getByIndex… in testCreateEditDeleteComments()
103 XSpreadsheet xSheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testCreateEditDeleteComments()
117 UnoRuntime.queryInterface(XCellAddressable.class, xCell); in testCreateEditDeleteComments()
122 (XSheetAnnotationsSupplier) UnoRuntime.queryInterface( in testCreateEditDeleteComments()
131 (XSheetAnnotationsSupplier) UnoRuntime.queryInterface( in testCreateEditDeleteComments()
165 XSpreadsheet xSheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testShowHideComments()
178 UnoRuntime.queryInterface(XCellAddressable.class, xCell); in testShowHideComments()
183 (XSheetAnnotationsSupplier) UnoRuntime.queryInterface( in testShowHideComments()
[all …]
/trunk/main/test/source/java/org/openoffice/test/tools/
H A DOfficeDocument.java71 XComponentLoader aLoader = UnoRuntime.queryInterface( XComponentLoader.class, in implLoadAsComponent()
74 XComponent document = UnoRuntime.queryInterface( XComponent.class, in implLoadAsComponent()
91 XServiceInfo xSI = UnoRuntime.queryInterface( XServiceInfo.class, document ); in implLoadDocument()
129 … XCloseable closeDoc = UnoRuntime.queryInterface( XCloseable.class, m_documentComponent ); in close()
157 return UnoRuntime.queryInterface( aInterfaceClass, m_documentComponent ); in query()
174 XModel xDocModel = UnoRuntime.queryInterface( XModel.class, m_documentComponent ); in getCurrentView()
237 XServiceInfo xSI = UnoRuntime.queryInterface( XServiceInfo.class, m_documentComponent ); in classify()
266 return UnoRuntime.queryInterface( XDrawPage.class, xPages.getByIndex( index ) ); in getDrawPage()
277 … XDrawPageSupplier xSuppPage = UnoRuntime.queryInterface( XDrawPageSupplier.class, getDocument() ); in getMainDrawPage()
286 xReturn = UnoRuntime.queryInterface( XDrawPage.class, xPages.getByIndex( 0 ) ); in getMainDrawPage()
[all …]
/trunk/main/wizards/com/sun/star/wizards/document/
H A DFormHandler.java115 xDrawPageSupplier = UnoRuntime.queryInterface(XDrawPageSupplier.class, xTextDocument); in FormHandler()
117 xFormsSupplier = UnoRuntime.queryInterface(XFormsSupplier.class, xDrawPage); in FormHandler()
118 xShapeGrouper = UnoRuntime.queryInterface(XShapeGrouper.class, xDrawPage); in FormHandler()
120 xMSFDoc = UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextDocument); in FormHandler()
260 xNamedForms = UnoRuntime.queryInterface(XNameAccess.class, xNamedFormContainer); in hasFormByName()
325 XChild xChild = UnoRuntime.queryInterface(XChild.class, xControlModel); in belongsToForm()
326 XNamed xNamed = UnoRuntime.queryInterface(XNamed.class, xChild.getParent()); in belongsToForm()
344 xNamedForm = UnoRuntime.queryInterface(XNameContainer.class, oDBForm); in insertFormbyName()
377 xNamedForm = UnoRuntime.queryInterface(XNameContainer.class, oDBForm); in getFormByName()
499 XComponent xComponent = UnoRuntime.queryInterface(XComponent.class, _xShape); in removeShape()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DUITools.java70 XModel xModel = (XModel) UnoRuntime.queryInterface(XModel.class, xTextDoc); in UITools()
90 UnoRuntime.queryInterface(XAccessibleText.class, xInt); in getString()
97 UnoRuntime.queryInterface(XAccessibleEditableText.class, xInt); in setString()
105 UnoRuntime.queryInterface(XAccessibleValue.class, xInt); in getValue()
164 UnoRuntime.queryInterface(XAccessibleAction.class, oButton); in clickButton()
279 UnoRuntime.queryInterface(XAccessibleValue.class, xRB); in setRadioButtonValue()
311 UnoRuntime.queryInterface(XAccessible.class, xListBox); in selectListboxItem()
466 UnoRuntime.queryInterface( in setNumericFieldValue()
663 UnoRuntime.queryInterface(XInterface.class, xMessage); in getMsgBoxText()
687 UnoRuntime.queryInterface(XExtendedToolkit.class, xToolKit); in getTopWindow()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/field/
H A DCheckDateTimeField.java64 …document = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swriter… in setUpDocument()
129 XPropertySet props = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, dateFiled); in createTimeFiled()
140 XStorable store = (XStorable) UnoRuntime.queryInterface(XStorable.class, document); in createTimeFiled()
143 …document = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.loadDocumentFromURL(… in createTimeFiled()
144 …XTextFieldsSupplier fieldsSupplier = (XTextFieldsSupplier) UnoRuntime.queryInterface(XTextFieldsSu… in createTimeFiled()
149 XPropertySet props2 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, field); in createTimeFiled()
197 XPropertySet props = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, dateFiled); in createDateFiled()
208 XStorable store = (XStorable) UnoRuntime.queryInterface(XStorable.class, document); in createDateFiled()
211 …document = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.loadDocumentFromURL(… in createDateFiled()
212 …XTextFieldsSupplier fieldsSupplier = (XTextFieldsSupplier) UnoRuntime.queryInterface(XTextFieldsSu… in createDateFiled()
[all …]
/trunk/main/cppu/source/uno/
H A Ddata.cxx153 uno_QueryInterfaceFunc queryInterface, uno_ReleaseFunc release ) in equalStruct() argument
191 uno_QueryInterfaceFunc queryInterface, uno_ReleaseFunc release ) in equalSequence() argument
270 uno_QueryInterfaceFunc queryInterface, uno_ReleaseFunc release ) in uno_type_equalData() argument
276 queryInterface, release ); in uno_type_equalData()
282 uno_QueryInterfaceFunc queryInterface, uno_ReleaseFunc release ) in uno_equalData() argument
288 queryInterface, release ); in uno_equalData()
300 queryInterface, acquire, release ); in uno_type_assignData()
312 queryInterface, acquire, release ); in uno_assignData()
336 if (0 == queryInterface) in uno_type_isAssignableFromData()
337 queryInterface = binuno_queryInterface; in uno_type_isAssignableFromData()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/character/
H A DCheckCharacterStyle.java100 m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, in setUp()
110 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in setUp()
117 return (XText)UnoRuntime.queryInterface(XText.class, firstTextBox); in getFirstTextbox()
140 m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, in testFontColor()
143 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in testFontColor()
155 m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, in testFontUnderline()
158 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in testFontUnderline()
170 m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, in testFontSize()
173 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in testFontSize()
184 m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, in testFontBoldStyle()
[all …]
/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 …]

Completed in 342 milliseconds

12345678910>>...84