Home
last modified time | relevance | path

Searched refs:mfFullDotDashLen (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/drawinglayer/source/attribute/
H A Dstrokeattribute.cxx44 double mfFullDotDashLen; // sum of maDotDashArray (for convenience) member in drawinglayer::attribute::ImpStrokeAttribute
51 mfFullDotDashLen(fFullDotDashLen) in ImpStrokeAttribute()
59 if(0.0 == mfFullDotDashLen && maDotDashArray.size()) in getFullDotDashLen()
63 const_cast< ImpStrokeAttribute* >(this)->mfFullDotDashLen = fAccumulated; in getFullDotDashLen()
66 return mfFullDotDashLen; in getFullDotDashLen()
H A Dsdrlineattribute.cxx47 double mfFullDotDashLen; // sum of maDotDashArray (for convenience) member in drawinglayer::attribute::ImpSdrLineAttribute
64 mfFullDotDashLen(fFullDotDashLen) in ImpSdrLineAttribute()
76 mfFullDotDashLen(0.0) in ImpSdrLineAttribute()
87 double getFullDotDashLen() const { return mfFullDotDashLen; } in getFullDotDashLen()

Completed in 16 milliseconds