Home
last modified time | relevance | path

Searched refs:rDotDashArray (Results 1 – 14 of 14) sorted by relevance

/trunk/main/drawinglayer/source/attribute/
H A Dstrokeattribute.cxx47 const ::std::vector< double >& rDotDashArray, in ImpStrokeAttribute()
50 maDotDashArray(rDotDashArray), in ImpStrokeAttribute()
94 const ::std::vector< double >& rDotDashArray, in StrokeAttribute()
97 rDotDashArray, fFullDotDashLen)) in StrokeAttribute()
H A Dsdrlineattribute.cxx55 const ::std::vector< double >& rDotDashArray, in ImpSdrLineAttribute()
63 maDotDashArray(rDotDashArray), in ImpSdrLineAttribute()
128 const ::std::vector< double >& rDotDashArray, in SdrLineAttribute()
137 rDotDashArray, in SdrLineAttribute()
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygontools.cxx284 …ashing(const B2DPolyPolygon& rCandidate, const ::std::vector<double>& rDotDashArray, B2DPolyPolygo… in applyLineDashing() argument
286 if(0.0 == fFullDashDotLen && rDotDashArray.size()) in applyLineDashing()
289 fFullDashDotLen = ::std::accumulate(rDotDashArray.begin(), rDotDashArray.end(), 0.0); in applyLineDashing()
302 rDotDashArray, in applyLineDashing()
H A Db3dpolypolygontools.cxx62 …ashing(const B3DPolyPolygon& rCandidate, const ::std::vector<double>& rDotDashArray, B3DPolyPolygo… in applyLineDashing() argument
64 if(0.0 == fFullDashDotLen && rDotDashArray.size()) in applyLineDashing()
67 fFullDashDotLen = ::std::accumulate(rDotDashArray.begin(), rDotDashArray.end(), 0.0); in applyLineDashing()
80 rDotDashArray, in applyLineDashing()
H A Db3dpolygontools.cxx379 …void applyLineDashing(const B3DPolygon& rCandidate, const ::std::vector<double>& rDotDashArray, B3… in applyLineDashing() argument
382 const sal_uInt32 nDotDashCount(rDotDashArray.size()); in applyLineDashing()
386 fDotDashLength = ::std::accumulate(rDotDashArray.begin(), rDotDashArray.end(), 0.0); in applyLineDashing()
409 double fDotDashMovingLength(rDotDashArray[0]); in applyLineDashing()
452 … fDotDashMovingLength += rDotDashArray[(++nDotDashIndex) % nDotDashCount]; in applyLineDashing()
H A Db2dpolygontools.cxx1298 …void applyLineDashing(const B2DPolygon& rCandidate, const ::std::vector<double>& rDotDashArray, B2… in applyLineDashing() argument
1301 const sal_uInt32 nDotDashCount(rDotDashArray.size()); in applyLineDashing()
1305 fDotDashLength = ::std::accumulate(rDotDashArray.begin(), rDotDashArray.end(), 0.0); in applyLineDashing()
1329 double fDotDashMovingLength(rDotDashArray[0]); in applyLineDashing()
1386 fDotDashMovingLength += rDotDashArray[(++nDotDashIndex) % nDotDashCount]; in applyLineDashing()
1449 fDotDashMovingLength += rDotDashArray[(++nDotDashIndex) % nDotDashCount]; in applyLineDashing()
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dstrokeattribute.hxx51 const ::std::vector< double >& rDotDashArray,
H A Dsdrlineattribute.hxx60 const ::std::vector< double >& rDotDashArray,
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx704 double XDash::CreateDotDashArray(::std::vector< double >& rDotDashArray, double fLineWidth) const in CreateDotDashArray() argument
708 rDotDashArray.resize( nNumDotDashArray, 0.0 ); in CreateDotDashArray()
875 rDotDashArray[nIns++] = fSingleDotLen; in CreateDotDashArray()
877 rDotDashArray[nIns++] = fDashDotDistance; in CreateDotDashArray()
883 rDotDashArray[nIns++] = fSingleDashLen; in CreateDotDashArray()
885 rDotDashArray[nIns++] = fDashDotDistance; in CreateDotDashArray()
/trunk/main/svx/inc/svx/
H A Dxdash.hxx70 double CreateDotDashArray(::std::vector< double >& rDotDashArray, double fLineWidth) const;
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db3dpolypolygontools.hxx56 const ::std::vector<double>& rDotDashArray,
H A Db3dpolygontools.hxx106 const ::std::vector<double>& rDotDashArray,
H A Db2dpolypolygontools.hxx115 const ::std::vector<double>& rDotDashArray,
H A Db2dpolygontools.hxx229 const ::std::vector<double>& rDotDashArray,

Completed in 99 milliseconds