Home
last modified time | relevance | path

Searched refs:ActionSharedPtr (Results 1 – 15 of 15) sorted by relevance

/AOO41X/main/cppcanvas/source/mtfrenderer/
H A Dpolypolyaction.cxx479ActionSharedPtr PolyPolyActionFactory::createPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPol… in createPolyPolyAction()
485 return ActionSharedPtr( new PolyPolyAction( rPoly, rCanvas, rState, in createPolyPolyAction()
490ActionSharedPtr PolyPolyActionFactory::createPolyPolyAction( const ::basegfx::B2DPolyPolygon& rP… in createPolyPolyAction()
495 … return ActionSharedPtr( new TexturedPolyPolyAction( rPoly, rCanvas, rState, rTexture ) ); in createPolyPolyAction()
498ActionSharedPtr PolyPolyActionFactory::createLinePolyPolyAction( const ::basegfx::B2DPolyPolygon& … in createLinePolyPolyAction()
505 return ActionSharedPtr( new PolyPolyAction( rPoly, rCanvas, rState, in createLinePolyPolyAction()
510ActionSharedPtr PolyPolyActionFactory::createPolyPolyAction( const ::basegfx::B2DPolyPolygon& rP… in createPolyPolyAction()
517 … return ActionSharedPtr( new StrokedPolyPolyAction( rPoly, rCanvas, rState, rStrokeAttributes ) ); in createPolyPolyAction()
520ActionSharedPtr PolyPolyActionFactory::createPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPol… in createPolyPolyAction()
527 return ActionSharedPtr( new PolyPolyAction( rPoly, rCanvas, rState, in createPolyPolyAction()
H A Dpolypolyaction.hxx60 static ActionSharedPtr createPolyPolyAction( const ::basegfx::B2DPolyPolygon&,
65 static ActionSharedPtr createPolyPolyAction( const ::basegfx::B2DPolyPolygon&,
71 static ActionSharedPtr createLinePolyPolyAction( const ::basegfx::B2DPolyPolygon&,
76 static ActionSharedPtr createPolyPolyAction( const ::basegfx::B2DPolyPolygon&,
82 static ActionSharedPtr createPolyPolyAction( const ::basegfx::B2DPolyPolygon&,
H A Dimplrenderer.cxx492 ActionSharedPtr pPolyAction( in createFillAndStroke()
813 ActionSharedPtr pPolyAction( in createGradientAction()
1043 ActionSharedPtr pTextAction( in createTextAction()
1060 ActionSharedPtr pStrikeoutTextAction; in createTextAction()
1859 ActionSharedPtr pPolyAction( in createActions()
1900 ActionSharedPtr pPointAction( in createActions()
1925 ActionSharedPtr pPointAction( in createActions()
1960 ActionSharedPtr pLineAction; in createActions()
2146 ActionSharedPtr pLineAction; in createActions()
2221 ActionSharedPtr pBmpAction( in createActions()
[all …]
H A Dpointaction.cxx168 ActionSharedPtr PointActionFactory::createPointAction( const ::basegfx::B2DPoint& rPoint, in createPointAction()
172 return ActionSharedPtr( new PointAction( rPoint, rCanvas, rState ) ); in createPointAction()
175 ActionSharedPtr PointActionFactory::createPointAction( const ::basegfx::B2DPoint& rPoint, in createPointAction()
180 return ActionSharedPtr( new PointAction( rPoint, rCanvas, rState, rColor ) ); in createPointAction()
H A Dtextaction.cxx1960 ActionSharedPtr createOutline( const ::basegfx::B2DPoint& rStartPoint, in createOutline()
2000 return ActionSharedPtr(); in createOutline()
2070 return ActionSharedPtr( in createOutline()
2088 return ActionSharedPtr( in createOutline()
2110ActionSharedPtr TextActionFactory::createTextAction( const ::Point& rStartPoint, in createTextAction()
2187 return ActionSharedPtr( new TextAction( in createTextAction()
2198 return ActionSharedPtr( new TextAction( in createTextAction()
2211 return ActionSharedPtr( new EffectTextAction( in createTextAction()
2225 return ActionSharedPtr( new EffectTextAction( in createTextAction()
2250 return ActionSharedPtr( new TextArrayAction( in createTextAction()
[all …]
H A Dbitmapaction.cxx210ActionSharedPtr BitmapActionFactory::createBitmapAction( const ::BitmapEx& rBmpEx, in createBitmapAction()
215 return ActionSharedPtr( new BitmapAction(rBmpEx, in createBitmapAction()
221 ActionSharedPtr BitmapActionFactory::createBitmapAction( const ::BitmapEx& rBmpEx, in createBitmapAction()
227 return ActionSharedPtr( new BitmapAction(rBmpEx, in createBitmapAction()
H A Dtransparencygroupaction.cxx553ActionSharedPtr TransparencyGroupActionFactory::createTransparencyGroupAction( MtfAutoPtr& … in createTransparencyGroupAction()
561 return ActionSharedPtr( new TransparencyGroupAction(rGroupMtf, in createTransparencyGroupAction()
570ActionSharedPtr TransparencyGroupActionFactory::createTransparencyGroupAction( MtfAutoPtr& … in createTransparencyGroupAction()
578 return ActionSharedPtr( new TransparencyGroupAction(rGroupMtf, in createTransparencyGroupAction()
H A Dpointaction.hxx54 static ActionSharedPtr createPointAction( const ::basegfx::B2DPoint&,
59 static ActionSharedPtr createPointAction( const ::basegfx::B2DPoint&,
H A Dbitmapaction.hxx55 static ActionSharedPtr createBitmapAction( const ::BitmapEx&,
61 static ActionSharedPtr createBitmapAction( const ::BitmapEx&,
H A Dtransparencygroupaction.hxx89 … static ActionSharedPtr createTransparencyGroupAction( MtfAutoPtr& rGroupMtf,
118 … static ActionSharedPtr createTransparencyGroupAction( MtfAutoPtr& rGroupMtf,
H A Dlineaction.cxx151 ActionSharedPtr LineActionFactory::createLineAction( const ::basegfx::B2DPoint& rStartPoint, in createLineAction()
156 return ActionSharedPtr( new LineAction( rStartPoint, in createLineAction()
H A Dlineaction.hxx54 static ActionSharedPtr createLineAction( const ::basegfx::B2DPoint&,
H A Dtextaction.hxx73 static ActionSharedPtr createTextAction( const ::Point& rStartPoint,
/AOO41X/main/cppcanvas/source/inc/
H A Dimplrenderer.hxx87 MtfAction( const ActionSharedPtr& rAction, in MtfAction()
94 ActionSharedPtr mpAction;
H A Daction.hxx155 typedef ::boost::shared_ptr< Action > ActionSharedPtr; typedef