Home
last modified time | relevance | path

Searched refs:queryAggregation (Results 51 – 75 of 184) sorted by relevance

12345678

/aoo42x/main/forms/source/component/
H A DFormattedField.hxx72 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(const ::com::sun::star::uno::Type& _r…
164 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(const ::com::sun::star::uno::Type& _r…
H A DButton.hxx60 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _…
146 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(const ::com::sun::star::uno::Type& _r…
H A DImageControl.hxx81 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(const ::com::sun::star::uno::Type& _r…
170 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _…
H A DListBox.cxx239 Any SAL_CALL OListBoxModel::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() function in frm::OListBoxModel
241 Any aReturn = OBoundControlModel::queryAggregation( _rType ); in queryAggregation()
1468 Any SAL_CALL OListBoxControl::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() function in frm::OListBoxControl
1475 aReturn = OBoundControl::queryAggregation( _rType ); in queryAggregation()
H A Dclickableimage.hxx101 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(const ::com::sun::star::uno::Type& _r…
219 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(const ::com::sun::star::uno::Type& _r…
H A Dnavigationbar.cxx151 …Any SAL_CALL ONavigationBarModel::queryAggregation( const Type& _rType ) throw ( RuntimeException ) in queryAggregation() function in frm::ONavigationBarModel
156 aReturn = OControlModel::queryAggregation( _rType ); in queryAggregation()
/aoo42x/main/chart2/source/model/main/
H A DChartModel.cxx680 … if( (m_xOldModelAgg->queryAggregation( ::getCppuType( & xAggTypeProvider )) >>= xAggTypeProvider) in getTypes()
1026 aResult = m_xOldModelAgg->queryAggregation( aType ); in queryInterface()
1265 …Any aAny = m_xOldModelAgg->queryAggregation( ::getCppuType((const uno::Reference< lang::XMultiServ… in createInstance()
1292 …Any aAny = m_xOldModelAgg->queryAggregation( ::getCppuType((const uno::Reference< lang::XMultiServ… in getAvailableServiceNames()
/aoo42x/main/cppuhelper/inc/cppuhelper/
H A Dimplbase.hxx257 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & …
260 return (aRet.hasValue() ? aRet : OWeakAggObject::queryAggregation( rType )); \
/aoo42x/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.cxx178 return m_xAggProxy->queryAggregation( aType ); in queryInterface()
668 return m_xAggProxy->queryAggregation( aType ); in queryInterface()
869 return m_xAggProxy->queryAggregation( aType ); in queryInterface()
/aoo42x/main/toolkit/source/controls/
H A Dtkspinbutton.cxx150 Any UnoSpinButtonControl::queryAggregation( const Type & rType ) throw(RuntimeException) in queryAggregation() function in toolkit::UnoSpinButtonControl
152 Any aRet = UnoControlBase::queryAggregation( rType ); in queryAggregation()
H A Dtkscrollbar.cxx108 …uno::Any UnoScrollBarControl::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExcept… in queryAggregation() function in toolkit::UnoScrollBarControl
113 return (aRet.hasValue() ? aRet : UnoControlBase::queryAggregation( rType )); in queryAggregation()
H A Dstdtabcontroller.cxx167 Any StdTabController::queryAggregation( const Type & rType ) throw(RuntimeException) in queryAggregation() function in StdTabController
173 return (aRet.hasValue() ? aRet : OWeakAggObject::queryAggregation( rType )); in queryAggregation()
/aoo42x/main/svtools/source/uno/
H A Dunoimap.cxx106 virtual Any SAL_CALL queryAggregation( const Type & rType ) throw(RuntimeException);
331 Any SAL_CALL SvUnoImageMapObject::queryAggregation( const Type & rType ) in queryAggregation() function in SvUnoImageMapObject
349 aAny <<= OWeakAggObject::queryAggregation( rType ); in queryAggregation()
/aoo42x/main/UnoControls/source/controls/
H A Dprogressmonitor.cxx147 aReturn = queryAggregation( rType ); in queryInterface()
216 Any SAL_CALL ProgressMonitor::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() function in unocontrols::ProgressMonitor
231 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation()
/aoo42x/main/svx/source/unogallery/
H A Dunogalitem.cxx89 uno::Any SAL_CALL GalleryItem::queryAggregation( const uno::Type & rType ) in queryAggregation() function in unogallery::GalleryItem
107 aAny <<= OWeakAggObject::queryAggregation( rType ); in queryAggregation()
/aoo42x/main/cppuhelper/source/
H A Dimplbase.cxx354 Any WeakAggComponentImplHelperBase::queryAggregation( Type const & rType ) in queryAggregation() function in cppu::WeakAggComponentImplHelperBase
362 return OWeakAggObject::queryAggregation( rType ); in queryAggregation()
H A Dweak.cxx291 return (x.is() ? x->queryInterface( rType ) : queryAggregation( rType )); in queryInterface()
305 Any OWeakAggObject::queryAggregation( const Type & rType ) throw(::com::sun::star::uno::RuntimeExce… in queryAggregation() function in cppu::OWeakAggObject
H A Dimplbase_ex.cxx380 return pBase->OWeakAggObject::queryAggregation( rType ); in WeakAggImplHelper_queryAgg()
448 return pBase->WeakAggComponentImplHelperBase::queryAggregation( rType ); in WeakAggComponentImplHelper_queryAgg()
/aoo42x/main/svx/source/inc/
H A Dgridcell.hxx767 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _…
918 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _…
975 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _…
1018 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _…
1073 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _…
1114 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _…
/aoo42x/main/svx/source/unodraw/
H A Dunopool.cxx351 uno::Any SAL_CALL SvxUnoDrawPool::queryAggregation( const uno::Type & rType ) in queryAggregation() function in SvxUnoDrawPool
367 aAny <<= OWeakAggObject::queryAggregation( rType ); in queryAggregation()
/aoo42x/main/editeng/inc/editeng/
H A Dunotext.hxx377 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & …
420 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & …
484 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & …
549 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & …
635 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & …
/aoo42x/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard_UNO.cxx105 uno::Any SAL_CALL CreationWizardUnoDlg::queryAggregation( uno::Type const & rType ) throw (uno::Run… in queryAggregation() function in chart::CreationWizardUnoDlg
132 return OComponentHelper::queryAggregation( rType ); in queryAggregation()
/aoo42x/main/forms/source/inc/
H A DFormComponent.hxx235 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _…
312 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _…
419 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _…
1036 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _…
/aoo42x/main/sc/source/ui/unoobj/
H A Dfielduno.cxx458 uno::Any SAL_CALL ScCellFieldObj::queryAggregation( const uno::Type& rType ) in queryAggregation() function in ScCellFieldObj
467 return OComponentHelper::queryAggregation( rType ); // XComponent in queryAggregation()
1145 uno::Any SAL_CALL ScHeaderFieldObj::queryAggregation( const uno::Type& rType ) in queryAggregation() function in ScHeaderFieldObj
1154 return OComponentHelper::queryAggregation( rType ); // XComponent in queryAggregation()
/aoo42x/main/editeng/source/uno/
H A Dunotext.cxx1611 uno::Any SAL_CALL SvxUnoTextRange::queryAggregation( const uno::Type & rType ) in queryAggregation() function in SvxUnoTextRange
1627 return OWeakAggObject::queryAggregation( rType ); in queryAggregation()
1769 uno::Any SAL_CALL SvxUnoTextBase::queryAggregation( const uno::Type & rType ) in queryAggregation() function in SvxUnoTextBase
2414 uno::Any SAL_CALL SvxUnoText::queryAggregation( const uno::Type & rType ) throw( uno::RuntimeExcept… in queryAggregation() function in SvxUnoText
2416 uno::Any aAny( SvxUnoTextBase::queryAggregation( rType ) ); in queryAggregation()
2418 aAny = OWeakAggObject::queryAggregation( rType ); in queryAggregation()

Completed in 167 milliseconds

12345678