Home
last modified time | relevance | path

Searched refs:GetKeyEvent (Results 1 – 25 of 105) sorted by relevance

12345

/trunk/main/svx/source/tbxctrls/
H A Ditemwin.cxx187 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in PreNotify()
207 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify()
393 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in PreNotify()
414 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify()
615 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify()
713 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify()
792 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify()
/trunk/main/vcl/source/control/
H A Dfield.cxx865 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
867 …if ( ImplNumericProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousand… in PreNotify()
984 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
986 …if ( ImplNumericProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousand… in PreNotify()
1829 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
1831 …if ( ImplMetricProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousandS… in PreNotify()
1955 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
1957 …if ( ImplMetricProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousandS… in PreNotify()
2296 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
2298 …if ( ImplCurrencyProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousan… in PreNotify()
[all …]
H A Dfield2.cxx950 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
952 …if ( ImplPatternProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), GetEditMask(), GetLiteralMask(), in PreNotify()
1028 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
1030 …if ( ImplPatternProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), GetEditMask(), GetLiteralMask(), in PreNotify()
2116 !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
2118 …if ( ImplDateProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), GetExtDateFormat( sal_True ), Impl… in PreNotify()
2261 !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
2263 …if ( ImplDateProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), GetExtDateFormat( sal_True ), Impl… in PreNotify()
3164 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
3166 …if ( ImplTimeProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsDuration(), Ge… in PreNotify()
[all …]
H A Dlongcurr.cxx655 …if ( ImplLongCurrencyProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseTho… in PreNotify()
767 …if ( ImplLongCurrencyProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseTho… in PreNotify()
/trunk/main/vcl/source/window/
H A Dsyswin.cxx109 if ( pMBar && pMBar->ImplHandleKeyEvent( *rNEvt.GetKeyEvent(), sal_False ) ) in Notify()
123 if( rNEvt.GetKeyEvent()->GetKeyCode().GetCode() == KEY_F6 && in PreNotify()
124 rNEvt.GetKeyEvent()->GetKeyCode().IsMod1() && in PreNotify()
125 !rNEvt.GetKeyEvent()->GetKeyCode().IsShift() ) in PreNotify()
153 if( pTList && pTList->HandleKeyEvent( *rNEvt.GetKeyEvent() ) ) in PreNotify()
/trunk/main/svtools/source/control/
H A Durlcontrol.cxx57 if (KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode()) in PreNotify()
69 if (KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode()) in Notify()
H A Dfileurlbox.cxx81 && ( KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in PreNotify()
103 && ( KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in Notify()
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx66 const KeyEvent *pEvt = rNEvt.GetKeyEvent(); in PreNotify()
173 const KeyEvent *pEvt = rNEvt.GetKeyEvent(); in PreNotify()
596 const KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx421 KEY_RETURN == rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in Notify()
528 KEY_RETURN == rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in Notify()
944 KEY_RETURN == rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in PreNotify()
966 KEY_RETURN == rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in Notify()
1350 sal_uInt16 nCode = rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in Notify()
1834 if ( EVENT_KEYINPUT == nType && rNEvt.GetKeyEvent() ) in PreNotify()
1836 const KeyCode& rKeyCode = rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify()
2057 …if( ( rNEvt.GetType() == EVENT_KEYINPUT ) && rNEvt.GetKeyEvent()->GetKeyCode().GetCode() == KEY_TA… in Notify()
2656 else if ( EVENT_KEYINPUT == nType && rNEvt.GetKeyEvent() ) in PreNotify()
2658 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in PreNotify()
[all …]
/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/padmin/source/
H A Dhelper.cxx165 rEvent.GetKeyEvent()->GetKeyCode().GetCode() == KEY_DELETE ) in Notify()
185 rEvent.GetKeyEvent()->GetKeyCode().GetCode() == KEY_DELETE ) in Notify()
/trunk/main/vcl/inc/vcl/
H A Devent.hxx372 const KeyEvent* GetKeyEvent() const;
394 inline const KeyEvent* NotifyEvent::GetKeyEvent() const in GetKeyEvent() function in NotifyEvent
/trunk/main/basctl/source/basicide/
H A Dbasicbox.cxx272 KeyEvent aKeyEvt = *rNEvt.GetKeyEvent(); in PreNotify()
501 sal_uInt16 nKeyCode = rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in PreNotify()
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx1014 const KeyCode& aKeyCode = _rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify()
1119 const KeyCode& aKeyCode = rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify()
1161 pFocusWin->KeyInput( *rNEvt.GetKeyEvent() ); in PreNotify()
H A Dbrowserview.cxx107 sal_uInt16 nKey = _rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in Notify()
H A Dcommoncontrol.cxx153 const KeyCode& aKeyCode = rNEvt.GetKeyEvent()->GetKeyCode(); in handlePreNotify()
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.cxx589 rNEvt.GetKeyEvent()->GetCharCode() ) in PreNotify()
591 const KeyEvent* pEvent = rNEvt.GetKeyEvent(); in PreNotify()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx675 const KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify()
782 const KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify()
/trunk/main/sfx2/source/dialog/
H A Dbasedlgs.cxx416 return SfxViewShell::Current()->GlobalKeyInput_Impl( *rEvt.GetKeyEvent() ); in Notify()
521 return SfxViewShell::Current()->GlobalKeyInput_Impl( *rEvt.GetKeyEvent() ); in Notify()
/trunk/main/sw/source/ui/cctrl/
H A Dactctrl.cxx47 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify()
/trunk/main/svx/source/sidebar/text/
H A DSvxSBFontNameBox.cxx146 const sal_uInt16 nCode (rNEvt.GetKeyEvent()->GetKeyCode().GetCode()); in Notify()
/trunk/main/dbaccess/source/ui/browser/
H A Ddataview.cxx167 const KeyEvent* pKeyEvent = _rNEvt.GetKeyEvent(); in PreNotify()
/trunk/main/framework/source/uielement/
H A Dedittoolbarcontroller.cxx227 const ::KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify()
/trunk/main/svtools/source/edit/
H A Deditsyntaxhighlighter.cxx133 DoBracketHilight(rNEvt.GetKeyEvent()->GetCharCode()); in PreNotify()
/trunk/main/formula/source/ui/dlg/
H A Dfuncpage.cxx71 KeyInput(*aNotifyEvt.GetKeyEvent()); in PreNotify()

Completed in 136 milliseconds

12345