LibreOffice Module vcl (master)
1
|
Go to the source code of this file.
Macros | |
#define | ACCELENTRY_NOTFOUND (sal_uInt16(0xFFFF)) |
Functions | |
static sal_uInt16 | ImplAccelEntryGetIndex (const ImplAccelList *pList, sal_uInt16 nId, sal_uInt16 *pIndex=nullptr) |
static void | ImplAccelEntryInsert (ImplAccelList *pList, std::unique_ptr< ImplAccelEntry > pEntry) |
#define ACCELENTRY_NOTFOUND (sal_uInt16(0xFFFF)) |
Definition at line 24 of file accel.cxx.
Referenced by Accelerator::GetAccel(), ImplAccelEntryGetIndex(), and ImplAccelEntryInsert().
|
static |
Definition at line 26 of file accel.cxx.
References ACCELENTRY_NOTFOUND, mnId, and nCount.
Referenced by Accelerator::GetAccel(), and ImplAccelEntryInsert().
|
static |
Definition at line 73 of file accel.cxx.
References ACCELENTRY_NOTFOUND, ImplAccelEntryGetIndex(), ImplAccelEntry::mnId, nIndex, and size.
Referenced by Accelerator::ImplInsertAccel().