Searched refs:bDoubleClick (Results 1 – 2 of 2) sorted by relevance
664 bool bDoubleClick = (pBtn == NULL); in GenericHandler_Impl() local677 || ( bDoubleClick in GenericHandler_Impl()
1306 bool bDoubleClick = ( e.Buttons == awt::MouseButton::LEFT && e.ClickCount == 2 ); in MousePressed() local1308 if ( ( bDoubleClick || bRightClick ) && !bReturn && xTarget.is()) in MousePressed()1310 sal_Int32 nEvent = bDoubleClick ? SC_SHEETEVENT_DOUBLECLICK : SC_SHEETEVENT_RIGHTCLICK; in MousePressed()
Completed in 45 milliseconds