Home
last modified time | relevance | path

Searched refs:rKeyEvent (Results 1 – 25 of 41) sorted by path

12

/trunk/main/cui/source/customize/
H A Dcfg.cxx1568 void SvxMenuEntriesListBox::KeyInput( const KeyEvent& rKeyEvent ) in KeyInput() argument
1570 KeyCode keycode = rKeyEvent.GetKeyCode(); in KeyInput()
1589 SvTreeListBox::KeyInput( rKeyEvent ); in KeyInput()
4956 void SvxToolbarEntriesListBox::KeyInput( const KeyEvent& rKeyEvent ) in KeyInput() argument
4959 if ( rKeyEvent.GetKeyCode() == KEY_SPACE ) in KeyInput()
4966 SvxMenuEntriesListBox::KeyInput( rKeyEvent ); in KeyInput()
/trunk/main/cui/source/inc/
H A Dcfg.hxx357 void KeyInput( const KeyEvent& rKeyEvent );
601 void KeyInput( const KeyEvent& rKeyEvent );
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx126 EDITENG_DLLPRIVATE sal_Bool PostKeyEvent( const KeyEvent& rKeyEvent, EditView* pView );
464 static sal_Bool DoesKeyChangeText( const KeyEvent& rKeyEvent );
465 static sal_Bool DoesKeyMoveCursor( const KeyEvent& rKeyEvent );
466 static sal_Bool IsSimpleCharInput( const KeyEvent& rKeyEvent );
H A Deditview.hxx145 sal_Bool PostKeyEvent( const KeyEvent& rKeyEvent );
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx891 if ( rKeyEvent.GetKeyCode().IsMod1() && rKeyEvent.GetKeyCode().IsMod2() ) in PostKeyEvent()
915 if ( rKeyEvent.GetKeyCode().IsMod1() && rKeyEvent.GetKeyCode().IsMod2() ) in PostKeyEvent()
927 if ( rKeyEvent.GetKeyCode().IsMod1() && rKeyEvent.GetKeyCode().IsMod2() ) in PostKeyEvent()
1072 if ( !bReadOnly && !rKeyEvent.GetKeyCode().IsMod1() && !rKeyEvent.GetKeyCode().IsMod2() ) in PostKeyEvent()
1102 if ( !rKeyEvent.GetKeyCode().IsMod1() && !rKeyEvent.GetKeyCode().IsMod2() ) in PostKeyEvent()
1105 if ( rKeyEvent.GetKeyCode().IsShift() ) in PostKeyEvent()
1135 if ( !rKeyEvent.GetKeyCode().IsMod1() && !rKeyEvent.GetKeyCode().IsMod2() ) in PostKeyEvent()
1142 … if ( ( nCode == KEY_W ) && rKeyEvent.GetKeyCode().IsMod1() && rKeyEvent.GetKeyCode().IsMod2() ) in PostKeyEvent()
2709 switch ( rKeyEvent.GetKeyCode().GetCode() ) in DoesKeyMoveCursor()
2720 if ( !rKeyEvent.GetKeyCode().IsMod2() ) in DoesKeyMoveCursor()
[all …]
H A Deditview.cxx418 sal_Bool EditView::PostKeyEvent( const KeyEvent& rKeyEvent ) in PostKeyEvent() argument
422 return pImpEditView->PostKeyEvent( rKeyEvent ); in PostKeyEvent()
H A Dimpedit.cxx1007 sal_Bool ImpEditView::PostKeyEvent( const KeyEvent& rKeyEvent ) in PostKeyEvent() argument
1011 KeyFuncType eFunc = rKeyEvent.GetKeyCode().GetFunction(); in PostKeyEvent()
1051 bDone = pEditEngine->PostKeyEvent( rKeyEvent, GetEditViewPtr() ); in PostKeyEvent()
H A Dimpedit.hxx288 sal_Bool PostKeyEvent( const KeyEvent& rKeyEvent );
800 EditSelection MoveCursor( const KeyEvent& rKeyEvent, EditView* pEditView );
H A Dimpedit2.cxx851 EditSelection ImpEditEngine::MoveCursor( const KeyEvent& rKeyEvent, EditView* pEditView ) in MoveCursor() argument
866 KeyEvent aTranslatedKeyEvent = rKeyEvent.LogicalTextDirectionality( eTextDirection ); in MoveCursor()
876 …tView, aPaM, rKeyEvent.GetKeyCode().IsMod2() ? i18n::CharacterIteratorMode::SKIPCHARACTER : i18n::… in MoveCursor()
/trunk/main/extensions/source/bibliography/
H A Dbibcont.cxx128 sal_Bool BibWindowContainer::HandleShortCutKey( const KeyEvent& rKeyEvent ) in HandleShortCutKey() argument
130 return pChild? pChild->HandleShortCutKey( rKeyEvent ) : sal_False; in HandleShortCutKey()
260 sal_Bool BibBookContainer::HandleShortCutKey( const KeyEvent& rKeyEvent ) in HandleShortCutKey() argument
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 Dbibshortcuthandler.hxx45 …virtual sal_Bool HandleShortCutKey( const KeyEvent& rKeyEvent ); // returns true, if key was han…
H A Dbibview.cxx221 sal_Bool BibView::HandleShortCutKey( const KeyEvent& rKeyEvent ) in HandleShortCutKey() argument
223 return m_pGeneralPage? m_pGeneralPage->HandleShortCutKey( rKeyEvent ) : sal_False; in HandleShortCutKey()
H A Dbibview.hxx73 …virtual sal_Bool HandleShortCutKey( const KeyEvent& rKeyEvent ); // returns true, if key was hand…
H A Dgeneral.cxx825 sal_Bool BibGeneralPage::HandleShortCutKey( const KeyEvent& rKeyEvent ) in HandleShortCutKey() argument
827 …DBG_ASSERT( KEY_MOD2 == rKeyEvent.GetKeyCode().GetModifier(), "+BibGeneralPage::HandleShortCutKey(… in HandleShortCutKey()
830 const xub_Unicode c = rKeyEvent.GetCharCode(); in HandleShortCutKey()
H A Dgeneral.hxx178 …virtual sal_Bool HandleShortCutKey( const KeyEvent& rKeyEvent ); // returns true, if key was ha…
/trunk/main/forms/source/solar/control/
H A Dnavtoolbar.cxx721 void RecordPositionInput::KeyInput( const KeyEvent& rKeyEvent ) in KeyInput() argument
723 if( rKeyEvent.GetKeyCode() == KEY_RETURN && GetText().Len() ) in KeyInput()
726 NumericField::KeyInput( rKeyEvent ); in KeyInput()
/trunk/main/forms/source/solar/inc/
H A Dnavtoolbar.hxx180 virtual void KeyInput( const KeyEvent& rKeyEvent );
/trunk/main/sc/source/ui/inc/
H A Dtabview.hxx383 sal_Bool MoveCursorKeyInput( const KeyEvent& rKeyEvent );
H A Dtabvwsh.hxx230 virtual FASTBOOL KeyInput( const KeyEvent &rKeyEvent );
/trunk/main/sc/source/ui/view/
H A Dtabview3.cxx1288 sal_Bool ScTabView::MoveCursorKeyInput( const KeyEvent& rKeyEvent ) in MoveCursorKeyInput() argument
1290 const KeyCode& rKCode = rKeyEvent.GetKeyCode(); in MoveCursorKeyInput()
H A Dtabvwsh4.cxx1535 sal_Bool ScTabViewShell::SfxKeyInput(const KeyEvent& rKeyEvent) in SfxKeyInput() argument
1537 return sal::static_int_cast<sal_Bool>(SfxViewShell::KeyInput( rKeyEvent )); in SfxKeyInput()
1540 FASTBOOL __EXPORT ScTabViewShell::KeyInput( const KeyEvent &rKeyEvent ) in KeyInput() argument
1543 return TabKeyInput( rKeyEvent ); in KeyInput()
/trunk/main/sfx2/inc/sfx2/
H A Dviewsh.hxx225 virtual FASTBOOL KeyInput( const KeyEvent &rKeyEvent );
296 SAL_DLLPRIVATE bool GlobalKeyInput_Impl( const KeyEvent &rKeyEvent );
/trunk/main/sfx2/source/dialog/
H A Dversdlg.cxx182 void SfxVersionsTabListBox_Impl::KeyInput( const KeyEvent& rKeyEvent ) in KeyInput() argument
184 const KeyCode& rCode = rKeyEvent.GetKeyCode(); in KeyInput()
190 Window::GetParent()->KeyInput( rKeyEvent ); in KeyInput()
193 SvTabListBox::KeyInput( rKeyEvent ); in KeyInput()
/trunk/main/sfx2/source/inc/
H A Dversdlg.hxx45 virtual void KeyInput( const KeyEvent& rKeyEvent );

Completed in 163 milliseconds

12