/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/controls/ |
H A D | edit.cpp | 254 bool bShift = false, bControl = false; in EventProcess() local 384 MoveChar(-1, bControl, bShift); in EventProcess() 389 MoveChar(1, bControl, bShift); in EventProcess() 394 MoveLine(-1, bControl, bShift); in EventProcess() 399 MoveLine(1, bControl, bShift); in EventProcess() 443 MoveHome(bControl, bShift); in EventProcess() 448 MoveEnd(bControl, bShift); in EventProcess() 458 if ( data->key == KEY(DELETE) && !bControl ) in EventProcess() 471 if ( data->key == KEY(DELETE) && bControl ) in EventProcess() 478 if ( data->key == KEY(RETURN) && !bControl ) in EventProcess() [all …]
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/ |
H A D | tabvwsh4.cxx | 1185 bool bControl = aCode.IsMod1(); in TabKeyInput() local 1218 if ( !bControl && !bAlt ) in TabKeyInput() 1225 bIsType = bControl && !bAlt; // Control, Shift-Control-Return in TabKeyInput() 1235 bIsType = !bControl && !bAlt; // without modifier or Shift-Space in TabKeyInput() 1287 bool bNormal = !bControl && !bAlt; in TabKeyInput() 1299 bool bEditReturn = bControl && !bShift; // pass on to edit engine in TabKeyInput() 1306 if ( bShift && bControl ) in TabKeyInput() 1339 if ( !bUsed && bAlt && !bControl ) in TabKeyInput() 1397 if ( !bUsed && bAlt && bControl && bShift) in TabKeyInput()
|
H A D | tabview3.cxx | 162 void ScTabView::ClickCursor( SCCOL nPosX, SCROW nPosY, bool bControl ) in ClickCursor() argument 174 if (bControl) in ClickCursor() 181 DoneBlockMode( bControl ); in ClickCursor() 1191 bool bShift, bool bControl, bool bKeepOld, bool bKeepSel ) in MoveCursorAbs() argument 1251 pSelEngine->CursorPosChanging( bShift, bControl ); in MoveCursorAbs()
|
H A D | tabview.cxx | 141 bool bControl = rMEvt.IsMod1(); in MouseButtonDown() local 142 pViewSh->SelectAll( bControl ); in MouseButtonDown()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/ |
H A D | tabvwsh4.cxx | 1164 bool bControl = aCode.IsMod1(); in TabKeyInput() local 1198 if ( !bControl && !bAlt ) in TabKeyInput() 1205 bIsType = bControl && !bAlt; // Control, Shift-Control-Return in TabKeyInput() 1215 bIsType = !bControl && !bAlt; // without modifier or Shift-Space in TabKeyInput() 1267 bool bNormal = !bControl && !bAlt; in TabKeyInput() 1279 bool bEditReturn = bControl && !bShift; // pass on to edit engine in TabKeyInput() 1286 if ( bShift && bControl ) in TabKeyInput() 1319 if ( !bUsed && bAlt && !bControl ) in TabKeyInput() 1356 if ( !bUsed && bAlt && bControl && bShift) in TabKeyInput()
|
H A D | tabview3.cxx | 147 void ScTabView::ClickCursor( SCCOL nPosX, SCROW nPosY, bool bControl ) in ClickCursor() argument 159 if (bControl) in ClickCursor() 166 DoneBlockMode( bControl ); in ClickCursor() 1168 bool bShift, bool bControl, bool bKeepOld, bool bKeepSel ) in MoveCursorAbs() argument 1228 pSelEngine->CursorPosChanging( bShift, bControl ); in MoveCursorAbs()
|
H A D | tabview.cxx | 135 bool bControl = rMEvt.IsMod1(); in MouseButtonDown() local 136 pViewSh->SelectAll( bControl ); in MouseButtonDown()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/ |
H A D | svdopath.cxx | 90 bool bControl; // point is a control point member 129 , bControl(false) in ImpSdrPathDragData() 190 bControl=rHdl.IsPlusHdl(); // point is a control point in ImpSdrPathDragData() 194 if (bControl) { in ImpSdrPathDragData() 657 bool bControl =mpSdrPathDragData->bControl ; // point is a control point in movePathDrag() local 663 if (!bControl && rDrag.GetView()!=nullptr && rDrag.GetView()->IsOrtho()) { in movePathDrag() 736 if (!bControl && rDrag.GetView()!=nullptr && rDrag.GetView()->IsEliminatePolyPoints() && in movePathDrag() 775 if (bControl) { // cases 5,6,7,8 in movePathDrag() 790 …if (!bControl) { // Cases 1,2,3,4. In case 1, nothing happens; in cases 3 and 4, there is more fol… in movePathDrag() 1141 bool bControl =mpSdrPathDragData->bControl ; // point is a control point in getSpecialDragPoly() local [all …]
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/ |
H A D | svdopath.cxx | 93 bool bControl; // point is a control point member 130 , bControl(false) in ImpSdrPathDragData() 191 bControl=rHdl.IsPlusHdl(); // point is a control point in ImpSdrPathDragData() 195 if (bControl) { in ImpSdrPathDragData() 654 bool bControl =mpSdrPathDragData->bControl ; // point is a control point in movePathDrag() local 660 if (!bControl && rDrag.GetView()!=nullptr && rDrag.GetView()->IsOrtho()) { in movePathDrag() 733 if (!bControl && rDrag.GetView()!=nullptr && rDrag.GetView()->IsEliminatePolyPoints() && in movePathDrag() 772 if (bControl) { // cases 5,6,7,8 in movePathDrag() 787 …if (!bControl) { // Cases 1,2,3,4. In case 1, nothing happens; in cases 3 and 4, there is more fol… in movePathDrag() 1138 bool bControl =mpSdrPathDragData->bControl ; // point is a control point in getSpecialDragPoly() local [all …]
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/ |
H A D | tabview.hxx | 379 void ClickCursor( SCCOL nPosX, SCROW nPosY, bool bControl ); 421 bool bShift, bool bControl,
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/ |
H A D | tabview.hxx | 387 void ClickCursor( SCCOL nPosX, SCROW nPosY, bool bControl ); 429 bool bShift, bool bControl,
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/transform/ |
H A D | StyleOOoTContext.cxx | 1149 bool bControl = false; in StartElement() local 1179 bControl = true; in StartElement() 1187 else if( bControl ) in StartElement()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/transform/ |
H A D | StyleOOoTContext.cxx | 1140 bool bControl = false; in StartElement() local 1170 bControl = true; in StartElement() 1178 else if( bControl ) in StartElement()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/app/ |
H A D | inputhdl.cxx | 3363 bool bControl = aCode.IsMod1(); in KeyInput() local 3368 if (bAlt && !bControl && nCode != KEY_RETURN) in KeyInput() 3372 if (!bControl && nCode == KEY_TAB) in KeyInput() 3393 … if ((pInputWin && bInputLine && bControl != bShift) || (!bInputLine && bControl && !bShift)) in KeyInput() 3410 if ( bShift && bControl ) in KeyInput() 3417 pActiveViewSh->MoveCursorEnter( bShift && !bControl ); in KeyInput() 3423 if (bControl && !bAlt) in KeyInput() 3459 if ( !bShift && !bControl && !bAlt && eMode == SC_INPUT_TABLE ) in KeyInput()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/app/ |
H A D | inputhdl.cxx | 3583 bool bControl = aCode.IsMod1(); in KeyInput() local 3588 if (bAlt && !bControl && nCode != KEY_RETURN) in KeyInput() 3592 if (!bControl && nCode == KEY_TAB) in KeyInput() 3613 … if ((pInputWin && bInputLine && bControl != bShift) || (!bInputLine && bControl && !bShift)) in KeyInput() 3630 if ( bShift && bControl ) in KeyInput() 3637 pActiveViewSh->MoveCursorEnter( bShift && !bControl ); in KeyInput() 3643 if (bControl && !bAlt) in KeyInput() 3679 if ( !bShift && !bControl && !bAlt && eMode == SC_INPUT_TABLE ) in KeyInput()
|
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/charts/src/mx/charts/chartClasses/ |
H A D | ChartBase.as | 2935 var bControl:Boolean = false; 2939 bControl = true; 2944 bControl = false; 2953 if (bControl) // now deselect that 2974 if (_selectionMode == "single" || (_selectionMode == "multiple" && !bControl)) 3008 var bControl:Boolean = false; 3014 bControl = true; 3019 bControl = false; 3022 if (bControl) // Do not change the selection but change the highlight
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/ |
H A D | gdimtf.cxx | 2497 const bool bControl(rPolygon.areControlPointsUsed()); in GetChecksum() local 2508 if(bControl) in GetChecksum()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/ |
H A D | gdimtf.cxx | 2479 const bool bControl(rPolygon.areControlPointsUsed()); in GetChecksum() local 2490 if(bControl) in GetChecksum()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/include/ |
H A D | atlctrlx.h | 3671 bool bControl = (::GetKeyState(VK_CONTROL) < 0); in PreTranslateMessage() local 3672 if((pMsg->message == WM_KEYDOWN) && (pMsg->wParam == VK_TAB) && bControl) in PreTranslateMessage()
|
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/ |
H A D | atlctrlx.h | 3960 bool bControl = (::GetKeyState(VK_CONTROL) < 0); in PreTranslateMessage() local 3961 if((pMsg->message == WM_KEYDOWN) && (pMsg->wParam == VK_TAB) && bControl) in PreTranslateMessage()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wtl/include/ |
H A D | atlctrlx.h | 3671 bool bControl = (::GetKeyState(VK_CONTROL) < 0); in PreTranslateMessage() local 3672 if((pMsg->message == WM_KEYDOWN) && (pMsg->wParam == VK_TAB) && bControl) in PreTranslateMessage()
|
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/ |
H A D | atlctrlx.h | 3960 bool bControl = (::GetKeyState(VK_CONTROL) < 0); in PreTranslateMessage() local 3961 if((pMsg->message == WM_KEYDOWN) && (pMsg->wParam == VK_TAB) && bControl) in PreTranslateMessage()
|
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/third_party/wtl/Include/ |
H A D | atlctrlx.h | 3960 bool bControl = (::GetKeyState(VK_CONTROL) < 0); in PreTranslateMessage() local 3961 if((pMsg->message == WM_KEYDOWN) && (pMsg->wParam == VK_TAB) && bControl) in PreTranslateMessage()
|
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/third_party/wtl/Include/ |
H A D | atlctrlx.h | 3960 bool bControl = (::GetKeyState(VK_CONTROL) < 0); in PreTranslateMessage() local 3961 if((pMsg->message == WM_KEYDOWN) && (pMsg->wParam == VK_TAB) && bControl) in PreTranslateMessage()
|
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/third_party/wtl/Include/ |
H A D | atlctrlx.h | 3960 bool bControl = (::GetKeyState(VK_CONTROL) < 0); in PreTranslateMessage() local 3961 if((pMsg->message == WM_KEYDOWN) && (pMsg->wParam == VK_TAB) && bControl) in PreTranslateMessage()
|