LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::awt::Command Constant Group Referencepublished

these values specify the different command types available. More...

Variables

const short CONTEXTMENU = 1
 specifies a requests for a context menu. More...
 
const short STARTDRAG = 2
 specifies the beginning of a drag operation. More...
 
const short WHEEL = 3
 specifies a mouse wheel operation. More...
 
const short STARTAUTOSCROLL = 4
 specifies the beginning of an auto scroll operation. More...
 
const short AUTOSCROLL = 5
 specifies an auto scroll operation. More...
 
const short VOICE = 6
 specifies a request for a voice operation. More...
 
const short STARTEXTTEXTINPUT = 7
 specifies the beginning of an extended text input operation. More...
 
const short EXTTEXTINPUT = 8
 specifies an extended text input operation. More...
 
const short ENDEXTTEXTINPUT = 9
 specifies the end of an extended text input operation. More...
 
const short INPUTCONTEXTCHANGE = 10
 specifies that the input context has been changed. More...
 
const short CURSORPOS = 11
 specifies the cursor position. More...
 
const short PASTESELECTION = 12
 specifies a paste selection command. More...
 
const short MODKEYCHANGE = 13
 specifies that the state of a key modifier has changed. More...
 
const short HANGUL_HANJA_CONVERSION = 14
 specifies a Hangul hanja conversion command. More...
 
const short USER = 4096
 specifies a user-defined command. More...
 

Detailed Description

these values specify the different command types available.

Variable Documentation

◆ AUTOSCROLL

const short AUTOSCROLL = 5

specifies an auto scroll operation.

◆ CONTEXTMENU

const short CONTEXTMENU = 1

specifies a requests for a context menu.

◆ CURSORPOS

const short CURSORPOS = 11

specifies the cursor position.

◆ ENDEXTTEXTINPUT

const short ENDEXTTEXTINPUT = 9

specifies the end of an extended text input operation.

◆ EXTTEXTINPUT

const short EXTTEXTINPUT = 8

specifies an extended text input operation.

◆ HANGUL_HANJA_CONVERSION

const short HANGUL_HANJA_CONVERSION = 14

specifies a Hangul hanja conversion command.

◆ INPUTCONTEXTCHANGE

const short INPUTCONTEXTCHANGE = 10

specifies that the input context has been changed.

◆ MODKEYCHANGE

const short MODKEYCHANGE = 13

specifies that the state of a key modifier has changed.

◆ PASTESELECTION

const short PASTESELECTION = 12

specifies a paste selection command.

◆ STARTAUTOSCROLL

const short STARTAUTOSCROLL = 4

specifies the beginning of an auto scroll operation.

◆ STARTDRAG

const short STARTDRAG = 2

specifies the beginning of a drag operation.

◆ STARTEXTTEXTINPUT

const short STARTEXTTEXTINPUT = 7

specifies the beginning of an extended text input operation.

◆ USER

const short USER = 4096

specifies a user-defined command.

◆ VOICE

const short VOICE = 6

specifies a request for a voice operation.

◆ WHEEL

const short WHEEL = 3

specifies a mouse wheel operation.