Home
last modified time | relevance | path

Searched refs:fFullDotDashLen (Results 1 – 9 of 9) sorted by relevance

/trunk/main/drawinglayer/source/attribute/
H A Dstrokeattribute.cxx48 double fFullDotDashLen) in ImpStrokeAttribute() argument
51 mfFullDotDashLen(fFullDotDashLen) in ImpStrokeAttribute()
95 double fFullDotDashLen) in StrokeAttribute() argument
97 rDotDashArray, fFullDotDashLen)) in StrokeAttribute()
H A Dsdrlineattribute.cxx56 double fFullDotDashLen) in ImpSdrLineAttribute() argument
64 mfFullDotDashLen(fFullDotDashLen) in ImpSdrLineAttribute()
129 double fFullDotDashLen) in SdrLineAttribute() argument
138 fFullDotDashLen)) in SdrLineAttribute()
/trunk/main/svx/source/xoutdev/
H A Dxtabdash.cxx166 double fFullDotDashLen(0.0); in ImpCreateBitmapForXDash() local
175 fFullDotDashLen = pDash->CreateDotDashArray(aDotDashArray, fLineWidthInUnits); in ImpCreateBitmapForXDash()
184 fFullDotDashLen *= fScaleValue; in ImpCreateBitmapForXDash()
190 fFullDotDashLen); in ImpCreateBitmapForXDash()
H A Dxattr.cxx706 double fFullDotDashLen(0.0); in CreateDotDashArray() local
876 fFullDotDashLen += fSingleDotLen; in CreateDotDashArray()
878 fFullDotDashLen += fDashDotDistance; in CreateDotDashArray()
884 fFullDotDashLen += fSingleDashLen; in CreateDotDashArray()
886 fFullDotDashLen += fDashDotDistance; in CreateDotDashArray()
889 return fFullDotDashLen; in CreateDotDashArray()
/trunk/main/svx/source/sdr/attribute/
H A Dsdrformtextattribute.cxx131 double fFullDotDashLen(0.0); in impGetStrokeAttribute() local
141 fFullDotDashLen = rDash.CreateDotDashArray(aDotDashArray, (double)nLineWidth); in impGetStrokeAttribute()
145 return drawinglayer::attribute::StrokeAttribute(aDotDashArray, fFullDotDashLen); in impGetStrokeAttribute()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx244 double fFullDotDashLen(0.0); in createNewSdrLineAttribute() local
252 fFullDotDashLen = rDash.CreateDotDashArray(aDotDashArray, (double)nWidth); in createNewSdrLineAttribute()
263 fFullDotDashLen); in createNewSdrLineAttribute()
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dstrokeattribute.hxx52 double fFullDotDashLen = 0.0);
H A Dsdrlineattribute.hxx61 double fFullDotDashLen);
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx321 … const double fFullDotDashLen(::std::accumulate(aDotDashArray.begin(), aDotDashArray.end(), 0.0)); in createRedirectedPrimitive2DSequence() local
323 const drawinglayer::attribute::StrokeAttribute aStroke(aDotDashArray, fFullDotDashLen); in createRedirectedPrimitive2DSequence()

Completed in 74 milliseconds