/trunk/main/svx/source/tbxctrls/ |
H A D | itemwin.cxx | 174 sal_uInt16 nType = rNEvt.GetType(); in PreNotify() 196 return LineLB::PreNotify( rNEvt ); in PreNotify() 203 long nHandled = LineLB::Notify( rNEvt ); in Notify() 205 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify() 380 sal_uInt16 nType = rNEvt.GetType(); in PreNotify() 403 return ColorLB::PreNotify( rNEvt ); in PreNotify() 599 sal_uInt16 nType = rNEvt.GetType(); in PreNotify() 688 sal_uInt16 nType = rNEvt.GetType(); in PreNotify() 702 return FillTypeLB::PreNotify( rNEvt ); in PreNotify() 776 sal_uInt16 nType = rNEvt.GetType(); in PreNotify() [all …]
|
H A D | tbcontrl.cxx | 144 virtual long PreNotify( NotifyEvent& rNEvt ); 145 virtual long Notify( NotifyEvent& rNEvt ); 214 virtual long PreNotify( NotifyEvent& rNEvt ); 215 virtual long Notify( NotifyEvent& rNEvt ); 462 sal_uInt16 nType = rNEvt.GetType(); in PreNotify() 472 return ComboBox::PreNotify( rNEvt ); in PreNotify() 481 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify() 673 sal_uInt16 nType = rNEvt.GetType(); in PreNotify() 680 return FontNameBox::PreNotify( rNEvt ); in PreNotify() 689 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify() [all …]
|
H A D | tbunocontroller.cxx | 61 virtual long Notify( NotifyEvent& rNEvt ); 190 long SvxFontSizeBox_Impl::Notify( NotifyEvent& rNEvt ) in Notify() argument 194 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify() 196 sal_uInt16 nCode = rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in Notify() 218 else if( EVENT_LOSEFOCUS == rNEvt.GetType() ) in Notify() 225 return nHandled ? nHandled : FontSizeBox::Notify( rNEvt ); in Notify()
|
H A D | grafctrl.cxx | 381 virtual long PreNotify( NotifyEvent& rNEvt ); 382 virtual long Notify( NotifyEvent& rNEvt ); 440 long ImplGrafModeControl::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument 442 sal_uInt16 nType = rNEvt.GetType(); in PreNotify() 447 return ListBox::PreNotify( rNEvt ); in PreNotify() 452 long ImplGrafModeControl::Notify( NotifyEvent& rNEvt ) in Notify() argument 454 long nHandled = ListBox::Notify( rNEvt ); in Notify() 456 if( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify() 458 const KeyEvent* pKEvt = rNEvt.GetKeyEvent(); in Notify()
|
/trunk/main/vcl/source/control/ |
H A D | field.cxx | 865 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify() 886 return SpinField::Notify( rNEvt ); in Notify() 984 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify() 1005 return ComboBox::Notify( rNEvt ); in Notify() 1829 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify() 1850 return SpinField::Notify( rNEvt ); in Notify() 1955 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify() 1976 return ComboBox::Notify( rNEvt ); in Notify() 2296 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify() 2415 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify() [all …]
|
H A D | field2.cxx | 950 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify() 973 return SpinField::Notify( rNEvt ); in Notify() 1028 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify() 1036 return ComboBox::PreNotify( rNEvt ); in PreNotify() 1051 return ComboBox::Notify( rNEvt ); in Notify() 2162 return SpinField::Notify( rNEvt ); in Notify() 2305 return ComboBox::Notify( rNEvt ); in Notify() 3164 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify() 3196 return SpinField::Notify( rNEvt ); in Notify() 3347 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify() [all …]
|
H A D | longcurr.cxx | 653 if( rNEvt.GetType() == EVENT_KEYINPUT ) in PreNotify() 658 return SpinField::PreNotify( rNEvt ); in PreNotify() 665 if( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify() 669 else if( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify() 677 return SpinField::Notify( rNEvt ); in Notify() 765 if( rNEvt.GetType() == EVENT_KEYINPUT ) in PreNotify() 770 return ComboBox::PreNotify( rNEvt ); in PreNotify() 775 long LongCurrencyBox::Notify( NotifyEvent& rNEvt ) in Notify() argument 777 if( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify() 781 else if( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify() [all …]
|
H A D | combobox.cxx | 815 long ComboBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument 818 return Edit::PreNotify( rNEvt ); in PreNotify() 823 long ComboBox::Notify( NotifyEvent& rNEvt ) in Notify() argument 826 if( ( rNEvt.GetType() == EVENT_KEYINPUT ) && ( rNEvt.GetWindow() == mpSubEdit ) in Notify() 829 KeyEvent aKeyEvt = *rNEvt.GetKeyEvent(); in Notify() 864 if( ( rNEvt.GetWindow() == mpSubEdit ) && IsInDropDown() ) in Notify() 873 else if ( (rNEvt.GetType() == EVENT_LOSEFOCUS) && mpFloatWin ) in Notify() 880 else if( (rNEvt.GetType() == EVENT_COMMAND) && in Notify() 882 (rNEvt.GetWindow() == mpSubEdit) ) in Notify() 898 …else if( ( rNEvt.GetType() == EVENT_MOUSEBUTTONDOWN ) && ( rNEvt.GetWindow() == mpImplLB->GetMainW… in Notify() [all …]
|
H A D | spinfld.cxx | 531 long SpinField::Notify( NotifyEvent& rNEvt ) in Notify() argument 534 if( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify() 536 const KeyEvent& rKEvt = *rNEvt.GetKeyEvent(); in Notify() 588 if ( rNEvt.GetType() == EVENT_COMMAND ) in Notify() 590 if ( ( rNEvt.GetCommandEvent()->GetCommand() == COMMAND_WHEEL ) && !IsReadOnly() ) in Notify() 599 const CommandWheelData* pData = rNEvt.GetCommandEvent()->GetWheelData(); in Notify() 614 return nDone ? nDone : Edit::Notify( rNEvt ); in Notify() 905 long SpinField::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument 910 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify() 952 return nDone ? nDone : Edit::PreNotify(rNEvt); in PreNotify()
|
/trunk/main/vcl/inc/vcl/ |
H A D | field.hxx | 510 virtual long Notify( NotifyEvent& rNEvt ); 530 virtual long Notify( NotifyEvent& rNEvt ); 557 virtual long Notify( NotifyEvent& rNEvt ); 624 virtual long Notify( NotifyEvent& rNEvt ); 656 virtual long Notify( NotifyEvent& rNEvt ); 692 virtual long Notify( NotifyEvent& rNEvt ); 723 virtual long Notify( NotifyEvent& rNEvt ); 750 virtual long Notify( NotifyEvent& rNEvt ); 777 virtual long Notify( NotifyEvent& rNEvt ); 810 virtual long Notify( NotifyEvent& rNEvt ); [all …]
|
/trunk/main/sfx2/source/view/ |
H A D | frame2.cxx | 81 virtual long PreNotify( NotifyEvent& rNEvt ); 107 long SfxFrameWindow_Impl::Notify( NotifyEvent& rNEvt ) in Notify() argument 114 return Window::Notify( rNEvt ); in Notify() 116 if ( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify() 125 Window* pWindow = rNEvt.GetWindow(); in Notify() 141 else if( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify() 158 return Window::Notify( rNEvt ); in Notify() 163 sal_uInt16 nType = rNEvt.GetType(); in PreNotify() 173 Window* pWindow = rNEvt.GetWindow(); in PreNotify() 184 Window* pWindow = rNEvt.GetWindow(); in PreNotify() [all …]
|
/trunk/main/svtools/source/brwbox/ |
H A D | ebbcontrols.cxx | 59 long ComboBoxControl::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument 61 switch (rNEvt.GetType()) in PreNotify() 66 const KeyEvent *pEvt = rNEvt.GetKeyEvent(); in PreNotify() 85 return ComboBox::PreNotify(rNEvt); in PreNotify() 166 long ListBoxControl::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument 168 switch (rNEvt.GetType()) in PreNotify() 173 const KeyEvent *pEvt = rNEvt.GetKeyEvent(); in PreNotify() 190 else if (GetParent()->PreNotify(rNEvt)) in PreNotify() 195 return ListBox::PreNotify(rNEvt); in PreNotify() 586 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in PreNotify() [all …]
|
/trunk/main/svx/inc/svx/ |
H A D | itemwin.hxx | 64 virtual long PreNotify( NotifyEvent& rNEvt ); 65 virtual long Notify( NotifyEvent& rNEvt ); 101 virtual long PreNotify( NotifyEvent& rNEvt ); 102 virtual long Notify( NotifyEvent& rNEvt ); 128 virtual long PreNotify( NotifyEvent& rNEvt ); 129 virtual long Notify( NotifyEvent& rNEvt ); 155 virtual long PreNotify( NotifyEvent& rNEvt ); 156 virtual long Notify( NotifyEvent& rNEvt ); 179 virtual long PreNotify( NotifyEvent& rNEvt ); 180 virtual long Notify( NotifyEvent& rNEvt );
|
/trunk/main/basctl/source/basicide/ |
H A D | basicbox.cxx | 267 long BasicLibBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument 270 if( rNEvt.GetType() == EVENT_KEYINPUT ) in PreNotify() 272 KeyEvent aKeyEvt = *rNEvt.GetKeyEvent(); in PreNotify() 292 else if( rNEvt.GetType() == EVENT_GETFOCUS ) in PreNotify() 300 else if( rNEvt.GetType() == EVENT_LOSEFOCUS ) in PreNotify() 309 return nDone ? nDone : ListBox::PreNotify( rNEvt ); in PreNotify() 496 long BasicLanguageBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument 499 if( rNEvt.GetType() == EVENT_KEYINPUT ) in PreNotify() 519 else if( rNEvt.GetType() == EVENT_GETFOCUS ) in PreNotify() 522 else if( rNEvt.GetType() == EVENT_LOSEFOCUS ) in PreNotify() [all …]
|
/trunk/main/sfx2/source/appl/ |
H A D | newhelp.cxx | 420 if ( rNEvt.GetType() == EVENT_KEYINPUT && in Notify() 527 if ( rNEvt.GetType() == EVENT_KEYINPUT && in Notify() 942 rNEvt.GetWindow() == GetSubEdit() && in PreNotify() 943 rNEvt.GetType() == EVENT_KEYINPUT && in PreNotify() 1347 sal_uInt16 nType = rNEvt.GetType(); in Notify() 1833 sal_uInt16 nType = rNEvt.GetType(); in PreNotify() 2057 …if( ( rNEvt.GetType() == EVENT_KEYINPUT ) && rNEvt.GetKeyEvent()->GetKeyCode().GetCode() == KEY_TA… in Notify() 2058 return GetParent()->Notify( rNEvt ); in Notify() 2060 return DockingWindow::Notify( rNEvt ); in Notify() 2572 sal_uInt16 nType = rNEvt.GetType(); in PreNotify() [all …]
|
H A D | newhelp.hxx | 93 virtual long Notify( NotifyEvent& rNEvt ); 141 virtual long Notify( NotifyEvent& rNEvt ); 204 virtual long PreNotify( NotifyEvent& rNEvt ); 215 virtual long Notify( NotifyEvent& rNEvt ); 272 virtual long Notify( NotifyEvent& rNEvt ); 348 virtual long PreNotify( NotifyEvent& rNEvt ); 427 virtual long Notify( NotifyEvent& rNEvt ); 486 virtual long PreNotify( NotifyEvent& rNEvt ); 554 virtual long PreNotify( NotifyEvent& rNEvt );
|
/trunk/main/svx/source/sidebar/text/ |
H A D | SvxSBFontNameBox.cxx | 129 long SvxSBFontNameBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument 131 const sal_uInt16 nType (rNEvt.GetType()); in PreNotify() 135 return FontNameBox::PreNotify( rNEvt ); in PreNotify() 138 long SvxSBFontNameBox::Notify( NotifyEvent& rNEvt) //SfxBroadcaster& rBC, const SfxHint& rHint in Notify() argument 144 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify() 146 const sal_uInt16 nCode (rNEvt.GetKeyEvent()->GetKeyCode().GetCode()); in Notify() 155 return bHandle ? bHandle : FontNameBox::Notify( rNEvt ); in Notify()
|
/trunk/main/framework/source/uielement/ |
H A D | edittoolbarcontroller.cxx | 88 virtual long PreNotify( NotifyEvent& rNEvt ); 133 long EditControl::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument 137 nRet = m_pEditListener->PreNotify( rNEvt ); in PreNotify() 139 nRet = Edit::PreNotify( rNEvt ); in PreNotify() 223 long EditToolbarController::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument 225 if( rNEvt.GetType() == EVENT_KEYINPUT ) in PreNotify() 227 const ::KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify()
|
H A D | comboboxtoolbarcontroller.cxx | 93 virtual long PreNotify( NotifyEvent& rNEvt ); 152 long ComboBoxControl::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument 156 nRet = m_pComboBoxListener->PreNotify( rNEvt ); in PreNotify() 158 nRet = ComboBox::PreNotify( rNEvt ); in PreNotify() 258 long ComboboxToolbarController::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument 260 switch ( rNEvt.GetType() ) in PreNotify() 264 const ::KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify()
|
H A D | spinfieldtoolbarcontroller.cxx | 100 virtual long PreNotify( NotifyEvent& rNEvt ); 187 long SpinfieldControl::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument 191 nRet = m_pSpinFieldListener->PreNotify( rNEvt ); in PreNotify() 193 nRet = SpinField::PreNotify( rNEvt ); in PreNotify() 345 long SpinfieldToolbarController::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument 347 if( rNEvt.GetType() == EVENT_KEYINPUT ) in PreNotify() 349 const ::KeyEvent* pKeyEvent = rNEvt.GetKeyEvent(); in PreNotify()
|
/trunk/main/sc/source/ui/navipi/ |
H A D | scenwnd.cxx | 123 long ScScenarioListBox::Notify( NotifyEvent& rNEvt ) in Notify() argument 127 if( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify() 129 KeyCode aCode = rNEvt.GetKeyEvent()->GetKeyCode(); in Notify() 142 else if ( rNEvt.GetType() == EVENT_COMMAND && GetSelectEntryCount() ) in Notify() 144 const CommandEvent* pCEvt = rNEvt.GetCommandEvent(); in Notify() 171 return bHandled ? 1 : ListBox::Notify( rNEvt ); in Notify()
|
/trunk/main/svtools/source/control/ |
H A D | fmtfield.cxx | 602 long FormattedField::PreNotify(NotifyEvent& rNEvt) in PreNotify() argument 605 if (rNEvt.GetType() == EVENT_KEYINPUT) in PreNotify() 607 return SpinField::PreNotify(rNEvt); in PreNotify() 852 long FormattedField::Notify(NotifyEvent& rNEvt) in Notify() argument 856 if ((rNEvt.GetType() == EVENT_KEYINPUT) && !IsReadOnly()) in Notify() 858 const KeyEvent& rKEvt = *rNEvt.GetKeyEvent(); in Notify() 875 if ((rNEvt.GetType() == EVENT_COMMAND) && !IsReadOnly()) in Notify() 877 const CommandEvent* pCommand = rNEvt.GetCommandEvent(); in Notify() 880 const CommandWheelData* pData = rNEvt.GetCommandEvent()->GetWheelData(); in Notify() 891 if (rNEvt.GetType() == EVENT_LOSEFOCUS) in Notify() [all …]
|
/trunk/main/vcl/source/window/ |
H A D | syswin.cxx | 97 long SystemWindow::Notify( NotifyEvent& rNEvt ) in Notify() argument 100 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify() 109 if ( pMBar && pMBar->ImplHandleKeyEvent( *rNEvt.GetKeyEvent(), sal_False ) ) in Notify() 113 return Window::Notify( rNEvt ); in Notify() 118 long SystemWindow::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument 121 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in PreNotify() 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() [all …]
|
H A D | window.cxx | 5101 if( rNEvt.GetType() == EVENT_COMMAND ) in ImplNotifyKeyMouseCommandEventListeners() 5111 if ( rNEvt.GetWindow() == this ) in ImplNotifyKeyMouseCommandEventListeners() 5139 …MouseEvent aMouseEvent = ImplTranslateMouseEvent( *rNEvt.GetMouseEvent(), rNEvt.GetWindow(), this … in ImplNotifyKeyMouseCommandEventListeners() 5152 …MouseEvent aMouseEvent = ImplTranslateMouseEvent( *rNEvt.GetMouseEvent(), rNEvt.GetWindow(), this … in ImplNotifyKeyMouseCommandEventListeners() 5165 …MouseEvent aMouseEvent = ImplTranslateMouseEvent( *rNEvt.GetMouseEvent(), rNEvt.GetWindow(), this … in ImplNotifyKeyMouseCommandEventListeners() 5289 long Window::Notify( NotifyEvent& rNEvt ) in Notify() argument 5369 if ( (rNEvt.GetType() == EVENT_KEYINPUT) || (rNEvt.GetType() == EVENT_KEYUP) ) in Notify() 5374 nRet = ImplDlgCtrl( *rNEvt.GetKeyEvent(), rNEvt.GetType() == EVENT_KEYINPUT ); in Notify() 5377 else if ( (rNEvt.GetType() == EVENT_GETFOCUS) || (rNEvt.GetType() == EVENT_LOSEFOCUS) ) in Notify() 5379 ImplDlgCtrlFocusChanged( rNEvt.GetWindow(), rNEvt.GetType() == EVENT_GETFOCUS ); in Notify() [all …]
|
/trunk/main/sw/source/ui/misc/ |
H A D | bookmark.cxx | 283 long BookmarkCombo::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument 286 if( EVENT_KEYINPUT == rNEvt.GetType() && in PreNotify() 287 rNEvt.GetKeyEvent()->GetCharCode() ) in PreNotify() 289 String sKey( rNEvt.GetKeyEvent()->GetCharCode() ); in PreNotify() 294 nHandled = SwComboBox::PreNotify( rNEvt ); in PreNotify()
|