Lines Matching refs:aAny

120 		aAny <<= uno::Reference< xint >(this)
332 uno::Any aAny; in queryAggregation() local
333 if( mpImpl->mpMaster->queryAggregation( rType, aAny ) ) in queryAggregation()
334 return aAny; in queryAggregation()
734 uno::Any aAny; in GetBitmap() local
737 return aAny; in GetBitmap()
764 aAny.setValue( &aSeq, ::getCppuType((const uno::Sequence< sal_Int8 >*)0) ); in GetBitmap()
773 aAny <<= xBmp; in GetBitmap()
779 return aAny; in GetBitmap()
1894 uno::Any aAny; in _getPropertyValue() local
1900 if( !getPropertyValueImpl( PropertyName, pMap, aAny ) ) in _getPropertyValue()
1908 if(SvxUnoTextRangeBase::GetPropertyValueHelper( aSet, pMap, aAny )) in _getPropertyValue()
1909 return aAny; in _getPropertyValue()
1928 aAny = GetAnyForItem( aSet, pMap ); in _getPropertyValue()
1938 aAny = mpPropSet->getPropertyValue( pMap ); in _getPropertyValue()
1941 return aAny; in _getPropertyValue()
2080 uno::Any aAny; in GetAnyForItem() local
2090 aAny <<= nAngle; in GetAnyForItem()
2101 aAny <<= nAngle; in GetAnyForItem()
2126 aAny <<= eKind; in GetAnyForItem()
2133 aAny = SvxItemPropertySet_getPropertyValue( *mpPropSet, pMap, aSet ); in GetAnyForItem()
2135 if( *pMap->pType != aAny.getValueType() ) in GetAnyForItem()
2138 …if( ( *pMap->pType == ::getCppuType((const sal_Int16*)0)) && aAny.getValueType() == ::getCppuType(… in GetAnyForItem()
2141 aAny >>= nValue; in GetAnyForItem()
2142 aAny <<= (sal_Int16)nValue; in GetAnyForItem()
2153 return aAny; in GetAnyForItem()
4226 uno::Any aAny( SvxShape::queryAggregation( rType ) ); in queryAggregation() local
4227 if( aAny.hasValue() ) in queryAggregation()
4228 return aAny; in queryAggregation()