Home
last modified time | relevance | path

Searched refs:queryInterface (Results 1101 – 1125 of 2339) sorted by relevance

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

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleFilterMenu.cxx250 uno::Any SAL_CALL ScAccessibleFilterMenu::queryInterface( uno::Type const & rType ) in queryInterface() function in ScAccessibleFilterMenu
253 Any any = ScAccessibleContextBase::queryInterface(rType); in queryInterface()
257 return ScAccessibleFilterMenu_BASE::queryInterface(rType); in queryInterface()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DButtonList.java218 XControl aControl = UnoRuntime.queryInterface(XControl.class, aButton); in create()
268 XWindow win = UnoRuntime.queryInterface(XWindow.class, aButton); in createButton()
347 final XWindow xWindow = UnoRuntime.queryInterface(XWindow.class, control); in setVisible()
727 return UnoRuntime.queryInterface(XControl.class, control).getModel(); in getModel()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelContainer.java302 m_xSFA = ( XSimpleFileAccess )UnoRuntime.queryInterface( in initSimpleFileAccess()
467 UnoRuntime.queryInterface( XSimpleFileAccess2.class, m_xSFA ); in createParcel()
680 UnoRuntime.queryInterface( XUriReferenceFactory.class, in parseScriptUri()
697 UnoRuntime.queryInterface( XVndSunStarScriptUrl.class, uriRef ); in parseScriptUri()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DContainer.java48 UnoRuntime.queryInterface(XAccessibleComponent.class, in Container()
54 UnoRuntime.queryInterface(XAccessibleEventBroadcaster.class, in Container()
136 (XAccessible) UnoRuntime.queryInterface(XAccessible.class, targetSet[i])); in getAccessibleComponents()
576 UnoRuntime.queryInterface(XAccessibleSelection.class, unoAccessibleContext); in getAccessibleSelection()
/trunk/main/sw/source/core/access/
H A Dacctextframe.cxx161 SwAccessibleTextFrame::queryInterface (const com::sun::star::uno::Type & rType) in queryInterface() function in SwAccessibleTextFrame
164 ::com::sun::star::uno::Any aReturn = SwAccessibleContext::queryInterface (rType); in queryInterface()
166 aReturn = ::cppu::queryInterface (rType, in queryInterface()
/trunk/main/unotools/source/streaming/
H A Dstreamwrap.cxx274 Any SAL_CALL OSeekableOutputStreamWrapper::queryInterface( const Type& _rType ) throw (RuntimeExcep… in queryInterface() function in utl::OSeekableOutputStreamWrapper
276 Any aReturn = OOutputStreamWrapper::queryInterface(_rType); in queryInterface()
278 aReturn = OSeekableOutputStreamWrapper_Base::queryInterface(_rType); in queryInterface()
/trunk/main/ucb/source/ucp/file/
H A Dfilstr.cxx48 XStream_impl::queryInterface( in queryInterface() function in XStream_impl
52 uno::Any aRet = cppu::queryInterface( rType, in queryInterface()
60 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/extensions/source/scanner/
H A Dscanunx.cxx52 ANY SAL_CALL BitmapTransporter::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface() function in BitmapTransporter
54 const ANY aRet( cppu::queryInterface( rType, static_cast< AWT::XBitmap* >( this ) ) ); in queryInterface()
56 return( aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ) ); in queryInterface()
/trunk/main/toolkit/qa/complex/toolkit/
H A DUnitConversion.java103 …final XMultiServiceFactory xMSF = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection… in testXUnitConversion()
113 XWindow xWindow = UnoRuntime.queryInterface(XWindow.class, xWindowPeer); in testXUnitConversion()
137 m_xConversion = UnoRuntime.queryInterface(XUnitConversion.class, xWindowPeer); in testXUnitConversion()
/trunk/main/toolkit/source/awt/
H A Dvclxcontainer.cxx56 ::com::sun::star::uno::Any VCLXContainer::queryInterface( const ::com::sun::star::uno::Type & rType… in queryInterface() function in VCLXContainer
58 ::com::sun::star::uno::Any aRet = ::cppu::queryInterface( rType, in queryInterface()
61 return (aRet.hasValue() ? aRet : VCLXWindow::queryInterface( rType )); in queryInterface()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfilterdialogcomponent.cxx82 virtual Any SAL_CALL queryInterface( const Type& aType ) throw (RuntimeException);
146 Any SAL_CALL XMLFilterDialogComponent::queryInterface( const Type& aType ) throw (RuntimeException) in queryInterface() function in XMLFilterDialogComponent
148 return OComponentHelper::queryInterface( aType ); in queryInterface()
/trunk/main/scripting/examples/beanshell/Highlight/
H A Dhighlighter.bsh36 UnoRuntime.queryInterface(XReplaceable.class, xTextDocument);
44 UnoRuntime.queryInterface(XPropertyReplace.class, descriptor);
89 UnoRuntime.queryInterface(XTextDocument.class, XSCRIPTCONTEXT.getDocument());
/trunk/main/chart2/source/controller/main/
H A DElementSelector.cxx279 Any SAL_CALL ElementSelectorToolbarController::queryInterface( const Type& _rType ) throw (RuntimeE… in queryInterface() function in chart::ElementSelectorToolbarController
281 Any aReturn = ToolboxController::queryInterface(_rType); in queryInterface()
283 aReturn = ElementSelectorToolbarController_BASE::queryInterface(_rType); in queryInterface()
/trunk/main/comphelper/source/property/
H A Dgenericpropertyset.cxx81 virtual Any SAL_CALL queryInterface( const Type & rType ) throw( RuntimeException);
202 Any SAL_CALL GenericPropertySet::queryInterface( const Type & rType ) in queryInterface() function in GenericPropertySet
205 return OWeakAggObject::queryInterface( rType ); in queryInterface()
/trunk/main/UnoControls/source/base/
H A Dmultiplexer.cxx117 Any SAL_CALL OMRCListenerMultiplexerHelper::queryInterface( const Type& rType ) throw( RuntimeExcep… in queryInterface() function in unocontrols::OMRCListenerMultiplexerHelper
124 Any aReturn ( ::cppu::queryInterface( rType , in queryInterface()
145 return OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java101 XPropertySet xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xMSF); in before()
103 xContext = UnoRuntime.queryInterface(XComponentContext.class, defaultCtx); in before()
142 xRep = UnoRuntime.queryInterface(XDocumentRepository.class, Repository.create(xContext)); in before()
588 XBlankNode blank = UnoRuntime.queryInterface(XBlankNode.class, i_node); in isBlank()
870 …final XMultiServiceFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connectio… in getMSF()
/trunk/main/unotools/source/config/
H A Dxmlaccelcfg.cxx195 Any SAL_CALL OReadAccelatorDocumentHandler::queryInterface( const Type & rType ) throw( RuntimeExce… in queryInterface() function in OReadAccelatorDocumentHandler
197 Any a = ::cppu::queryInterface( rType ,SAL_STATIC_CAST( XDocumentHandler*, this )); in queryInterface()
201 return OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/svx/source/tbxctrls/
H A Dtbunocontroller.cxx262 ::com::sun::star::uno::Any SAL_CALL FontHeightToolBoxControl::queryInterface( const ::com::sun::sta… in queryInterface() function in svx::FontHeightToolBoxControl
265 uno::Any a = ToolboxController::queryInterface( aType ); in queryInterface()
269 return ::cppu::queryInterface( aType, static_cast< lang::XServiceInfo* >( this )); in queryInterface()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.cxx68 Any SAL_CALL OPreparedStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OPreparedStatement
70 Any aRet = OStatement_BASE2::queryInterface(rType); in queryInterface()
72 aRet = OPreparedStatement_BASE::queryInterface(rType); in queryInterface()
/trunk/main/configmgr/source/
H A Dchildaccess.cxx384 css::uno::Any ChildAccess::queryInterface(css::uno::Type const & aType) in queryInterface() function in configmgr::ChildAccess
390 css::uno::Any res(Access::queryInterface(aType)); in queryInterface()
393 : cppu::queryInterface( in queryInterface()
/trunk/main/dbaccess/source/core/api/
H A Dquerycomposer.cxx177 Any SAL_CALL OQueryComposer::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OQueryComposer
180 Any aRet = OSubComponent::queryInterface(rType); in queryInterface()
182 aRet = OQueryComposer_BASE::queryInterface(rType); in queryInterface()
/trunk/main/dbaccess/source/ui/control/
H A Dtoolboxcontroller.cxx129 Any SAL_CALL OToolboxController::queryInterface( const Type& _rType ) throw (RuntimeException) in queryInterface() function in dbaui::OToolboxController
131 Any aReturn = ToolboxController::queryInterface(_rType); in queryInterface()
133 aReturn = TToolboxController_BASE::queryInterface(_rType); in queryInterface()
/trunk/main/UnoControls/source/controls/
H A Dstatusindicator.cxx101 Any SAL_CALL StatusIndicator::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface() function in unocontrols::StatusIndicator
111 aReturn = xDel->queryInterface( rType ); in queryInterface()
188 Any aReturn ( ::cppu::queryInterface( aType , in queryAggregation()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java229 (XUnoUrlResolver) UnoRuntime.queryInterface( XUnoUrlResolver.class, urlResolver ); in connect()
270 UnoRuntime.queryInterface( XPropertySet.class, aInitialObject); in connect()
272 XComponentContext xComponentContext = (XComponentContext) UnoRuntime.queryInterface( in connect()
/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxHeaderBar.cxx316 Any SAL_CALL AccessibleBrowseBoxHeaderBar::queryInterface( const uno::Type& rType ) in queryInterface() function in accessibility::AccessibleBrowseBoxHeaderBar
319 Any aAny( AccessibleBrowseBoxTableBase::queryInterface( rType ) ); in queryInterface()
321 aAny : AccessibleBrowseBoxHeaderBarImplHelper::queryInterface( rType ); in queryInterface()

Completed in 140 milliseconds

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