Lines Matching refs:nDistX

3162                                      long nDistX, long nDistY, long nWidth, long nHeight )  in ImplDrawTextRect()  argument
3164 long nX = nDistX; in ImplDrawTextRect()
3521 long nDistX, long nDistY, in ImplDrawWaveLine() argument
3529 long nStartX = nBaseX + nDistX; in ImplDrawWaveLine()
3645 long nDistX, long nDistY, long nWidth, in ImplDrawWaveTextLine() argument
3692 ImplDrawWaveLine( nBaseX, nBaseY, nDistX, nLinePos, nWidth, nLineHeight, in ImplDrawWaveTextLine()
3695 ImplDrawWaveLine( nBaseX, nBaseY, nDistX, nLinePos, nWidth, nLineHeight, in ImplDrawWaveTextLine()
3701 ImplDrawWaveLine( nBaseX, nBaseY, nDistX, nLinePos, nWidth, nLineHeight, in ImplDrawWaveTextLine()
3709 long nDistX, long nDistY, long nWidth, in ImplDrawStraightTextLine() argument
3788 long nLeft = nDistX; in ImplDrawStraightTextLine()
3941 long nDistX, long nDistY, long nWidth, in ImplDrawStrikeoutLine() argument
3984 const long& nLeft = nDistX; in ImplDrawStrikeoutLine()
4005 long nDistX, long nDistY, long nWidth, in ImplDrawStrikeoutChar() argument
4059 ImplRotatePos( 0, 0, nDistX, nDistY, mpFontEntry->mnOrientation ); in ImplDrawStrikeoutChar()
4060 nBaseX += nDistX; in ImplDrawStrikeoutChar()
4088 long nDistX, long nWidth, in ImplDrawTextLine() argument
4107 long nXAdd = nWidth - nDistX; in ImplDrawTextLine()
4124 … ImplDrawWaveTextLine( nX, nY, nDistX, 0, nWidth, eUnderline, aUnderlineColor, bUnderlineAbove ); in ImplDrawTextLine()
4132 ImplDrawWaveTextLine( nX, nY, nDistX, 0, nWidth, eOverline, aOverlineColor, sal_True ); in ImplDrawTextLine()
4139 ImplDrawStrikeoutChar( nX, nY, nDistX, 0, nWidth, eStrikeout, aStrikeoutColor ); in ImplDrawTextLine()
4144 …ImplDrawStraightTextLine( nX, nY, nDistX, 0, nWidth, eUnderline, aUnderlineColor, bUnderlineAbove … in ImplDrawTextLine()
4147 ImplDrawStraightTextLine( nX, nY, nDistX, 0, nWidth, eOverline, aOverlineColor, sal_True ); in ImplDrawTextLine()
4150 ImplDrawStrikeoutLine( nX, nY, nDistX, 0, nWidth, eStrikeout, aStrikeoutColor ); in ImplDrawTextLine()