Searched refs:mfFullDotDashLen (Results 1 – 2 of 2) sorted by relevance
44 double mfFullDotDashLen; // sum of maDotDashArray (for convenience) member in drawinglayer::attribute::ImpStrokeAttribute51 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()
47 double mfFullDotDashLen; // sum of maDotDashArray (for convenience) member in drawinglayer::attribute::ImpSdrLineAttribute64 mfFullDotDashLen(fFullDotDashLen) in ImpSdrLineAttribute()76 mfFullDotDashLen(0.0) in ImpSdrLineAttribute()87 double getFullDotDashLen() const { return mfFullDotDashLen; } in getFullDotDashLen()
Completed in 11 milliseconds