Home
last modified time | relevance | path

Searched refs:aEndArrow (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1248 PolyPolygon aEndArrow; in ImplWriteActions() local
1255 aStroke.getEndArrow( aEndArrow ); in ImplWriteActions()
1261 if ( aStartArrow.Count() || aEndArrow.Count() ) in ImplWriteActions()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1245 PolyPolygon aEndArrow; in Impl_writeStroke() local
1246 rStroke.getEndArrow( aEndArrow ); in Impl_writeStroke()
1247 if( 0 != aEndArrow.Count() ) in Impl_writeStroke()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx376 basegfx::B2DPolyPolygon aEndArrow; in impTryToCreateSvtGraphicStroke() local
413 aEndArrow = basegfx::tools::createAreaGeometryForLineStartEnd( in impTryToCreateSvtGraphicStroke()
504 aEndArrow.transform(maCurrentTransformation); in impTryToCreateSvtGraphicStroke()
509 PolyPolygon(aEndArrow), in impTryToCreateSvtGraphicStroke()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx577 PolyPolygon aEndArrow; in playMetafile() local
583 aStroke.getEndArrow( aEndArrow ); in playMetafile()
587 if ( aStartArrow.Count() || aEndArrow.Count() ) in playMetafile()
H A Dmetaact.cxx4118 PolyPolygon aEndArrow; in Move() local
4119 aStroke.getEndArrow(aEndArrow); in Move()
4120 aEndArrow.Move(nXMove, nYMove); in Move()
4121 aStroke.setEndArrow(aEndArrow); in Move()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx441 ::basegfx::B2DPolygon aEndArrow; in updatePathAttributes()
442 aEndArrow.append(::basegfx::B2DPoint(10.0, 0.0)); in updatePathAttributes()
443 aEndArrow.append(::basegfx::B2DPoint(0.0, 30.0)); in updatePathAttributes()
444 aEndArrow.append(::basegfx::B2DPoint(20.0, 30.0)); in updatePathAttributes()
445 aEndArrow.setClosed(true); in updatePathAttributes()
446 mpPathObj->SetMergedItem(XLineEndItem(aEmpty,::basegfx::B2DPolyPolygon(aEndArrow))); in updatePathAttributes()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1554 PolyPolygon aStartArrow, aEndArrow; in ImplWriteActions() local
1558 aStroke.getEndArrow( aEndArrow ); in ImplWriteActions()
1636 if(mapCurShape.get() &&(aStartArrow.Count() || aEndArrow.Count())) in ImplWriteActions()
1659 if(aEndArrow.Count()) in ImplWriteActions()
1661 mapCurShape->maShapePolyPoly = aEndArrow; in ImplWriteActions()

Completed in 90 milliseconds