Searched refs:DrawShape (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | drawshape.cxx | 132 void DrawShape::updateStateIds() const in updateStateIds() 240 int DrawShape::getUpdateFlags() const in getUpdateFlags() 410 DrawShape::DrawShape( const uno::Reference< drawing::XShape >& xShape, in DrawShape() function in slideshow::internal::DrawShape 472 DrawShape::DrawShape( const uno::Reference< drawing::XShape >& xShape, in DrawShape() function in slideshow::internal::DrawShape 525 DrawShape::DrawShape( const DrawShape& rSrc, in DrawShape() function in slideshow::internal::DrawShape 653 DrawShape::~DrawShape() in ~DrawShape() 749 bool DrawShape::clearAllViewLayers() in clearAllViewLayers() 755 bool DrawShape::update() const in update() 767 bool DrawShape::render() const in render() 893 bool DrawShape::isVisible() const in isVisible() [all …]
|
H A D | drawshape.hxx | 51 class DrawShape; 52 typedef ::boost::shared_ptr< DrawShape > DrawShapeSharedPtr; 61 class DrawShape : public AttributableShape, class 64 public ::osl::DebugBase<DrawShape> 128 virtual ~DrawShape(); 236 DrawShape( const ::com::sun::star::uno::Reference< 264 DrawShape( const ::com::sun::star::uno::Reference< 276 DrawShape( const DrawShape&, const DocTreeNode& rTreeNode, double nPrio );
|
H A D | drawinglayeranimation.cxx | 151 boost::shared_ptr<DrawShape> const& pDrawShape ); 207 boost::weak_ptr<DrawShape> mpParentDrawShape; 753 boost::shared_ptr<DrawShape> const& pParentDrawShape ) in ActivityImpl() 782 mpDrawShape = boost::dynamic_pointer_cast<DrawShape>( in ActivityImpl() 950 boost::shared_ptr<DrawShape> const& pDrawShape ) in createDrawingLayerAnimActivity()
|
H A D | shapeimporter.cxx | 343 return DrawShape::create( xCurrShape, in createShape() 374 return DrawShape::create( xCurrShape, in createShape() 435 return DrawShape::create( xCurrShape, in createShape() 443 return DrawShape::create( xCurrShape, in createShape()
|
H A D | drawinglayeranimation.hxx | 34 class DrawShape; 38 boost::shared_ptr<DrawShape> const& pDrawShape );
|
H A D | intrinsicanimationactivity.cxx | 94 boost::weak_ptr<DrawShape> mpDrawShape;
|
Completed in 63 milliseconds