Home
last modified time | relevance | path

Searched refs:queryAggregation (Results 1 – 25 of 184) sorted by last modified time

12345678

/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 …]
H A Dunotext.cxx2453 SwXBodyText::queryAggregation(const uno::Type& rType) in queryAggregation() function in SwXBodyText
2475 aRet = OWeakAggObject::queryAggregation( rType ); in queryAggregation()
/trunk/main/forms/source/component/
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()
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 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 DDatabaseForm.cxx251 Any SAL_CALL ODatabaseForm::queryAggregation(const Type& _rType) throw(RuntimeException) in queryAggregation() function in frm::ODatabaseForm
266 aReturn = OFormComponents::queryAggregation(_rType); in queryAggregation()
277 aReturn = m_xAggregate->queryAggregation(_rType); in queryAggregation()
378 …erence< XPropertySet > xSourceProps( const_cast< ODatabaseForm& >( _cloneSource ).queryAggregation( in ODatabaseForm()
H A DDatabaseForm.hxx233 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(const ::com::sun::star::uno::Type& _r…
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 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()
/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()
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()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx261 Any aNumTunnel = xNumFmtAgg->queryAggregation(::getCppuType((Reference<XUnoTunnel>*)0)); in getSomething()
296 aRet = xNumFmtAgg->queryAggregation(rType); in queryInterface()
334 Any aNumProv = xNumFmtAgg->queryAggregation(rProvType); in getTypes()
457 Any aNumTunnel = xNumFmtAgg->queryAggregation(rTunnelType); in GetNumberFormatter()
1525 Any aNumTunnel = xNumFmtAgg->queryAggregation(rTunnelType); in Invalidate()
1597 Any aNumTunnel = xNumFmtAgg->queryAggregation(rTunnelType); in InitNewDoc()
/trunk/main/svx/source/table/
H A Dcell.cxx781 Any aRet( SvxUnoTextBase::queryAggregation( rType ) ); in queryInterface()
/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()
/trunk/main/UnoControls/source/controls/
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/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()
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/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 & …
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx919 …sValue() ? aReturn : (m_aProps->m_xProxy.is() ? m_aProps->m_xProxy->queryAggregation(_rType) : aRe… in queryInterface()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx471 Any SAL_CALL ORowSet::queryAggregation( const Type& rType ) throw(RuntimeException) in queryAggregation() function in dbaccess::ORowSet
475 aRet = ORowSet_BASE1::queryAggregation(rType); in queryAggregation()
/trunk/main/cppuhelper/source/
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 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()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx405 aRet = m_xAggProxy->queryAggregation( aType ); in queryInterface()
/trunk/main/svx/source/form/
H A Dformcontroller.cxx670 aRet = m_xAggregate->queryAggregation( _rType ); in queryInterface()
/trunk/main/UnoControls/source/inc/
H A Dprogressmonitor.hxx281 …virtual UNO3_ANY SAL_CALL queryAggregation( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION …

Completed in 538 milliseconds

12345678