Home
last modified time | relevance | path

Searched refs:aNewPixel (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sc/source/ui/drawfunc/
H A Dfuconstr.cxx135 Point aNewPixel = rMEvt.GetPosPixel(); in MouseMove() local
136 if ( Abs( aOldPixel.X() - aNewPixel.X() ) > SC_MAXDRAGMOVE || in MouseMove()
137 Abs( aOldPixel.Y() - aNewPixel.Y() ) > SC_MAXDRAGMOVE ) in MouseMove()
H A Dfutext.cxx362 Point aNewPixel = rMEvt.GetPosPixel(); in MouseMove() local
363 if ( Abs( aOldPixel.X() - aNewPixel.X() ) > SC_MAXDRAGMOVE || in MouseMove()
364 Abs( aOldPixel.Y() - aNewPixel.Y() ) > SC_MAXDRAGMOVE ) in MouseMove()
H A Dfusel.cxx346 Point aNewPixel = rMEvt.GetPosPixel(); in MouseMove() local
347 if ( Abs( aOldPixel.X() - aNewPixel.X() ) > SC_MAXDRAGMOVE || in MouseMove()
348 Abs( aOldPixel.Y() - aNewPixel.Y() ) > SC_MAXDRAGMOVE ) in MouseMove()

Completed in 18 milliseconds