/aoo42x/main/svx/inc/svx/ |
H A D | xdash.hxx | 41 sal_uIntPtr nDotLen; member in XDash 48 sal_uInt16 nDots = 1, sal_uIntPtr nDotLen = 20, 55 void SetDotLen(sal_uIntPtr nNewDotLen) { nDotLen = nNewDotLen; } in SetDotLen() 62 sal_uIntPtr GetDotLen() const { return nDotLen; } in GetDotLen()
|
/aoo42x/main/oox/source/drawingml/ |
H A D | lineproperties.cxx | 58 void lclSetDashData( LineDash& orLineDash, sal_Int16 nDots, sal_Int32 nDotLen, in lclSetDashData() argument 62 orLineDash.DotLen = nDotLen; in lclSetDashData() 112 sal_Int32 nDotLen = 0; in lclConvertCustomDash() local 121 nDotLen += aIt->first; in lclConvertCustomDash() 130 orLineDash.DotLen = (nDots > 0) ? ::std::max< sal_Int32 >( nDotLen / nDots, 1 ) : 0; in lclConvertCustomDash()
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | winmtf.cxx | 800 long nDotLen = ImplMap( aSize ).Width(); in CreateObject() local 801 ((WinMtfLineStyle*)pStyle)->aLineInfo.SetDistance( nDotLen ); in CreateObject() 802 ((WinMtfLineStyle*)pStyle)->aLineInfo.SetDotLen( nDotLen ); in CreateObject() 803 ((WinMtfLineStyle*)pStyle)->aLineInfo.SetDashLen( nDotLen * 4 ); in CreateObject() 837 long nDotLen = ImplMap( aSize ).Width(); in CreateObject() local 838 ((WinMtfLineStyle*)pStyle)->aLineInfo.SetDistance( nDotLen ); in CreateObject() 839 ((WinMtfLineStyle*)pStyle)->aLineInfo.SetDotLen( nDotLen ); in CreateObject() 840 ((WinMtfLineStyle*)pStyle)->aLineInfo.SetDashLen( nDotLen * 4 ); in CreateObject()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xlchart.cxx | 1000 sal_Int32 nDotLen = ::std::min< sal_Int32 >( rLineFmt.mnWeight + 105, 210 ); in WriteLineProperties() local 1001 cssd::LineDash aApiDash( cssd::DashStyle_RECT, 0, nDotLen, 0, 4 * nDotLen, nDotLen ); in WriteLineProperties()
|
H A D | xiescher.cxx | 653 sal_uLong nDotLen = ::std::max< sal_uLong >( 70 * rLineData.mnWidth, 35 ); in ConvertLineStyle() local 654 sal_uLong nDashLen = 3 * nDotLen; in ConvertLineStyle() 655 sal_uLong nDist = 2 * nDotLen; in ConvertLineStyle() 665 …rSdrObj.SetMergedItem( XLineDashItem( EMPTY_STRING, XDash( XDASH_RECT, 0, nDotLen, 1, nDashLen, nD… in ConvertLineStyle() 669 …rSdrObj.SetMergedItem( XLineDashItem( EMPTY_STRING, XDash( XDASH_RECT, 1, nDotLen, 0, nDashLen, nD… in ConvertLineStyle() 673 …rSdrObj.SetMergedItem( XLineDashItem( EMPTY_STRING, XDash( XDASH_RECT, 1, nDotLen, 1, nDashLen, nD… in ConvertLineStyle() 677 …rSdrObj.SetMergedItem( XLineDashItem( EMPTY_STRING, XDash( XDASH_RECT, 2, nDotLen, 1, nDashLen, nD… in ConvertLineStyle()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | lineinfo.cxx | 204 void LineInfo::SetDotLen( long nDotLen ) in SetDotLen() argument 208 mpImplLineInfo->mnDotLen = nDotLen; in SetDotLen()
|
H A D | pdfwriter_impl.cxx | 9083 const int nDotLen = rIn.GetDotLen(); in convertLineInfoToExtLineInfo() local 9087 rOut.m_aDashArray.push_back( nDotLen ); in convertLineInfoToExtLineInfo()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | lineinfo.hxx | 104 void SetDotLen( long nDotLen );
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | xattr.cxx | 673 nDotLen(nTheDotLen), in XDash() 694 nDotLen == rDash.nDotLen && in operator ==()
|
/aoo42x/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 329 const double nDotLen( (rState.mapModeTransform * aDotLen).getX() ); in setupStrokeAttributes() local 351 pDashArray[nCurrEntry++] = nDotLen; in setupStrokeAttributes()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 953 sal_uInt32 nDotLen = nLineWidth / 360; in ApplyLineAttributes() local 965 nDistance = nDotLen; in ApplyLineAttributes() 1007 …rSet.Put( XLineDashItem( String(), XDash( eDash, nDots, nDotLen, nDashes, nDashLen, nDistance ) ) … in ApplyLineAttributes()
|