Home
last modified time | relevance | path

Searched refs:queryAggregation (Results 26 – 50 of 184) sorted by relevance

12345678

/aoo42x/main/cppuhelper/inc/cppuhelper/
H A Dimplbase4.hxx138 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::WeakAggImplHelper4
272 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::AggImplInheritanceHelper4
277 return BaseClass::queryAggregation( rType ); in queryAggregation()
H A Dimplbase5.hxx139 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::WeakAggImplHelper5
273 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::AggImplInheritanceHelper5
278 return BaseClass::queryAggregation( rType ); in queryAggregation()
H A Dimplbase6.hxx140 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::WeakAggImplHelper6
274 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::AggImplInheritanceHelper6
279 return BaseClass::queryAggregation( rType ); in queryAggregation()
H A Dimplbase7.hxx142 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::WeakAggImplHelper7
276 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::AggImplInheritanceHelper7
281 return BaseClass::queryAggregation( rType ); in queryAggregation()
H A Dimplbase8.hxx142 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::WeakAggImplHelper8
276 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::AggImplInheritanceHelper8
281 return BaseClass::queryAggregation( rType ); in queryAggregation()
H A Dimplbase10.hxx144 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::WeakAggImplHelper10
278 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::AggImplInheritanceHelper10
283 return BaseClass::queryAggregation( rType ); in queryAggregation()
H A Dimplbase11.hxx145 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::WeakAggImplHelper11
279 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::AggImplInheritanceHelper11
284 return BaseClass::queryAggregation( rType ); in queryAggregation()
H A Dimplbase9.hxx144 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::WeakAggImplHelper9
278 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::AggImplInheritanceHelper9
283 return BaseClass::queryAggregation( rType ); in queryAggregation()
H A Dcompbase.hxx76 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & …
81 return WeakAggComponentImplHelperBase::queryAggregation( rType ); \
H A Dimplbase12.hxx146 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::WeakAggImplHelper12
280 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::AggImplInheritanceHelper12
285 return BaseClass::queryAggregation( rType ); in queryAggregation()
/aoo42x/main/forms/source/component/
H A DFormsCollection.cxx100 Any SAL_CALL OFormsCollection::queryAggregation(const Type& _rType) throw(RuntimeException) in queryAggregation() function in frm::OFormsCollection
108 aReturn = FormsCollectionComponentBase::queryAggregation(_rType); in queryAggregation()
H A DColumns.cxx194 Any SAL_CALL OGridColumn::queryAggregation( const Type& _rType ) throw (RuntimeException) in queryAggregation() function in frm::OGridColumn
206 aReturn = OGridColumn_BASE::queryAggregation(_rType); in queryAggregation()
211 aReturn = m_xAggregate->queryAggregation(_rType); in queryAggregation()
H A DFormattedField.cxx206 Any SAL_CALL OFormattedControl::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() function in frm::OFormattedControl
208 Any aReturn = OBoundControl::queryAggregation(_rType); in queryAggregation()
433 Any SAL_CALL OFormattedModel::queryAggregation(const Type& _rType) throw(RuntimeException) in queryAggregation() function in frm::OFormattedModel
435 Any aReturn = OEditBaseModel::queryAggregation( _rType ); in queryAggregation()
H A DImageButton.cxx217 Any SAL_CALL OImageButtonControl::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() function in frm::OImageButtonControl
219 Any aReturn = OClickableImageBaseControl::queryAggregation(_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()
/aoo42x/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx137 …::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) …
582 …::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) …
653 …::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType )…
962 …::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) …
1024 …::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) …
1090 …::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) …
1166 …::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) …
1241 …::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) …
1318 …::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) …
1393 …::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) …
[all …]
/aoo42x/main/dbaccess/source/ui/uno/
H A DColumnModel.cxx157 Any SAL_CALL OColumnControlModel::queryAggregation( const Type& rType ) throw(RuntimeException) in queryAggregation() function in dbaui::OColumnControlModel
159 Any aRet(OColumnControlModel_BASE::queryAggregation(rType)); in queryAggregation()
/aoo42x/main/cppuhelper/source/
H A Dcomponent.cxx58 Any OComponentHelper::queryAggregation( Type const & rType ) throw (RuntimeException) in queryAggregation() function in cppu::OComponentHelper
70 return OWeakAggObject::queryAggregation( rType ); in queryAggregation()
/aoo42x/main/svx/source/form/
H A Dfmdpage.cxx65 Any SAL_CALL SvxFmDrawPage::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(Run… in queryAggregation() function in SvxFmDrawPage
72 aRet = SvxDrawPage::queryAggregation( _rType ); in queryAggregation()
/aoo42x/main/UnoControls/source/base/
H A Dbasecontrol.cxx110 aReturn = queryAggregation( rType ); in queryInterface()
226 Any SAL_CALL BaseControl::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() function in unocontrols::BaseControl
249 return OComponentHelper::queryAggregation( aType ); in queryAggregation()
/aoo42x/main/svl/source/numbers/
H A Dsupservs.cxx70 Any SAL_CALL SvNumberFormatsSupplierServiceObject::queryAggregation( const Type& _rType ) throw (Ru… in queryAggregation() function in SvNumberFormatsSupplierServiceObject
79 aReturn = SvNumberFormatsSupplierObj::queryAggregation(_rType); in queryAggregation()
/aoo42x/main/svtools/source/graphic/
H A Dgraphic.cxx67 uno::Any SAL_CALL Graphic::queryAggregation( const uno::Type& rType ) in queryAggregation() function in unographic::Graphic
78 aAny <<= ::unographic::GraphicDescriptor::queryAggregation( rType ); in queryAggregation()
H A Drenderer.cxx93 uno::Any SAL_CALL GraphicRendererVCL::queryAggregation( const uno::Type & rType ) in queryAggregation() function in unographic::GraphicRendererVCL
111 aAny <<= OWeakAggObject::queryAggregation( rType ); in queryAggregation()
/aoo42x/main/sd/source/ui/unoidl/
H A Dunoobj.hxx77 …virtual sal_Bool queryAggregation( const com::sun::star::uno::Type & rType, com::sun::star::uno::A…
84 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & …
/aoo42x/main/svx/source/fmcomp/
H A Dgridcell.cxx3315 Any SAL_CALL FmXGridCell::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(Runti… in queryAggregation() function in FmXGridCell
3317 Any aReturn = OComponentHelper::queryAggregation( _rType ); in queryAggregation()
3712 Any SAL_CALL FmXEditCell::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(Runti… in queryAggregation() function in FmXEditCell
3714 Any aReturn = FmXTextCell::queryAggregation( _rType ); in queryAggregation()
3961 Any SAL_CALL FmXCheckBoxCell::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(R… in queryAggregation() function in FmXCheckBoxCell
3963 Any aReturn = FmXDataCell::queryAggregation( _rType ); in queryAggregation()
4144 Any SAL_CALL FmXListBoxCell::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(Ru… in queryAggregation() function in FmXListBoxCell
4146 Any aReturn = FmXTextCell::queryAggregation(_rType); in queryAggregation()
4483 Any aReturn = FmXTextCell::queryAggregation(_rType); in queryAggregation()
4736 Any SAL_CALL FmXFilterCell::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(Run… in queryAggregation() function in FmXFilterCell
[all …]

Completed in 126 milliseconds

12345678