Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/xoutdev/
H A Dxattr.cxx809 double fDotCompVal(fLineWidth != 0.0 ? fLineWidth : SMALLEST_DASH_WIDTH); in CreateDotDashArray() local
825 if(fSingleDashLen < fDotCompVal) in CreateDotDashArray()
827 fSingleDashLen = fDotCompVal; in CreateDotDashArray()
845 if(fSingleDotLen < fDotCompVal) in CreateDotDashArray()
847 fSingleDotLen = fDotCompVal; in CreateDotDashArray()
865 if(fDashDotDistance < fDotCompVal) in CreateDotDashArray()
867 fDashDotDistance = fDotCompVal; in CreateDotDashArray()

Completed in 32 milliseconds