|
LibreOffice
LibreOffice 7.4 SDK API Reference
|
Modules | |
| module | com |
| module | com::sun |
| module | com::sun::star |
| the module com::sun::star is the root module of the UNO API. | |
| module | com::sun::star::awt |
| Java AWT-like user interface toolkit interface specifications for UNO. | |
Constant Groups | |
| constants | com::sun::star::awt::FocusChangeReason |
| A combination of these values can be used to specify the reason for a focus change. | |
Macros | |
| #define | __com_sun_star_awt_FocusChangeReason_idl__ |
Variables | |
| const long | TAB = 1 |
| Focus changed because TAB was pressed. | |
| const long | CURSOR = 2 |
| Focus changed because Key Left/Right/Up/Down was pressed. | |
| const long | MNEMONIC = 4 |
| Focus changed because mnemonic key was pressed. | |
| const long | FORWARD = 16 |
| Changed Focus to the next control. | |
| const long | BACKWARD = 32 |
| Changed Focus to the previous control. | |
| const long | AROUND = 64 |
| Changed Focus forward from last to first or backward from first to last. | |
| const long | UNIQUEMNEMONIC = 256 |
| Focus changed because mnemonic key was pressed and this mnemonic is unique. | |
| #define __com_sun_star_awt_FocusChangeReason_idl__ |