Home
last modified time | relevance | path

Searched refs:nCode (Results 26 – 50 of 129) sorted by relevance

123456

/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx139 sal_uInt16 nCode = aCode.GetCode(); in KeyInput() local
141 switch ( nCode ) in KeyInput()
207 if ( nCode == KEY_UP ) in KeyInput()
213 else if ( nCode == KEY_DOWN ) in KeyInput()
219 else if ( nCode == KEY_LEFT ) in KeyInput()
225 else if ( nCode == KEY_RIGHT ) in KeyInput()
/trunk/main/vcl/source/control/
H A Dmenubtn.cxx197 sal_uInt16 nCode = aKeyCode.GetCode(); in KeyInput() local
198 if ( (nCode == KEY_DOWN) && aKeyCode.IsMod2() ) in KeyInput()
202 ((nCode == KEY_RETURN) || (nCode == KEY_SPACE)) ) in KeyInput()
/trunk/main/sw/source/ui/ribbar/
H A Ddrawbase.cxx553 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() local
555 switch (nCode) in KeyInput()
588 if (nCode == KEY_UP) in KeyInput()
594 else if (nCode == KEY_DOWN) in KeyInput()
600 else if (nCode == KEY_LEFT) in KeyInput()
606 else if (nCode == KEY_RIGHT) in KeyInput()
/trunk/main/sd/source/ui/func/
H A Dfuediglu.cxx343 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() local
344 if (nCode == KEY_UP) in KeyInput()
350 else if (nCode == KEY_DOWN) in KeyInput()
356 else if (nCode == KEY_LEFT) in KeyInput()
362 else if (nCode == KEY_RIGHT) in KeyInput()
H A Dfupoor.cxx255 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in IMPL_LINK_INLINE_END() local
259 switch (nCode) in IMPL_LINK_INLINE_END()
656 if (nCode == KEY_UP) in IMPL_LINK_INLINE_END()
662 else if (nCode == KEY_DOWN) in IMPL_LINK_INLINE_END()
668 else if (nCode == KEY_LEFT) in IMPL_LINK_INLINE_END()
674 else if (nCode == KEY_RIGHT) in IMPL_LINK_INLINE_END()
/trunk/main/vcl/inc/vcl/
H A Dsettings.hxx197 void SetStartDragCode( sal_uInt16 nCode ) in SetStartDragCode() argument
198 { CopyData(); mpData->mnStartDragCode = nCode; } in SetStartDragCode()
201 void SetDragMoveCode( sal_uInt16 nCode ) in SetDragMoveCode() argument
202 { CopyData(); mpData->mnDragMoveCode = nCode; } in SetDragMoveCode()
205 void SetDragCopyCode( sal_uInt16 nCode ) in SetDragCopyCode() argument
206 { CopyData(); mpData->mnDragCopyCode = nCode; } in SetDragCopyCode()
209 void SetDragLinkCode( sal_uInt16 nCode ) in SetDragLinkCode() argument
210 { CopyData(); mpData->mnDragLinkCode = nCode; } in SetDragLinkCode()
214 void SetContextMenuCode( sal_uInt16 nCode ) in SetContextMenuCode() argument
215 { CopyData(); mpData->mnContextMenuCode = nCode; } in SetContextMenuCode()
/trunk/main/svl/source/svdde/
H A Dddecli.cxx68 WORD nCode, WORD nCbType, HCONV hConv, HSZ, HSZ hText2, in CliCallback() argument
88 switch( nCode ) in CliCallback()
93 nCode = t->nType & (XCLASS_MASK | XTYP_MASK); in CliCallback()
120 switch( nCode ) in CliCallback()
132 if( !hData && XTYP_REQUEST == nCode ) in CliCallback()
H A Dddesvr.cxx60 WORD nCode, WORD nCbType, HCONV hConv, HSZ hText1, HSZ hText2, in SV_IMPL_VARARR()
65 WORD nCode, WORD nCbType, HCONV hConv, HSZ hText1, HSZ hText2, in SV_IMPL_VARARR()
69 WORD nCode, WORD nCbType, HCONV hConv, HSZ hText1, HSZ hText2, in SV_IMPL_VARARR()
84 switch( nCode ) in SV_IMPL_VARARR()
231 if ( nCode == XTYP_DISCONNECT) in SV_IMPL_VARARR()
239 sal_Bool bExec = sal_Bool(nCode == XTYP_EXECUTE); in SV_IMPL_VARARR()
257 switch( nCode ) in SV_IMPL_VARARR()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx1595 const sal_uInt16 nCode = _rCode.GetCode(); in handleKey() local
1600 …ScrollBar* pScrollBar = ( nCode == KEY_LEFT || nCode == KEY_RIGHT ) ? pScrollWindow->GetHScroll() … in handleKey()
1602 …pScrollBar->DoScrollAction(( nCode == KEY_RIGHT || nCode == KEY_UP ) ? SCROLL_LINEUP : SCROLL_LINE… in handleKey()
1613 if ( nCode == KEY_UP ) in handleKey()
1615 else if ( nCode == KEY_DOWN ) in handleKey()
1617 else if ( nCode == KEY_LEFT ) in handleKey()
1619 else if ( nCode == KEY_RIGHT ) in handleKey()
1690 if ( nCode == KEY_UP ) in handleKey()
1696 else if ( nCode == KEY_DOWN ) in handleKey()
1702 else if ( nCode == KEY_LEFT ) in handleKey()
[all …]
/trunk/main/vcl/source/window/
H A Dmenu.cxx1714 sal_uInt16 nCode = 0; in GetActivationKey() local
1722 if(nCode ) in GetActivationKey()
4954 switch ( nCode ) in KeyInput()
5762 if ( ( nCode == KEY_LEFT ) || ( nCode == KEY_RIGHT ) || in ImplHandleKeyEvent()
5763 ( nCode == KEY_HOME ) || ( nCode == KEY_END ) ) in ImplHandleKeyEvent()
5787 if( nCode == KEY_HOME ) in ImplHandleKeyEvent()
5789 if( nCode == KEY_END ) in ImplHandleKeyEvent()
5794 if ( nCode == KEY_LEFT || nCode == KEY_END ) in ImplHandleKeyEvent()
5801 if ( nCode == KEY_RIGHT || nCode == KEY_HOME ) in ImplHandleKeyEvent()
5831 else if ( ( nCode == KEY_UP ) || ( nCode == KEY_DOWN ) ) in ImplHandleKeyEvent()
[all …]
H A Ddlgctrl.cxx1326 sal_uInt16 nCode = 0; in GetActivationKey() local
1328 nCode = KEY_A + (nAccel-'a'); in GetActivationKey()
1330 nCode = KEY_A + (nAccel-'A'); in GetActivationKey()
1332 nCode = KEY_0 + (nAccel-'0'); in GetActivationKey()
1334 nCode = KEY_POINT; in GetActivationKey()
1336 nCode = KEY_SUBTRACT; in GetActivationKey()
1337 KeyCode aKeyCode( nCode, sal_False, sal_False, sal_True, sal_False ); in GetActivationKey()
H A Dkeyevent.cxx73 sal_uInt16 nCode = maKeyCode.GetCode(); in LogicalTextDirectionality() local
79 switch (nCode) in LogicalTextDirectionality()
87 switch (nCode) in LogicalTextDirectionality()
H A Dkeycod.cxx78 ImplGetKeyCode( eFunction, nCode, nDummy, nDummy, nDummy ); in KeyCode()
101 ImplGetKeyCode( eFunc, nCode, nDummy, nDummy, nDummy ); in KeyCode()
104 nCode = sal::static_int_cast<sal_uInt16>(nKeyCode | nModifier); in KeyCode()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx1194 void ToolbarMenu_Impl::implHighlightControl( sal_uInt16 nCode, Control* pControl ) in implHighlightControl() argument
1201 switch( nCode ) in implHighlightControl()
1230 sal_uInt16 nCode = rKEvent.GetKeyCode().GetCode(); in KeyInput() local
1231 switch ( nCode ) in KeyInput()
1237 ToolbarMenuEntry*p = implCursorUpDown( nCode == KEY_UP, false ); in KeyInput()
1242 mpImpl->implHighlightControl( nCode, p->mpControl ); in KeyInput()
1255 ToolbarMenuEntry* p = implCursorUpDown( nCode == KEY_END, true ); in KeyInput()
1258 mpImpl->implHighlightControl( nCode, p->mpControl ); in KeyInput()
1266 if( nCode == KEY_F6 && !rKEvent.GetKeyCode().IsMod1() ) in KeyInput()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh4.cxx1293 sal_uInt16 nCode = aCode.GetCode(); in TabKeyInput() local
1303 … sal_Bool bHideCursor = ( ( nCode == KEY_RETURN && bInPlace ) || nCode == KEY_TAB ) && bOnRefSheet; in TabKeyInput()
1329 switch ( nCode ) in TabKeyInput()
1358 if ( !bUsed && !bIsType && nCode != KEY_RETURN ) // Eingabe nochmal hinterher in TabKeyInput()
1386 if( !bUsed && !bDraw && nCode != KEY_RETURN && !bParent ) in TabKeyInput()
1392 switch (nCode) in TabKeyInput()
1453 switch (nCode) in TabKeyInput()
1490 switch (nCode) in TabKeyInput()
/trunk/main/sc/source/ui/drawfunc/
H A Dfudraw.cxx473 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() local
475 if (nCode == KEY_UP) in KeyInput()
481 else if (nCode == KEY_DOWN) in KeyInput()
487 else if (nCode == KEY_LEFT) in KeyInput()
493 else if (nCode == KEY_RIGHT) in KeyInput()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx458 sal_uInt16 nCode = rEvt.GetKeyCode().GetCode(); in KeyInput() local
462 switch (nCode) in KeyInput()
648 sal_uInt16 nCode = pKeyEvent->GetKeyCode().GetCode(); in PreNotify() local
657 switch ( nCode ) in PreNotify()
692 switch ( nCode ) in PreNotify()
705 switch ( nCode ) in PreNotify()
712 switch ( nCode ) in PreNotify()
H A Debbcontrols.cxx598 sal_uInt16 nCode = rKeyCode.GetCode(); in PreNotify() local
600 if ( ( nCode == KEY_RETURN ) && ( rKeyCode.GetModifier() == KEY_MOD1 ) ) in PreNotify()
610 … if ( ( nCode != KEY_TAB ) && ( nCode != KEY_RETURN ) ) // everything but tab and enter in PreNotify()
/trunk/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx884 sal_uInt16 nCode = rKCode.GetCode(); in KeyInput() local
890 ScMoveMode eHDir = GetHorzDirection( nCode, !bMod1 ); in KeyInput()
891 ScMoveMode eVDir = GetVertDirection( nCode, bMod1 ); in KeyInput()
907 else if( nCode == KEY_SPACE ) in KeyInput()
920 if( nCode == KEY_A ) in KeyInput()
922 else if( (KEY_1 <= nCode) && (nCode <= KEY_9) ) in KeyInput()
924 sal_uInt32 nType = nCode - KEY_1; in KeyInput()
H A Dcsvruler.cxx451 sal_uInt16 nCode = rKCode.GetCode(); in KeyInput() local
457 ScMoveMode eHDir = GetHorzDirection( nCode, true ); in KeyInput()
458 ScMoveMode eVDir = GetVertDirection( nCode, false ); in KeyInput()
466 else switch( nCode ) in KeyInput()
477 else if( bShift && (nCode == KEY_DELETE) ) in KeyInput()
/trunk/main/avmedia/source/win/
H A Dplayer.cxx239 long nCode, nParam1, nParam2; in processEvent() local
241 while( mpME && SUCCEEDED( mpME->GetEvent( &nCode, &nParam1, &nParam2, 0 ) ) ) in processEvent()
243 if( EC_COMPLETE == nCode ) in processEvent()
257 mpME->FreeEventParams( nCode, nParam1, nParam2 ); in processEvent()
/trunk/main/extensions/source/update/check/
H A Ddownload.cxx175 long nCode; in progress_callback() local
176 curl_easy_getinfo(out->curl, CURLINFO_RESPONSE_CODE, &nCode); in progress_callback()
177 if( (nCode != 302) && (nCode != 303) && (dltotal > 0) ) in progress_callback()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx574 sal_uInt16 nCode = rKeyEvent.GetKeyCode().GetCode(); in KeyInput() local
616 switch ( nCode ) in KeyInput()
643 if ( ( !rKeyEvent.GetKeyCode().IsMod2() || ( nCode == KEY_LEFT ) || ( nCode == KEY_RIGHT ) ) in KeyInput()
644 … && !( rKeyEvent.GetKeyCode().IsMod1() && ( nCode == KEY_PAGEUP || nCode == KEY_PAGEDOWN ) ) ) in KeyInput()
652 if ( nCode == KEY_END ) in KeyInput()
668 sal_uInt8 nDel = ( nCode == KEY_DELETE ) ? DEL_RIGHT : DEL_LEFT; in KeyInput()
673 switch( nCode ) in KeyInput()
794 if ( ( nCode != KEY_UP ) && ( nCode != KEY_DOWN ) ) in KeyInput()
1275 sal_uInt16 nCode = aTranslatedKeyEvent.GetKeyCode().GetCode(); in ImpMoveCursor() local
1278 switch ( nCode ) in ImpMoveCursor()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx1350 sal_uInt16 nCode = rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in Notify() local
1351 if ( KEY_DELETE == nCode && GetEntryCount() > 0 ) in Notify()
1356 else if ( KEY_RETURN == nCode ) in Notify()
1837 sal_uInt16 nCode = rKeyCode.GetCode(); in PreNotify() local
1839 if ( KEY_TAB == nCode ) in PreNotify()
1869 else if ( aTabCtrl.HasFocus() && ( KEY_LEFT == nCode || KEY_RIGHT == nCode ) ) in PreNotify()
2363 sal_uInt16 nCode = _rKeyCode.GetCode(); in isHandledKey() local
2369 ( KEY_A == nCode || KEY_C == nCode || KEY_F == nCode || KEY_P == nCode || KEY_W == nCode ) ) in isHandledKey()
2371 if ( KEY_F == nCode ) in isHandledKey()
/trunk/main/svx/source/gallery2/
H A DGalleryControl.cxx192 const sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() local
194 … ( ( KEY_TAB == nCode ) || ( KEY_F6 == nCode && rKEvt.GetKeyCode().IsMod2() ) ) ); in KeyInput()

Completed in 197 milliseconds

123456