Lines Matching refs:nTxtWidth2
542 long nTxtWidth2; in ImplDrawTicks() local
555 nTxtWidth2 = maVirDev.GetTextWidth( aNumStr )/2; in ImplDrawTicks()
557 nX = nStart-nTxtWidth2; in ImplDrawTicks()
559 nX = nStart+nTxtWidth2; in ImplDrawTicks()
578 nTxtWidth2 = GetTextWidth( aNumStr )/2; in ImplDrawTicks()
585 if ( nX < (nMax-nTxtWidth2) ) in ImplDrawTicks()
588 nX -= nTxtWidth2; in ImplDrawTicks()
590 nX += nTxtWidth2; in ImplDrawTicks()
594 if ( nX > (nMin+nTxtWidth2) ) in ImplDrawTicks()
597 nX -= nTxtWidth2; in ImplDrawTicks()
599 nX += nTxtWidth2; in ImplDrawTicks()