Searched refs:nDotWidth (Results 1 – 2 of 2) sorted by relevance
3803 long nDotWidth = nLineHeight*mnDPIY; in ImplDrawStraightTextLine() local3804 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() local3823 nDotWidth += mnDPIY/2; in ImplDrawStraightTextLine()3824 nDotWidth /= mnDPIY; in ImplDrawStraightTextLine()3832 nMinDashWidth = nDotWidth*6; in ImplDrawStraightTextLine()3833 nMinSpaceWidth = nDotWidth*2; in ImplDrawStraightTextLine()[all …]
110 long nDotWidth; member in ScDrawStringsVars192 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()