/trunk/main/editeng/source/editeng/ |
H A D | editeng.cxx | 891 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 …]
|
/trunk/main/extensions/source/bibliography/ |
H A D | bibcont.cxx | 128 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 D | bibcont.hxx | 56 …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 D | bibview.cxx | 221 sal_Bool BibView::HandleShortCutKey( const KeyEvent& rKeyEvent ) in HandleShortCutKey() argument 223 return m_pGeneralPage? m_pGeneralPage->HandleShortCutKey( rKeyEvent ) : sal_False; in HandleShortCutKey()
|
H A D | general.cxx | 825 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 D | bibshortcuthandler.hxx | 45 …virtual sal_Bool HandleShortCutKey( const KeyEvent& rKeyEvent ); // returns true, if key was han…
|
H A D | bibview.hxx | 73 …virtual sal_Bool HandleShortCutKey( const KeyEvent& rKeyEvent ); // returns true, if key was hand…
|
/trunk/main/vcl/source/window/ |
H A D | keyevent.cxx | 32 KeyEvent::KeyEvent (const KeyEvent& rKeyEvent) : in KeyEvent() argument 33 maKeyCode (rKeyEvent.maKeyCode), in KeyEvent() 34 mnRepeat (rKeyEvent.mnRepeat), in KeyEvent() 35 mnCharCode(rKeyEvent.mnCharCode) in KeyEvent()
|
/trunk/main/svtools/source/edit/ |
H A D | textview.cxx | 557 sal_Bool TextView::KeyInput( const KeyEvent& rKeyEvent ) in KeyInput() argument 574 sal_uInt16 nCode = rKeyEvent.GetKeyCode().GetCode(); in KeyInput() 575 KeyFuncType eFunc = rKeyEvent.GetKeyCode().GetFunction(); in KeyInput() 646 aCurSel = ImpMoveCursor( rKeyEvent ); in KeyInput() 666 if ( !mpImpl->mbReadOnly && !rKeyEvent.GetKeyCode().IsMod2() ) in KeyInput() 670 if ( ( nMode == DELMODE_RESTOFWORD ) && rKeyEvent.GetKeyCode().IsShift() ) in KeyInput() 727 !rKeyEvent.GetKeyCode().IsMod1() && !rKeyEvent.GetKeyCode().IsMod2() && in KeyInput() 742 !rKeyEvent.GetKeyCode().IsMod2() && ImplCheckTextLen( 'x' ) ) in KeyInput() 774 if ( TextEngine::IsSimpleCharInput( rKeyEvent ) ) in KeyInput() 776 xub_Unicode nCharCode = rKeyEvent.GetCharCode(); in KeyInput() [all …]
|
H A D | texteng.cxx | 365 sal_Bool TextEngine::DoesKeyMoveCursor( const KeyEvent& rKeyEvent ) in DoesKeyMoveCursor() argument 369 switch ( rKeyEvent.GetKeyCode().GetCode() ) in DoesKeyMoveCursor() 380 if ( !rKeyEvent.GetKeyCode().IsMod2() ) in DoesKeyMoveCursor() 388 sal_Bool TextEngine::DoesKeyChangeText( const KeyEvent& rKeyEvent ) in DoesKeyChangeText() argument 392 KeyFuncType eFunc = rKeyEvent.GetKeyCode().GetFunction(); in DoesKeyChangeText() 408 switch ( rKeyEvent.GetKeyCode().GetCode() ) in DoesKeyChangeText() 413 if ( !rKeyEvent.GetKeyCode().IsMod2() ) in DoesKeyChangeText() 420 if ( !rKeyEvent.GetKeyCode().IsMod1() && !rKeyEvent.GetKeyCode().IsMod2() ) in DoesKeyChangeText() 426 bDoesChange = TextEngine::IsSimpleCharInput( rKeyEvent ); in DoesKeyChangeText() 433 sal_Bool TextEngine::IsSimpleCharInput( const KeyEvent& rKeyEvent ) in IsSimpleCharInput() argument [all …]
|
/trunk/main/unotools/source/config/ |
H A D | accelcfg.cxx | 227 …UString SvtAcceleratorConfiguration::GetCommand( const ::com::sun::star::awt::KeyEvent& rKeyEvent ) in GetCommand() argument 229 sal_Int16 nCode=rKeyEvent.KeyCode, nModifier=rKeyEvent.Modifiers; in GetCommand() 231 nCode = rKeyEvent.KeyFunc; in GetCommand()
|
/trunk/main/sfx2/source/dialog/ |
H A D | versdlg.cxx | 182 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/editeng/inc/editeng/ |
H A D | editeng.hxx | 126 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 );
|
/trunk/main/svx/source/form/ |
H A D | tbxform.cxx | 122 void SvxFmAbsRecWin::KeyInput( const KeyEvent& rKeyEvent ) in KeyInput() argument 124 if( rKeyEvent.GetKeyCode() == KEY_RETURN && GetText().Len() ) in KeyInput() 127 NumericField::KeyInput( rKeyEvent ); in KeyInput()
|
/trunk/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 324 static sal_Bool DoesKeyChangeText( const KeyEvent& rKeyEvent ); 325 static sal_Bool DoesKeyMoveCursor( const KeyEvent& rKeyEvent ); 326 static sal_Bool IsSimpleCharInput( const KeyEvent& rKeyEvent );
|
H A D | textview.hxx | 74 TextSelection ImpMoveCursor( const KeyEvent& rKeyEvent ); 136 sal_Bool KeyInput( const KeyEvent& rKeyEvent );
|
/trunk/main/forms/source/solar/control/ |
H A D | navtoolbar.cxx | 721 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/sfx2/inc/sfx2/ |
H A D | viewsh.hxx | 225 virtual FASTBOOL KeyInput( const KeyEvent &rKeyEvent ); 296 SAL_DLLPRIVATE bool GlobalKeyInput_Impl( const KeyEvent &rKeyEvent );
|
/trunk/main/sc/source/ui/view/ |
H A D | tabvwsh4.cxx | 1535 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/source/view/ |
H A D | viewsh.cxx | 1761 FASTBOOL SfxViewShell::KeyInput( const KeyEvent &rKeyEvent ) in KeyInput() argument 1785 return ExecKey_Impl(rKeyEvent); in KeyInput() 1788 bool SfxViewShell::GlobalKeyInput_Impl( const KeyEvent &rKeyEvent ) in GlobalKeyInput_Impl() argument 1790 return ExecKey_Impl(rKeyEvent); in GlobalKeyInput_Impl()
|
/trunk/main/vcl/source/control/ |
H A D | edit.cxx | 374 sal_Bool Edit::IsCharInput( const KeyEvent& rKeyEvent ) in IsCharInput() argument 377 xub_Unicode cCharCode = rKeyEvent.GetCharCode(); in IsCharInput() 379 !rKeyEvent.GetKeyCode().IsMod3() && in IsCharInput() 380 !rKeyEvent.GetKeyCode().IsMod2() && in IsCharInput() 381 !rKeyEvent.GetKeyCode().IsMod1() ); in IsCharInput()
|
/trunk/main/unotools/inc/unotools/ |
H A D | accelcfg.hxx | 68 ::rtl::OUString GetCommand( const ::com::sun::star::awt::KeyEvent& rKeyEvent );
|
/trunk/main/sfx2/source/inc/ |
H A D | versdlg.hxx | 45 virtual void KeyInput( const KeyEvent& rKeyEvent );
|
/trunk/main/forms/source/solar/inc/ |
H A D | navtoolbar.hxx | 180 virtual void KeyInput( const KeyEvent& rKeyEvent );
|
/trunk/main/cui/source/inc/ |
H A D | cfg.hxx | 357 void KeyInput( const KeyEvent& rKeyEvent ); 601 void KeyInput( const KeyEvent& rKeyEvent );
|