Home
last modified time | relevance | path

Searched refs:queryInterface (Results 1226 – 1250 of 2339) sorted by relevance

1...<<41424344454647484950>>...94

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/lang/
H A D_XSingleServiceFactory.java99 Object ifc = UnoRuntime.queryInterface(mustSupport[i], Inst) ; in _createInstance()
144 Object ifc = UnoRuntime.queryInterface(mustSupport[i], Inst) ; in _createInstanceWithArguments()
/trunk/main/scripting/examples/javascript/Highlight/
H A DShowDialog.js39 xLibraryContainer = UnoRuntime.queryInterface(XLibraryContainer, obj);
96 return UnoRuntime.queryInterface(XDialogProvider, obj);
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleContextBase.cxx127 uno::Any SAL_CALL ScAccessibleContextBase::queryInterface( uno::Type const & rType ) in queryInterface() function in ScAccessibleContextBase
130 uno::Any aAny (ScAccessibleContextBaseWeakImpl::queryInterface(rType)); in queryInterface()
131 return aAny.hasValue() ? aAny : ScAccessibleContextBaseImplEvent::queryInterface(rType); in queryInterface()
/trunk/main/sd/source/core/annotations/
H A DAnnotation.cxx69 virtual Any SAL_CALL queryInterface(Type const & type) throw (RuntimeException);
198 Any Annotation::queryInterface(Type const & type) throw (RuntimeException) in queryInterface() function in sd::Annotation
200 return ::cppu::WeakComponentImplHelper1< XAnnotation>::queryInterface(type); in queryInterface()
/trunk/main/dbaccess/source/core/api/
H A Ddatacolumn.cxx112 Any SAL_CALL ODataColumn::queryInterface( const Type & _rType ) throw (RuntimeException) in queryInterface() function in ODataColumn
114 Any aReturn = OResultColumn::queryInterface(_rType); in queryInterface()
116 aReturn = ::cppu::queryInterface(_rType, in queryInterface()
/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxTableCell.cxx109 ::com::sun::star::uno::Any SAL_CALL AccessibleBrowseBoxTableCell::queryInterface( in queryInterface() function in accessibility::AccessibleBrowseBoxTableCell
113 Any aRet = AccessibleBrowseBoxCell::queryInterface(rType); in queryInterface()
115 aRet = AccessibleTextHelper_BASE::queryInterface(rType); in queryInterface()
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DAsyncJob.java256 com.sun.star.awt.XToolkit xKit = (com.sun.star.awt.XToolkit)UnoRuntime.queryInterface( in showInfoModal()
270 aDescriptor.Parent = (com.sun.star.awt.XWindowPeer)UnoRuntime.queryInterface( in showInfoModal()
276 … com.sun.star.awt.XMessageBox xInfoBox = (com.sun.star.awt.XMessageBox)UnoRuntime.queryInterface( in showInfoModal()
/trunk/main/unotools/qa/complex/tempfile/
H A DTest01.java55 xTempFile = UnoRuntime.queryInterface(XTempFile.class, oTempFile); in test()
57 xTruncate = UnoRuntime.queryInterface(XTruncate.class, oTempFile); in test()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/dialogs/
H A D_XExecutableDialog.java79 XCancellable canc = (XCancellable)UnoRuntime.queryInterface in _execute()
142 XCancellable canc = (XCancellable) UnoRuntime.queryInterface( in closeDialog()
/trunk/main/package/qa/storages/
H A DRegressionTest_i84234.java67 … XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
120 xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXDocumentIndex.java128 UnoRuntime.queryInterface(XTextContent.class,instance)); in createTestEnvironment()
131 UnoRuntime.queryInterface(XTextRange.class, oCursor)); in createTestEnvironment()
H A DSwXDrawPage.java134 XDPSupp = (XDrawPageSupplier) UnoRuntime.queryInterface in createTestEnvironment()
143 oShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, oObj); in createTestEnvironment()
H A DXMLImporter.java120 XImporter xIm = (XImporter) UnoRuntime.queryInterface in createTestEnvironment()
150 final XTextDocument textDoc = (XTextDocument) UnoRuntime.queryInterface in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_xmloff/Impress/
H A DXMLImporter.java162 UnoRuntime.queryInterface(XDrawPagesSupplier.class, xImpressDoc); in createTestEnvironment()
165 UnoRuntime.queryInterface(XNameAccess.class, drawPages); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDrawTools.java77 UnoRuntime.queryInterface(XDrawPagesSupplier.class,aDoc); in getDrawPages()
113 return (XShapes) UnoRuntime.queryInterface(XShapes.class,oDP); in getShapes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAutoFormatsObj.java91 XComponent oComp = (XComponent) UnoRuntime.queryInterface in cleanup()
119 XComponent xComp = (XComponent)UnoRuntime.queryInterface in createTestEnvironment()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DSalesMan.java97 XParameters setPara = (XParameters)UnoRuntime.queryInterface(XParameters.class,updateStreet); in updateSalesMan()
125 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class,rs); in retrieveSalesManData()
/trunk/main/odk/examples/java/DocumentHandling/
H A DDocumentPrinter.java54 UnoRuntime.queryInterface( in main()
68 (com.sun.star.view.XPrintable)UnoRuntime.queryInterface( in main()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/
H A D_XFormController.java93 XWindow wind = (XWindow)UnoRuntime.queryInterface(XWindow.class, cntrl); in _addActivateListener()
118 XWindow wind = (XWindow)UnoRuntime.queryInterface(XWindow.class, cntrl); in _removeActivateListener()
/trunk/main/javaunohelper/com/sun/star/comp/juhtest/
H A DSmoketestCommandEnvironment.java115 … UnoRuntime.queryInterface(com.sun.star.task.XInteractionApprove.class, conts[i]); in handle()
124 UnoRuntime.queryInterface(com.sun.star.task.XInteractionAbort.class, conts[i]); in handle()
/trunk/main/jurt/demo/com/sun/star/demo/
H A DDemoServer.java88 …XAcceptor xAcceptor = UnoRuntime.queryInterface(XAcceptor.class, serviceManager.createInstance("co… in main()
93 …XBridgeFactory xBridgeFactory = UnoRuntime.queryInterface(XBridgeFactory.class, serviceManager.cre… in main()
/trunk/main/scripting/workben/mod/_scripting/
H A DFunction.java67 XModel model = ( XModel ) UnoRuntime.queryInterface( XModel.class, in createTestEnvironment()
71 …provider = ( XFunctionProvider )UnoRuntime.queryInterface( XFunctionProvider.class, oObj ); … in createTestEnvironment()
H A DDispatch.java71 XModel model = ( XModel ) UnoRuntime.queryInterface( XModel.class, in createTestEnvironment()
77 UnoRuntime.queryInterface(XURLTransformer.class, in createTestEnvironment()
H A DScriptInfo.java82 UnoRuntime.queryInterface( XSimpleFileAccess.class, xInterface ); in createTestEnvironment()
86 …XScriptInfoAccess infoAccess = ( XScriptInfoAccess )UnoRuntime.queryInterface(XScriptInfoAccess.cl… in createTestEnvironment()
/trunk/main/connectivity/source/cpool/
H A DZDriverWrapper.cxx81 Any SAL_CALL ODriverWrapper::queryInterface( const Type& _rType ) throw (RuntimeException) in queryInterface() function in connectivity::ODriverWrapper
83 Any aReturn = ODriverWrapper_BASE::queryInterface(_rType); in queryInterface()

Completed in 88 milliseconds

1...<<41424344454647484950>>...94