Home
last modified time | relevance | path

Searched refs:KEY_1 (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/cui/source/customize/
H A Dacccfg.cxx182 KEY_1 | KEY_MOD1 ,
251 KEY_1 | KEY_SHIFT | KEY_MOD1,
315 KEY_1 | KEY_MOD2 ,
379 KEY_1 | KEY_SHIFT | KEY_MOD2,
443 KEY_1 | KEY_MOD1 | KEY_MOD2 ,
507 KEY_1 | KEY_SHIFT | KEY_MOD1 | KEY_MOD2,
/aoo4110/main/sc/source/ui/view/
H A Dolinewin.cxx1021 else if ( bCtrl && (nCode >= KEY_1) && (nCode <= KEY_9) ) in KeyInput()
1023 size_t nLevel = static_cast< size_t >( nCode - KEY_1 ); in KeyInput()
/aoo4110/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx922 else if( (KEY_1 <= nCode) && (nCode <= KEY_9) ) in KeyInput()
924 sal_uInt32 nType = nCode - KEY_1; in KeyInput()
/aoo4110/main/vcl/inc/vcl/
H A Dkeycodes.hxx47 #define KEY_1 ((sal_uInt16)::com::sun::star::awt::Key::NUM1) macro
/aoo4110/main/svx/workben/
H A Dedittest.cxx1639 ( nCode >= KEY_1 ) && ( nCode <= KEY_9 ) ) in KeyInput()
1649 pEditView->SetAnchorMode( (EVAnchorMode)(nCode-KEY_1) ); in KeyInput()
/aoo4110/main/vcl/source/app/
H A Dsvapp.cxx121 ImplReservedKey(KeyCode(KEY_1,KEY_SHIFT|KEY_MOD1), 0), in operator ()()
/aoo4110/main/vcl/win/source/window/
H A Dsalframe.cxx677 KEY_1, // 49
725 KEY_1, // VK_NUMPAD1 97
/aoo4110/main/vcl/aqua/source/window/
H A Dsalframeview.mm64 KEY_0, KEY_1, KEY_2, KEY_3, KEY_4, KEY_5, KEY_6, KEY_7,
/aoo4110/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx2079 case KEY_1: in keyInput()

Completed in 207 milliseconds