/reactos/base/applications/msconfig_new/ |
H A D | fileextractdialog.c | 77 cabPathNum = GetWindowTextLengthW(GetDlgItem(hDlg, IDC_DRP_CAB_FILE)) + 1; in FileExtractDialogWndProc() 81 … fileNameNum = GetWindowTextLengthW(GetDlgItem(hDlg, IDC_TXT_FILE_TO_RESTORE)) + 1; in FileExtractDialogWndProc() 85 destDirNum = GetWindowTextLengthW(GetDlgItem(hDlg, IDC_DRP_DEST_DIR)) + 1; in FileExtractDialogWndProc()
|
/reactos/dll/win32/comctl32/ |
H A D | ipaddress.c | 329 if (GetWindowTextLengthW (infoPtr->Part[i].EditHwnd)) return FALSE; in IPADDRESS_IsBlank() 458 start = end = GetWindowTextLengthW(next->EditHwnd); in IPADDRESS_GotoNextField() 520 len = GetWindowTextLengthW (hwnd); in IPADDRESS_SubclassProc()
|
/reactos/base/applications/charmap/ |
H A D | lrgcell.c | 26 Len = GetWindowTextLengthW(hCombo); in SetLrgFont()
|
H A D | charmap.c | 170 Len = GetWindowTextLengthW(hCombo); in ChangeMapFont()
|
/reactos/base/applications/mscutils/servman/ |
H A D | create.c | 93 iLen = GetWindowTextLengthW(hwnd); in GetStringFromDialog()
|
H A D | misc.c | 178 INT len = GetWindowTextLengthW(GetDlgItem(hDlg, Res)); in GetTextFromEdit()
|
/reactos/modules/rostests/winetests/GUI/ |
H A D | misc.c | 178 INT len = GetWindowTextLengthW(GetDlgItem(hDlg, Res)); in GetTextFromEdit()
|
/reactos/base/applications/charmap_new/ |
H A D | MainWindow.cpp | 524 Length = GetWindowTextLengthW(hCombo); in ChangeMapFont()
|
/reactos/dll/win32/shell32/wine/ |
H A D | shell32_main.c | 1113 if (GetWindowTextLengthW(GetDlgItem(hWnd, IDC_ABOUT_REG_USERNAME)) == 0 && in AboutDlgProc() 1114 GetWindowTextLengthW(GetDlgItem(hWnd, IDC_ABOUT_REG_ORGNAME)) == 0) in AboutDlgProc()
|
/reactos/dll/win32/mshtml/ |
H A D | editor.c | 1027 INT len = GetWindowTextLengthW(hwndURL); in hyperlink_dlgproc() 1053 len = GetWindowTextLengthW(hwndURL); in hyperlink_dlgproc()
|
/reactos/dll/win32/ieframe/ |
H A D | iexplore.c | 364 int len = GetWindowTextLengthW(hwndurl); in ie_dialog_open_proc() 372 int len = GetWindowTextLengthW(hwndurl); in ie_dialog_open_proc()
|
/reactos/win32ss/user/user32/windows/ |
H A D | messagebox.c | 157 cchTitle = GetWindowTextLengthW(DialogWindow) + 1; in MessageBoxTextToClipboard() 158 cchText = GetWindowTextLengthW(hwndText) + 1; in MessageBoxTextToClipboard()
|
H A D | window.c | 1362 GetWindowTextLengthW(HWND hWnd) in GetWindowTextLengthW() function
|
/reactos/base/applications/notepad/ |
H A D | main.c | 22 BOOL bEmpty = (GetWindowTextLengthW(Globals.hEdit) == 0); in NOTEPAD_EnableSearchMenu()
|
H A D | dialog.c | 269 cchText = GetWindowTextLengthW(Globals.hEdit); in DoSaveFile()
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | dialogs.cpp | 493 Length = GetWindowTextLengthW(Edit); in EnableOkButtonFromEditContents() 589 ic = GetWindowTextLengthW(htxt); in RunDlgProc()
|
/reactos/win32ss/user/winsrv/usersrv/ |
H A D | shutdown.c | 125 GetWindowTextLengthW(Dlg); in EndNowDlgProc()
|
H A D | harderror.c | 594 cszBuffer = GetWindowTextLengthW(hwndOwner); in UserpFormatMessages()
|
/reactos/base/applications/rapps/include/ |
H A D | rosui.h | 563 INT length = CWindow::GetWindowTextLengthW() + 1; in GetWindowTextW()
|
/reactos/dll/cpl/sysdm/ |
H A D | general.c | 594 lenStr = GetWindowTextLengthW(hRosVersion); in GetSystemVersion()
|
/reactos/dll/win32/credui/ |
H A D | credui_main.c | 450 len = GetWindowTextLengthW(hwndUsername); in CredDialogCommandOk()
|
/reactos/base/shell/progman/ |
H A D | dialog.c | 376 Length = GetWindowTextLengthW(Edit); in ValidateEditContents()
|
/reactos/dll/win32/newdev/ |
H A D | wizard.c | 694 len = GetWindowTextLengthW(GetDlgItem(hwndDlg, IDC_COMBO_PATH)); in CHSourceDlgProc()
|
/reactos/win32ss/user/user32/ |
H A D | user32.spec | 389 @ stdcall GetWindowTextLengthW(long)
|
/reactos/base/applications/regedit/ |
H A D | framewnd.c | 877 EnableWindow(GetDlgItem(hWnd, IDOK), GetWindowTextLengthW(hName) != 0); in AddToFavoritesDlgProc()
|