Home
last modified time | relevance | path

Searched refs:GetCharCode (Results 1 – 25 of 49) sorted by relevance

12

/trunk/main/sw/source/ui/cctrl/
H A Dactctrl.cxx80 if(rEvt.GetCharCode()) in KeyInput()
82 String sKey = rEvt.GetCharCode(); in KeyInput()
H A Dswlbox.cxx192 sal_uInt16 nChar = rKEvt.GetCharCode(); in KeyInput()
/trunk/main/automation/source/server/
H A Drecorder.cxx694 DBG_ASSERT( pKeyEvent->GetCharCode(), "no charcode found" ); in IMPL_LINK()
695 aKeyString += pKeyEvent->GetCharCode(); in IMPL_LINK()
701 if ( pKeyEvent->GetCharCode() == '>' ) in IMPL_LINK()
/trunk/main/sw/source/ui/misc/
H A Dbookmark.cxx287 rNEvt.GetKeyEvent()->GetCharCode() ) in PreNotify()
289 String sKey( rNEvt.GetKeyEvent()->GetCharCode() ); in PreNotify()
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx557 if(rEvt.GetCharCode()) in KeyInput()
559 String sKey = rEvt.GetCharCode(); in KeyInput()
1539 rNEvt.GetKeyEvent()->GetCharCode()) in PreNotify()
1542 if('\t' == pKEvent->GetCharCode() && in PreNotify()
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.cxx589 rNEvt.GetKeyEvent()->GetCharCode() ) in PreNotify()
598 String sKey( pEvent->GetCharCode() ), sName( GetText() ); in PreNotify()
/trunk/main/sfx2/source/dialog/
H A Ddinfedt.cxx40 if ( rKEvent.GetCharCode() != '~' ) in KeyInput()
/trunk/main/vcl/source/window/
H A Dmnemonicengine.cxx105 sal_Unicode cChar = _rKEvt.GetCharCode(); in HandleKeyEvent()
H A Dkeyevent.cxx65 rEvent.KeyChar = GetCharCode(); in InitKeyEvent()
/trunk/main/sd/source/ui/func/
H A Dfupoor.cxx893 SfxStringItem aInputString(SID_ATTR_CHAR, String(rKEvt.GetCharCode())); in IMPL_LINK_INLINE_END()
944 SfxStringItem aInputString(SID_ATTR_CHAR, String(rKEvt.GetCharCode())); in IMPL_LINK_INLINE_END()
/trunk/main/vcl/source/control/
H A Dquickselectionengine.cxx129 xub_Unicode c = _keyEvent.GetCharCode(); in HandleKeyEvent()
H A Dfield2.cxx495 xub_Unicode cChar = rKEvt.GetCharCode(); in ImplPatternProcessKeyInput()
1193 xub_Unicode cChar = rKEvt.GetCharCode(); in ImplDateProcessKeyInput()
2381 xub_Unicode cChar = rKEvt.GetCharCode(); in ImplTimeProcessKeyInput()
/trunk/main/svtools/source/edit/
H A Deditsyntaxhighlighter.cxx133 DoBracketHilight(rNEvt.GetKeyEvent()->GetCharCode()); in PreNotify()
/trunk/main/formula/source/ui/dlg/
H A Dfuncpage.cxx58 if(aKEvt.GetCharCode()==' ') in KeyInput()
/trunk/main/extensions/source/bibliography/
H A Dbibcont.cxx252 else if( pKEvt->GetCharCode() && HandleShortCutKey( *pKEvt ) ) in PreNotify()
/trunk/main/sfx2/source/view/
H A Duserinputinterception.cxx102 rEvent.KeyChar = rEvt.GetCharCode(); in lcl_initKeyEvent()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibleradiobutton.cxx233 aKeyStroke.KeyChar = aKeyEvent.GetCharCode(); in getAccessibleActionKeyBinding()
H A Dvclxaccessiblebutton.cxx263 aKeyStroke.KeyChar = aKeyEvent.GetCharCode(); in getAccessibleActionKeyBinding()
H A Dvclxaccessiblecheckbox.cxx277 aKeyStroke.KeyChar = aKeyEvent.GetCharCode(); in getAccessibleActionKeyBinding()
/trunk/main/forms/source/richtext/
H A Drichtextvclcontrol.cxx231 ::KeyEvent aNewEvent( pKeyEvent->GetCharCode(), aNewCode ); in PreNotify()
/trunk/main/vcl/inc/vcl/
H A Devent.hxx70 xub_Unicode GetCharCode() const { return mnCharCode; } in GetCharCode() function in KeyEvent
/trunk/main/svtools/workben/
H A Dsvdem.cxx1080 else if ( rKEvt.GetCharCode() == '+' ) in KeyInput()
1082 else if ( rKEvt.GetCharCode() == '-' ) in KeyInput()
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx602 KeyEvent aEvent( pKeyEvent->GetCharCode(), in PreNotify()
/trunk/main/svtools/source/control/
H A Dsvxbox.cxx579 sal_Unicode cChar = rKEvt.GetCharCode(); in KeyInput()
/trunk/main/basic/workben/
H A Dmgrtest.cxx525 char nCharCode = rKEvt.GetCharCode(); in KeyInput()

Completed in 90 milliseconds

12