Home
last modified time | relevance | path

Searched refs:DrawShape (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx93 GDIMetaFileSharedPtr DrawShape::forceScrollTextMetaFile() in forceScrollTextMetaFile()
132 void DrawShape::updateStateIds() const in updateStateIds()
147 void DrawShape::ensureVerboseMtfComments() const in ensureVerboseMtfComments()
180 ViewShape::RenderArgs DrawShape::getViewRenderArgs() const in getViewRenderArgs()
192 bool DrawShape::implRender( int nUpdateFlags ) const in implRender()
240 int DrawShape::getUpdateFlags() const in getUpdateFlags()
299 ::basegfx::B2DRectangle DrawShape::getActualUnitShapeBounds() const in getActualUnitShapeBounds()
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
[all …]
H A Ddrawshape.hxx51 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 Ddrawinglayeranimation.cxx151 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 Dshapeimporter.cxx343 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 Ddrawinglayeranimation.hxx34 class DrawShape;
38 boost::shared_ptr<DrawShape> const& pDrawShape );
H A Dintrinsicanimationactivity.cxx94 boost::weak_ptr<DrawShape> mpDrawShape;