Home
last modified time | relevance | path

Searched refs:aCurrentMousePos (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx3302 Point aCurrentMousePos = pView->GetPointerPosPixel(); in IMPL_LINK() local
3303 if ( ( abs( aCurrentMousePos.X() - aEditClickPos.X() ) > 5 ) in IMPL_LINK()
3304 || ( abs( aCurrentMousePos.Y() - aEditClickPos.Y() ) > 5 ) in IMPL_LINK()

Completed in 25 milliseconds