Home
last modified time | relevance | path

Searched refs:nDotLen (Results 1 – 11 of 11) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dxdash.hxx41 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()
/trunk/main/oox/source/drawingml/
H A Dlineproperties.cxx58 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()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx800 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()
/trunk/main/sc/source/filter/excel/
H A Dxlchart.cxx1000 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 Dxiescher.cxx653 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()
/trunk/main/vcl/source/gdi/
H A Dlineinfo.cxx204 void LineInfo::SetDotLen( long nDotLen ) in SetDotLen() argument
208 mpImplLineInfo->mnDotLen = nDotLen; in SetDotLen()
H A Dpdfwriter_impl.cxx9083 const int nDotLen = rIn.GetDotLen(); in convertLineInfoToExtLineInfo() local
9087 rOut.m_aDashArray.push_back( nDotLen ); in convertLineInfoToExtLineInfo()
/trunk/main/vcl/inc/vcl/
H A Dlineinfo.hxx104 void SetDotLen( long nDotLen );
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx673 nDotLen(nTheDotLen), in XDash()
694 nDotLen == rDash.nDotLen && in operator ==()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx329 const double nDotLen( (rState.mapModeTransform * aDotLen).getX() ); in setupStrokeAttributes() local
351 pDashArray[nCurrEntry++] = nDotLen; in setupStrokeAttributes()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx953 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()

Completed in 189 milliseconds