Home
last modified time | relevance | path

Searched refs:PreNotify (Results 1 – 25 of 189) sorted by path

12345678

/trunk/main/automation/source/server/
H A Dsta_list.cxx1091 if ( !WinP->PreNotify( aNEvt ) ) \
/trunk/main/basctl/source/basicide/
H A Dbasicbox.cxx267 long BasicLibBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() function in BasicLibBox
309 return nDone ? nDone : ListBox::PreNotify( rNEvt ); in PreNotify()
496 long BasicLanguageBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() function in BasicLanguageBox
526 return nDone ? nDone : ListBox::PreNotify( rNEvt ); in PreNotify()
H A Dbasicbox.hxx97 virtual long PreNotify( NotifyEvent& rNEvt );
137 virtual long PreNotify( NotifyEvent& rNEvt );
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1395 long SentenceEditWindow_Impl::PreNotify( NotifyEvent& rNEvt ) in PreNotify() function in SentenceEditWindow_Impl
1662 long nRet = bChange ? 1 : MultiLineEdit::PreNotify(rNEvt); in PreNotify()
H A Dcolorpicker.cxx206 virtual long PreNotify( NotifyEvent& rNEvt );
258 long HexColorControl::PreNotify( NotifyEvent& rNEvt ) in PreNotify() function in cui::HexColorControl
266 return Edit::PreNotify( rNEvt ); in PreNotify()
H A Dcommonlingui.cxx54 long SvxClickInfoCtr::PreNotify( NotifyEvent& rNEvt ) in PreNotify() function in SvxClickInfoCtr
61 return Control::PreNotify(rNEvt); in PreNotify()
H A Dcommonlingui.hxx59 virtual long PreNotify( NotifyEvent& rNEvt );
H A Dhangulhanjadlg.cxx1478 long SuggestionEdit::PreNotify( NotifyEvent& rNEvt ) in PreNotify() function in svx::SuggestionEdit
1523 nHandled = Edit::PreNotify( rNEvt ); in PreNotify()
H A Dhltpbase.cxx260 long SvxHyperURLBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() function in SvxHyperURLBox
262 return SvtURLBox::PreNotify( rNEvt ); in PreNotify()
/trunk/main/cui/source/inc/
H A DSpellDialog.hxx84 virtual long PreNotify( NotifyEvent& rNEvt );
H A Dautocdlg.hxx406 virtual long PreNotify( NotifyEvent& rNEvt );
H A Dhangulhanjadlg.hxx277 virtual long PreNotify( NotifyEvent& rNEvt );
H A Dhltpbase.hxx91 virtual long PreNotify( NotifyEvent& rNEvt );
H A Dnumfmt.hxx100 virtual long PreNotify( NotifyEvent& rNEvt );
/trunk/main/cui/source/options/
H A Doptcolor.cxx1084 virtual long PreNotify( NotifyEvent& rNEvt );
1366 long ColorConfigCtrl_Impl::PreNotify( NotifyEvent& rNEvt ) in PreNotify() function in ColorConfigCtrl_Impl
1378 return Control::PreNotify(rNEvt); in PreNotify()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx2630 long OfaAutoCompleteTabPage::AutoCompleteMultiListBox::PreNotify( in PreNotify() function in OfaAutoCompleteTabPage::AutoCompleteMultiListBox
2633 long nHandled = MultiListBox::PreNotify( rNEvt ); in PreNotify()
H A Dnumfmt.cxx1842 long SvxNumberFormatTabPage::PreNotify( NotifyEvent& rNEvt ) in PreNotify() function in SvxNumberFormatTabPage
1856 return SfxTabPage::PreNotify( rNEvt ); in PreNotify()
/trunk/main/dbaccess/inc/
H A Ddataview.hxx60 virtual long PreNotify( NotifyEvent& rNEvt );
/trunk/main/dbaccess/source/ui/app/
H A DAppView.cxx347 long OApplicationView::PreNotify( NotifyEvent& rNEvt ) in PreNotify() function in OApplicationView
374 return ODataView::PreNotify(rNEvt); in PreNotify()
H A DAppView.hxx140 virtual long PreNotify( NotifyEvent& rNEvt );
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwview.cxx346 long UnoDataBrowserView::PreNotify( NotifyEvent& rNEvt ) in PreNotify() function in UnoDataBrowserView
369 return nDone ? nDone : ODataView::PreNotify(rNEvt); in PreNotify()
H A Ddataview.cxx160 long ODataView::PreNotify( NotifyEvent& _rNEvt ) in PreNotify() function in dbaui::ODataView
180 return bHandled ? 1L : Window::PreNotify( _rNEvt ); in PreNotify()
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx138 virtual long PreNotify(NotifyEvent& rNEvt );
234 long ORelationControl::PreNotify(NotifyEvent& rNEvt) in PreNotify() function in dbaui::ORelationControl
242 return EditBrowseBox::PreNotify(rNEvt); in PreNotify()
H A DTableGrantCtrl.cxx184 long OTableGrantControl::PreNotify(NotifyEvent& rNEvt) in PreNotify() function in OTableGrantControl
200 return EditBrowseBox::PreNotify(rNEvt); in PreNotify()
/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx726 long OConnectionHelper::PreNotify( NotifyEvent& _rNEvt ) in PreNotify() function in dbaui::OConnectionHelper
749 return OGenericAdministrationPage::PreNotify( _rNEvt ); in PreNotify()

Completed in 360 milliseconds

12345678