Home
last modified time | relevance | path

Searched refs:nDots (Results 1 – 5 of 5) sorted by relevance

/trunk/main/oox/source/drawingml/
H A Dlineproperties.cxx58 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()
/trunk/main/svx/inc/svx/
H A Dxdash.hxx40 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()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx952 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()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx672 nDots(nTheDots), in XDash()
693 nDots == rDash.nDots && in operator ==()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx9082 const int nDots = rIn.GetDotCount(); in convertLineInfoToExtLineInfo() local
9085 for( int n = 0; n < nDots; n++ ) in convertLineInfoToExtLineInfo()

Completed in 122 milliseconds