Searched refs:nDistX (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/vcl/source/window/ |
H A D | scrwnd.cxx | 248 PointerStyle ImplWheelWindow::ImplGetMousePointer( long nDistX, long nDistY ) in ImplGetMousePointer() argument 268 double fAngle = atan2( (double) -nDistY, nDistX ) / F_PI180; in ImplGetMousePointer() 328 const long nDistX = aMousePos.X() - maCenter.X(); in MouseMove() local 331 mnActDist = (sal_uLong) hypot( (double) nDistX, nDistY ); in MouseMove() 333 const PointerStyle eActStyle = ImplGetMousePointer( nDistX, nDistY ); in MouseMove()
|
H A D | scrwnd.hxx | 68 PointerStyle ImplGetMousePointer( long nDistX, long nDistY );
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 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() 3788 long nLeft = nDistX; in ImplDrawStraightTextLine() 3984 const long& nLeft = nDistX; in ImplDrawStrikeoutLine() 4059 ImplRotatePos( 0, 0, nDistX, nDistY, mpFontEntry->mnOrientation ); in ImplDrawStrikeoutChar() 4060 nBaseX += nDistX; in ImplDrawStrikeoutChar() 4088 long nDistX, long nWidth, in ImplDrawTextLine() argument [all …]
|
H A D | outdev6.cxx | 78 const long nDistX = Max( rDist.Width(), 1L ); in DBG_NAMEEX() local 80 …t() ) ? rRect.Left() : ( rRect.Left() + ( ( aDstRect.Left() - rRect.Left() ) / nDistX ) * nDistX ); in DBG_NAMEEX() 104 aHorzBuf.realloc( aDstRect.GetWidth() / nDistX + 2L ); in DBG_NAMEEX() 106 while( ( nX += nDistX ) <= nRight ) in DBG_NAMEEX()
|
/aoo41x/main/svx/source/dialog/ |
H A D | _contdlg.cxx | 703 const long nDistX = aNewPtPix.X() - aPtPix.X(); in ReducePoints() local 706 if( ( nDistX * nDistX + nDistY * nDistY ) >= nTol2 ) in ReducePoints()
|
Completed in 49 milliseconds