Lines Matching refs:rShape

105                 virtual void start( const AnimatableShapeSharedPtr& 	rShape,  in start()  argument
113 mpShape = rShape; in start()
116 ENSURE_OR_THROW( rShape, in start()
259 virtual void start( const AnimatableShapeSharedPtr& rShape, in start() argument
267 mpShape = rShape; in start()
270 ENSURE_OR_THROW( rShape, in start()
457 virtual void start( const AnimatableShapeSharedPtr& rShape, in start() argument
465 mpShape = rShape; in start()
468 ENSURE_OR_THROW( rShape, in start()
657 uno::Any getShapeDefault( const AnimatableShapeSharedPtr& rShape, in getShapeDefault() argument
660 uno::Reference< drawing::XShape > xShape( rShape->getXShape() ); in getShapeDefault()
676 … template< typename ValueType > ValueType getDefault( const AnimatableShapeSharedPtr& rShape, in getDefault() argument
679 const uno::Any& rAny( getShapeDefault( rShape, in getDefault()
707 template<> RGBColor getDefault< RGBColor >( const AnimatableShapeSharedPtr& rShape, in getDefault() argument
710 const uno::Any& rAny( getShapeDefault( rShape, in getDefault()
807 … const AnimatableShapeSharedPtr& rShape, in createNumberPropertyAnimation() argument
861 … getDefault<double>( rShape, rAttrName ), in createNumberPropertyAnimation()
869 … getDefault<double>( rShape, rAttrName ), in createNumberPropertyAnimation()
881 rShape->getBounds().getHeight(), in createNumberPropertyAnimation()
932 rShape->getBounds().getWidth(), in createNumberPropertyAnimation()
946 rShape->getBounds().getCenterX(), in createNumberPropertyAnimation()
960 rShape->getBounds().getCenterY(), in createNumberPropertyAnimation()
971 … const AnimatableShapeSharedPtr& rShape, in createEnumPropertyAnimation() argument
1032 … getDefault<drawing::FillStyle>( rShape, rAttrName )), in createEnumPropertyAnimation()
1041 … getDefault<drawing::LineStyle>( rShape, rAttrName )), in createEnumPropertyAnimation()
1050 … getDefault<awt::FontSlant>( rShape, rAttrName )), in createEnumPropertyAnimation()
1058 … getDefault<sal_Int16>( rShape, rAttrName ), in createEnumPropertyAnimation()
1067 … const AnimatableShapeSharedPtr& rShape, in createColorPropertyAnimation() argument
1124 … getDefault<RGBColor>( rShape, rAttrName ), in createColorPropertyAnimation()
1133 … getDefault<RGBColor>( rShape, rAttrName ), in createColorPropertyAnimation()
1141 … getDefault<RGBColor>( rShape, rAttrName ), in createColorPropertyAnimation()
1149 … getDefault<RGBColor>( rShape, rAttrName ), in createColorPropertyAnimation()
1157 … getDefault<RGBColor>( rShape, rAttrName ), in createColorPropertyAnimation()
1165 …onSharedPtr AnimationFactory::createPairPropertyAnimation( const AnimatableShapeSharedPtr& rShape, in createPairPropertyAnimation() argument
1171 const ::basegfx::B2DRectangle& rBounds( rShape->getBounds() ); in createPairPropertyAnimation()
1219 … const AnimatableShapeSharedPtr& rShape, in createStringPropertyAnimation() argument
1284 … getDefault< ::rtl::OUString >( rShape, rAttrName ), in createStringPropertyAnimation()