/trunk/main/svtools/source/brwbox/ |
H A D | ebbcontrols.cxx | 69 if ((rKey.GetCode() == KEY_UP || rKey.GetCode() == KEY_DOWN) && in PreNotify() 74 nPos = nPos + (rKey.GetCode() == KEY_DOWN ? 1 : -1); in PreNotify() 101 switch (rEvt.GetKeyCode().GetCode()) in MoveAllowed() 123 else if (rEvt.GetKeyCode().IsMod2() && rEvt.GetKeyCode().GetCode() == KEY_DOWN) in MoveAllowed() 176 if ((rKey.GetCode() == KEY_UP || rKey.GetCode() == KEY_DOWN) && in PreNotify() 181 nPos = nPos + (rKey.GetCode() == KEY_DOWN ? 1 : -1); in PreNotify() 211 switch (rEvt.GetKeyCode().GetCode()) in MoveAllowed() 220 if (rEvt.GetKeyCode().IsMod2() && rEvt.GetKeyCode().GetCode() == KEY_DOWN) in MoveAllowed() 441 switch (rEvt.GetKeyCode().GetCode()) in MoveAllowed() 498 switch (rEvt.GetKeyCode().GetCode()) in MoveAllowed() [all …]
|
/trunk/main/automation/source/server/ |
H A D | recorder.cxx | 684 ( aKeyCode.GetCode() == KEY_SPACE) || in IMPL_LINK() 685 ( aKeyCode.GetCode() == KEY_ADD) || in IMPL_LINK() 686 ( aKeyCode.GetCode() == KEY_SUBTRACT) || in IMPL_LINK() 687 ( aKeyCode.GetCode() == KEY_MULTIPLY) || in IMPL_LINK() 688 ( aKeyCode.GetCode() == KEY_DIVIDE) || in IMPL_LINK() 689 ( aKeyCode.GetCode() == KEY_POINT) || in IMPL_LINK() 690 ( aKeyCode.GetCode() == KEY_COMMA) || in IMPL_LINK() 691 ( aKeyCode.GetCode() == KEY_EQUAL) || in IMPL_LINK() 692 ( aKeyCode.GetCode() == 0) ) ) in IMPL_LINK() 704 … aKeyString += sal_Unicode( aKeyCode.GetCode() | aKeyCode.GetAllModifier() ); in IMPL_LINK()
|
/trunk/main/svx/source/tbxctrls/ |
H A D | itemwin.cxx | 188 if( pKEvt->GetKeyCode().GetCode() == KEY_TAB) in PreNotify() 209 switch ( pKEvt->GetKeyCode().GetCode() ) in Notify() 395 if( pKEvt->GetKeyCode().GetCode() == KEY_TAB) in PreNotify() 416 switch ( pKEvt->GetKeyCode().GetCode() ) in Notify() 625 switch ( rKey.GetCode() ) in Notify() 714 switch ( pKEvt->GetKeyCode().GetCode() ) in Notify() 794 switch ( pKEvt->GetKeyCode().GetCode() ) in Notify()
|
/trunk/main/sc/source/core/data/ |
H A D | documen7.cxx | 229 nFormulaCodeInTree += pCell->GetCode()->GetCodeLen(); in PutInFormulaTree() 251 sal_uInt16 nRPN = pCell->GetCode()->GetCodeLen(); in RemoveFromFormulaTree() 300 if ( pCell->GetCode()->IsRecalcModeAlways() ) in CalcFormulaTree() 328 if ( pCell->GetCode()->IsRecalcModeForced() ) in CalcFormulaTree() 388 if ( !pCell->GetCode()->IsRecalcModeAlways() ) in ClearFormulaTree() 479 if ( pTrack->GetCode()->IsRecalcModeForced() ) in TrackFormulas()
|
H A D | cell2.cxx | 996 pCode = pRangeData->GetCode()->Clone(); in UpdateReference() 1060 pCode = new ScTokenArray( *pRangeData->GetCode() ); in UpdateInsertTab() 1095 pCode = pRangeData->GetCode()->Clone(); in UpdateDeleteTab() 1132 pCode = pRangeData->GetCode()->Clone(); in UpdateMoveTab() 1313 pCode = new ScTokenArray( *pShared->GetCode() ); in UpdateTranspose() 1398 pCode = new ScTokenArray( *pShared->GetCode() ); in UpdateGrow() 1442 pSubName->GetCode(), pNames)) in lcl_IsRangeNameInUse() 1466 lcl_FindRangeNamesInUse(rIndexes, pSubName->GetCode(), pNames); in lcl_FindRangeNamesInUse()
|
H A D | cell.cxx | 240 ScTokenArray* pArr = pFormCell->GetCode(); in StartListeningTo() 326 if( pFormCell->GetCode()->IsRecalcModeAlways() ) in EndListeningTo() 332 pArr = pFormCell->GetCode(); in EndListeningTo() 526 ScTokenArray* pCode1 = ((ScFormulaCell*)pCell1)->GetCode(); in CellEqual() 527 ScTokenArray* pCode2 = ((ScFormulaCell*)pCell2)->GetCode(); in CellEqual() 2000 pCode = pCell->GetCode(); in ScDetectiveRefIter()
|
/trunk/main/formula/source/ui/dlg/ |
H A D | funcutl.cxx | 126 sal_Bool bUp = (aCode.GetCode() == KEY_UP); in KeyInput() 127 sal_Bool bDown = (aCode.GetCode() == KEY_DOWN); in KeyInput() 871 sal_uInt16 nKey=aKeyCode.GetCode(); in PreNotify() 1012 if( pAnyRefDlg && !rKeyCode.GetModifier() && (rKeyCode.GetCode() == KEY_F2) ) in KeyInput() 1096 if( pAnyRefDlg && !rKeyCode.GetModifier() && (rKeyCode.GetCode() == KEY_F2) ) in KeyInput()
|
/trunk/main/svx/source/dialog/ |
H A D | graphctl.cxx | 403 switch ( aCode.GetCode() ) in KeyInput() 515 if (aCode.GetCode() == KEY_UP) in KeyInput() 521 else if (aCode.GetCode() == KEY_DOWN) in KeyInput() 527 else if (aCode.GetCode() == KEY_LEFT) in KeyInput() 533 else if (aCode.GetCode() == KEY_RIGHT) in KeyInput()
|
H A D | checklbx.cxx | 251 if ( rKey.GetCode() == KEY_RETURN || rKey.GetCode() == KEY_SPACE ) in KeyInput()
|
/trunk/main/vcl/source/control/ |
H A D | spinbtn.cxx | 323 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput() 328 sal_Bool bUp = KEY_RIGHT == rKEvt.GetKeyCode().GetCode(); in KeyInput() 337 sal_Bool bUp = KEY_UP == rKEvt.GetKeyCode().GetCode(); in KeyInput() 338 if ( !mbHorz && !ImplMoveFocus( KEY_UP == rKEvt.GetKeyCode().GetCode() ) ) in KeyInput()
|
H A D | button.cxx | 1468 ((aKeyCode.GetCode() == KEY_RETURN) || (aKeyCode.GetCode() == KEY_SPACE)) ) in KeyInput() 1480 else if ( (ImplGetButtonState() & BUTTON_DRAW_PRESSED) && (aKeyCode.GetCode() == KEY_ESCAPE) ) in KeyInput() 1496 ((aKeyCode.GetCode() == KEY_RETURN) || (aKeyCode.GetCode() == KEY_SPACE)) ) in KeyUp() 2683 if ( !aKeyCode.GetModifier() && (aKeyCode.GetCode() == KEY_SPACE) ) in KeyInput() 2691 else if ( (ImplGetButtonState() & BUTTON_DRAW_PRESSED) && (aKeyCode.GetCode() == KEY_ESCAPE) ) in KeyInput() 2706 if ( (ImplGetButtonState() & BUTTON_DRAW_PRESSED) && (aKeyCode.GetCode() == KEY_SPACE) ) in KeyUp() 3629 if ( !aKeyCode.GetModifier() && (aKeyCode.GetCode() == KEY_SPACE) ) in KeyInput() 3652 if ( (ImplGetButtonState() & BUTTON_DRAW_PRESSED) && (aKeyCode.GetCode() == KEY_SPACE) ) in KeyUp() 4336 ( ( aKeyCode.GetCode() == KEY_ADD ) || in KeyInput() 4337 ( aKeyCode.GetCode() == KEY_SUBTRACT ) ) in KeyInput() [all …]
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | scuiimoptdlg.cxx | 48 sal_uInt16 GetCode( const String& rDelimiter ) const; 63 sal_uInt16 ScDelimiterTable::GetCode( const String& rDel ) const in GetCode() function in ScDelimiterTable 288 nCode = pTab->GetCode( aStr ); in GetCodeFromCombo()
|
/trunk/main/vcl/source/window/ |
H A D | winproc.cxx | 962 sal_uInt16 nEvCode = aKeyCode.GetCode(); in ImplHandleKey() 997 sal_Bool bCtrlF6 = (aKeyCode.GetCode() == KEY_F6) && aKeyCode.IsMod1(); in ImplHandleKey() 1007 …&& aKeyCode.IsMod1() && (aKeyCode.IsMod2() || aKeyCode.IsMod3()) && (aKeyCode.GetCode() == KEY_D) ) in ImplHandleKey() 1033 sal_uInt16 nOrigCode = aKeyCode.GetCode(); in ImplHandleKey() 1043 sal_uInt16 nEscCode = aKeyCode.GetCode(); in ImplHandleKey() 1066 sal_uInt16 nCode = aKeyCode.GetCode(); in ImplHandleKey() 1091 if( (aKeyCode.GetCode() == KEY_LEFT || aKeyCode.GetCode() == KEY_RIGHT) && in ImplHandleKey() 1093 …aKeyCode = KeyCode( aKeyCode.GetCode() == KEY_LEFT ? KEY_RIGHT : KEY_LEFT, aKeyCode.GetModifier() … in ImplHandleKey() 1130 sal_uInt16 nCode = aKeyCode.GetCode(); in ImplHandleKey()
|
H A D | keyevent.cxx | 64 rEvent.KeyCode = GetKeyCode().GetCode(); in InitKeyEvent() 73 sal_uInt16 nCode = maKeyCode.GetCode(); in LogicalTextDirectionality()
|
H A D | menu.cxx | 359 if( aKeyCode.GetCode() >= KEY_A && aKeyCode.GetCode() <= KEY_Z ) in SearchItem() 360 ascii = sal::static_int_cast<char>('A' + (aKeyCode.GetCode() - KEY_A)); in SearchItem() 374 && aKeyCode.GetCode() == mnKeyCode.GetCode()) in SearchItem() 413 if( aKeyCode.GetCode() >= KEY_A && aKeyCode.GetCode() <= KEY_Z ) in GetItemCount() 414 ascii = sal::static_int_cast<char>('A' + (aKeyCode.GetCode() - KEY_A)); in GetItemCount() 430 && aKeyCode.GetCode() == mnKeyCode.GetCode()) in GetItemCount() 2485 if ( !bIsMenuBar && pData->aAccelKey.GetCode() && !ImplAccelDisabled() ) in ImplCalcSize() 2853 if( !bIsMenuBar && pData->aAccelKey.GetCode() && !ImplAccelDisabled() ) in ImplPaint() 4952 sal_uInt16 nCode = rKEvent.GetKeyCode().GetCode(); in KeyInput() 5732 sal_uInt16 nCode = rKEvent.GetKeyCode().GetCode(); in ImplHandleKeyEvent() [all …]
|
/trunk/main/svtools/source/control/ |
H A D | urlcontrol.cxx | 57 if (KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode()) in PreNotify() 69 if (KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode()) in Notify()
|
H A D | fileurlbox.cxx | 81 && ( KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in PreNotify() 103 && ( KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in Notify()
|
H A D | fixedhyper.cxx | 107 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput() 203 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
|
H A D | valueset.cxx | 1449 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput() 1475 if ( rKEvt.GetKeyCode().GetCode()==KEY_LEFT ) in KeyInput() 1518 if( rKEvt.GetKeyCode().GetCode() != KEY_PAGEUP || in KeyInput() 1521 … const long nLineCount = ( ( KEY_UP == rKEvt.GetKeyCode().GetCode() ) ? 1 : mnVisLines ); in KeyInput() 1569 if( rKEvt.GetKeyCode().GetCode() != KEY_PAGEDOWN || in KeyInput() 1572 … const long nLineCount = ( ( KEY_DOWN == rKEvt.GetKeyCode().GetCode() ) ? 1 : mnVisLines ); in KeyInput() 1583 if( (KEY_DOWN == rKEvt.GetKeyCode().GetCode() ) && (GetStyle() & WB_MENUSTYLEVALUESET) ) in KeyInput()
|
/trunk/main/basic/source/runtime/ |
H A D | step1.cxx | 163 pCode = (const sal_uInt8*) pImg->GetCode() + nOp1; in StepJUMP() 205 nOp1 = (sal_uInt32) ( (const char*) pCode - pImg->GetCode() ) + 5 * --n; in StepONJUMP() 216 pCode = (const sal_uInt8*) pImg->GetCode() + nOp1; in StepGOSUB()
|
/trunk/main/sfx2/source/appl/ |
H A D | newhelp.cxx | 421 KEY_RETURN == rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in Notify() 528 KEY_RETURN == rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in Notify() 944 KEY_RETURN == rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in PreNotify() 966 KEY_RETURN == rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in Notify() 1350 sal_uInt16 nCode = rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in Notify() 1837 sal_uInt16 nCode = rKeyCode.GetCode(); in PreNotify() 2057 …if( ( rNEvt.GetType() == EVENT_KEYINPUT ) && rNEvt.GetKeyEvent()->GetKeyCode().GetCode() == KEY_TA… in Notify() 2363 sal_uInt16 nCode = _rKeyCode.GetCode(); in isHandledKey() 2661 sal_uInt16 nKey = rKeyCode.GetCode(); in PreNotify() 3265 sal_uInt16 nKey = rKeyCode.GetCode(); in PreNotify() [all …]
|
/trunk/main/sw/source/ui/cctrl/ |
H A D | actctrl.cxx | 50 if( aKeyCode.GetCode() == KEY_RETURN && in Notify() 127 if( aKeyCode.GetCode() == KEY_RETURN && in KeyInput()
|
/trunk/main/accessibility/source/standard/ |
H A D | vclxaccessiblemenuitem.cxx | 501 aSeq1[0].KeyCode = aKeyCode.GetCode(); in getAccessibleActionKeyBinding() 527 if ( aAccelKeyCode.GetCode() != 0 ) in getAccessibleActionKeyBinding() 539 aSeq3[0].KeyCode = aAccelKeyCode.GetCode(); in getAccessibleActionKeyBinding()
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TableDesignControl.cxx | 117 if (rEvt.GetKeyCode().GetCode() == KEY_DELETE && // Delete rows in KeyInput() 124 if( rEvt.GetKeyCode().GetCode() == KEY_F2 ) in KeyInput()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | browserlistbox.cxx | 1229 || ( ( pKeyEvent->GetKeyCode().GetCode() != KEY_PAGEUP ) in PreNotify() 1230 && ( pKeyEvent->GetKeyCode().GetCode() != KEY_PAGEDOWN ) in PreNotify() 1238 if ( pKeyEvent->GetKeyCode().GetCode() == KEY_PAGEUP ) in PreNotify() 1240 else if ( pKeyEvent->GetKeyCode().GetCode() == KEY_PAGEDOWN ) in PreNotify()
|