Home
last modified time | relevance | path

Searched refs:_rType (Results 1 – 25 of 140) sorted by relevance

123456

/trunk/main/comphelper/source/misc/
H A Dtypes.cxx187 if (_rType.getTypeClass() == TypeClass_ANY) in compare_impl()
201 else if ( (_rType.getTypeClass() == TypeClass_VOID) in compare_impl()
210 switch (_rType.getTypeClass()) in compare_impl()
290 if (isA(_rType, static_cast<FontDescriptor*>(NULL))) in compare_impl()
302 if (isA(_rType, static_cast<Date*>(NULL))) in compare_impl()
308 if (isA(_rType, static_cast<Time*>(NULL))) in compare_impl()
314 if (isA(_rType, static_cast<DateTime*>(NULL))) in compare_impl()
322 if (isA(_rType, static_cast< Sequence<sal_Int8>* >(NULL))) in compare_impl()
334 else if (isA(_rType, static_cast< Sequence<sal_uInt8>* >(NULL))) in compare_impl()
346 else if (isA(_rType, static_cast< Sequence<sal_Int16>* >(NULL))) in compare_impl()
[all …]
H A Dproxyaggregation.cxx81 Any SAL_CALL OProxyAggregation::queryAggregation( const Type& _rType ) throw (RuntimeException) in queryAggregation() argument
83 return m_xProxyAggregate.is() ? m_xProxyAggregate->queryAggregation( _rType ) : Any(); in queryAggregation()
142 …Any SAL_CALL OComponentProxyAggregationHelper::queryInterface( const Type& _rType ) throw (Runtime… in queryInterface() argument
144 Any aReturn( BASE::queryInterface( _rType ) ); in queryInterface()
146 aReturn = OProxyAggregation::queryAggregation( _rType ); in queryInterface()
H A Daccessiblewrapper.cxx334 Any OAccessibleWrapper::queryInterface( const Type& _rType ) throw (RuntimeException) in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
337 Any aReturn = OAccessibleWrapper_Base::queryInterface( _rType ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
339 aReturn = OComponentProxyAggregation::queryInterface( _rType ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
432 …Any SAL_CALL OAccessibleContextWrapperHelper::queryInterface( const Type& _rType ) throw (RuntimeE… in queryInterface() argument
434 Any aReturn = OComponentProxyAggregationHelper::queryInterface( _rType ); in queryInterface()
436 aReturn = OAccessibleContextWrapperHelper_Base::queryInterface( _rType ); in queryInterface()
/trunk/main/comphelper/inc/comphelper/
H A Duno3.hxx59 …tar::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rType) throw (::com::sun…
60 { return baseclass::queryInterface(_rType); } \
130 …tar::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rType) throw (::com::sun…
131 { return baseclass::queryInterface(_rType); } \
165 …y SAL_CALL classname::queryInterface( const ::com::sun::star::uno::Type& _rType ) throw (::com::su…
167 ::com::sun::star::uno::Any aReturn = refcountbase::queryInterface( _rType ); \
169 aReturn = baseclass2::queryInterface( _rType ); \
175 …y SAL_CALL classname::queryInterface( const ::com::sun::star::uno::Type& _rType ) throw (::com::su…
177 ::com::sun::star::uno::Any aReturn = refcountbase::queryInterface( _rType ); \
180 aReturn = baseclass2::queryInterface( _rType ); \
[all …]
/trunk/main/toolkit/source/awt/
H A Dforward.hxx37 …y SAL_CALL classname::queryInterface( const ::com::sun::star::uno::Type& _rType ) throw (::com::su…
39 ::com::sun::star::uno::Any aReturn = refcountbase1::queryInterface( _rType ); \
42 aReturn = refcountbase2::queryInterface( _rType ); \
50 …y SAL_CALL classname::queryInterface( const ::com::sun::star::uno::Type& _rType ) throw (::com::su…
52 ::com::sun::star::uno::Any aReturn = refcountbase1::queryInterface( _rType ); \
55 aReturn = refcountbase2::queryInterface( _rType ); \
57 aReturn = baseclass3::queryInterface( _rType ); \
/trunk/main/forms/source/component/
H A DFormattedFieldWrapper.cxx149 Any SAL_CALL OFormattedFieldWrapper::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() argument
153 if (_rType.equals( ::getCppuType( static_cast< Reference< XTypeProvider >* >(NULL) ) ) ) in queryAggregation()
158 aReturn = m_xAggregate->queryAggregation(_rType); in queryAggregation()
163 aReturn = OFormattedFieldWrapper_Base::queryAggregation(_rType); in queryAggregation()
165 …if ((_rType.equals( ::getCppuType( static_cast< Reference< XServiceInfo >* >(NULL) ) ) ) && aRetur… in queryAggregation()
173 aReturn = ::cppu::queryInterface( _rType, in queryAggregation()
185 aReturn = m_xAggregate->queryAggregation(_rType); in queryAggregation()
H A DColumns.cxx194 Any SAL_CALL OGridColumn::queryAggregation( const Type& _rType ) throw (RuntimeException) in queryAggregation() argument
198 if ( _rType.equals(::getCppuType(static_cast< Reference< XFormComponent >* >(NULL))) in queryAggregation()
199 || _rType.equals(::getCppuType(static_cast< Reference< XServiceInfo >* >(NULL))) in queryAggregation()
200 || _rType.equals(::getCppuType(static_cast< Reference< XBindableValue >* >(NULL))) in queryAggregation()
201 || _rType.equals(::getCppuType(static_cast< Reference< XPropertyContainer >* >(NULL))) in queryAggregation()
202 … comphelper::isAssignableFrom(::getCppuType(static_cast< Reference< XTextRange >* >(NULL)),_rType) in queryAggregation()
206 aReturn = OGridColumn_BASE::queryAggregation(_rType); in queryAggregation()
209 aReturn = OPropertySetAggregationHelper::queryInterface(_rType); in queryAggregation()
211 aReturn = m_xAggregate->queryAggregation(_rType); in queryAggregation()
H A DFormComponent.cxx197 Any aReturn( OComponentHelper::queryAggregation(_rType) ); in queryAggregation()
201 aReturn = OControl_BASE::queryInterface(_rType); in queryAggregation()
204 aReturn = m_xAggregate->queryAggregation(_rType); in queryAggregation()
431 aReturn = OControl::queryAggregation( _rType ); in queryAggregation()
436 aReturn = OBoundControl_BASE::queryInterface( _rType ); in queryAggregation()
440 aReturn = OControl::queryAggregation( _rType ); in queryAggregation()
534 Any aReturn(OComponentHelper::queryAggregation(_rType)); in queryAggregation()
539 aReturn = OControlModel_BASE::queryInterface(_rType); in queryAggregation()
547 aReturn = m_xAggregate->queryAggregation(_rType); in queryAggregation()
1237 Any aReturn( OControlModel::queryAggregation(_rType) ); in queryAggregation()
[all …]
H A Dclickableimage.cxx108 …Any SAL_CALL OClickableImageBaseControl::queryAggregation(const Type& _rType) throw (RuntimeExcept… in queryAggregation() argument
110 Any aReturn = OControl::queryAggregation(_rType); in queryAggregation()
112 aReturn = OClickableImageBaseControl_BASE::queryInterface(_rType); in queryAggregation()
600 …Any SAL_CALL OClickableImageBaseModel::queryAggregation(const Type& _rType) throw (RuntimeExceptio… in queryAggregation() argument
605 Any aReturn = OClickableImageBaseModel_Base::queryInterface( _rType ); in queryAggregation()
609 if ( _rType.equals( ::getCppuType( static_cast< Reference< XTypeProvider >* >( NULL ) ) ) in queryAggregation()
612 aReturn = OControlModel::queryAggregation( _rType ); in queryAggregation()
H A DFormsCollection.cxx100 Any SAL_CALL OFormsCollection::queryAggregation(const Type& _rType) throw(RuntimeException) in queryAggregation() argument
102 Any aReturn = OFormsCollection_BASE::queryInterface(_rType); in queryAggregation()
105 aReturn = OInterfaceContainer::queryInterface(_rType); in queryAggregation()
108 aReturn = FormsCollectionComponentBase::queryAggregation(_rType); in queryAggregation()
H A DImageControl.cxx222 Any SAL_CALL OImageControlModel::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() argument
226 Any aReturn = OImageControlModel_Base::queryInterface( _rType ); in queryAggregation()
230 if ( _rType.equals( ::getCppuType( static_cast< Reference< XTypeProvider >* >( NULL ) ) ) in queryAggregation()
233 aReturn = OBoundControlModel::queryAggregation( _rType ); in queryAggregation()
740 Any SAL_CALL OImageControlControl::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() argument
742 Any aReturn = OBoundControl::queryAggregation( _rType ); in queryAggregation()
745 _rType, in queryAggregation()
H A DButton.cxx401 Any SAL_CALL OButtonControl::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() argument
405 if ( !_rType.equals( ::getCppuType( static_cast< Reference< XTypeProvider >* >( NULL ) ) ) ) in queryAggregation()
406 aReturn = OButtonControl_BASE::queryInterface( _rType ); in queryAggregation()
409 aReturn = OClickableImageBaseControl::queryAggregation( _rType ); in queryAggregation()
412 aReturn = OFormNavigationHelper::queryInterface( _rType ); in queryAggregation()
H A DListBox.cxx239 Any SAL_CALL OListBoxModel::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() argument
241 Any aReturn = OBoundControlModel::queryAggregation( _rType ); in queryAggregation()
243 aReturn = OEntryListHelper::queryInterface( _rType ); in queryAggregation()
245 aReturn = OErrorBroadcaster::queryInterface( _rType ); in queryAggregation()
1468 Any SAL_CALL OListBoxControl::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() argument
1470 Any aReturn = OListBoxControl_BASE::queryInterface( _rType ); in queryAggregation()
1473 || _rType.equals( XTypeProvider::static_type() ) in queryAggregation()
1475 aReturn = OBoundControl::queryAggregation( _rType ); in queryAggregation()
/trunk/main/comphelper/source/property/
H A Dpropstate.cxx52 …OPropertyStateHelper::queryInterface(const ::com::sun::star::uno::Type& _rType) throw( ::com::sun… in queryInterface() argument
54 ::com::sun::star::uno::Any aReturn = OPropertySetHelper::queryInterface(_rType); in queryInterface()
57 …aReturn = ::cppu::queryInterface(_rType, static_cast< ::com::sun::star::beans::XPropertyState*>(th… in queryInterface()
232 Any SAL_CALL OStatefulPropertySet::queryInterface( const Type& _rType ) throw(RuntimeException) in queryInterface() argument
234 Any aReturn = OWeakObject::queryInterface( _rType ); in queryInterface()
236 aReturn = ::cppu::queryInterface( _rType, static_cast< XTypeProvider* >( this ) ); in queryInterface()
238 aReturn = OPropertyStateHelper::queryInterface( _rType ); in queryInterface()
/trunk/main/dbaccess/source/ui/inc/
H A Dsbamultiplex.hxx133 const ::com::sun::star::uno::Type& _rType) throw (::com::sun::star::uno::RuntimeException); \
165 const ::com::sun::star::uno::Type& _rType) throw (::com::sun::star::uno::RuntimeException) \
168 OSbaWeakSubObject::queryInterface(_rType); \
170 aReturn = ::cppu::queryInterface(_rType, \
268 const ::com::sun::star::uno::Type& _rType) throw (::com::sun::star::uno::RuntimeException); \
302 const ::com::sun::star::uno::Type& _rType) throw (::com::sun::star::uno::RuntimeException) \
305 OSbaWeakSubObject::queryInterface(_rType); \
307 aReturn = ::cppu::queryInterface(_rType, \
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx143 aReturn = ::cppu::queryInterface(_rType, in queryInterface()
149 aReturn = OWeakSubObject::queryInterface( _rType ); in queryInterface()
181 aReturn = ::cppu::queryInterface(_rType, in queryInterface()
187 aReturn = OWeakSubObject::queryInterface( _rType ); in queryInterface()
237 aReturn = ::cppu::queryInterface(_rType, in queryInterface()
243 aReturn = OWeakSubObject::queryInterface( _rType ); in queryInterface()
275 aReturn = ::cppu::queryInterface(_rType, in queryInterface()
281 aReturn = OWeakSubObject::queryInterface( _rType ); in queryInterface()
329 aReturn = ::cppu::queryInterface( _rType, in queryInterface()
389 aReturn = UnoControl::queryAggregation( _rType ); in queryAggregation()
[all …]
/trunk/main/toolkit/source/controls/
H A Dgeometrycontrolmodel.cxx257 …Any SAL_CALL OGeometryControlModel_Base::queryAggregation( const Type& _rType ) throw(RuntimeExcep… in queryAggregation() argument
260 if (_rType.equals(::getCppuType(static_cast< Reference< XCloneable>* >(NULL))) && !m_bCloneable) in queryAggregation()
267 aReturn = OGCM_Base::queryAggregation(_rType); in queryAggregation()
271 aReturn = OPropertySetAggregationHelper::queryInterface(_rType); in queryAggregation()
275 aReturn = m_xAggregate->queryAggregation(_rType); in queryAggregation()
282 …Any SAL_CALL OGeometryControlModel_Base::queryInterface( const Type& _rType ) throw(RuntimeExcepti… in queryInterface() argument
284 return OGCM_Base::queryInterface(_rType); in queryInterface()
/trunk/main/dbaccess/source/core/api/
H A DView.cxx101 Any SAL_CALL View::queryInterface( const Type & _rType ) throw(RuntimeException) in IMPLEMENT_FORWARD_REFCOUNT()
103 if(_rType == getCppuType( (Reference<XAlterView>*)0) && !m_xViewAccess.is() ) in IMPLEMENT_FORWARD_REFCOUNT()
105 Any aReturn = View_Base::queryInterface( _rType ); in IMPLEMENT_FORWARD_REFCOUNT()
107 aReturn = View_IBASE::queryInterface( _rType ); in IMPLEMENT_FORWARD_REFCOUNT()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddlgsave.cxx122 OSaveAsDlgImpl( Window * pParent,const sal_Int32& _rType,
136 const sal_Int32& _rType, in OSaveAsDlgImpl() argument
155 ,m_nType(_rType) in OSaveAsDlgImpl()
238 const sal_Int32& _rType, in OSaveAsDlg() argument
247 m_pImpl = new OSaveAsDlgImpl(this,_rType,_xConnection,rDefault,_rObjectNameCheck,_nFlags); in OSaveAsDlg()
249 switch (_rType) in OSaveAsDlg()
/trunk/main/reportdesign/source/core/api/
H A DFixedText.cxx89 uno::Any SAL_CALL OFixedText::queryInterface( const uno::Type& _rType ) throw (uno::RuntimeExceptio… in IMPLEMENT_FORWARD_REFCOUNT()
91 uno::Any aReturn = FixedTextBase::queryInterface(_rType); in IMPLEMENT_FORWARD_REFCOUNT()
93 aReturn = FixedTextPropertySet::queryInterface(_rType); in IMPLEMENT_FORWARD_REFCOUNT()
94 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
97 …Props.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_xProxy->queryAggregation(_rType) : aReturn); in IMPLEMENT_FORWARD_REFCOUNT()
H A DFormattedField.cxx97 uno::Any SAL_CALL OFormattedField::queryInterface( const uno::Type& _rType ) throw (uno::RuntimeExc… in IMPLEMENT_FORWARD_REFCOUNT()
99 uno::Any aReturn = FormattedFieldBase::queryInterface(_rType); in IMPLEMENT_FORWARD_REFCOUNT()
101 aReturn = FormattedFieldPropertySet::queryInterface(_rType); in IMPLEMENT_FORWARD_REFCOUNT()
102 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
105 …Props.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_xProxy->queryAggregation(_rType) : aReturn); in IMPLEMENT_FORWARD_REFCOUNT()
H A DImageControl.cxx159 uno::Any SAL_CALL OImageControl::queryInterface( const uno::Type& _rType ) throw (uno::RuntimeExcep… in IMPLEMENT_FORWARD_REFCOUNT()
161 uno::Any aReturn = ImageControlBase::queryInterface(_rType); in IMPLEMENT_FORWARD_REFCOUNT()
163 aReturn = ImageControlPropertySet::queryInterface(_rType); in IMPLEMENT_FORWARD_REFCOUNT()
165 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
168 …Props.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_xProxy->queryAggregation(_rType) : aReturn); in IMPLEMENT_FORWARD_REFCOUNT()
H A DFixedLine.cxx204 uno::Any SAL_CALL OFixedLine::queryInterface( const uno::Type& _rType ) throw (uno::RuntimeExceptio… in IMPLEMENT_FORWARD_REFCOUNT()
206 uno::Any aReturn = FixedLineBase::queryInterface(_rType); in IMPLEMENT_FORWARD_REFCOUNT()
208 aReturn = FixedLinePropertySet::queryInterface(_rType); in IMPLEMENT_FORWARD_REFCOUNT()
209 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
212 …Props.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_xProxy->queryAggregation(_rType) : aReturn); in IMPLEMENT_FORWARD_REFCOUNT()
/trunk/main/connectivity/source/cpool/
H A DZDriverWrapper.cxx81 Any SAL_CALL ODriverWrapper::queryInterface( const Type& _rType ) throw (RuntimeException) in queryInterface() argument
83 Any aReturn = ODriverWrapper_BASE::queryInterface(_rType); in queryInterface()
84 …e() ? aReturn : (m_xDriverAggregate.is() ? m_xDriverAggregate->queryAggregation(_rType) : aReturn); in queryInterface()
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinExchange.cxx161 Any SAL_CALL OJoinExchObj::queryInterface( const Type& _rType ) throw(RuntimeException) in queryInterface() argument
163 Any aReturn = TransferableHelper::queryInterface(_rType); in queryInterface()
165 aReturn = OJoinExchObj_Base::queryInterface(_rType); in queryInterface()

Completed in 133 milliseconds

123456