Lines Matching refs:Notify
417 long ContentListBox_Impl::Notify( NotifyEvent& rNEvt ) in Notify() function in ContentListBox_Impl
427 return bHandled ? 1 : SvTreeListBox::Notify( rNEvt ); in Notify()
524 long IndexBox_Impl::Notify( NotifyEvent& rNEvt ) in Notify() function in IndexBox_Impl
534 return bHandled ? 1 : ComboBox::Notify( rNEvt ); in Notify()
962 long SearchResultsBox_Impl::Notify( NotifyEvent& rNEvt ) in Notify() function in SearchResultsBox_Impl
972 return bHandled ? 1 : ListBox::Notify( rNEvt ); in Notify()
1344 long BookmarksBox_Impl::Notify( NotifyEvent& rNEvt ) in Notify() function in BookmarksBox_Impl
1375 return nRet ? nRet : ListBox::Notify( rNEvt ); in Notify()
2055 long TextWin_Impl::Notify( NotifyEvent& rNEvt ) in Notify() function in TextWin_Impl
2058 return GetParent()->Notify( rNEvt ); in Notify()
2060 return DockingWindow::Notify( rNEvt ); in Notify()