LibreOffice Module vcl (master)
1
|
Go to the source code of this file.
Classes | |
class | MnemonicGenerator |
Namespaces | |
com::sun::star::i18n | |
Macros | |
#define | MNEMONIC_RANGE_1_START 0x30 |
#define | MNEMONIC_RANGE_1_END 0x39 |
#define | MNEMONIC_RANGE_2_START 0x61 |
#define | MNEMONIC_RANGE_2_END 0x7A |
#define | MNEMONIC_RANGE_3_START 0x0430 |
#define | MNEMONIC_RANGE_3_END 0x044F |
#define | MNEMONIC_RANGE_4_START 0x03B1 |
#define | MNEMONIC_RANGE_4_END 0x03CB |
#define | MNEMONIC_RANGES 4 |
#define | MAX_MNEMONICS |
#define | MNEMONIC_CHAR u'~' |
#define | MNEMONIC_INDEX_NOTFOUND (sal_uInt16(0xFFFF)) |
#define MAX_MNEMONICS |
Definition at line 43 of file mnemonic.hxx.
#define MNEMONIC_CHAR u'~' |
Definition at line 48 of file mnemonic.hxx.
Referenced by BuilderUtils::convertMnemonicMarkup().
#define MNEMONIC_INDEX_NOTFOUND (sal_uInt16(0xFFFF)) |
Definition at line 49 of file mnemonic.hxx.
Referenced by MnemonicGenerator::CreateMnemonic(), MnemonicGenerator::ImplGetMnemonicIndex(), and MnemonicGenerator::RegisterMnemonic().
#define MNEMONIC_RANGE_1_END 0x39 |
Definition at line 32 of file mnemonic.hxx.
Referenced by MnemonicGenerator::ImplGetMnemonicIndex().
#define MNEMONIC_RANGE_1_START 0x30 |
Definition at line 31 of file mnemonic.hxx.
Referenced by MnemonicGenerator::ImplGetMnemonicIndex().
#define MNEMONIC_RANGE_2_END 0x7A |
Definition at line 35 of file mnemonic.hxx.
Referenced by MnemonicGenerator::CreateMnemonic(), MnemonicGenerator::EraseAllMnemonicChars(), and MnemonicGenerator::ImplGetMnemonicIndex().
#define MNEMONIC_RANGE_2_START 0x61 |
Definition at line 34 of file mnemonic.hxx.
Referenced by MnemonicGenerator::CreateMnemonic(), MnemonicGenerator::EraseAllMnemonicChars(), and MnemonicGenerator::ImplGetMnemonicIndex().
#define MNEMONIC_RANGE_3_END 0x044F |
Definition at line 38 of file mnemonic.hxx.
Referenced by MnemonicGenerator::ImplGetMnemonicIndex().
#define MNEMONIC_RANGE_3_START 0x0430 |
Definition at line 37 of file mnemonic.hxx.
Referenced by MnemonicGenerator::ImplGetMnemonicIndex().
#define MNEMONIC_RANGE_4_END 0x03CB |
Definition at line 41 of file mnemonic.hxx.
Referenced by MnemonicGenerator::ImplGetMnemonicIndex().
#define MNEMONIC_RANGE_4_START 0x03B1 |
Definition at line 40 of file mnemonic.hxx.
Referenced by MnemonicGenerator::ImplGetMnemonicIndex().
#define MNEMONIC_RANGES 4 |
Definition at line 42 of file mnemonic.hxx.
Referenced by MnemonicGenerator::ImplGetMnemonicIndex().