Home
last modified time | relevance | path

Searched refs:_rType (Results 26 – 50 of 140) sorted by relevance

123456

/trunk/main/svl/source/numbers/
H A Dsupservs.hxx64 …ar::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& _rType ) throw(::com::sun… in queryInterface() argument
65 { return SvNumberFormatsSupplierObj::queryInterface(_rType); } in queryInterface()
68 …::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(::com::sun…
H A Dsupservs.cxx70 Any SAL_CALL SvNumberFormatsSupplierServiceObject::queryAggregation( const Type& _rType ) throw (Ru… in queryAggregation() argument
72 Any aReturn = ::cppu::queryInterface(_rType, in queryAggregation()
79 aReturn = SvNumberFormatsSupplierObj::queryAggregation(_rType); in queryAggregation()
/trunk/main/forms/source/component/
H A DEventThread.cxx71 Any SAL_CALL OComponentEventThread::queryInterface(const Type& _rType) throw (RuntimeException) in queryInterface() argument
75 aReturn = OWeakObject::queryInterface(_rType); in queryInterface()
78 aReturn = ::cppu::queryInterface(_rType, in queryInterface()
H A DFormattedField.cxx206 Any SAL_CALL OFormattedControl::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() argument
208 Any aReturn = OBoundControl::queryAggregation(_rType); in queryAggregation()
210 aReturn = OFormattedControl_BASE::queryInterface(_rType); in queryAggregation()
433 Any SAL_CALL OFormattedModel::queryAggregation(const Type& _rType) throw(RuntimeException) in queryAggregation() argument
435 Any aReturn = OEditBaseModel::queryAggregation( _rType ); in queryAggregation()
436 return aReturn.hasValue() ? aReturn : OErrorBroadcaster::queryInterface( _rType ); in queryAggregation()
H A DImageButton.cxx217 Any SAL_CALL OImageButtonControl::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() argument
219 Any aReturn = OClickableImageBaseControl::queryAggregation(_rType); in queryAggregation()
221 aReturn = OImageButtonControl_BASE::queryInterface(_rType); in queryAggregation()
H A DFile.cxx130 Any SAL_CALL OFileControlModel::queryAggregation(const Type& _rType) throw (RuntimeException) in IMPLEMENT_DEFAULT_CLONING()
132 Any aReturn = OControlModel::queryAggregation(_rType); in IMPLEMENT_DEFAULT_CLONING()
134 aReturn = ::cppu::queryInterface(_rType in IMPLEMENT_DEFAULT_CLONING()
/trunk/main/reportdesign/source/core/api/
H A DShape.cxx108 uno::Any SAL_CALL OShape::queryInterface( const uno::Type& _rType ) throw (uno::RuntimeException) in IMPLEMENT_FORWARD_REFCOUNT()
110 uno::Any aReturn = ShapeBase::queryInterface(_rType); in IMPLEMENT_FORWARD_REFCOUNT()
112 aReturn = ShapePropertySet::queryInterface(_rType); in IMPLEMENT_FORWARD_REFCOUNT()
114 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
117 …Props.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_xProxy->queryAggregation(_rType) : aReturn); in IMPLEMENT_FORWARD_REFCOUNT()
H A DReportControlModel.cxx149 bool OReportControlModel::isInterfaceForbidden(const uno::Type& _rType) in isInterfaceForbidden() argument
151 …return (_rType == ::getCppuType((const uno::Reference< beans::XPropertyState>* )0) || _rType == ::… in isInterfaceForbidden()
H A DSection.cxx154 uno::Any SAL_CALL OSection::queryInterface( const uno::Type& _rType ) throw (uno::RuntimeException) in IMPLEMENT_FORWARD_REFCOUNT()
156 uno::Any aReturn = SectionBase::queryInterface(_rType); in IMPLEMENT_FORWARD_REFCOUNT()
158 aReturn = SectionPropertySet::queryInterface(_rType); in IMPLEMENT_FORWARD_REFCOUNT()
160 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
163 …return aReturn.hasValue() ? aReturn : (m_xProxy.is() ? m_xProxy->queryAggregation(_rType) : aRetur… in IMPLEMENT_FORWARD_REFCOUNT()
/trunk/main/svx/source/form/
H A Dfmdpage.cxx65 Any SAL_CALL SvxFmDrawPage::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(Run… in queryAggregation() argument
67 Any aRet = ::cppu::queryInterface ( _rType in queryAggregation()
72 aRet = SvxDrawPage::queryAggregation( _rType ); in queryAggregation()
/trunk/main/comphelper/source/property/
H A Dpropertybag.cxx112 …void PropertyBag::addVoidProperty( const ::rtl::OUString& _rName, const Type& _rType, sal_Int32 _n… in addVoidProperty() argument
114 if ( _rType.getTypeClass() == TypeClass_VOID ) in addVoidProperty()
128 …terPropertyNoMember( _rName, _nHandle, _nAttributes | PropertyAttribute::MAYBEVOID, _rType, NULL ); in addVoidProperty()
H A Dpropertycontainerhelper.cxx148 const Type& _rType, const void* _pInitialValue) in registerPropertyNoMember() argument
150 OSL_ENSURE(!_rType.equals(::getCppuType(static_cast< Any* >(NULL))), in registerPropertyNoMember()
156 aNewProp.aProperty = Property( _rName, _nHandle, _rType, (sal_Int16)_nAttributes ); in registerPropertyNoMember()
160 m_aHoldProperties.push_back(Any(_pInitialValue, _rType)); in registerPropertyNoMember()
H A Dpropertystatecontainer.cxx64 Any SAL_CALL OPropertyStateContainer::queryInterface( const Type& _rType ) throw (RuntimeException) in queryInterface() argument
66 Any aReturn = OPropertyContainer::queryInterface( _rType ); in queryInterface()
68 aReturn = OPropertyStateContainer_TBase::queryInterface( _rType ); in queryInterface()
/trunk/main/svx/inc/svx/
H A Dfmgridif.hxx85 …tar::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rType) throw (::com::sun…
109 …tar::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rType) throw (::com::sun…
134 …tar::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rType) throw (::com::sun…
158 …tar::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rType) throw (::com::sun…
181 …tar::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rType) throw (::com::sun…
233 …r::uno::Any SAL_CALL queryAggregation(const ::com::sun::star::uno::Type& _rType) throw (::com::sun…
386 …tar::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rType) throw (::com::sun…
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx3317 Any aReturn = OComponentHelper::queryAggregation( _rType ); in queryAggregation()
3320 aReturn = FmXGridCell_Base::queryInterface( _rType ); in queryAggregation()
3714 Any aReturn = FmXTextCell::queryAggregation( _rType ); in queryAggregation()
3717 aReturn = FmXEditCell_Base::queryInterface( _rType ); in queryAggregation()
3963 Any aReturn = FmXDataCell::queryAggregation( _rType ); in queryAggregation()
3966 aReturn = FmXCheckBoxCell_Base::queryInterface( _rType ); in queryAggregation()
4146 Any aReturn = FmXTextCell::queryAggregation(_rType); in queryAggregation()
4149 aReturn = FmXListBoxCell_Base::queryInterface( _rType ); in queryAggregation()
4483 Any aReturn = FmXTextCell::queryAggregation(_rType); in queryAggregation()
4738 Any aReturn = FmXGridCell::queryAggregation(_rType); in queryAggregation()
[all …]
/trunk/main/connectivity/source/cpool/
H A DZConnectionWrapper.cxx244 …onnectionWeakWrapper::queryInterface( const ::com::sun::star::uno::Type& _rType ) throw (::com::su…
246 ::com::sun::star::uno::Any aReturn = OConnectionWeakWrapper_BASE::queryInterface( _rType ); \
248 aReturn = OConnectionWrapper::queryInterface( _rType ); \
/trunk/main/svtools/source/uno/
H A Dgenericunodialog.cxx101 Any SAL_CALL OGenericUnoDialog::queryInterface(const Type& _rType) throw (RuntimeException) in queryInterface() argument
103 Any aReturn = OGenericUnoDialogBase::queryInterface(_rType); in queryInterface()
106 aReturn = ::cppu::queryInterface(_rType in queryInterface()
/trunk/main/connectivity/source/inc/file/
H A Dfcode.hxx79 OOperand(const sal_Int32& _rType) : m_eDBType(_rType){} in OOperand() argument
99 OOperandRow(sal_uInt16 _nPos, sal_Int32 _rType);
/trunk/main/connectivity/source/commontools/
H A DConnectionWrapper.cxx149 Any SAL_CALL OConnectionWrapper::queryInterface( const Type& _rType ) throw (RuntimeException) in queryInterface() argument
151 Any aReturn = OConnection_BASE::queryInterface(_rType); in queryInterface()
152 …e() ? aReturn : (m_xProxyConnection.is() ? m_xProxyConnection->queryAggregation(_rType) : aReturn); in queryInterface()
/trunk/main/dbaccess/source/core/dataaccess/
H A DSharedConnection.hxx104 …ar::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& _rType ) throw (::com::su… in queryInterface() argument
106 ::com::sun::star::uno::Any aReturn = OSharedConnection_BASE::queryInterface(_rType); in queryInterface()
108 aReturn = OSharedConnection_BASE2::queryInterface(_rType); in queryInterface()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolboxitem.cxx285 Any SAL_CALL VCLXAccessibleToolBoxItem::queryInterface( const Type& _rType ) throw (RuntimeExceptio… in IMPLEMENT_FORWARD_REFCOUNT()
288 if ( _rType == ::getCppuType( ( const Reference< XAccessibleText >* ) 0 ) in IMPLEMENT_FORWARD_REFCOUNT()
293 ::com::sun::star::uno::Any aReturn = AccessibleTextHelper_BASE::queryInterface( _rType ); in IMPLEMENT_FORWARD_REFCOUNT()
295 aReturn = VCLXAccessibleToolBoxItem_BASE::queryInterface( _rType ); in IMPLEMENT_FORWARD_REFCOUNT()
/trunk/main/unotools/source/config/
H A Dconfigvaluecontainer.cxx67 void bind( void* _pLocation, const Type& _rType );
103 void NodeValueAccessor::bind( void* _pLocation, const Type& _rType ) in bind() argument
109 aDataType = _rType; in bind()
/trunk/main/unotools/source/streaming/
H A Dstreamwrap.cxx274 Any SAL_CALL OSeekableOutputStreamWrapper::queryInterface( const Type& _rType ) throw (RuntimeExcep… in queryInterface() argument
276 Any aReturn = OOutputStreamWrapper::queryInterface(_rType); in queryInterface()
278 aReturn = OSeekableOutputStreamWrapper_Base::queryInterface(_rType); in queryInterface()
/trunk/main/chart2/source/controller/main/
H A DElementSelector.cxx279 Any SAL_CALL ElementSelectorToolbarController::queryInterface( const Type& _rType ) throw (RuntimeE… in queryInterface() argument
281 Any aReturn = ToolboxController::queryInterface(_rType); in queryInterface()
283 aReturn = ElementSelectorToolbarController_BASE::queryInterface(_rType); in queryInterface()
/trunk/main/dbaccess/source/ui/inc/
H A Dlocalresaccess.hxx49 inline LocalResourceAccess( sal_uInt16 _nId, RESOURCE_TYPE _rType ) in LocalResourceAccess() argument
50 :LRA_Base( ModuleRes( _nId ), _rType ) in LocalResourceAccess()

Completed in 112 milliseconds

123456