Home
last modified time | relevance | path

Searched refs:queryAggregation (Results 1 – 25 of 184) sorted by relevance

12345678

/trunk/main/forms/source/component/
H A DFormattedFieldWrapper.cxx149 Any SAL_CALL OFormattedFieldWrapper::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() function in frm::OFormattedFieldWrapper
158 aReturn = m_xAggregate->queryAggregation(_rType); in queryAggregation()
163 aReturn = OFormattedFieldWrapper_Base::queryAggregation(_rType); in queryAggregation()
185 aReturn = m_xAggregate->queryAggregation(_rType); in queryAggregation()
211 …m_xAggregate->queryAggregation(::getCppuType(static_cast< Reference< XServiceInfo >* >(NULL))) >>=… in supportsService()
220 …m_xAggregate->queryAggregation(::getCppuType(static_cast< Reference< XServiceInfo >* >(NULL))) >>=… in getSupportedServiceNames()
H A DFormComponent.cxx194 Any SAL_CALL OControl::queryAggregation( const Type& _rType ) throw(RuntimeException) in queryAggregation() function in frm::OControl
197 Any aReturn( OComponentHelper::queryAggregation(_rType) ); in queryAggregation()
204 aReturn = m_xAggregate->queryAggregation(_rType); in queryAggregation()
425 Any SAL_CALL OBoundControl::queryAggregation(const Type& _rType) throw(RuntimeException) in queryAggregation() function in frm::OBoundControl
431 aReturn = OControl::queryAggregation( _rType ); in queryAggregation()
440 aReturn = OControl::queryAggregation( _rType ); in queryAggregation()
531 Any SAL_CALL OControlModel::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() function in frm::OControlModel
534 Any aReturn(OComponentHelper::queryAggregation(_rType)); in queryAggregation()
547 aReturn = m_xAggregate->queryAggregation(_rType); in queryAggregation()
1235 Any SAL_CALL OBoundControlModel::queryAggregation( const Type& _rType ) throw (RuntimeException) in queryAggregation() function in frm::OBoundControlModel
[all …]
H A DButton.cxx79 Any SAL_CALL OButtonModel::queryAggregation( const Type& _type ) throw(RuntimeException) in queryAggregation() function in frm::OButtonModel
81 Any aReturn = OClickableImageBaseModel::queryAggregation( _type ); in queryAggregation()
401 Any SAL_CALL OButtonControl::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() function in frm::OButtonControl
409 aReturn = OClickableImageBaseControl::queryAggregation( _rType ); in queryAggregation()
H A Dclickableimage.cxx108 …Any SAL_CALL OClickableImageBaseControl::queryAggregation(const Type& _rType) throw (RuntimeExcept… in queryAggregation() function in frm::OClickableImageBaseControl
110 Any aReturn = OControl::queryAggregation(_rType); in queryAggregation()
600 …Any SAL_CALL OClickableImageBaseModel::queryAggregation(const Type& _rType) throw (RuntimeExceptio… in queryAggregation() function in frm::OClickableImageBaseModel
612 aReturn = OControlModel::queryAggregation( _rType ); in queryAggregation()
H A DImageControl.cxx222 Any SAL_CALL OImageControlModel::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() function in frm::OImageControlModel
233 aReturn = OBoundControlModel::queryAggregation( _rType ); in queryAggregation()
740 Any SAL_CALL OImageControlControl::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() function in frm::OImageControlControl
742 Any aReturn = OBoundControl::queryAggregation( _rType ); in queryAggregation()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx528 aRet = pPage->queryAggregation(aType); in queryInterface()
912 uno::Any aAgg = xShapeAgg->queryAggregation( rTunnelType ); in getSomething()
1038 aRet = xShapeAgg->queryAggregation(aType); in queryInterface()
1117 uno::Any aPSet = xShapeAgg->queryAggregation( rPropSetType ); in getPropertySetInfo()
1443 uno::Any aPSet = xShapeAgg->queryAggregation(rPSetType); in setPropertyValue()
1732 uno::Any aPSet = xShapeAgg->queryAggregation(rPSetType); in _getPropAtAggrObj()
2883 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in remove()
2898 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in getCount()
2915 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in getByIndex()
2930 uno::Any aAgg = xShapeAgg->queryAggregation( rType ); in getElementType()
[all …]
/trunk/main/comphelper/source/misc/
H A Dproxyaggregation.cxx65 …m_xProxyAggregate->queryAggregation( ::getCppuType( &m_xProxyTypeAccess ) ) >>= m_xProxyTypeAccess; in baseAggregateProxyFor()
81 Any SAL_CALL OProxyAggregation::queryAggregation( const Type& _rType ) throw (RuntimeException) in queryAggregation() function in comphelper::OProxyAggregation
83 return m_xProxyAggregate.is() ? m_xProxyAggregate->queryAggregation( _rType ) : Any(); in queryAggregation()
146 aReturn = OProxyAggregation::queryAggregation( _rType ); in queryInterface()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx156 aRet = mxShapeAgg->queryAggregation( rType ); in queryInterface()
180 … mxShapeAgg->queryAggregation( getCppuType((uno::Reference<beans::XPropertySet>*) 0) ) >>= xProp; in GetShapePropertySet()
194 …mxShapeAgg->queryAggregation( getCppuType((uno::Reference<beans::XPropertyState>*) 0) ) >>= xState; in GetShapePropertyState()
203 xAgg->queryAggregation( getCppuType((uno::Reference<lang::XComponent>*) 0) ) >>= xRet; in lcl_GetComponent()
211 xAgg->queryAggregation( getCppuType((uno::Reference<text::XText>*) 0) ) >>= xRet; in lcl_GetText()
219 xAgg->queryAggregation( getCppuType((uno::Reference<text::XSimpleText>*) 0) ) >>= xRet; in lcl_GetSimpleText()
227 xAgg->queryAggregation( getCppuType((uno::Reference<text::XTextRange>*) 0) ) >>= xRet; in lcl_GetTextRange()
1319 …mxShapeAgg->queryAggregation( getCppuType((uno::Reference<lang::XTypeProvider>*) 0) ) >>= xBasePro… in getTypes()
1337 …mxShapeAgg->queryAggregation( ::getCppuType((uno::Reference< drawing::XShape >*)0) ) >>= xAggShape; in getImplementationId()
1555 mxShapeAgg->queryAggregation( lang::XServiceInfo::static_type() ) >>= xSI; in getSupportedServiceNames()
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx161 uno::Any aReturn = UnoControlBase::queryAggregation( rType ); in queryAggregation()
1432 return (aRet.hasValue() ? aRet : UnoControlBase::queryAggregation( rType )); in queryAggregation()
1613 return (aRet.hasValue() ? aRet : UnoControlBase::queryAggregation( rType )); in queryAggregation()
2838 return (aRet.hasValue() ? aRet : UnoEditControl::queryAggregation( rType )); in queryAggregation()
3134 return (aRet.hasValue() ? aRet : UnoEditControl::queryAggregation( rType )); in queryAggregation()
3278 return (aRet.hasValue() ? aRet : UnoSpinFieldControl::queryAggregation( rType )); in queryAggregation()
3519 return (aRet.hasValue() ? aRet : UnoSpinFieldControl::queryAggregation( rType )); in queryAggregation()
3720 return (aRet.hasValue() ? aRet : UnoSpinFieldControl::queryAggregation( rType )); in queryAggregation()
3922 return (aRet.hasValue() ? aRet : UnoSpinFieldControl::queryAggregation( rType )); in queryAggregation()
4140 return (aRet.hasValue() ? aRet : UnoSpinFieldControl::queryAggregation( rType )); in queryAggregation()
[all …]
H A Dgeometrycontrolmodel.cxx160 m_xAggregate->queryAggregation( ::getCppuType( &xAggregateTypeProv ) ) >>= xAggregateTypeProv; in getTypes()
257 …Any SAL_CALL OGeometryControlModel_Base::queryAggregation( const Type& _rType ) throw(RuntimeExcep… in queryAggregation() function in OGeometryControlModel_Base
267 aReturn = OGCM_Base::queryAggregation(_rType); in queryAggregation()
275 aReturn = m_xAggregate->queryAggregation(_rType); in queryAggregation()
377 m_xAggregate->queryAggregation(::getCppuType(&xCloneAccess)) >>= xCloneAccess; in createClone()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dimplbase_ex_post.hxx99 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & …
148 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & …
153 return BaseClass::queryAggregation( rType ); \
211 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & …
H A Dimplbase1.hxx134 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::WeakAggImplHelper1
273 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::AggImplInheritanceHelper1
278 return BaseClass::queryAggregation( rType ); in queryAggregation()
H A Dimplbase2.hxx135 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::WeakAggImplHelper2
269 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::AggImplInheritanceHelper2
274 return BaseClass::queryAggregation( rType ); in queryAggregation()
H A Dimplbase3.hxx136 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::WeakAggImplHelper3
271 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation() function in cppu::AggImplInheritanceHelper3
276 return BaseClass::queryAggregation( rType ); in queryAggregation()
/trunk/main/UnoControls/source/controls/
H A Dprogressbar.cxx99 aReturn = queryAggregation( rType ); in queryInterface()
167 Any SAL_CALL ProgressBar::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() function in unocontrols::ProgressBar
181 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation()
H A Dstatusindicator.cxx116 aReturn = queryAggregation( rType ); in queryInterface()
184 Any SAL_CALL StatusIndicator::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() function in unocontrols::StatusIndicator
198 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation()
H A Dframecontrol.cxx98 aReturn = queryAggregation( rType ); in queryInterface()
167 Any SAL_CALL FrameControl::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() function in unocontrols::FrameControl
184 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation()
/trunk/main/udkapi/com/sun/star/uno/
H A DXAggregation.idl93 @see XAggregation::queryAggregation
104 or <member>XAggregation::queryAggregation()</member>. This method
112 any queryAggregation( [in] type aType );
/trunk/main/filter/source/xsltdialog/
H A Dxmlfilterdialogcomponent.cxx83 virtual Any SAL_CALL queryAggregation( Type const & rType ) throw (RuntimeException);
153 Any SAL_CALL XMLFilterDialogComponent::queryAggregation( Type const & rType ) throw (RuntimeExcepti… in queryAggregation() function in XMLFilterDialogComponent
175 return OComponentHelper::queryAggregation( rType ); in queryAggregation()
/trunk/main/comphelper/source/property/
H A Dgenericpropertyset.cxx80 virtual Any SAL_CALL queryAggregation( const Type & rType ) throw( RuntimeException);
208 Any SAL_CALL GenericPropertySet::queryAggregation( const Type & rType ) in queryAggregation() function in GenericPropertySet
222 aAny <<= OWeakAggObject::queryAggregation( rType ); in queryAggregation()
/trunk/main/svx/inc/svx/
H A Dunoshape.hxx241 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& a…
357 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & …
388 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & …
417 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & …
467 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & …
510 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & …
596 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & …
702 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & …
845 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & …
/trunk/main/editeng/source/uno/
H A Dunotext2.cxx163 uno::Any SAL_CALL SvxUnoTextContent::queryAggregation( const uno::Type & rType ) throw( uno::Runtim… in queryAggregation() function in SvxUnoTextContent
179 return OWeakAggObject::queryAggregation( rType ); in queryAggregation()
517 uno::Any SAL_CALL SvxUnoTextCursor::queryAggregation( const uno::Type & rType ) in queryAggregation() function in SvxUnoTextCursor
532 return OWeakAggObject::queryAggregation( rType ); in queryAggregation()
/trunk/main/stoc/source/proxy_factory/
H A Dproxyfac.cxx180 virtual Any SAL_CALL queryAggregation( Type const & rType )
335 Any ProxyRoot::queryAggregation( Type const & rType ) in queryAggregation() function in __anonfc393d4b0111::ProxyRoot
338 Any ret( OWeakAggObject::queryAggregation( rType ) ); in queryAggregation()
/trunk/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx89 aReturn = queryAggregation( rType ); in queryInterface()
131 Any SAL_CALL BaseContainerControl::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() function in unocontrols::BaseContainerControl
150 return BaseControl::queryAggregation( aType ); in queryAggregation()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx121 uno::Any SAL_CALL SvxShapeGroup::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExce… in queryAggregation() function in SvxShapeGroup
130 return SvxShape::queryAggregation( rType ); in queryAggregation()
397 uno::Any SAL_CALL SvxShapeConnector::queryAggregation( const uno::Type & rType ) in queryAggregation() function in SvxShapeConnector
404 return SvxShapeText::queryAggregation( rType ); in queryAggregation()
566 uno::Any SAL_CALL SvxShapeControl::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeEx… in queryAggregation() function in SvxShapeControl
572 return SvxShapeText::queryAggregation( rType ); in queryAggregation()
1941 uno::Any SAL_CALL SvxCustomShape::queryAggregation( const uno::Type & rType ) in queryAggregation() function in SvxCustomShape
1944 ::com::sun::star::uno::Any aReturn = SvxShapeText::queryAggregation( rType ); in queryAggregation()

Completed in 181 milliseconds

12345678