Home
last modified time | relevance | path

Searched refs:rType (Results 151 – 175 of 690) sorted by relevance

12345678910>>...28

/trunk/main/toolkit/source/layout/core/
H A Dlocalized-string.cxx48 uno::Any LocalizedString::queryInterface( uno::Type const& rType ) in queryInterface() argument
51 uno::Any aRet = ::cppu::queryInterface( rType, in queryInterface()
53 return (aRet.hasValue() ? aRet : VCLXWindow::queryInterface( rType )); in queryInterface()
/trunk/main/ucb/source/ucp/ftp/
H A Dtest_multiservicefac.cxx42 const Type& rType in queryInterface() argument
48 Any aRet = ::cppu::queryInterface(rType, in queryInterface()
52 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
H A Dftpcontentidentifier.cxx56 const Type& rType in queryInterface() argument
63 ::cppu::queryInterface(rType, in queryInterface()
67 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/extensions/source/scanner/
H A Dscanner.cxx54 ANY SAL_CALL ScannerManager::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface() argument
56 const ANY aRet( cppu::queryInterface( rType, in queryInterface()
60 return( aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ) ); in queryInterface()
/trunk/main/sw/source/core/access/
H A Dacccell.cxx317 uno::Any SwAccessibleCell::queryInterface( const uno::Type& rType ) in queryInterface() argument
320 if (rType == ::getCppuType((const uno::Reference<XAccessibleExtendedAttributes>*)0)) in queryInterface()
327 if (rType == ::getCppuType((const uno::Reference<XAccessibleSelection>*)0)) in queryInterface()
333 if ( rType == ::getCppuType( static_cast< uno::Reference< XAccessibleValue > * >( 0 ) ) ) in queryInterface()
342 return SwAccessibleContext::queryInterface( rType ); in queryInterface()
H A Daccfield.cxx284 const ::com::sun::star::uno::Type& rType ) in queryInterface()
288 if ( rType == ::getCppuType((uno::Reference<XAccessibleContext> *)0) ) in queryInterface()
293 else if ( rType == ::getCppuType((Reference<XAccessibleComponent> *)0) ) in queryInterface()
298 if (rType == ::getCppuType((Reference<XAccessibleEventBroadcaster> *)0)) in queryInterface()
/trunk/main/toolkit/source/helper/
H A Dlistenermultiplexer.cxx43 …tenerMultiplexerBase::queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun… in queryInterface() argument
45 …return ::cppu::queryInterface( rType, SAL_STATIC_CAST( ::com::sun::star::uno::XInterface*, this ) … in queryInterface()
58 …tListenerMultiplexer::queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun… in queryInterface() argument
60 ::com::sun::star::uno::Any aRet = ::cppu::queryInterface( rType, in queryInterface()
62 return (aRet.hasValue() ? aRet : ListenerMultiplexerBase::queryInterface( rType )); in queryInterface()
/trunk/main/svl/source/fsstor/
H A Doinputstreamcontainer.cxx90 uno::Any SAL_CALL OFSInputStreamContainer::queryInterface( const uno::Type& rType ) in queryInterface() argument
98 aReturn = uno::Any( ::cppu::queryInterface( rType, in queryInterface()
103 aReturn = uno::Any( ::cppu::queryInterface( rType, in queryInterface()
110 return ::cppu::OWeakObject::queryInterface( rType ) ; in queryInterface()
/trunk/main/scripting/source/provider/
H A DScriptingContext.hxx60 css::uno::Any SAL_CALL queryInterface( const css::uno::Type& rType ) in queryInterface() argument
63 css::uno::Any aRet( OPropertySetHelper::queryInterface( rType ) ); in queryInterface()
64 return (aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType )); in queryInterface()
/trunk/main/toolkit/source/awt/
H A Dvclxpointer.cxx44 ::com::sun::star::uno::Any VCLXPointer::queryInterface( const ::com::sun::star::uno::Type & rType )… in queryInterface() argument
46 ::com::sun::star::uno::Any aRet = ::cppu::queryInterface( rType, in queryInterface()
50 return (aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType )); in queryInterface()
H A Dvclxsystemdependentwindow.cxx65 …ystemDependentWindow::queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun… in queryInterface() argument
67 ::com::sun::star::uno::Any aRet = ::cppu::queryInterface( rType, in queryInterface()
69 return (aRet.hasValue() ? aRet : VCLXWindow::queryInterface( rType )); in queryInterface()
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx123 Any SAL_CALL OStatement_Base::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() argument
125 Any aRet = OStatement_BASE::queryInterface(rType); in queryInterface()
126 return aRet.hasValue() ? aRet : OPropertySetHelper::queryInterface(rType); in queryInterface()
336 Any SAL_CALL OStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() argument
338 Any aRet = ::cppu::queryInterface(rType,static_cast< XBatchExecution*> (this)); in queryInterface()
339 return aRet.hasValue() ? aRet : OStatement_Base::queryInterface(rType); in queryInterface()
/trunk/main/sot/source/sdstor/
H A Dstorinfo.cxx40 const SvStorageInfo & rType = GetObject( i ); in PRV_SV_IMPL_OWNER_LIST() local
41 if( rType.GetName() == rEleName ) in PRV_SV_IMPL_OWNER_LIST()
42 return &rType; in PRV_SV_IMPL_OWNER_LIST()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.hxx67 ContentProperties( const ContentType & rType, const rtl::OUString & rTitle ) in ContentProperties() argument
68 : m_eType( rType ), in ContentProperties()
69 m_aContentType( rType == STREAM in ContentProperties()
71 : rType == FOLDER in ContentProperties()
73 : rType == DOCUMENT in ContentProperties()
/trunk/main/dbaccess/source/core/misc/
H A Dapitools.cxx142 Any OSubComponent::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() argument
145 if (!rType.equals(::getCppuType(static_cast< Reference< XAggregation >* >(NULL)))) in queryInterface()
146 aReturn = OComponentHelper::queryInterface(rType); in queryInterface()
/trunk/main/sw/source/ui/envelp/
H A Dlabelcfg.cxx182 sal_Bool SwLabelConfig::HasLabel(const rtl::OUString& rManufacturer, const rtl::OUString& rType) in HasLabel() argument
211 if(rType == sTmp) in HasLabel()
231 const rtl::OUString& rType, const SwLabRec& rRec) in SaveLabel() argument
272 if(rType == sTmp) in SaveLabel()
/trunk/main/basctl/source/basicide/
H A Dbasidectrlr.cxx67 Any SAL_CALL BasicIDEController::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() argument
69 Any aReturn = SfxBaseController::queryInterface( rType ); in queryInterface()
71 aReturn = OPropertyContainer::queryInterface( rType ); in queryInterface()
H A Dunomodel.cxx54 uno::Any SAL_CALL SIDEModel::queryInterface( const uno::Type& rType ) throw(uno::RuntimeException) in queryInterface() argument
56 uno::Any aRet = ::cppu::queryInterface ( rType, in queryInterface()
62 aRet = SfxBaseModel::queryInterface ( rType ); in queryInterface()
/trunk/main/vcl/source/app/
H A Dunohelp2.cxx72 uno::Any TextDataObject::queryInterface( const uno::Type & rType ) throw(uno::RuntimeException) in queryInterface() argument
74 …uno::Any aRet = ::cppu::queryInterface( rType, SAL_STATIC_CAST( datatransfer::XTransferable*, this… in queryInterface()
75 return (aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType )); in queryInterface()
/trunk/main/editeng/source/editeng/
H A Deeobj.cxx49 uno::Any EditDataObject::queryInterface( const uno::Type & rType ) throw(uno::RuntimeException) in queryInterface() argument
51 …uno::Any aRet = ::cppu::queryInterface( rType, SAL_STATIC_CAST( datatransfer::XTransferable*, this… in queryInterface()
52 return (aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType )); in queryInterface()
/trunk/main/sw/source/ui/utlui/
H A Dnavicfg.cxx117 const Type& rType = ::getBooleanCppuType(); in Commit() local
128 case 5: pValues[nProp].setValue(&bIsSmall, rType); break; in Commit()
129 case 6: pValues[nProp].setValue(&bIsGlobalActive, rType); break; in Commit()
/trunk/main/ucb/source/ucp/file/
H A Dfilid.cxx80 const uno::Type& rType ) in queryInterface() argument
83 uno::Any aRet = cppu::queryInterface( rType, in queryInterface()
86 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
H A Dfilcmd.cxx68 const uno::Type& rType ) in queryInterface() argument
71 uno::Any aRet = cppu::queryInterface( rType, in queryInterface()
73 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx2800 if(rType == ::getCppuType((uno::Reference<XShapes>*)0)) in queryInterface()
2803 aRet = SwXShape::queryInterface(rType); in queryInterface()
2827 const uno::Type& rType = ::getCppuType((uno::Reference<XShapes>*)0 ); in add() local
2828 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in add()
2882 const uno::Type& rType = ::getCppuType((uno::Reference<XShapes>*)0 ); in remove() local
2883 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in remove()
2897 const uno::Type& rType = ::getCppuType((uno::Reference<XIndexAccess>*)0 ); in getCount() local
2898 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in getCount()
2915 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in getByIndex()
2930 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in getElementType()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Dextract.hxx45 sal_Int32 nEnum, const ::com::sun::star::uno::Type & rType ) in int2enum()
47 if (rType.getTypeClass() == ::com::sun::star::uno::TypeClass_ENUM) in int2enum()
50 return ::com::sun::star::uno::Any( &nVal, rType ); in int2enum()

Completed in 156 milliseconds

12345678910>>...28