Home
last modified time | relevance | path

Searched refs:GetFullCode (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/vcl/source/window/
H A Dkeycod.cxx114 return pWindow ? pWindow->ImplGetFrame()->GetKeyName( GetFullCode() ) : XubString(); in GetName()
123 …return pWindow ? pWindow->ImplGetFrame()->GetSymbolKeyName( rFontName, GetFullCode() ) : XubString… in GetSymbolName()
H A Dwinproc.cxx2445 … pKeyEvt->GetKeyCode().GetFullCode(), pKeyEvt->GetCharCode(), pKeyEvt->GetRepeat(), sal_False ); in ImplWindowFrameProc()
2459 … pKeyEvt->GetKeyCode().GetFullCode(), pKeyEvt->GetCharCode(), pKeyEvt->GetRepeat(), sal_False ); in ImplWindowFrameProc()
/aoo4110/main/vcl/inc/vcl/
H A Dkeycod.hxx72 sal_uInt16 GetFullCode() const { return nCode; } in GetFullCode() function in KeyCode
/aoo4110/main/sw/source/ui/frmdlg/
H A Dcption.cxx593 sal_uInt16 nTmpCode = rKeyCode.GetFullCode() & ~KEY_ALLMODTYPE; in PreNotify()
/aoo4110/main/sc/source/ui/view/
H A Dolinewin.cxx1029 else switch ( rKCode.GetFullCode() ) in KeyInput()
/aoo4110/main/sw/source/ui/docvw/
H A Dedtwin.cxx1439 if( rKeyCode.GetFullCode() == (KEY_A | KEY_MOD1 |KEY_SHIFT) in KeyInput()
1541 if( 0x7210 == rKeyCode.GetFullCode() ) in KeyInput()
1864 const bool bOnlyBackspaceKey( KEY_BACKSPACE == rKeyCode.GetFullCode() ); in KeyInput()
/aoo4110/main/svx/source/svdraw/
H A Dsvdview.cxx211 switch (rKEvt.GetKeyCode().GetFullCode()) { in KeyInput()

Completed in 91 milliseconds