#include <com/sun/star/uno/Reference.h>
#include <rtl/ustring.hxx>
#include <vcl/dllapi.h>
Go to the source code of this file.
◆ MAX_MNEMONICS
Value:
#define MNEMONIC_RANGE_2_START
#define MNEMONIC_RANGE_1_START
#define MNEMONIC_RANGE_3_END
#define MNEMONIC_RANGE_1_END
#define MNEMONIC_RANGE_3_START
#define MNEMONIC_RANGE_4_START
#define MNEMONIC_RANGE_2_END
#define MNEMONIC_RANGE_4_END
Definition at line 43 of file mnemonic.hxx.
◆ MNEMONIC_CHAR
#define MNEMONIC_CHAR u'~' |
◆ MNEMONIC_INDEX_NOTFOUND
#define MNEMONIC_INDEX_NOTFOUND (sal_uInt16(0xFFFF)) |
◆ MNEMONIC_RANGE_1_END
#define MNEMONIC_RANGE_1_END 0x39 |
◆ MNEMONIC_RANGE_1_START
#define MNEMONIC_RANGE_1_START 0x30 |
◆ MNEMONIC_RANGE_2_END
#define MNEMONIC_RANGE_2_END 0x7A |
◆ MNEMONIC_RANGE_2_START
#define MNEMONIC_RANGE_2_START 0x61 |
◆ MNEMONIC_RANGE_3_END
#define MNEMONIC_RANGE_3_END 0x044F |
◆ MNEMONIC_RANGE_3_START
#define MNEMONIC_RANGE_3_START 0x0430 |
◆ MNEMONIC_RANGE_4_END
#define MNEMONIC_RANGE_4_END 0x03CB |
◆ MNEMONIC_RANGE_4_START
#define MNEMONIC_RANGE_4_START 0x03B1 |
◆ MNEMONIC_RANGES
#define MNEMONIC_RANGES 4 |
◆ removeMnemonicFromString() [1/2]
VCL_DLLPUBLIC OUString removeMnemonicFromString |
( |
OUString const & |
rStr | ) |
|
Definition at line 12 of file text/mnemonic.cxx.
References removeMnemonicFromString().
Referenced by Control::DrawControlText(), OutputDevice::DrawCtrlText(), vcl::PDFWriterImpl::drawText(), TabControl::GetAccessibleName(), Control::GetControlTextRect(), OutputDevice::GetCtrlTextWidth(), vcl::Window::getDefaultAccessibleName(), getShortenedString(), MenuItemData::GetTextGlyphs(), OutputDevice::GetTextRect(), OutputDevice::ImplDrawText(), and removeMnemonicFromString().
◆ removeMnemonicFromString() [2/2]
VCL_DLLPUBLIC OUString removeMnemonicFromString |
( |
OUString const & |
rStr, |
|
|
sal_Int32 & |
rMnemonicPos |
|
) |
| |