Home
last modified time | relevance | path

Searched refs:queryAggregation (Results 76 – 100 of 184) sorted by relevance

12345678

/aoo42x/main/cppuhelper/source/
H A Dfactory.cxx371 Any SAL_CALL queryAggregation( const Type & rType )
405 Any OFactoryComponentHelper::queryAggregation( const Type & rType ) in queryAggregation() function in cppu::OFactoryComponentHelper
408 Any aRet( OComponentHelper::queryAggregation( rType ) ); in queryAggregation()
/aoo42x/main/svx/source/unodraw/
H A Dunoshape.cxx328 uno::Any SAL_CALL SvxShape::queryAggregation( const uno::Type& rType ) throw (uno::RuntimeException) in queryAggregation() function in SvxShape
333 if( mpImpl->mpMaster->queryAggregation( rType, aAny ) ) in queryAggregation()
337 return SvxShape_UnoImplHelper::queryAggregation(rType); in queryAggregation()
4223 uno::Any SAL_CALL SvxShapeText::queryAggregation( const uno::Type & rType ) in queryAggregation() function in SvxShapeText
4226 uno::Any aAny( SvxShape::queryAggregation( rType ) ); in queryAggregation()
4230 return SvxUnoTextBase::queryAggregation( rType ); in queryAggregation()
4435 uno::Any SAL_CALL SvxShapeRect::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExcep… in queryAggregation() function in SvxShapeRect
4437 return SvxShapeText::queryAggregation( rType ); in queryAggregation()
/aoo42x/main/svtools/source/graphic/
H A Ddescriptor.cxx209 uno::Any SAL_CALL GraphicDescriptor::queryAggregation( const uno::Type & rType ) in queryAggregation() function in unographic::GraphicDescriptor
225 aAny <<= OWeakAggObject::queryAggregation( rType ); in queryAggregation()
/aoo42x/main/toolkit/source/controls/
H A Droadmapcontrol.cxx144 …::com::sun::star::uno::Any SAL_CALL UnoControlRoadmapModel::queryAggregation( const ::com::sun::st… in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
146 Any aRet = UnoControlRoadmapModel_Base::queryAggregation( rType ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
H A Dstdtabcontrollermodel.cxx197 ::com::sun::star::uno::Any StdTabControllerModel::queryAggregation( const ::com::sun::star::uno::Ty… in queryAggregation() function in StdTabControllerModel
204 return (aRet.hasValue() ? aRet : OWeakAggObject::queryAggregation( rType )); in queryAggregation()
/aoo42x/main/forms/source/component/
H A DListBox.hxx98 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _…
222 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _…
H A DEdit.cxx87 Any SAL_CALL OEditControl::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() function in frm::OEditControl
89 Any aReturn = OBoundControl::queryAggregation(_rType); in queryAggregation()
H A DComboBox.cxx123 Any SAL_CALL OComboBoxModel::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() function in frm::OComboBoxModel
125 Any aReturn = OBoundControlModel::queryAggregation( _rType ); in queryAggregation()
H A DFormsCollection.hxx65 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(const ::com::sun::star::uno::Type& _r…
H A DFilter.cxx151 Any SAL_CALL OFilterControl::queryAggregation( const Type & rType ) throw(RuntimeException) in queryAggregation() function in frm::OFilterControl
153 Any aRet = UnoControl::queryAggregation( rType); in queryAggregation()
H A DImageButton.hxx82 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(const ::com::sun::star::uno::Type& _r…
/aoo42x/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx120 …Any SAL_CALL ONavigationBarControl::queryAggregation( const Type& _rType ) throw ( RuntimeExceptio… in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
122 Any aReturn = UnoControl::queryAggregation( _rType ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
/aoo42x/main/forms/source/richtext/
H A Drichtextmodel.cxx239 Any SAL_CALL ORichTextModel::queryAggregation( const Type& _rType ) throw ( RuntimeException ) in queryAggregation() function in frm::ORichTextModel
244 aReturn = OControlModel::queryAggregation( _rType ); in queryAggregation()
H A Drichtextcontrol.cxx123 Any SAL_CALL ORichTextControl::queryAggregation( const Type& _rType ) throw ( RuntimeException ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
125 Any aReturn = UnoEditControl::queryAggregation( _rType ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
/aoo42x/main/cppuhelper/inc/cppuhelper/
H A Dweakagg.hxx84 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & …
H A Dcomponent.hxx72 virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(
/aoo42x/main/svx/inc/svx/
H A Dfmdpage.hxx56 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& a…
H A Dunomaster.hxx40 …virtual sal_Bool queryAggregation( const com::sun::star::uno::Type & rType, com::sun::star::uno::A…
/aoo42x/main/forms/util/
H A Dmakefile.mk103 @echo queryAggregation >>$@
/aoo42x/main/editeng/inc/editeng/
H A Dunopracc.hxx50 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & …
/aoo42x/main/connectivity/source/cpool/
H A DZDriverWrapper.cxx84 …sValue() ? aReturn : (m_xDriverAggregate.is() ? m_xDriverAggregate->queryAggregation(_rType) : aRe… in queryInterface()
/aoo42x/main/sc/inc/
H A Dfielduno.hxx159 virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(
354 virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(
/aoo42x/main/editeng/source/uno/
H A Dunofield.cxx534 uno::Any SAL_CALL SvxUnoTextField::queryAggregation( const uno::Type & rType ) in queryAggregation() function in SvxUnoTextField
545 return OComponentHelper::queryAggregation( rType ); in queryAggregation()
H A Dunopracc.cxx72 uno::Any SAL_CALL SvxAccessibleTextPropertySet::queryAggregation( const uno::Type & ) throw(uno::Ru… in queryAggregation() function in SvxAccessibleTextPropertySet
/aoo42x/main/UnoControls/source/inc/
H A Dprogressbar.hxx211 UNO3_ANY SAL_CALL queryAggregation( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );

Completed in 126 milliseconds

12345678