Home
last modified time | relevance | path

Searched refs:queryInterface (Results 1126 – 1150 of 2339) sorted by relevance

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

/trunk/test/testuno/source/fvt/uno/ffc/
H A DFFCTest.java194 XStorable store = (XStorable) UnoRuntime.queryInterface(XStorable.class, document); in exportAsODF()
215 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in exportAsPDF()
301 …XComponentLoader componentLoader = (XComponentLoader) UnoRuntime.queryInterface(XComponentLoader.c… in loadSampleFile()
/trunk/main/vcl/unx/gtk/a11y/
H A Datktext.cxx161 …uno::Any any = pWrap->mpContext->queryInterface( accessibility::XAccessibleText::static_type(NULL)… in getText()
182 …uno::Any any = pWrap->mpContext->queryInterface( accessibility::XAccessibleTextMarkup::static_type… in getTextMarkup()
211 …uno::Any any = pWrap->mpContext->queryInterface( accessibility::XAccessibleTextAttributes::static_… in getTextAttributes()
239 …uno::Any any = pWrap->mpContext->queryInterface( accessibility::XAccessibleMultiLineText::static_t… in getMultiLineText()
/trunk/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx85 virtual Any SAL_CALL queryInterface( const Type & rType )
218 Any SAL_CALL TestDataSink::queryInterface( const Type & rType ) in queryInterface() function in TestDataSink
221 Any aRet = cppu::queryInterface( in queryInterface()
224 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/package/source/xstor/
H A Docompinstream.cxx90 uno::Any SAL_CALL OInputCompStream::queryInterface( const uno::Type& rType ) in queryInterface() function in OInputCompStream
96 aReturn <<= ::cppu::queryInterface in queryInterface()
109 aReturn <<= ::cppu::queryInterface in queryInterface()
117 return OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLConnection.java398 … XMultiServiceFactory configurationProvider = UnoRuntime.queryInterface(XMultiServiceFactory.class, in getJavaDriverClassPath()
409 XNameAccess myNode = UnoRuntime.queryInterface(XNameAccess.class, configurationAccess); in getJavaDriverClassPath()
411 …XNameAccess driverNode = UnoRuntime.queryInterface(XNameAccess.class, myNode.getByName(driverClass… in getJavaDriverClassPath()
534 …XStringSubstitution stringSubstitution = UnoRuntime.queryInterface(XStringSubstitution.class, para… in transformPreparedStatement()
/trunk/main/dbaccess/source/core/api/
H A DTableDeco.cxx441 Any SAL_CALL ODBTableDecorator::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in ODBTableDecorator
447 aRet = m_xTable->queryInterface(rType); in queryInterface()
450 aRet = OTableDescriptor_BASE::queryInterface(rType); in queryInterface()
452 aRet = ODataSettings::queryInterface(rType); in queryInterface()
H A Dcallablestatement.cxx86 Any OCallableStatement::queryInterface( const Type & rType ) throw (RuntimeException) in queryInterface() function in OCallableStatement
89 Any aIface = OPreparedStatement::queryInterface( rType ); in queryInterface()
91 aIface = ::cppu::queryInterface( in queryInterface()
/trunk/main/editeng/source/uno/
H A Dunotext2.cxx182 uno::Any SAL_CALL SvxUnoTextContent::queryInterface( const uno::Type & rType ) throw( uno::RuntimeE… in queryInterface() function in SvxUnoTextContent
184 return OWeakAggObject::queryInterface(rType); in queryInterface()
535 uno::Any SAL_CALL SvxUnoTextCursor::queryInterface( const uno::Type & rType ) in queryInterface() function in SvxUnoTextCursor
538 return OWeakAggObject::queryInterface(rType); in queryInterface()
/trunk/main/svx/inc/svx/
H A Dfmgridif.hxx85 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rTy…
109 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rTy…
134 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rTy…
158 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rTy…
181 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rTy…
386 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rTy…
/trunk/main/toolkit/test/accessibility/
H A DAccessibleEditableTextHandler.java33 (XAccessibleEditableText) UnoRuntime.queryInterface ( in createHandler()
53 return (XAccessibleEditableText) UnoRuntime.queryInterface ( in getEText()
H A DAccessibleHyperlinkHandler.java33 (XAccessibleHyperlink) UnoRuntime.queryInterface ( in createHandler()
54 (XAccessibleHyperlink) UnoRuntime.queryInterface ( in getHyperlink()
H A DAccessibleHypertextHandler.java33 (XAccessibleHypertext) UnoRuntime.queryInterface ( in createHandler()
54 (XAccessibleHypertext) UnoRuntime.queryInterface ( in getHypertext()
H A DChildEventHandler.java34 mxOldChild = (XAccessible)UnoRuntime.queryInterface( in ChildEventHandler()
36 mxNewChild = (XAccessible)UnoRuntime.queryInterface( in ChildEventHandler()
H A DAccessibleImageHandler.java33 (XAccessibleImage) UnoRuntime.queryInterface ( in createHandler()
53 return (XAccessibleImage) UnoRuntime.queryInterface ( in getImage()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/
H A Dtemplate.js51 oDoc = UnoRuntime.queryInterface(XModel,XSCRIPTCONTEXT.getInvocationContext());
54 xTextDoc = UnoRuntime.queryInterface(XTextDocument,oDoc);
/trunk/main/comphelper/source/misc/
H A Dweak.cxx43 Any SAL_CALL OWeakTypeObject::queryInterface(const Type & rType ) throw (RuntimeException) in queryInterface() function in comphelper::OWeakTypeObject
48 return ::cppu::OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextFrameHandler.java37 … XTextFramesSupplier xFrameSupplier = UnoRuntime.queryInterface(XTextFramesSupplier.class, xTD); in getFrameByName()
41 return UnoRuntime.queryInterface(XTextFrame.class, oTextFrame); in getFrameByName()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DMenuElement.java32 (com.sun.star.lang.XServiceInfo)UnoRuntime.queryInterface( in IsMenuEntry()
40 (com.sun.star.lang.XServiceInfo)UnoRuntime.queryInterface( in IsMenuSeparator()
/trunk/main/toolkit/test/accessibility/ov/
H A DListeningObjectView.java50 (XAccessibleEventBroadcaster)UnoRuntime.queryInterface( in SetObject()
64 (XAccessibleEventBroadcaster)UnoRuntime.queryInterface( in Destroy()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DStreamSimulator.java92 UnoRuntime.queryInterface(XSimpleFileAccess.class, in StreamSimulator()
102 m_xSeek = (com.sun.star.io.XSeekable)UnoRuntime.queryInterface( in StreamSimulator()
109 m_xSeek = (com.sun.star.io.XSeekable)UnoRuntime.queryInterface( in StreamSimulator()
/trunk/main/reportdesign/source/ui/misc/
H A Dtoolboxcontroller.cxx120 Any SAL_CALL OToolboxController::queryInterface( const Type& _rType ) throw (RuntimeException) in queryInterface() function in rptui::OToolboxController
122 Any aReturn = ToolboxController::queryInterface(_rType); in queryInterface()
124 aReturn = TToolboxController_BASE::queryInterface(_rType); in queryInterface()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DStreamSimulator.java97 UnoRuntime.queryInterface(XSimpleFileAccess.class, in StreamSimulator()
109 m_xSeek = (com.sun.star.io.XSeekable)UnoRuntime.queryInterface( in StreamSimulator()
116 m_xSeek = (com.sun.star.io.XSeekable)UnoRuntime.queryInterface( in StreamSimulator()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessiblePreviewHeaderCell.cxx122 uno::Any SAL_CALL ScAccessiblePreviewHeaderCell::queryInterface( uno::Type const & rType ) in queryInterface() function in ScAccessiblePreviewHeaderCell
125 uno::Any aAny (ScAccessiblePreviewHeaderCellImpl::queryInterface(rType)); in queryInterface()
126 return aAny.hasValue() ? aAny : ScAccessibleContextBase::queryInterface(rType); in queryInterface()
/trunk/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx74 Any SAL_CALL BaseContainerControl::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface() function in unocontrols::BaseContainerControl
84 aReturn = xDel->queryInterface( rType ); in queryInterface()
135 Any aReturn ( ::cppu::queryInterface( aType , in queryAggregation()
/trunk/main/avmedia/source/framework/
H A Dsoundhandler.cxx85 css::uno::Any SAL_CALL SoundHandler::queryInterface( const css::uno::Type& aType ) throw( css::uno:… in queryInterface() function in avmedia::SoundHandler
89 css::uno::Any aReturn( ::cppu::queryInterface( aType, in queryInterface()
99 aReturn = OWeakObject::queryInterface( aType ); in queryInterface()

Completed in 100 milliseconds

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