Home
last modified time | relevance | path

Searched refs:aStrokeLinecap (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svgio/inc/svgio/svgreader/ !
H A Dsvgstyleattributes.hxx347 …id setStrokeLinecap(const StrokeLinecap aStrokeLinecap = StrokeLinecap_notset) { maStrokeLinecap =… in setStrokeLinecap() argument
/AOO41X/main/svgio/source/svgreader/ !
H A Dsvgstyleattributes.cxx68 com::sun::star::drawing::LineCap StrokeLinecapToDrawingLineCap(StrokeLinecap aStrokeLinecap) in StrokeLinecapToDrawingLineCap() argument
70 switch(aStrokeLinecap) in StrokeLinecapToDrawingLineCap()