Home
last modified time | relevance | path

Searched refs:aOldPixel (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/svx/source/dialog/
H A Dcharmap.cxx572 Point aOldPixel = MapIndexToPixel( nSelectedIndex ); in SelectIndex() local
573 aOldPixel.Move( +1, +1); in SelectIndex()
574 DrawRect( Rectangle( aOldPixel, Size( nX-1, nY-1 ) ) ); in SelectIndex()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuconstr.cxx134 Point aOldPixel = pWindow->LogicToPixel( aMDPos ); 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.cxx361 Point aOldPixel = pWindow->LogicToPixel( aMDPos ); 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.cxx345 Point aOldPixel = pWindow->LogicToPixel( aMDPos ); 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 23 milliseconds