Searched refs:rDotDashArray (Results 1 – 14 of 14) sorted by relevance
/trunk/main/drawinglayer/source/attribute/ |
H A D | strokeattribute.cxx | 47 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 D | sdrlineattribute.cxx | 55 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 D | b2dpolypolygontools.cxx | 284 …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 D | b3dpolypolygontools.cxx | 62 …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 D | b3dpolygontools.cxx | 379 …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 D | b2dpolygontools.cxx | 1298 …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 D | strokeattribute.hxx | 51 const ::std::vector< double >& rDotDashArray,
|
H A D | sdrlineattribute.hxx | 60 const ::std::vector< double >& rDotDashArray,
|
/trunk/main/svx/source/xoutdev/ |
H A D | xattr.cxx | 704 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 D | xdash.hxx | 70 double CreateDotDashArray(::std::vector< double >& rDotDashArray, double fLineWidth) const;
|
/trunk/main/basegfx/inc/basegfx/polygon/ |
H A D | b3dpolypolygontools.hxx | 56 const ::std::vector<double>& rDotDashArray,
|
H A D | b3dpolygontools.hxx | 106 const ::std::vector<double>& rDotDashArray,
|
H A D | b2dpolypolygontools.hxx | 115 const ::std::vector<double>& rDotDashArray,
|
H A D | b2dpolygontools.hxx | 229 const ::std::vector<double>& rDotDashArray,
|
Completed in 114 milliseconds