Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/xoutdev/
H A Dxattr.cxx713 double fSingleDotLen = (double)GetDotLen(); in CreateDotDashArray() local
740 fSingleDotLen *= fFactor; in CreateDotDashArray()
745 fSingleDotLen = fLineWidth; in CreateDotDashArray()
782 fSingleDotLen = (SMALLEST_DASH_WIDTH * fSingleDotLen) / 100.0; in CreateDotDashArray()
787 fSingleDotLen = SMALLEST_DASH_WIDTH; in CreateDotDashArray()
837 if(fSingleDotLen < SMALLEST_DASH_WIDTH) in CreateDotDashArray()
839 fSingleDotLen = SMALLEST_DASH_WIDTH; in CreateDotDashArray()
845 if(fSingleDotLen < fDotCompVal) in CreateDotDashArray()
847 fSingleDotLen = fDotCompVal; in CreateDotDashArray()
875 rDotDashArray[nIns++] = fSingleDotLen; in CreateDotDashArray()
[all …]

Completed in 40 milliseconds