Searched refs:nTempDotWidth (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 3877 long nTempDotWidth = nDotWidth; in ImplDrawStraightTextLine() local 3882 if ( nLeft+nTempDotWidth > nEnd ) in ImplDrawStraightTextLine() 3883 nTempDotWidth = nEnd-nLeft; in ImplDrawStraightTextLine() 3884 … ImplDrawTextRect( nBaseX, nBaseY, nLeft, nLinePos, nTempDotWidth, nLineHeight ); in ImplDrawStraightTextLine() 3908 long nTempDotWidth = nDotWidth; in ImplDrawStraightTextLine() local 3913 if ( nLeft+nTempDotWidth > nEnd ) in ImplDrawStraightTextLine() 3914 nTempDotWidth = nEnd-nLeft; in ImplDrawStraightTextLine() 3915 … ImplDrawTextRect( nBaseX, nBaseY, nLeft, nLinePos, nTempDotWidth, nLineHeight ); in ImplDrawStraightTextLine() 3919 if ( nLeft+nTempDotWidth > nEnd ) in ImplDrawStraightTextLine() 3920 nTempDotWidth = nEnd-nLeft; in ImplDrawStraightTextLine() [all …]
|
Completed in 45 milliseconds