LibreOffice Module vcl (master) 1
|
#include <sal/config.h>
#include <accel.hxx>
#include <salframe.hxx>
#include <svdata.hxx>
#include <vcl/window.hxx>
#include <vcl/keycod.hxx>
Go to the source code of this file.
Functions | |
bool | ImplGetKeyCode (KeyFuncType eFunc, sal_uInt16 &rCode1, sal_uInt16 &rCode2, sal_uInt16 &rCode3, sal_uInt16 &rCode4) |
Variables | |
const sal_uInt16 | aImplKeyFuncTab [(static_cast< int >(KeyFuncType::DELETE)+1) *4] |
bool ImplGetKeyCode | ( | KeyFuncType | eFunc, |
sal_uInt16 & | rCode1, | ||
sal_uInt16 & | rCode2, | ||
sal_uInt16 & | rCode3, | ||
sal_uInt16 & | rCode4 | ||
) |
Definition at line 40 of file keycod.cxx.
References aImplKeyFuncTab, nIndex, and SAL_N_ELEMENTS.
Referenced by vcl::KeyCode::GetFunction(), Accelerator::ImplInsertAccel(), and vcl::KeyCode::KeyCode().
const sal_uInt16 aImplKeyFuncTab[(static_cast< int >(KeyFuncType::DELETE)+1) *4] |
Definition at line 29 of file keycod.cxx.
Referenced by ImplGetKeyCode().