Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx78 static const sal_uInt32 RIGHT_BUTTON (0x00000020); variable
102 static const sal_uInt32 BUTTON_MASK (LEFT_BUTTON | RIGHT_BUTTON | MIDDLE_BUTTON);
1035 case MOUSE_RIGHT: nEventCode |= RIGHT_BUTTON; break; in EncodeMouseEvent()
1393 case BUTTON_DOWN | RIGHT_BUTTON | SINGLE_CLICK | OVER_UNSELECTED_PAGE: in ProcessButtonDownEvent()
1403 case BUTTON_DOWN | RIGHT_BUTTON | SINGLE_CLICK | OVER_SELECTED_PAGE: in ProcessButtonDownEvent()
1408 case BUTTON_DOWN | RIGHT_BUTTON | SINGLE_CLICK | NOT_OVER_PAGE: in ProcessButtonDownEvent()

Completed in 26 milliseconds