Searched refs:nTempDashWidth (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 3878 long nTempDashWidth = nDashWidth; in ImplDrawStraightTextLine() local 3888 if ( nLeft+nTempDashWidth > nEnd ) in ImplDrawStraightTextLine() 3889 nTempDashWidth = nEnd-nLeft; in ImplDrawStraightTextLine() 3890 … ImplDrawTextRect( nBaseX, nBaseY, nLeft, nLinePos, nTempDashWidth, nLineHeight ); in ImplDrawStraightTextLine() 3909 long nTempDashWidth = nDashWidth; in ImplDrawStraightTextLine() local 3925 if ( nLeft+nTempDashWidth > nEnd ) in ImplDrawStraightTextLine() 3926 nTempDashWidth = nEnd-nLeft; in ImplDrawStraightTextLine() 3927 … ImplDrawTextRect( nBaseX, nBaseY, nLeft, nLinePos, nTempDashWidth, nLineHeight ); in ImplDrawStraightTextLine()
|
Completed in 37 milliseconds