| /AOO41X/main/cppcanvas/source/mtfrenderer/ |
| H A D | polypolyaction.cxx | 479 …ActionSharedPtr PolyPolyActionFactory::createPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPol… in createPolyPolyAction() 485 return ActionSharedPtr( new PolyPolyAction( rPoly, rCanvas, rState, in createPolyPolyAction() 490 …ActionSharedPtr PolyPolyActionFactory::createPolyPolyAction( const ::basegfx::B2DPolyPolygon& rP… in createPolyPolyAction() 495 … return ActionSharedPtr( new TexturedPolyPolyAction( rPoly, rCanvas, rState, rTexture ) ); in createPolyPolyAction() 498 …ActionSharedPtr PolyPolyActionFactory::createLinePolyPolyAction( const ::basegfx::B2DPolyPolygon& … in createLinePolyPolyAction() 505 return ActionSharedPtr( new PolyPolyAction( rPoly, rCanvas, rState, in createLinePolyPolyAction() 510 …ActionSharedPtr PolyPolyActionFactory::createPolyPolyAction( const ::basegfx::B2DPolyPolygon& rP… in createPolyPolyAction() 517 … return ActionSharedPtr( new StrokedPolyPolyAction( rPoly, rCanvas, rState, rStrokeAttributes ) ); in createPolyPolyAction() 520 …ActionSharedPtr PolyPolyActionFactory::createPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPol… in createPolyPolyAction() 527 return ActionSharedPtr( new PolyPolyAction( rPoly, rCanvas, rState, in createPolyPolyAction()
|
| H A D | polypolyaction.hxx | 60 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 D | implrenderer.cxx | 492 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 D | pointaction.cxx | 168 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 D | textaction.cxx | 1960 ActionSharedPtr createOutline( const ::basegfx::B2DPoint& rStartPoint, in createOutline() 2000 return ActionSharedPtr(); in createOutline() 2070 return ActionSharedPtr( in createOutline() 2088 return ActionSharedPtr( in createOutline() 2110 … ActionSharedPtr 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 D | bitmapaction.cxx | 210 … ActionSharedPtr 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 D | transparencygroupaction.cxx | 553 …ActionSharedPtr TransparencyGroupActionFactory::createTransparencyGroupAction( MtfAutoPtr& … in createTransparencyGroupAction() 561 return ActionSharedPtr( new TransparencyGroupAction(rGroupMtf, in createTransparencyGroupAction() 570 …ActionSharedPtr TransparencyGroupActionFactory::createTransparencyGroupAction( MtfAutoPtr& … in createTransparencyGroupAction() 578 return ActionSharedPtr( new TransparencyGroupAction(rGroupMtf, in createTransparencyGroupAction()
|
| H A D | pointaction.hxx | 54 static ActionSharedPtr createPointAction( const ::basegfx::B2DPoint&, 59 static ActionSharedPtr createPointAction( const ::basegfx::B2DPoint&,
|
| H A D | bitmapaction.hxx | 55 static ActionSharedPtr createBitmapAction( const ::BitmapEx&, 61 static ActionSharedPtr createBitmapAction( const ::BitmapEx&,
|
| H A D | transparencygroupaction.hxx | 89 … static ActionSharedPtr createTransparencyGroupAction( MtfAutoPtr& rGroupMtf, 118 … static ActionSharedPtr createTransparencyGroupAction( MtfAutoPtr& rGroupMtf,
|
| H A D | lineaction.cxx | 151 ActionSharedPtr LineActionFactory::createLineAction( const ::basegfx::B2DPoint& rStartPoint, in createLineAction() 156 return ActionSharedPtr( new LineAction( rStartPoint, in createLineAction()
|
| H A D | lineaction.hxx | 54 static ActionSharedPtr createLineAction( const ::basegfx::B2DPoint&,
|
| H A D | textaction.hxx | 73 static ActionSharedPtr createTextAction( const ::Point& rStartPoint,
|
| /AOO41X/main/cppcanvas/source/inc/ |
| H A D | implrenderer.hxx | 87 MtfAction( const ActionSharedPtr& rAction, in MtfAction() 94 ActionSharedPtr mpAction;
|
| H A D | action.hxx | 155 typedef ::boost::shared_ptr< Action > ActionSharedPtr; typedef
|