Home
last modified time | relevance | path

Searched refs:rType (Results 176 – 200 of 695) sorted by relevance

12345678910>>...28

/aoo4110/main/xmloff/source/text/
H A DXMLAutoTextEventImport.cxx77 const Type& rType = rArguments[i].getValueType(); in initialize() local
78 if ( rType == ::getCppuType( (Reference<XEventsSupplier>*)NULL ) ) in initialize()
86 else if (rType == ::getCppuType( (Reference<XNameReplace>*)NULL ) ) in initialize()
/aoo4110/main/toolkit/source/awt/
H A Dvclxbitmap.cxx38 ::com::sun::star::uno::Any VCLXBitmap::queryInterface( const ::com::sun::star::uno::Type & rType ) … in queryInterface() argument
40 ::com::sun::star::uno::Any aRet = ::cppu::queryInterface( rType, in queryInterface()
45 return (aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType )); in queryInterface()
/aoo4110/main/ucb/source/ucp/file/
H A Dfilprp.cxx106 const Type& rType ) in XTYPEPROVIDER_IMPL_2()
109 Any aRet = cppu::queryInterface( rType, in XTYPEPROVIDER_IMPL_2()
112 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in XTYPEPROVIDER_IMPL_2()
H A Dfilinsreq.hxx58 const com::sun::star::uno::Type& rType )
121 const com::sun::star::uno::Type& rType )
175 const com::sun::star::uno::Type& rType )
/aoo4110/main/ucb/source/ucp/ftp/
H A Dftpintreq.hxx51 const com::sun::star::uno::Type& rType )
93 const com::sun::star::uno::Type& rType )
132 const com::sun::star::uno::Type& rType )
/aoo4110/main/ucbhelper/source/provider/
H A Dcontentidentifier.cxx138 ContentIdentifier::queryInterface( const Type & rType ) in queryInterface() argument
141 Any aRet = cppu::queryInterface( rType, in queryInterface()
145 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
/aoo4110/main/comphelper/inc/comphelper/
H A Dextract.hxx44 sal_Int32 nEnum, const ::com::sun::star::uno::Type & rType ) in int2enum()
46 if (rType.getTypeClass() == ::com::sun::star::uno::TypeClass_ENUM) in int2enum()
49 return ::com::sun::star::uno::Any( &nVal, rType ); in int2enum()
/aoo4110/main/connectivity/source/sdbcx/
H A DVDescriptor.cxx126 Any SAL_CALL ODescriptor::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() argument
128 Any aRet = ::cppu::queryInterface(rType,static_cast< XUnoTunnel*> (this)); in queryInterface()
129 return aRet.hasValue() ? aRet : ODescriptor_PBASE::queryInterface(rType); in queryInterface()
/aoo4110/main/sw/source/core/access/
H A Daccembedded.cxx62 SwAccessibleEmbeddedObject::queryInterface (const com::sun::star::uno::Type & rType) in queryInterface() argument
65 ::com::sun::star::uno::Any aReturn = SwAccessibleNoTextFrame::queryInterface (rType); in queryInterface()
67 aReturn = ::cppu::queryInterface (rType, in queryInterface()
/aoo4110/main/connectivity/source/drivers/file/
H A DFStatement.cxx174 Any SAL_CALL OStatement_Base::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() argument
177 const Any aRet = OStatement_BASE::queryInterface(rType); in queryInterface()
178 return aRet.hasValue() ? aRet : OPropertySetHelper::queryInterface(rType); in queryInterface()
376 Any SAL_CALL OStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() argument
378 Any aRet = OStatement_XStatement::queryInterface( rType); in queryInterface()
379 return aRet.hasValue() ? aRet : OStatement_BASE2::queryInterface( rType); in queryInterface()
/aoo4110/main/toolkit/source/helper/
H A Dunomemorystream.cxx40 …:Any UnoMemoryStream::queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun… in queryInterface() argument
42 ::com::sun::star::uno::Any aRet = ::cppu::queryInterface( rType, in queryInterface()
44 return (aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType )); in queryInterface()
/aoo4110/main/framework/source/fwe/helper/
H A Dpropertysetcontainer.cxx68 Any SAL_CALL PropertySetContainer::queryInterface( const Type& rType ) in queryInterface() argument
72 rType , in queryInterface()
83 return OWeakObject::queryInterface( rType ); in queryInterface()
/aoo4110/main/connectivity/source/drivers/mysql/
H A DYCatalog.cxx142 Any SAL_CALL OMySQLCatalog::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() argument
144 if ( rType == ::getCppuType((const Reference<XGroupsSupplier>*)0) ) in queryInterface()
148 return OCatalog::queryInterface(rType); in queryInterface()
/aoo4110/main/sw/source/ui/envelp/
H A Dlabimg.cxx414 const Type& rType = ::getBooleanCppuType(); in Commit() local
422 case 0: pValues[nProp].setValue(&aItem.bCont, rType); break;// "Medium/Continous", in Commit()
433 case 11: pValues[nProp].setValue(&aItem.bSynchron, rType); break;// "Option/Synchronize", in Commit()
434 case 12: pValues[nProp].setValue(&aItem.bPage, rType); break;// "Option/Page", in Commit()
437 case 15: pValues[nProp].setValue(&aItem.bAddr, rType); break;// "Inscription/UseAddress", in Commit()
/aoo4110/main/xmlhelp/source/cxxhelp/provider/
H A Dbufferedinputstream.cxx102 Any SAL_CALL BufferedInputStream::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface() argument
104 Any aRet = ::cppu::queryInterface( rType, in queryInterface()
108 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
/aoo4110/main/toolkit/source/layout/core/
H A Dcontainer.cxx52 Container::queryInterface( const uno::Type & rType ) throw (uno::RuntimeException) in queryInterface() argument
54 uno::Any aRet = Container_Base::queryInterface( rType ); in queryInterface()
55 return aRet.hasValue() ? aRet : PropHelper::queryInterface( rType ); in queryInterface()
/aoo4110/main/sc/source/ui/Accessibility/
H A DAccessibleFilterMenuItem.cxx117 Any SAL_CALL ScAccessibleFilterMenuItem::queryInterface( uno::Type const & rType ) in queryInterface() argument
120 Any any = ScAccessibleContextBase::queryInterface(rType); in queryInterface()
124 return ScAccessibleFilterMenuItem_BASE::queryInterface(rType); in queryInterface()
/aoo4110/main/package/source/xstor/
H A Doseekinstream.cxx86 uno::Any SAL_CALL OInputSeekStream::queryInterface( const uno::Type& rType ) in queryInterface() argument
92 uno::Any aReturn( ::cppu::queryInterface( rType, in queryInterface()
100 return OInputCompStream::queryInterface( rType ) ; in queryInterface()
/aoo4110/main/connectivity/source/drivers/hsqldb/
H A DHCatalog.cxx135 Any SAL_CALL OHCatalog::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() argument
137 if ( rType == ::getCppuType((const Reference<XGroupsSupplier>*)0) ) in queryInterface()
140 return OCatalog::queryInterface(rType); in queryInterface()
/aoo4110/main/dbaccess/source/ui/uno/
H A DColumnModel.cxx157 Any SAL_CALL OColumnControlModel::queryAggregation( const Type& rType ) throw(RuntimeException) in queryAggregation() argument
159 Any aRet(OColumnControlModel_BASE::queryAggregation(rType)); in queryAggregation()
161 aRet = comphelper::OPropertyContainer::queryInterface(rType); in queryAggregation()
/aoo4110/main/sw/source/core/unocore/
H A Dunodraw.cxx2802 if(rType == ::getCppuType((uno::Reference<XShapes>*)0)) in queryInterface()
2805 aRet = SwXShape::queryInterface(rType); in queryInterface()
2829 const uno::Type& rType = ::getCppuType((uno::Reference<XShapes>*)0 ); in add() local
2830 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in add()
2884 const uno::Type& rType = ::getCppuType((uno::Reference<XShapes>*)0 ); in remove() local
2885 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in remove()
2899 const uno::Type& rType = ::getCppuType((uno::Reference<XIndexAccess>*)0 ); in getCount() local
2900 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in getCount()
2917 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in getByIndex()
2932 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in getElementType()
[all …]
/aoo4110/main/ucb/source/cacher/
H A Dcachedcontentresultsetstub.cxx66 ::queryInterface( const Type& rType ) in XINTERFACE_COMMON_IMPL()
71 Any aRet = ContentResultSetWrapper::queryInterface( rType ); in XINTERFACE_COMMON_IMPL()
75 aRet = cppu::queryInterface( rType in XINTERFACE_COMMON_IMPL()
82 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in XINTERFACE_COMMON_IMPL()
/aoo4110/main/svx/source/accessibility/
H A DAccessibleGraphicShape.cxx93 AccessibleGraphicShape::queryInterface (const com::sun::star::uno::Type & rType) in queryInterface() argument
96 ::com::sun::star::uno::Any aReturn = AccessibleShape::queryInterface (rType); in queryInterface()
98 aReturn = ::cppu::queryInterface (rType, in queryInterface()
/aoo4110/main/filter/source/svg/
H A Dsvgdialog.cxx118 Any SAL_CALL SVGDialog::queryInterface( const Type& rType ) in queryInterface() argument
121 Any aReturn( OGenericUnoDialog::queryInterface( rType ) ); in queryInterface()
125 aReturn = ::cppu::queryInterface( rType, static_cast< XPropertyAccess* >( this ), in queryInterface()
/aoo4110/main/oox/inc/oox/core/
H A Dxmlfilterbase.hxx102 ::rtl::OUString getFragmentPathFromFirstType( const ::rtl::OUString& rType );
127 …::rtl::OUString addRelation( const ::rtl::OUString& rType, const ::rtl::OUString& rTarget, boo…
142 …com::sun::star::io::XOutputStream > xOutputStream, const ::rtl::OUString& rType, const ::rtl::OUSt…

Completed in 162 milliseconds

12345678910>>...28