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) |
|
static |
Definition at line 26 of file accel.cxx.
References ACCELENTRY_NOTFOUND, mnId, nCount, and nId.
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().