Searched refs:nStrokeWidth (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/slideshow/source/engine/slide/ |
| H A D | userpaintoverlay.cxx | 65 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 D | userpaintoverlay.hxx | 66 double nStrokeWidth, 79 double nStrokeWidth,
|
| /trunk/main/sdext/source/presenter/ |
| H A D | PresenterClock.cxx | 155 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 D | svgwriter.cxx | 677 …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()
|