Home
last modified time | relevance | path

Searched refs:GetCode (Results 1 – 25 of 267) sorted by relevance

1234567891011

/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx69 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 Drecorder.cxx684 ( 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 Ditemwin.cxx188 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 Ddocumen7.cxx229 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 Dcell2.cxx996 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 Dcell.cxx240 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 Dfuncutl.cxx126 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 Dgraphctl.cxx403 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 Dchecklbx.cxx251 if ( rKey.GetCode() == KEY_RETURN || rKey.GetCode() == KEY_SPACE ) in KeyInput()
/trunk/main/vcl/source/control/
H A Dspinbtn.cxx323 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 Dbutton.cxx1468 ((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 Dscuiimoptdlg.cxx48 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 Dwinproc.cxx962 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 Dkeyevent.cxx64 rEvent.KeyCode = GetKeyCode().GetCode(); in InitKeyEvent()
73 sal_uInt16 nCode = maKeyCode.GetCode(); in LogicalTextDirectionality()
H A Dmenu.cxx359 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 Durlcontrol.cxx57 if (KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode()) in PreNotify()
69 if (KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode()) in Notify()
H A Dfileurlbox.cxx81 && ( KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in PreNotify()
103 && ( KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in Notify()
H A Dfixedhyper.cxx107 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
203 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
H A Dvalueset.cxx1449 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 Dstep1.cxx163 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 Dnewhelp.cxx421 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 Dactctrl.cxx50 if( aKeyCode.GetCode() == KEY_RETURN && in Notify()
127 if( aKeyCode.GetCode() == KEY_RETURN && in KeyInput()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblemenuitem.cxx501 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 DTableDesignControl.cxx117 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 Dbrowserlistbox.cxx1229 || ( ( 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()

Completed in 175 milliseconds

1234567891011