/reactos/win32ss/user/winsrv/consrv/frontends/gui/ |
H A D | graphics.c | 35 selWidth = ConioRectWidth(&GuiData->Selection.srSelection); in GuiCopyFromGraphicsBuffer() 36 selHeight = ConioRectHeight(&GuiData->Selection.srSelection); in GuiCopyFromGraphicsBuffer() 38 GuiData->Selection.srSelection.Left, in GuiCopyFromGraphicsBuffer() 39 GuiData->Selection.srSelection.Top, in GuiCopyFromGraphicsBuffer() 40 GuiData->Selection.srSelection.Right, in GuiCopyFromGraphicsBuffer() 41 GuiData->Selection.srSelection.Bottom); in GuiCopyFromGraphicsBuffer() 75 GuiData->Selection.srSelection.Left, in GuiCopyFromGraphicsBuffer() 76 GuiData->Selection.srSelection.Top, in GuiCopyFromGraphicsBuffer() 88 GuiData->Selection.srSelection.Left, in GuiCopyFromGraphicsBuffer() 89 GuiData->Selection.srSelection.Top, in GuiCopyFromGraphicsBuffer()
|
H A D | text.c | 41 PSMALL_RECT Selection) in CopyBlock() argument 57 Selection->Left, Selection->Top, Selection->Right, Selection->Bottom); in CopyBlock() 60 if ((Selection == NULL) || ConioIsRectEmpty(Selection)) in CopyBlock() 63 selWidth = ConioRectWidth(Selection); in CopyBlock() 64 selHeight = ConioRectHeight(Selection); in CopyBlock() 104 Selection->Left, in CopyBlock() 105 Selection->Top + yPos); in CopyBlock() 316 GuiData->Selection.srSelection.Left, in GuiCopyFromTextModeBuffer() 317 GuiData->Selection.srSelection.Top, in GuiCopyFromTextModeBuffer() 318 GuiData->Selection.srSelection.Right, in GuiCopyFromTextModeBuffer() [all …]
|
H A D | conwnd.c | 305 GuiData->Selection.dwFlags = CONSOLE_NO_SELECTION; in Mark() 321 GuiData->Selection.dwFlags = CONSOLE_NO_SELECTION; in SelectAll() 351 GuiData->Selection.dwFlags |= CONSOLE_MOUSE_SELECTION; in SelectAll() 934 GuiData->Selection.dwSelectionAnchor = *SelectionAnchor; in UpdateSelection() 960 if (GuiData->Selection.dwFlags & CONSOLE_SELECTION_NOT_EMPTY) in UpdateSelection() 979 GuiData->Selection.dwFlags |= CONSOLE_SELECTION_NOT_EMPTY; in UpdateSelection() 980 GuiData->Selection.srSelection = rc; in UpdateSelection() 1030 if (GuiData->Selection.dwFlags & CONSOLE_SELECTION_NOT_EMPTY) in UpdateSelection() 1035 GuiData->Selection.dwFlags = CONSOLE_NO_SELECTION; in UpdateSelection() 1157 if (GuiData->Selection.dwFlags & CONSOLE_SELECTION_IN_PROGRESS) in OnKey() [all …]
|
H A D | conwnd.h | 93 CONSOLE_SELECTION_INFO Selection; /* Contains information about the selection */ member
|
H A D | guiterm.c | 545 RtlZeroMemory(&GuiData->Selection, sizeof(GuiData->Selection)); in GuiInitFrontEnd() 546 GuiData->Selection.dwFlags = CONSOLE_NO_SELECTION; in GuiInitFrontEnd() 1004 if (GuiData->Selection.dwFlags != CONSOLE_NO_SELECTION) in GuiGetSelectionInfo() 1005 RtlCopyMemory(pSelectionInfo, &GuiData->Selection, sizeof(*pSelectionInfo)); in GuiGetSelectionInfo()
|
/reactos/dll/cpl/desk/ |
H A D | screensaver.c | 29 int Selection; member 95 pData->Selection = i; in SelectionChanged() 195 if (pData->Selection < 1) in SetScreenSaverPreviewBox() 200 pData->ScreenSaverItems[pData->Selection].szFilename, in SetScreenSaverPreviewBox() 274 if (pData->Selection < 1) in ScreenSaverConfig() 279 pData->ScreenSaverItems[pData->Selection].szFilename, in ScreenSaverConfig() 326 if (pData->Selection < 1) in ScreenSaverPreview() 340 pData->ScreenSaverItems[pData->Selection].szFilename); in ScreenSaverPreview() 602 if (pData->ScreenSaverItems[pData->Selection].bIsScreenSaver) in SetScreenSaver() 609 (PBYTE)pData->ScreenSaverItems[pData->Selection].szFilename, in SetScreenSaver() [all …]
|
/reactos/base/applications/regedit/clb/lang/ |
H A D | en-US.rc | 14 …CHECKBOX "&Multiple Selection", -1, 79, 20, 72, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP | WS_D… 15 …CHECKBOX "E&xtended Selection", -1, 79, 30, 77, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP | WS_D…
|
H A D | sk-SK.rc | 18 …CHECKBOX "&Multiple Selection", -1, 79, 20, 72, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP | WS_D… 19 …CHECKBOX "E&xtended Selection", -1, 79, 30, 77, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP | WS_D…
|
/reactos/dll/win32/msacm32/lang/ |
H A D | msacm_Uk.rc | 25 CAPTION "Sound Selection"
|
H A D | msacm_En.rc | 25 CAPTION "Sound Selection"
|
/reactos/dll/win32/dbghelp/ |
H A D | coff.c | 231 aux->Section.Number, aux->Section.Selection); in coff_process_info() 251 aux->Section.Number, aux->Section.Selection); in coff_process_info()
|
/reactos/base/applications/msconfig/lang/ |
H A D | th-TH.rc | 70 GROUPBOX "Startup Selection", -1, 10, 10, 340, 150, 0, WS_EX_TRANSPARENT
|
H A D | en-US.rc | 68 GROUPBOX "Startup Selection", -1, 10, 10, 340, 150, 0, WS_EX_TRANSPARENT
|
H A D | hu-HU.rc | 70 GROUPBOX "Startup Selection", -1, 10, 10, 340, 150, 0, WS_EX_TRANSPARENT
|
/reactos/base/applications/wordpad/lang/ |
H A D | ja-JP.rc | 56 MENUITEM "Selection &info", ID_EDIT_SELECTIONINFO
|
H A D | en-US.rc | 56 MENUITEM "Selection &info", ID_EDIT_SELECTIONINFO
|
/reactos/base/applications/msconfig_new/lang/ |
H A D | en-US.rc | 34 GROUPBOX "Startup Selection", IDC_STATIC, 5, 5, 356, 145
|
H A D | th-TH.rc | 36 GROUPBOX "Startup Selection", IDC_STATIC, 5, 5, 356, 145
|
H A D | hu-HU.rc | 36 GROUPBOX "Startup Selection", IDC_STATIC, 5, 5, 356, 145
|
/reactos/base/applications/mspaint/lang/ |
H A D | en-GB.rc | 243 IDS_TOOLTIP2 "Selection"
|
H A D | en-US.rc | 244 IDS_TOOLTIP2 "Selection"
|
/reactos/dll/win32/riched20/ |
H A D | riched_tom.idl | 238 HRESULT Selection([retval, out] ITextSelection **selection);
|
/reactos/dll/win32/comdlg32/lang/ |
H A D | cdlg_En.rc | 379 AUTORADIOBUTTON "&Selection", rad2,16,138,64,12
|
/reactos/dll/win32/shell32/lang/ |
H A D | bg-BG.rc | 58 MENUITEM "&Invert Selection", FCIDM_SHVIEW_INVERTSELECTION
|
H A D | el-GR.rc | 58 MENUITEM "&Invert Selection", FCIDM_SHVIEW_INVERTSELECTION
|