LibreOffice Module vcl (master) 1
|
#include <config_options.h>
#include <tools/solar.h>
#include <tools/link.hxx>
#include <vcl/keycod.hxx>
#include <vcl/dllapi.h>
#include <memory>
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
class | ImplAccelEntry |
class | Accelerator |
Typedefs | |
typedef ::std::vector< std::unique_ptr< ImplAccelEntry > > | ImplAccelList |
Functions | |
bool | ImplGetKeyCode (KeyFuncType eFunc, sal_uInt16 &rCode1, sal_uInt16 &rCode2, sal_uInt16 &rCode3, sal_uInt16 &rCode4) |
typedef ::std::vector< std::unique_ptr<ImplAccelEntry> > ImplAccelList |
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().