Home
last modified time | relevance | path

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

12

/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 …]
/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 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 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 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…
/trunk/main/vcl/source/window/
H A Dkeyevent.cxx32 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 Dtextview.cxx557 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 Dtexteng.cxx365 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 Daccelcfg.cxx227 …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 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/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 );
/trunk/main/svx/source/form/
H A Dtbxform.cxx122 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 Dtexteng.hxx324 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 Dtextview.hxx74 TextSelection ImpMoveCursor( const KeyEvent& rKeyEvent );
136 sal_Bool KeyInput( const KeyEvent& rKeyEvent );
/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/sfx2/inc/sfx2/
H A Dviewsh.hxx225 virtual FASTBOOL KeyInput( const KeyEvent &rKeyEvent );
296 SAL_DLLPRIVATE bool GlobalKeyInput_Impl( const KeyEvent &rKeyEvent );
/trunk/main/sc/source/ui/view/
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/source/view/
H A Dviewsh.cxx1761 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 Dedit.cxx374 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 Daccelcfg.hxx68 ::rtl::OUString GetCommand( const ::com::sun::star::awt::KeyEvent& rKeyEvent );
/trunk/main/sfx2/source/inc/
H A Dversdlg.hxx45 virtual void KeyInput( const KeyEvent& rKeyEvent );
/trunk/main/forms/source/solar/inc/
H A Dnavtoolbar.hxx180 virtual void KeyInput( const KeyEvent& rKeyEvent );
/trunk/main/cui/source/inc/
H A Dcfg.hxx357 void KeyInput( const KeyEvent& rKeyEvent );
601 void KeyInput( const KeyEvent& rKeyEvent );

Completed in 162 milliseconds

12