Home
last modified time | relevance | path

Searched refs:queryInterface (Results 1501 – 1525 of 2339) sorted by relevance

1...<<61626364656667686970>>...94

/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.cxx96 Any SAL_CALL OResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OResultSet
98 Any aRet = OPropertySetHelper::queryInterface(rType); in queryInterface()
100 aRet = OResultSet_BASE::queryInterface(rType); in queryInterface()
/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx110 Any SAL_CALL OPreparedStatement::queryInterface(const Type & rType) in queryInterface() function in OPreparedStatement
114 Any aRet = OCommonStatement::queryInterface(rType); in queryInterface()
116 aRet = OPreparedStatement_BASE::queryInterface(rType); in queryInterface()
/trunk/main/UnoControls/source/controls/
H A Dprogressmonitor.cxx132 Any SAL_CALL ProgressMonitor::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface() function in unocontrols::ProgressMonitor
142 aReturn = xDel->queryInterface( rType ); in queryInterface()
220 Any aReturn ( ::cppu::queryInterface( aType , in queryAggregation()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDocumentViewBase.cxx435 AccessibleDocumentViewBase::queryInterface (const uno::Type & rType) in queryInterface() function in accessibility::AccessibleDocumentViewBase
438 uno::Any aReturn = AccessibleContextBase::queryInterface (rType); in queryInterface()
440 aReturn = ::cppu::queryInterface (rType, in queryInterface()
/trunk/main/svx/source/unogallery/
H A Dunogalitem.cxx114 uno::Any SAL_CALL GalleryItem::queryInterface( const uno::Type & rType ) in queryInterface() function in unogallery::GalleryItem
117 return OWeakAggObject::queryInterface( rType ); in queryInterface()
/trunk/main/sw/inc/
H A Dunoredline.hxx52 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aT…
120 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aT…
H A Dunoframe.hxx187 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy…
252 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy…
301 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy…
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrolmodel.hxx115 …LL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::Runtim… in queryInterface() function in UnoControlModel
/trunk/main/offapi/com/sun/star/form/
H A DPropertyBrowserController.idl69 XController xController = (XController)UnoRuntime.queryInterface( XController.class,
77 XPropertySet xControllerProps = (XPropertySet)UnoRuntime.queryInterface(
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XParameters.java410 XInputStream xStream = (XInputStream)UnoRuntime.queryInterface in _setBinaryStream()
440 XInputStream xStream = (XInputStream)UnoRuntime.queryInterface in _setCharacterStream()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DInterceptor.java333 …eption xRegistration = (com.sun.star.frame.XDispatchProviderInterception)UnoRuntime.queryInterface( in impl_frameAction()
645 …eption xRegistration = (com.sun.star.frame.XDispatchProviderInterception)UnoRuntime.queryInterface( in shutdown()
/trunk/main/svx/inc/svx/
H A Dfmtools.hxx141 …::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& type) throw… in queryInterface() function in CursorWrapper
142 { return m_xMoveOperations->queryInterface(type); } in queryInterface()
/trunk/main/svx/source/unodraw/
H A Dunopool.cxx345 uno::Any SAL_CALL SvxUnoDrawPool::queryInterface( const uno::Type & rType ) in queryInterface() function in SvxUnoDrawPool
348 return OWeakAggObject::queryInterface( rType ); in queryInterface()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DTableWizard.java329 … XInitialization xInitialization = UnoRuntime.queryInterface( XInitialization.class, oFormWizard ); in callFormWizard()
331 … XJobExecutor xJobExecutor = UnoRuntime.queryInterface( XJobExecutor.class, oFormWizard ); in callFormWizard()
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGDocument.java176 …XComponent component = UnoRuntime.queryInterface(XComponentLoader.class, desktop).loadComponentFro… in validate()
177 …xProps = UnoRuntime.queryInterface(XDocumentPropertiesSupplier.class, component).getDocumentProper… in validate()
/trunk/main/forms/qa/integration/forms/
H A DRadioButtons.java272 XCloseable closeDoc = (XCloseable)UnoRuntime.queryInterface( XCloseable.class, in closeDocument()
312 XRadioButton radioButton = (XRadioButton)UnoRuntime.queryInterface( in checkRadio()
/trunk/main/i18npool/source/textconversion/
H A Dtextconversion_ko.cxx56 xI->queryInterface( getCppuType((const Reference< XConversionDictionary>*)0) ) >>= xCD; in TextConversion_ko()
62 xI->queryInterface( getCppuType((const Reference< XConversionDictionaryList>*)0) ) >>= xCDL; in TextConversion_ko()
/trunk/main/chart2/source/tools/
H A DOPropertySet.cxx91 Any SAL_CALL OPropertySet::queryInterface( const uno::Type& aType ) in queryInterface() function in property::OPropertySet
94 return ::cppu::queryInterface( in queryInterface()
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx166 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
233 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx703 Any SAL_CALL OCalcTable::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OCalcTable
712 …const Any aRet = ::cppu::queryInterface(rType,static_cast< ::com::sun::star::lang::XUnoTunnel*> (t… in queryInterface()
713 return aRet.hasValue() ? aRet : OTable_TYPEDEF::queryInterface(rType); in queryInterface()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx581 Any SAL_CALL OEvoabResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in connectivity::evoab::OEvoabResultSet
583 Any aRet = ::comphelper::OPropertyContainer::queryInterface(rType); in queryInterface()
585 aRet = OResultSet_BASE::queryInterface(rType); in queryInterface()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DFactoryHelper.java170 return UnoRuntime.queryInterface( in getSMgr()
298 XInitialization xInitialization = UnoRuntime.queryInterface( in createInstanceWithArgumentsAndContext()
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard_UNO.cxx93 uno::Any SAL_CALL CreationWizardUnoDlg::queryInterface( const uno::Type& aType ) throw (uno::Runtim… in queryInterface() function in chart::CreationWizardUnoDlg
95 return OComponentHelper::queryInterface( aType ); in queryInterface()
/trunk/main/connectivity/source/inc/ado/
H A DAStatement.hxx151 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
188 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
/trunk/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx143 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
205 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…

Completed in 268 milliseconds

1...<<61626364656667686970>>...94