Go to the source code of this file.
|
enum class | ExtTextInputAttr {
NONE = 0x0000
,
GrayWaveline = 0x0010
,
Underline = 0x0020
,
BoldUnderline = 0x0040
,
DottedUnderline = 0x0080
,
DashDotUnderline = 0x0100
,
DoubleUnderline = 0x0200
,
Highlight = 0x0400
,
RedText = 0x0800
,
HalfToneText = 0x1000
} |
|
enum class | CommandWheelMode {
NONE = 0
,
SCROLL = 1
,
ZOOM = 2
,
DATAZOOM = 3
} |
|
enum class | ShowDialogId {
Preferences = 1
,
About = 2
} |
|
enum class | MediaCommand {
ChannelDown = 1
,
ChannelUp = 2
,
NextTrack = 3
,
Pause = 4
,
Play = 5
,
PlayPause = 6
,
PreviousTrack = 7
,
Record = 8
,
Rewind = 9
,
Stop = 10
,
MicOnOffToggle = 11
,
MicrophoneVolumeDown = 12
,
MicrophoneVolumeMute = 13
,
MicrophoneVolumeUp = 14
,
VolumeDown = 15
,
VolumeMute = 16
,
VolumeUp = 17
,
Menu = 18
,
PlayHold = 20
,
NextTrackHold = 21
} |
|
enum class | CommandEventId {
NONE = 0
,
ContextMenu = 1
,
StartDrag = 2
,
Wheel = 3
,
StartAutoScroll = 4
,
AutoScroll = 5
,
StartExtTextInput = 7
,
ExtTextInput = 8
,
EndExtTextInput = 9
,
InputContextChange = 10
,
CursorPos = 11
,
PasteSelection = 12
,
ModKeyChange = 13
,
InputLanguageChange = 15
,
ShowDialog = 16
,
Media = 17
,
SelectionChange = 18
,
PrepareReconversion = 19
,
QueryCharPosition = 20
,
GestureSwipe = 21
,
GestureLongPress = 22
,
GesturePan = 23
,
GestureZoom = 24
,
GestureRotate = 25
} |
|
◆ COMMAND_WHEEL_PAGESCROLL
#define COMMAND_WHEEL_PAGESCROLL (sal_uLong(0xFFFFFFFF)) |
◆ EXTTEXTINPUT_CURSOR_INVISIBLE
#define EXTTEXTINPUT_CURSOR_INVISIBLE (sal_uInt16(0x0001)) |
◆ EXTTEXTINPUT_CURSOR_OVERWRITE
#define EXTTEXTINPUT_CURSOR_OVERWRITE (sal_uInt16(0x0002)) |
◆ CommandEventId
Enumerator |
---|
NONE | |
ContextMenu | |
StartDrag | |
Wheel | |
StartAutoScroll | |
AutoScroll | |
StartExtTextInput | |
ExtTextInput | |
EndExtTextInput | |
InputContextChange | |
CursorPos | |
PasteSelection | |
ModKeyChange | |
InputLanguageChange | |
ShowDialog | |
Media | |
SelectionChange | |
PrepareReconversion | |
QueryCharPosition | |
GestureSwipe | |
GestureLongPress | |
GesturePan | |
GestureZoom | |
GestureRotate | |
Definition at line 366 of file commandevent.hxx.
◆ CommandWheelMode
◆ ExtTextInputAttr
Enumerator |
---|
NONE | |
GrayWaveline | |
Underline | |
BoldUnderline | |
DottedUnderline | |
DashDotUnderline | |
DoubleUnderline | |
Highlight | |
RedText | |
HalfToneText | |
Definition at line 49 of file commandevent.hxx.
◆ MediaCommand
Enumerator |
---|
ChannelDown | |
ChannelUp | |
NextTrack | |
Pause | |
Play | |
PlayPause | |
PreviousTrack | |
Record | |
Rewind | |
Stop | |
MicOnOffToggle | |
MicrophoneVolumeDown | |
MicrophoneVolumeMute | |
MicrophoneVolumeUp | |
VolumeDown | |
VolumeMute | |
VolumeUp | |
Menu | |
PlayHold | |
NextTrackHold | |
Definition at line 227 of file commandevent.hxx.
◆ ShowDialogId