Searched refs:aEditClickPos (Results 1 – 3 of 3) sorted by relevance
2219 aEditClickPos = rMEvt.GetPosPixel(); in MouseButtonUp()2518 aEditClickPos = Point( -1, -1 ); in KeyInput()3299 sal_Bool bIsMouseTriggered = aEditClickPos.X() >= 0; in IMPL_LINK()3303 if ( ( abs( aCurrentMousePos.X() - aEditClickPos.X() ) > 5 ) in IMPL_LINK()3304 || ( abs( aCurrentMousePos.Y() - aEditClickPos.Y() ) > 5 ) in IMPL_LINK()
1457 pImp->aEditClickPos = Point( -1, -1 ); in EditEntry()1470 long nClickX = pImp->aEditClickPos.X(); in ImplEditEntry()
165 Point aEditClickPos; member in SvImpLBox
Completed in 103 milliseconds