Home
last modified time | relevance | path

Searched refs:HandleShortCutKey (Results 1 – 11 of 11) sorted by relevance

/trunk/main/extensions/source/bibliography/
H A Dbibcont.cxx48 sal_Bool BibShortCutHandler::HandleShortCutKey( const KeyEvent& ) in HandleShortCutKey() function in BibShortCutHandler
128 sal_Bool BibWindowContainer::HandleShortCutKey( const KeyEvent& rKeyEvent ) in HandleShortCutKey() function in BibWindowContainer
130 return pChild? pChild->HandleShortCutKey( rKeyEvent ) : sal_False; in HandleShortCutKey()
252 else if( pKEvt->GetCharCode() && HandleShortCutKey( *pKEvt ) ) in PreNotify()
260 sal_Bool BibBookContainer::HandleShortCutKey( const KeyEvent& rKeyEvent ) in HandleShortCutKey() function in BibBookContainer
265 bRet = pTopWin->HandleShortCutKey( rKeyEvent ); in HandleShortCutKey()
268 bRet = pBottomWin->HandleShortCutKey( rKeyEvent ); in HandleShortCutKey()
H A Dbibcont.hxx56 …virtual sal_Bool HandleShortCutKey( const KeyEvent& rKeyEvent ); // returns true, if key was han…
107 …virtual sal_Bool HandleShortCutKey( const KeyEvent& rKeyEvent ); // returns true, if key was hand…
H A Dbibview.cxx221 sal_Bool BibView::HandleShortCutKey( const KeyEvent& rKeyEvent ) in HandleShortCutKey() function in bib::BibView
223 return m_pGeneralPage? m_pGeneralPage->HandleShortCutKey( rKeyEvent ) : sal_False; in HandleShortCutKey()
H A Dbibshortcuthandler.hxx45 …virtual sal_Bool HandleShortCutKey( const KeyEvent& rKeyEvent ); // returns true, if key was han…
H A Dbibview.hxx73 …virtual sal_Bool HandleShortCutKey( const KeyEvent& rKeyEvent ); // returns true, if key was hand…
H A Dgeneral.hxx178 …virtual sal_Bool HandleShortCutKey( const KeyEvent& rKeyEvent ); // returns true, if key was ha…
H A Dgeneral.cxx825 sal_Bool BibGeneralPage::HandleShortCutKey( const KeyEvent& rKeyEvent ) in HandleShortCutKey() function in BibGeneralPage
/trunk/main/svtools/source/contnr/
H A Divctrl.cxx560 sal_Bool SvtIconChoiceCtrl::HandleShortCutKey( const KeyEvent& r ) in HandleShortCutKey() function in SvtIconChoiceCtrl
562 return _pImp->HandleShortCutKey( r ); in HandleShortCutKey()
H A Dimivctl.hxx533 sal_Bool HandleShortCutKey( const KeyEvent& rKeyEvent );
H A Dimivctl1.cxx4637 sal_Bool SvxIconChoiceCtrl_Impl::HandleShortCutKey( const KeyEvent& rKEvt ) in HandleShortCutKey() function in SvxIconChoiceCtrl_Impl
/trunk/main/svtools/inc/svtools/
H A Divctrl.hxx371 sal_Bool HandleShortCutKey( const KeyEvent& rKeyEvent );

Completed in 65 milliseconds