Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/gdi/
H A Doutdev3.cxx3803 long nDotWidth = nLineHeight*mnDPIY; in ImplDrawStraightTextLine() local
3804 nDotWidth += mnDPIY/2; in ImplDrawStraightTextLine()
3805 nDotWidth /= mnDPIY; in ImplDrawStraightTextLine()
3806 long nTempWidth = nDotWidth; in ImplDrawStraightTextLine()
3813 nLeft += nDotWidth*2; in ImplDrawStraightTextLine()
3822 long nDotWidth = nLineHeight*mnDPIY; in ImplDrawStraightTextLine() local
3823 nDotWidth += mnDPIY/2; in ImplDrawStraightTextLine()
3824 nDotWidth /= mnDPIY; in ImplDrawStraightTextLine()
3832 nMinDashWidth = nDotWidth*6; in ImplDrawStraightTextLine()
3833 nMinSpaceWidth = nDotWidth*2; in ImplDrawStraightTextLine()
[all …]
/AOO42X/main/sc/source/ui/view/
H A Doutput2.cxx110 long nDotWidth; member in ScDrawStringsVars
192 nDotWidth( 0 ), in ScDrawStringsVars()
262 nDotWidth = 0; in SetPattern()
418 nDotWidth = 0; in SetPatternSimple()
666 if (nDotWidth > 0) in GetDotWidth()
667 return nDotWidth; in GetDotWidth()
670 nDotWidth = pOutput->pFmtDevice->GetTextWidth(sep); in GetDotWidth()
671 return nDotWidth; in GetDotWidth()