Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dfileurlbox.cxx75 long FileURLBox::PreNotify( NotifyEvent& _rNEvt ) in PreNotify() argument
77 switch ( _rNEvt.GetType() ) in PreNotify()
80 if ( ( GetSubEdit() == _rNEvt.GetWindow() ) in PreNotify()
81 && ( KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in PreNotify()
88 if ( IsWindowOrChild( _rNEvt.GetWindow() ) ) in PreNotify()
93 return SvtURLBox::PreNotify(_rNEvt); in PreNotify()
97 long FileURLBox::Notify( NotifyEvent& _rNEvt ) in Notify() argument
99 switch ( _rNEvt.GetType() ) in Notify()
102 if ( ( GetSubEdit() == _rNEvt.GetWindow() ) in Notify()
107 long nReturn = SvtURLBox::Notify(_rNEvt); in Notify()
[all …]
H A Durlcontrol.cxx53 long OFileURLControl::PreNotify( NotifyEvent& _rNEvt ) in PreNotify() argument
55 if (GetSubEdit() == _rNEvt.GetWindow()) in PreNotify()
56 if (EVENT_KEYINPUT == _rNEvt.GetType()) in PreNotify()
57 if (KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode()) in PreNotify()
61 return SvtURLBox::PreNotify(_rNEvt); in PreNotify()
65 long OFileURLControl::Notify( NotifyEvent& _rNEvt ) in Notify() argument
67 if (GetSubEdit() == _rNEvt.GetWindow()) in Notify()
68 if (EVENT_KEYINPUT == _rNEvt.GetType()) in Notify()
69 if (KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode()) in Notify()
72 long nReturn = SvtURLBox::Notify(_rNEvt); in Notify()
[all …]
H A Droadmap.cxx710 long ORoadmap::PreNotify( NotifyEvent& _rNEvt ) in PreNotify() argument
713 if ( _rNEvt.GetType() == EVENT_KEYINPUT ) in PreNotify()
715 Window* pWindow = _rNEvt.GetWindow(); in PreNotify()
719 sal_Int16 nKeyCode = _rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in PreNotify()
743 return Window::PreNotify( _rNEvt ); in PreNotify()
/trunk/main/forms/source/richtext/
H A Drichtextvclcontrol.cxx214 long RichTextControl::PreNotify( NotifyEvent& _rNEvt ) in PreNotify() argument
216 if ( IsWindowOrChild( _rNEvt.GetWindow() ) ) in PreNotify()
218 if ( EVENT_KEYINPUT == _rNEvt.GetType() ) in PreNotify()
220 const ::KeyEvent* pKeyEvent = _rNEvt.GetKeyEvent(); in PreNotify()
303 return Control::PreNotify( _rNEvt ); in PreNotify()
307 long RichTextControl::Notify( NotifyEvent& _rNEvt ) in Notify() argument
310 if ( _rNEvt.GetType() == EVENT_COMMAND ) in Notify()
312 const CommandEvent& rEvent = *_rNEvt.GetCommandEvent(); in Notify()
315 return nDone ? nDone : Control::Notify( _rNEvt ); in Notify()
H A Drichtextvclcontrol.hxx121 virtual long PreNotify( NotifyEvent& _rNEvt );
122 virtual long Notify( NotifyEvent& _rNEvt );
/trunk/main/dbaccess/source/ui/browser/
H A Ddataview.cxx160 long ODataView::PreNotify( NotifyEvent& _rNEvt ) in PreNotify() argument
163 switch ( _rNEvt.GetType() ) in PreNotify()
167 const KeyEvent* pKeyEvent = _rNEvt.GetKeyEvent(); in PreNotify()
177 bHandled = m_rController.interceptUserInput( _rNEvt ); in PreNotify()
180 return bHandled ? 1L : Window::PreNotify( _rNEvt ); in PreNotify()
/trunk/main/extensions/source/propctrlr/
H A Dbrowserview.cxx103 long OPropertyBrowserView::Notify( NotifyEvent& _rNEvt ) in Notify() argument
105 if ( EVENT_KEYINPUT == _rNEvt.GetType() ) in Notify()
107 sal_uInt16 nKey = _rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in Notify()
115 return Window::Notify( _rNEvt ); in Notify()
H A Dstandardcontrol.hxx75 long PreNotify( NotifyEvent& _rNEvt );
80 long ListLikeControlWithModifyHandler< LISTBOX_WINDOW >::PreNotify( NotifyEvent& _rNEvt ) in PreNotify() argument
82 if ( _rNEvt.GetType() == EVENT_KEYINPUT ) in PreNotify()
84 const ::KeyEvent* pKeyEvent = _rNEvt.GetKeyEvent(); in PreNotify()
95 return ListBoxType::GetParent()->PreNotify( _rNEvt ); in PreNotify()
99 return ListBoxType::PreNotify( _rNEvt ); in PreNotify()
H A Dbrowserlistbox.cxx1221 long OBrowserListBox::PreNotify( NotifyEvent& _rNEvt ) in PreNotify() argument
1223 switch ( _rNEvt.GetType() ) in PreNotify()
1227 const KeyEvent* pKeyEvent = _rNEvt.GetKeyEvent(); in PreNotify()
1275 return Control::PreNotify( _rNEvt ); in PreNotify()
1279 long OBrowserListBox::Notify( NotifyEvent& _rNEvt ) in Notify() argument
1281 switch ( _rNEvt.GetType() ) in Notify()
1285 const CommandEvent* pCommand = _rNEvt.GetCommandEvent(); in Notify()
1301 return Control::Notify( _rNEvt ); in Notify()
H A Dstandardcontrol.cxx989 virtual long PreNotify(NotifyEvent& _rNEvt);
1007 long OMultilineFloatingEdit::PreNotify(NotifyEvent& _rNEvt) in PreNotify() argument
1011 sal_uInt16 nSwitch = _rNEvt.GetType(); in PreNotify()
1014 const KeyCode& aKeyCode = _rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify()
1028 nResult=FloatingWindow::PreNotify(_rNEvt); in PreNotify()
1031 nResult=FloatingWindow::PreNotify(_rNEvt); in PreNotify()
H A Dbrowserlistbox.hxx144 long Notify( NotifyEvent& _rNEvt );
145 long PreNotify( NotifyEvent& _rNEvt );
H A Dbrowserview.hxx55 virtual long Notify( NotifyEvent& _rNEvt );
H A Dcommoncontrol.hxx153 bool handlePreNotify(NotifyEvent& _rNEvt);
/trunk/main/svtools/source/table/
H A Ddefaultinputhandler.cxx225 bool DefaultInputHandler::PreNotify( ITableControl& _rControl, NotifyEvent& _rNEvt ) in PreNotify() argument
228 (void)_rNEvt; in PreNotify()
234 bool DefaultInputHandler::Notify( ITableControl& _rControl, NotifyEvent& _rNEvt ) in Notify() argument
237 (void)_rNEvt; in Notify()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondFormat.cxx509 long ConditionalFormattingDialog::PreNotify( NotifyEvent& _rNEvt ) in PreNotify() argument
511 switch ( _rNEvt.GetType() ) in PreNotify()
515 const KeyEvent* pKeyEvent( _rNEvt.GetKeyEvent() ); in PreNotify()
537 const Window* pGetFocusWindow( _rNEvt.GetWindow() ); in PreNotify()
558 return ModalDialog::PreNotify( _rNEvt ); in PreNotify()
H A DAddField.cxx259 long OAddFieldWindow::PreNotify( NotifyEvent& _rNEvt ) in PreNotify() argument
261 if ( EVENT_KEYINPUT == _rNEvt.GetType() ) in PreNotify()
263 const KeyCode& rKeyCode = _rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify()
274 return FloatingWindow::PreNotify( _rNEvt ); in PreNotify()
/trunk/main/svx/source/form/
H A Dtabwin.cxx293 long FmFieldWin::PreNotify( NotifyEvent& _rNEvt ) in PreNotify() argument
295 if ( EVENT_KEYINPUT == _rNEvt.GetType() ) in PreNotify()
297 const KeyCode& rKeyCode = _rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify()
305 return SfxFloatingWindow::PreNotify( _rNEvt ); in PreNotify()
/trunk/main/cui/source/options/
H A Dconnpooloptions.cxx388 long ConnectionPoolOptionsPage::Notify( NotifyEvent& _rNEvt ) in Notify() argument
390 if (EVENT_LOSEFOCUS == _rNEvt.GetType()) in Notify()
391 if (m_aTimeout.IsWindowOrChild(_rNEvt.GetWindow())) in Notify()
394 return SfxTabPage::Notify(_rNEvt); in Notify()
H A Dconnpooloptions.hxx67 virtual long Notify( NotifyEvent& _rNEvt );
/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx726 long OConnectionHelper::PreNotify( NotifyEvent& _rNEvt ) in PreNotify() argument
730 switch (_rNEvt.GetType()) in PreNotify()
733 if (m_aConnectionURL.IsWindowOrChild(_rNEvt.GetWindow()) && m_bUserGrabFocus) in PreNotify()
740 if (m_aConnectionURL.IsWindowOrChild(_rNEvt.GetWindow()) && m_bUserGrabFocus) in PreNotify()
749 return OGenericAdministrationPage::PreNotify( _rNEvt ); in PreNotify()
H A DConnectionHelper.hxx80 virtual long PreNotify( NotifyEvent& _rNEvt );
/trunk/main/svtools/source/dialogs/
H A Daddresstemplate.cxx1271 long AddressBookSourceDialog::PreNotify( NotifyEvent& _rNEvt ) in PreNotify() argument
1273 switch (_rNEvt.GetType()) in PreNotify()
1277 const KeyEvent* pKeyEvent = _rNEvt.GetKeyEvent(); in PreNotify()
1318 return ModalDialog::PreNotify(_rNEvt); in PreNotify()
/trunk/main/svx/source/inc/
H A Dtabwin.hxx98 virtual long PreNotify( NotifyEvent& _rNEvt );
/trunk/main/svtools/inc/svtools/
H A Daddresstemplate.hxx127 virtual long PreNotify( NotifyEvent& _rNEvt );
/trunk/main/reportdesign/source/ui/inc/
H A DAddField.hxx93 virtual long PreNotify( NotifyEvent& _rNEvt );

Completed in 96 milliseconds