| /aoo4110/main/svx/inc/svx/ | 
| H A D | xdash.hxx | 41 	sal_uIntPtr       nDotLen;  member in XDash48 				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()
 
 | 
| /aoo4110/main/oox/source/drawingml/ | 
| H A D | lineproperties.cxx | 58 void lclSetDashData( LineDash& orLineDash, sal_Int16 nDots, sal_Int32 nDotLen,  in lclSetDashData()  argument62     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()
 
 | 
| /aoo4110/main/svtools/source/filter/wmf/ | 
| H A D | winmtf.cxx | 800 				long nDotLen = ImplMap( aSize ).Width();  in CreateObject()  local801 				((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()
 
 | 
| /aoo4110/main/vcl/source/gdi/ | 
| H A D | lineinfo.cxx | 204 void LineInfo::SetDotLen( long nDotLen )  in SetDotLen()  argument208 	mpImplLineInfo->mnDotLen = nDotLen;  in SetDotLen()
 
 | 
| H A D | pdfwriter_impl.cxx | 9083     const int nDotLen     = rIn.GetDotLen();  in convertLineInfoToExtLineInfo()  local9087         rOut.m_aDashArray.push_back( nDotLen );  in convertLineInfoToExtLineInfo()
 
 | 
| /aoo4110/main/sc/source/filter/excel/ | 
| H A D | xlchart.cxx | 1000     sal_Int32 nDotLen = ::std::min< sal_Int32 >( rLineFmt.mnWeight + 105, 210 );  in WriteLineProperties()  local1001     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()  local654         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()
 
 | 
| /aoo4110/main/vcl/inc/vcl/ | 
| H A D | lineinfo.hxx | 104 	void			SetDotLen( long nDotLen );
 | 
| /aoo4110/main/svx/source/xoutdev/ | 
| H A D | xattr.cxx | 673 	nDotLen(nTheDotLen),  in XDash()694 			 nDotLen	== rDash.nDotLen	&&  in operator ==()
 
 | 
| /aoo4110/main/cppcanvas/source/mtfrenderer/ | 
| H A D | implrenderer.cxx | 329             const double nDotLen( (rState.mapModeTransform * aDotLen).getX() );  in setupStrokeAttributes()  local351                 pDashArray[nCurrEntry++] = nDotLen;  in setupStrokeAttributes()
 
 | 
| /aoo4110/main/filter/source/msfilter/ | 
| H A D | msdffimp.cxx | 953 			sal_uInt32	nDotLen	= nLineWidth / 360;  in ApplyLineAttributes()  local965 					nDistance = nDotLen;  in ApplyLineAttributes()
 1007 …rSet.Put( XLineDashItem( String(), XDash( eDash, nDots, nDotLen, nDashes, nDashLen, nDistance ) ) …  in ApplyLineAttributes()
 
 |