Lines Matching refs:rValue
271 static bool ConvertHomogenMatrixToObject( E3dObject* pObject, const Any& rValue ) in ConvertHomogenMatrixToObject() argument
274 if( rValue >>= m ) in ConvertHomogenMatrixToObject()
299 static void ConvertObjectToHomogenMatric( E3dObject* pObject, Any& rValue ) in ConvertObjectToHomogenMatric() argument
319 rValue <<= aHomMat; in ConvertObjectToHomogenMatric()
331 …SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in setPropertyValueImpl() argument
338 if( ConvertHomogenMatrixToObject( static_cast< E3dObject* >( mpObj.get() ), rValue ) ) in setPropertyValueImpl()
348 if(rValue >>= aCamGeo) in setPropertyValueImpl()
435 return SvxShape::setPropertyValueImpl(rName, pProperty, rValue); in setPropertyValueImpl()
443 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in getPropertyValueImpl() argument
450 ConvertObjectToHomogenMatric( static_cast< E3dObject* >( mpObj.get() ), rValue ); in getPropertyValueImpl()
476 rValue <<= aCamGeo; in getPropertyValueImpl()
480 return SvxShape::getPropertyValueImpl( rName, pProperty, rValue ); in getPropertyValueImpl()
511 …SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in setPropertyValueImpl() argument
520 if( ConvertHomogenMatrixToObject( static_cast< E3dObject* >( mpObj.get() ), rValue ) ) in setPropertyValueImpl()
528 if( rValue >>= aUnoPos ) in setPropertyValueImpl()
540 if( rValue >>= aDirection ) in setPropertyValueImpl()
552 if( rValue >>= bNew ) in setPropertyValueImpl()
560 return SvxShape::setPropertyValueImpl( rName, pProperty, rValue ); in setPropertyValueImpl()
568 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in getPropertyValueImpl() argument
575 ConvertObjectToHomogenMatric( static_cast< E3dObject* >( mpObj.get() ), rValue ); in getPropertyValueImpl()
588 rValue <<= aPos; in getPropertyValueImpl()
601 rValue <<= aDir; in getPropertyValueImpl()
606 rValue <<= static_cast<E3dCubeObj*>(mpObj.get())->GetPosIsCenter(); in getPropertyValueImpl()
610 return SvxShape::getPropertyValueImpl( rName, pProperty, rValue ); in getPropertyValueImpl()
643 …SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in setPropertyValueImpl() argument
650 if( ConvertHomogenMatrixToObject( static_cast< E3dObject* >( mpObj.get() ), rValue ) ) in setPropertyValueImpl()
659 if( rValue >>= aUnoPos ) in setPropertyValueImpl()
672 if( rValue >>= aDir ) in setPropertyValueImpl()
681 return SvxShape::setPropertyValueImpl( rName, pProperty, rValue ); in setPropertyValueImpl()
689 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in getPropertyValueImpl() argument
696 ConvertObjectToHomogenMatric( static_cast< E3dObject* >( mpObj.get() ), rValue ); in getPropertyValueImpl()
709 rValue <<= aPos; in getPropertyValueImpl()
722 rValue <<= aDir; in getPropertyValueImpl()
726 return SvxShape::getPropertyValueImpl( rName, pProperty, rValue ); in getPropertyValueImpl()
758 const Any& rValue, in PolyPolygonShape3D_to_B3dPolyPolygon() argument
763 if( !(rValue >>= aSourcePolyPolygon) ) in PolyPolygonShape3D_to_B3dPolyPolygon()
804 …PolyPolygon_to_PolyPolygonShape3D( const basegfx::B3DPolyPolygon& rSourcePolyPolygon, Any& rValue ) in B3dPolyPolygon_to_PolyPolygonShape3D() argument
842 rValue <<= aRetval; in B3dPolyPolygon_to_PolyPolygonShape3D()
847 …SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in setPropertyValueImpl() argument
854 if( ConvertHomogenMatrixToObject( static_cast< E3dObject* >( mpObj.get() ), rValue ) ) in setPropertyValueImpl()
864 if( PolyPolygonShape3D_to_B3dPolyPolygon( rValue, aNewB3DPolyPolygon, true ) ) in setPropertyValueImpl()
887 return SvxShape::setPropertyValueImpl( rName, pProperty, rValue ); in setPropertyValueImpl()
894 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in getPropertyValueImpl() argument
922 rValue <<= aHomMat; in getPropertyValueImpl()
930 B3dPolyPolygon_to_PolyPolygonShape3D(aB3DPolyPolygon, rValue); in getPropertyValueImpl()
934 return SvxShape::getPropertyValueImpl( rName, pProperty, rValue ); in getPropertyValueImpl()
966 …SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in setPropertyValueImpl() argument
973 if( ConvertHomogenMatrixToObject( static_cast< E3dObject* >( mpObj.get() ), rValue ) ) in setPropertyValueImpl()
984 if( PolyPolygonShape3D_to_B3dPolyPolygon( rValue, aNewB3DPolyPolygon, true ) ) in setPropertyValueImpl()
995 return SvxShape::setPropertyValueImpl( rName, pProperty, rValue ); in setPropertyValueImpl()
1003 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in getPropertyValueImpl() argument
1031 rValue <<= aHomMat; in getPropertyValueImpl()
1041 B3dPolyPolygon_to_PolyPolygonShape3D(aB3DPolyPolygon, rValue); in getPropertyValueImpl()
1045 return SvxShape::getPropertyValueImpl( rName, pProperty, rValue ); in getPropertyValueImpl()
1077 …SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in setPropertyValueImpl() argument
1084 if( ConvertHomogenMatrixToObject( static_cast< E3dObject* >( mpObj.get() ), rValue ) ) in setPropertyValueImpl()
1095 if( PolyPolygonShape3D_to_B3dPolyPolygon( rValue, aNewB3DPolyPolygon, false ) ) in setPropertyValueImpl()
1109 if( PolyPolygonShape3D_to_B3dPolyPolygon( rValue, aNewB3DPolyPolygon, false ) ) in setPropertyValueImpl()
1123 if( PolyPolygonShape3D_to_B3dPolyPolygon( rValue, aNewB3DPolyPolygon, false ) ) in setPropertyValueImpl()
1136 if( rValue >>= bNew ) in setPropertyValueImpl()
1144 return SvxShape::setPropertyValueImpl( rName, pProperty, rValue ); in setPropertyValueImpl()
1151 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in getPropertyValueImpl() argument
1157 ConvertObjectToHomogenMatric( static_cast< E3dObject* >( mpObj.get() ), rValue ); in getPropertyValueImpl()
1163 …Polygon_to_PolyPolygonShape3D(static_cast<E3dPolygonObj*>(mpObj.get())->GetPolyPolygon3D(),rValue); in getPropertyValueImpl()
1169 …Polygon_to_PolyPolygonShape3D(static_cast<E3dPolygonObj*>(mpObj.get())->GetPolyNormals3D(),rValue); in getPropertyValueImpl()
1179 B3dPolyPolygon_to_PolyPolygonShape3D(aB3DPolyPolygon,rValue); in getPropertyValueImpl()
1185 rValue <<= (sal_Bool)static_cast<E3dPolygonObj*>(mpObj.get())->GetLineOnly(); in getPropertyValueImpl()
1190 return SvxShape::getPropertyValueImpl( rName, pProperty, rValue ); in getPropertyValueImpl()