Home
last modified time | relevance | path

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

/aoo42x/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 Dimplrenderer.cxx492 ActionSharedPtr pPolyAction( in createFillAndStroke()
813 ActionSharedPtr pPolyAction( in createGradientAction()
1043 ActionSharedPtr pTextAction( in createTextAction()
1060 ActionSharedPtr pStrikeoutTextAction; in createTextAction()
2221 ActionSharedPtr pBmpAction( in createActions()
2245 ActionSharedPtr pBmpAction( in createActions()
2278 ActionSharedPtr pBmpAction( in createActions()
2304 ActionSharedPtr pBmpAction( in createActions()
2328 ActionSharedPtr pBmpAction( in createActions()
2361 ActionSharedPtr pBmpAction( in createActions()
[all …]
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 Dtextaction.cxx2000 return ActionSharedPtr(); in createOutline()
2070 return ActionSharedPtr( in createOutline()
2088 return ActionSharedPtr( in createOutline()
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()
2260 return ActionSharedPtr( new TextArrayAction( in createTextAction()
2273 return ActionSharedPtr( new EffectTextArrayAction( in createTextAction()
[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 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& rGr… in createTransparencyGroupAction()
561 return ActionSharedPtr( new TransparencyGroupAction(rGroupMtf, in createTransparencyGroupAction()
570ActionSharedPtr TransparencyGroupActionFactory::createTransparencyGroupAction( MtfAutoPtr& rGr… 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,
/aoo42x/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

Completed in 59 milliseconds