Home
last modified time | relevance | path

Searched refs:nCode (Results 51 – 75 of 129) sorted by relevance

123456

/trunk/main/svx/source/gallery2/
H A Dgalbrws.cxx212 const sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() local
214 … ( ( KEY_TAB == nCode ) || ( KEY_F6 == nCode && rKEvt.GetKeyCode().IsMod2() ) ) ); in KeyInput()
/trunk/main/vcl/source/window/
H A Daccel.cxx252 sal_uLong nCode = rKeyCode.GetFullKeyCode(); in ImplInsertAccel() local
253 if ( !nCode ) in ImplInsertAccel()
258 else if ( !mpData->maKeyTable.Insert( nCode, pEntry ) ) in ImplInsertAccel()
260 DBG_ERROR1( "Accelerator::InsertItem(): KeyCode (Key: %lx) already exists", nCode ); in ImplInsertAccel()
/trunk/main/vcl/source/control/
H A Dedit.cxx1528 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in ImplHandleKeyEvent() local
1585 if ( nCode == KEY_A ) in ImplHandleKeyEvent()
1590 else if ( rKEvt.GetKeyCode().IsShift() && (nCode == KEY_S) ) in ImplHandleKeyEvent()
1609 switch ( nCode ) in ImplHandleKeyEvent()
1647 bool bGoLeft = (nCode == KEY_LEFT); in ImplHandleKeyEvent()
1648 bool bGoRight = (nCode == KEY_RIGHT); in ImplHandleKeyEvent()
1649 bool bGoHome = (nCode == KEY_HOME); in ImplHandleKeyEvent()
1650 bool bGoEnd = (nCode == KEY_END); in ImplHandleKeyEvent()
1652 switch( nCode ) in ImplHandleKeyEvent()
1754 sal_uInt8 nDel = (nCode == KEY_DELETE) ? EDIT_DEL_RIGHT : EDIT_DEL_LEFT; in ImplHandleKeyEvent()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfutext.cxx981 KeyCode nCode = rKEvt.GetKeyCode(); in KeyInput() local
982 sal_Bool bShift = nCode.IsShift(); in KeyInput()
1009 sal_uInt16 nKey = nCode.GetCode(); in KeyInput()
1010 KeyCode aKeyCode (nKey, bShift, nCode.IsMod1(), nCode.IsMod2(), nCode.IsMod3() ); in KeyInput()
H A Dfusel.cxx965 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() local
966 if (nCode == KEY_UP) in KeyInput()
972 else if (nCode == KEY_DOWN) in KeyInput()
978 else if (nCode == KEY_LEFT) in KeyInput()
984 else if (nCode == KEY_RIGHT) in KeyInput()
/trunk/main/vcl/unx/generic/printergfx/
H A Dbitmap_gfx.cxx295 void WriteBits (sal_uInt16 nCode, sal_uInt16 nCodeLen);
344 LZWEncoder::WriteBits (sal_uInt16 nCode, sal_uInt16 nCodeLen) in WriteBits() argument
346 mdwShift |= (nCode << (mnOffset - nCodeLen)); in WriteBits()
354 if (nCode == 257 && mnOffset != 32) in WriteBits()
/trunk/main/chart2/source/controller/main/
H A DElementSelector.cxx222 sal_uInt16 nCode = rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in Notify() local
224 switch ( nCode ) in Notify()
229 if ( KEY_TAB == nCode ) in Notify()
/trunk/main/svx/source/tbxctrls/
H A Dtbunocontroller.cxx196 sal_uInt16 nCode = rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in Notify() local
198 switch ( nCode ) in Notify()
203 if ( KEY_TAB == nCode ) in Notify()
H A Dtbunosearchcontrollers.cxx133 sal_uInt16 nCode = pKeyEvent->GetKeyCode().GetCode(); in PreNotify() local
135 if ( (bCtrl && bAlt && KEY_F == nCode) || KEY_ESCAPE == nCode ) in PreNotify()
141 if ( KEY_RETURN == nCode ) in PreNotify()
/trunk/main/extensions/source/scanner/
H A Dtwain.cxx92 LRESULT CALLBACK TwainMsgProc( int nCode, WPARAM wParam, LPARAM lParam ) in TwainMsgProc() argument
96 if( ( nCode < 0 ) || in TwainMsgProc()
100 return CallNextHookEx( pImpTwainInstance->hTwainHook, nCode, wParam, lParam ); in TwainMsgProc()
H A Dscanwin.cxx96 friend LRESULT CALLBACK TwainMsgProc( int nCode, WPARAM wParam, LPARAM lParam );
160 LRESULT CALLBACK TwainMsgProc( int nCode, WPARAM wParam, LPARAM lParam ) in TwainMsgProc() argument
164 …if( ( nCode < 0 ) || ( pImpTwainInstance->hTwainWnd != pMsg->hwnd ) || !pImpTwainInstance->ImplHan… in TwainMsgProc()
166 return CallNextHookEx( pImpTwainInstance->hTwainHook, nCode, wParam, lParam ); in TwainMsgProc()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx2617 sal_uInt16 nCode = nKeyCode & 0x0FFF; in GetKeyName() local
2624 if ( (nCode >= KEY_0) && (nCode <= KEY_9) ) in GetKeyName()
2625 cSVCode = '0' + (nCode - KEY_0); in GetKeyName()
2626 else if ( (nCode >= KEY_A) && (nCode <= KEY_Z) ) in GetKeyName()
2627 cSVCode = 'A' + (nCode - KEY_A); in GetKeyName()
2628 else if ( (nCode >= KEY_F1) && (nCode <= KEY_F26) ) in GetKeyName()
2630 nSysCode = VK_F1 + (nCode - KEY_F1); in GetKeyName()
2632 if ( (nCode >= KEY_F1) && (nCode <= KEY_F9) ) in GetKeyName()
2634 aFBuf[1] = sal::static_int_cast<sal_Char>('1' + (nCode - KEY_F1)); in GetKeyName()
2637 else if ( (nCode >= KEY_F10) && (nCode <= KEY_F19) ) in GetKeyName()
[all …]
H A Dsalobj.cxx143 LRESULT CALLBACK SalSysMsgProc( int nCode, WPARAM wParam, LPARAM lParam ) in SalSysMsgProc() argument
148 if ( (nCode >= 0) && lParam ) in SalSysMsgProc()
196 return CallNextHookEx( pSalData->mhSalObjMsgHook, nCode, wParam, lParam ); in SalSysMsgProc()
/trunk/main/svx/source/dialog/
H A Drubydialog.cxx977 sal_uInt16 nCode = rKeyCode.GetCode(); in PreNotify() local
978 if( nCode == KEY_TAB && (!nMod || KEY_SHIFT == nMod)) in PreNotify()
984 else if(KEY_UP == nCode || KEY_DOWN == nCode) in PreNotify()
986 sal_Int32 nParam = KEY_UP == nCode ? -1 : 1; in PreNotify()
/trunk/main/vcl/inc/vcl/
H A Dcmdevt.hxx275 CommandModKeyData( sal_uInt16 nCode );
298 inline CommandModKeyData::CommandModKeyData( sal_uInt16 nCode ) in CommandModKeyData() argument
300 mnCode = nCode; in CommandModKeyData()
/trunk/main/sc/source/ui/view/
H A Dtabview3.cxx1298 sal_uInt16 nCode = rKCode.GetCode(); in MoveCursorKeyInput() local
1303 switch( nCode ) in MoveCursorKeyInput()
1326 if( (nCode == KEY_PAGEUP) || (nCode == KEY_PAGEDOWN) ) in MoveCursorKeyInput()
1328 nDX = (nCode == KEY_PAGEUP) ? -1 : 1; in MoveCursorKeyInput()
1343 if( (nCode == KEY_HOME) || (nCode == KEY_END) ) in MoveCursorKeyInput()
1345 nDX = (nCode == KEY_HOME) ? -1 : 1; in MoveCursorKeyInput()
1346 ScFollowMode eMode = (nCode == KEY_HOME) ? SC_FOLLOW_LINE : SC_FOLLOW_JUMP; in MoveCursorKeyInput()
/trunk/main/svx/source/sidebar/text/
H A DSvxSBFontNameBox.cxx146 const sal_uInt16 nCode (rNEvt.GetKeyEvent()->GetKeyCode().GetCode()); in Notify() local
148 if( nCode == KEY_RETURN) in Notify()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx100 sal_uInt16 nCode; // Der Code fuer den String von Pixelwerten, der sich ergibt, wenn member
239 inline void WriteBits( sal_uInt16 nCode, sal_uInt16 nCodeLen );
2612 inline void PSWriter::WriteBits( sal_uInt16 nCode, sal_uInt16 nCodeLen ) in WriteBits() argument
2614 dwShift |= ( nCode << ( nOffset - nCodeLen ) ); in WriteBits()
2622 if ( nCode == 257 && nOffset != 32 ) in WriteBits()
2646 pTable[ i ].nValue = (sal_uInt8)( pTable[ i ].nCode = i ); in StartCompression()
2677 WriteBits( pPrefix->nCode, nCodeSize ); in Compress()
2711 WriteBits( pPrefix->nCode, nCodeSize ); in EndCompression()
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx162 sal_uInt16 nCode = ( mnTagId << 6 ) | ( bLarge ? 0x3f : _uInt16(nSz) ); in write() local
164 out << (sal_uInt8)nCode; in write()
165 out << (sal_uInt8)(nCode >> 8); in write()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx1784 XubString Os2SalFrame::GetKeyName( USHORT nCode ) in GetKeyName() argument
1793 if ( nCode & KEY_SHIFT ) in GetKeyName()
1796 if ( nCode & KEY_MOD1 ) in GetKeyName()
1807 if ( nCode & KEY_MOD2 ) in GetKeyName()
1818 USHORT nKeyCode = nCode & 0x0FFF; in GetKeyName()
2107 USHORT nCode; in UpdateSettings() local
2112 if ( ImplMouseSysValueToSAL( SV_BEGINDRAG, nCode, nClicks, bDown ) ) in UpdateSettings()
2113 aMouseSettings.SetStartDragCode( nCode ); in UpdateSettings()
2114 if ( ImplMouseSysValueToSAL( SV_CONTEXTMENU, nCode, nClicks, bDown ) ) in UpdateSettings()
2116 aMouseSettings.SetContextMenuCode( nCode ); in UpdateSettings()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx1027 const sal_uInt32 nCode = rMissingCodes.iterateCodePoints( &nStrIndex ); in Substitute() local
1028 rWrapper.FcCharSetAddChar( unicodes, nCode ); in Substitute()
1095 const sal_uInt32 nCode = rMissingCodes.iterateCodePoints( &nStrIndex ); in Substitute() local
1096 if( rWrapper.FcCharSetHasChar( unicodes, nCode ) != FcTrue ) in Substitute()
1097 pRemainingCodes[ nRemainingLen++ ] = nCode; in Substitute()
/trunk/main/sc/source/filter/lotus/
H A Dop.cxx532 sal_uInt16 nCode,nPatternId; in OP_CreatePattern123() local
537 r >> nCode; in OP_CreatePattern123()
540 if ( nCode == 0x0fd2 ) in OP_CreatePattern123()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx805 sal_uInt16 nCode = rKEvent.GetKeyCode().GetCode(); in KeyInput() local
806 if ( nCode == com::sun::star::awt::Key::SELECT_ALL || in KeyInput()
807 ( (nCode == KEY_A) && rKEvent.GetKeyCode().IsMod1() && !rKEvent.GetKeyCode().IsMod2() ) in KeyInput()
813 else if ( (nCode == KEY_S) && rKEvent.GetKeyCode().IsShift() && rKEvent.GetKeyCode().IsMod1() ) in KeyInput()
829 else if ( nCode == KEY_TAB ) in KeyInput()
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx1239 const sal_Int16 nCode = rKEvt.GetKeyCode().GetCode(); in getKeyboardAction() local
1240 switch( nCode ) in getKeyboardAction()
1346 if( (nCode == awt::Key::UP) || (nCode == awt::Key::NUM8) ) in getKeyboardAction()
1350 else if( (nCode == awt::Key::DOWN) || (nCode == awt::Key::NUM2) ) in getKeyboardAction()
1377 switch( nCode ) in getKeyboardAction()
/trunk/main/sw/source/ui/table/
H A Dchartins.cxx274 sal_uInt16 nCode = rEvt.GetKeyCode().GetCode(); in KeyInput() local
275 if( nCode != KEY_SPACE ) in KeyInput()

Completed in 206 milliseconds

123456