LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
Command.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20
21module com { module sun { module star { module awt {
22
26published constants Command
27{
28
29
32 const short CONTEXTMENU = 1;
33
34
37 const short STARTDRAG = 2;
38
39
42 const short WHEEL = 3;
43
44
47 const short STARTAUTOSCROLL = 4;
48
49
52 const short AUTOSCROLL = 5;
53
54
57 const short VOICE = 6;
58
59
62 const short STARTEXTTEXTINPUT = 7;
63
64
67 const short EXTTEXTINPUT = 8;
68
69
72 const short ENDEXTTEXTINPUT = 9;
73
74
77 const short INPUTCONTEXTCHANGE = 10;
78
79
82 const short CURSORPOS = 11;
83
84
87 const short PASTESELECTION = 12;
88
89
92 const short MODKEYCHANGE = 13;
93
94
97 const short HANGUL_HANJA_CONVERSION = 14;
98
99
102 const short USER = 4096;
103};
104
105}; }; }; };
106
107/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short USER
specifies a user-defined command.
Definition Command.idl:102
const short PASTESELECTION
specifies a paste selection command.
Definition Command.idl:87
const short VOICE
specifies a request for a voice operation.
Definition Command.idl:57
const short STARTDRAG
specifies the beginning of a drag operation.
Definition Command.idl:37
const short CONTEXTMENU
specifies a requests for a context menu.
Definition Command.idl:32
const short MODKEYCHANGE
specifies that the state of a key modifier has changed.
Definition Command.idl:92
const short EXTTEXTINPUT
specifies an extended text input operation.
Definition Command.idl:67
const short HANGUL_HANJA_CONVERSION
specifies a Hangul hanja conversion command.
Definition Command.idl:97
const short STARTEXTTEXTINPUT
specifies the beginning of an extended text input operation.
Definition Command.idl:62
const short STARTAUTOSCROLL
specifies the beginning of an auto scroll operation.
Definition Command.idl:47
const short INPUTCONTEXTCHANGE
specifies that the input context has been changed.
Definition Command.idl:77
const short CURSORPOS
specifies the cursor position.
Definition Command.idl:82
const short WHEEL
specifies a mouse wheel operation.
Definition Command.idl:42
const short AUTOSCROLL
specifies an auto scroll operation.
Definition Command.idl:52
const short ENDEXTTEXTINPUT
specifies the end of an extended text input operation.
Definition Command.idl:72
Definition Ambiguous.idl:20