Lines Matching refs:rValue

102 …SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun…  in setPropertyValueImpl()  argument
155 if( (rValue >>= aVisArea) && mpObj->ISA(SdrOle2Obj)) in setPropertyValueImpl()
181 if( rValue >>= nAspect ) in setPropertyValueImpl()
191 if( rValue >>= aCLSID ) in setPropertyValueImpl()
206 if( rValue >>= aURL ) in setPropertyValueImpl()
216 uno::Reference< graphic::XGraphic > xGraphic( rValue, uno::UNO_QUERY ); in setPropertyValueImpl()
233 if( rValue >>= aPersistName ) in setPropertyValueImpl()
243 if( rValue >>= aLinkURL ) in setPropertyValueImpl()
251 return SvxShapeText::setPropertyValueImpl( rName, pProperty, rValue ); in setPropertyValueImpl()
257 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in getPropertyValueImpl() argument
265 rValue <<= aCLSID; in getPropertyValueImpl()
272 rValue <<= SotExchange::IsInternal( GetClassName_Impl(sCLSID) ); in getPropertyValueImpl()
292 rValue <<= aSeq; in getPropertyValueImpl()
304 rValue <<= aSeq; in getPropertyValueImpl()
310 rValue = GetBitmap( sal_True ); in getPropertyValueImpl()
325 rValue <<= aVisArea; in getPropertyValueImpl()
332 rValue <<= awt::Size( aTmp.Width(), aTmp.Height() ); in getPropertyValueImpl()
338 rValue <<= static_cast<SdrOle2Obj*>(mpObj.get())->GetAspect(); in getPropertyValueImpl()
366 rValue <<= pObj->GetObjRef()->getComponent(); in getPropertyValueImpl()
368 rValue <<= xObj; in getPropertyValueImpl()
380 rValue <<= xGraphic; in getPropertyValueImpl()
404 rValue <<= aURL; in getPropertyValueImpl()
423 rValue <<= aPersistName; in getPropertyValueImpl()
438 rValue <<= aLinkURL; in getPropertyValueImpl()
442 return SvxShapeText::getPropertyValueImpl( rName, pProperty, rValue ); in getPropertyValueImpl()
639 … const ::rtl::OUString& aPropertyName, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in setPropertyValue() argument
641 SvxShape::setPropertyValue( aPropertyName, rValue ); in setPropertyValue()
651 …SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in setPropertyValueImpl() argument
661 xSet->setPropertyValue( rName, rValue ); in setPropertyValueImpl()
668 return SvxOle2Shape::setPropertyValueImpl( rName, pProperty, rValue ); in setPropertyValueImpl()
672 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in getPropertyValueImpl() argument
681 rValue = xSet->getPropertyValue( rName ); in getPropertyValueImpl()
688 return SvxOle2Shape::getPropertyValueImpl( rName, pProperty, rValue ); in getPropertyValueImpl()
712 … const ::rtl::OUString& aPropertyName, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in setPropertyValue() argument
714 SvxShape::setPropertyValue( aPropertyName, rValue ); in setPropertyValue()
724 …SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in setPropertyValueImpl() argument
734 xSet->setPropertyValue( rName, rValue ); in setPropertyValueImpl()
741 return SvxOle2Shape::setPropertyValueImpl( rName, pProperty, rValue ); in setPropertyValueImpl()
745 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in getPropertyValueImpl() argument
754 rValue <<= xSet->getPropertyValue( rName ); in getPropertyValueImpl()
761 return SvxOle2Shape::getPropertyValueImpl( rName, pProperty, rValue ); in getPropertyValueImpl()
785 … const ::rtl::OUString& aPropertyName, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in setPropertyValue() argument
787 SvxShape::setPropertyValue( aPropertyName, rValue ); in setPropertyValue()
797 …SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in setPropertyValueImpl() argument
807 xSet->setPropertyValue( rName, rValue ); in setPropertyValueImpl()
814 return SvxOle2Shape::setPropertyValueImpl( rName, pProperty, rValue ); in setPropertyValueImpl()
818 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in getPropertyValueImpl() argument
827 rValue <<= xSet->getPropertyValue( rName ); in getPropertyValueImpl()
834 return SvxOle2Shape::getPropertyValueImpl( rName, pProperty, rValue ); in getPropertyValueImpl()
855 …SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in setPropertyValueImpl() argument
868 if( rValue >>= aURL ) in setPropertyValueImpl()
880 if( rValue >>= bLoop ) in setPropertyValueImpl()
892 if( rValue >>= bMute ) in setPropertyValueImpl()
904 if( rValue >>= nVolumeDB ) in setPropertyValueImpl()
916 if( rValue >>= eLevel ) in setPropertyValueImpl()
936 return SvxShape::setPropertyValueImpl( rName, pProperty, rValue ); in setPropertyValueImpl()
944 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in getPropertyValueImpl() argument
954 rValue <<= aItem.getURL(); in getPropertyValueImpl()
958 rValue <<= (sal_Bool) aItem.isLoop(); in getPropertyValueImpl()
962 rValue <<= (sal_Bool) aItem.isMute(); in getPropertyValueImpl()
966 rValue <<= (sal_Int16) aItem.getVolumeDB(); in getPropertyValueImpl()
970 rValue <<= aItem.getZoom(); in getPropertyValueImpl()
980 return SvxShape::getPropertyValueImpl( rName, pProperty, rValue ); in getPropertyValueImpl()