Searched refs:nStrokeWidth (Results 1 – 4 of 4) sorted by relevance
/aoo41x/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,
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterClock.cxx | 155 const double nStrokeWidth, 766 double nStrokeWidth (0.1); in Paint() local 806 nStrokeWidth = 0.05 * nClockSize; in Paint() 811 nStrokeWidth = 0.03 * nClockSize; in Paint() 815 PaintAngledLine(nAngle, nInnerRadius, mnOuterRadius, nStrokeWidth, in Paint() 858 const double nStrokeWidth, in PaintAngledLine() argument 867 aStrokeAttributes.StrokeWidth = nStrokeWidth; in PaintAngledLine()
|
/aoo41x/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()
|
Completed in 23 milliseconds