Home
last modified time | relevance | path

Searched refs:nStrokeWidth (Results 1 – 4 of 4) sorted by relevance

/trunk/main/slideshow/source/engine/slide/
H A Duserpaintoverlay.cxx65 double nStrokeWidth, in PaintOverlayHandler() argument
77 mnStrokeWidth( nStrokeWidth ), in PaintOverlayHandler()
486 double nStrokeWidth, in create() argument
492 nStrokeWidth, in create()
501 double nStrokeWidth, in UserPaintOverlay() argument
506 nStrokeWidth, in UserPaintOverlay()
H A Duserpaintoverlay.hxx66 double nStrokeWidth,
79 double nStrokeWidth,
/trunk/main/sdext/source/presenter/
H A DPresenterClock.cxx155 const double nStrokeWidth,
753 double nStrokeWidth (0.1); in Paint() local
793 nStrokeWidth = 0.05 * nClockSize; in Paint()
798 nStrokeWidth = 0.03 * nClockSize; in Paint()
802 PaintAngledLine(nAngle, nInnerRadius, mnOuterRadius, nStrokeWidth, in Paint()
845 const double nStrokeWidth, in PaintAngledLine() argument
854 aStrokeAttributes.StrokeWidth = nStrokeWidth; in PaintAngledLine()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx677 …sal_Int32 nStrokeWidth = ( bApplyMapping ? ImplMap( rShape.mnStrokeWidth ) : rShape.mnStrokeWidth … in ImplWriteShape() local
678 ….AddAttribute( XML_NAMESPACE_NONE, aXMLAttrStrokeWidth, ::rtl::OUString::valueOf( nStrokeWidth ) ); in ImplWriteShape()
1287 sal_Int32 nStrokeWidth = ImplMap(rLineInfo.GetWidth()); in ImplWriteActions() local
1288 ….AddAttribute( XML_NAMESPACE_NONE, aXMLAttrStrokeWidth, ::rtl::OUString::valueOf( nStrokeWidth ) ); in ImplWriteActions()