Searched refs:nDots (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/oox/source/drawingml/ |
H A D | lineproperties.cxx | 58 void lclSetDashData( LineDash& orLineDash, sal_Int16 nDots, sal_Int32 nDotLen, in lclSetDashData() argument 61 orLineDash.Dots = nDots; in lclSetDashData() 111 sal_Int16 nDots = 0; in lclConvertCustomDash() local 120 ++nDots; in lclConvertCustomDash() 130 orLineDash.DotLen = (nDots > 0) ? ::std::max< sal_Int32 >( nDotLen / nDots, 1 ) : 0; in lclConvertCustomDash() 131 orLineDash.Dots = nDots; in lclConvertCustomDash()
|
/aoo42x/main/svx/inc/svx/ |
H A D | xdash.hxx | 40 sal_uInt16 nDots; member in XDash 48 sal_uInt16 nDots = 1, sal_uIntPtr nDotLen = 20, 54 void SetDots(sal_uInt16 nNewDots) { nDots = nNewDots; } in SetDots() 61 sal_uInt16 GetDots() const { return nDots; } in GetDots()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 952 sal_uInt16 nDots = 1; in ApplyLineAttributes() local 963 nDots = 1; in ApplyLineAttributes() 971 nDots = 0; in ApplyLineAttributes() 979 nDots = 1; in ApplyLineAttributes() 987 nDots = 0; in ApplyLineAttributes() 994 nDots = 1; in ApplyLineAttributes() 1001 nDots = 2; in ApplyLineAttributes() 1007 …rSet.Put( XLineDashItem( String(), XDash( eDash, nDots, nDotLen, nDashes, nDashLen, nDistance ) ) … in ApplyLineAttributes()
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | xattr.cxx | 672 nDots(nTheDots), in XDash() 693 nDots == rDash.nDots && in operator ==()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 9082 const int nDots = rIn.GetDotCount(); in convertLineInfoToExtLineInfo() local 9085 for( int n = 0; n < nDots; n++ ) in convertLineInfoToExtLineInfo()
|
Completed in 129 milliseconds