Home
last modified time | relevance | path

Searched refs:empty_stringW (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dcombo.c651 static const WCHAR empty_stringW[] = { 0 }; in CBPaintText() local
652 if( CB_HASSTRINGS(lphc) ) SetWindowTextW( lphc->hWndEdit, pText ? pText : empty_stringW ); in CBPaintText()
708 static const WCHAR empty_stringW[] = { 0 }; in CBPaintText() local
724 pText ? pText : empty_stringW , size, NULL ); in CBPaintText()
889 static const WCHAR empty_stringW[] = { 0 }; in CBUpdateEdit() local
906 SendMessageW(lphc->hWndEdit, WM_SETTEXT, 0, pText ? (LPARAM)pText : (LPARAM)empty_stringW); in CBUpdateEdit()
1973 static const WCHAR empty_stringW[] = { 0 }; in COMBO_WindowProc() local
1974 SendMessageW(lphc->hWndEdit, WM_SETTEXT, 0, (LPARAM)empty_stringW); in COMBO_WindowProc()
H A Dlistbox.c1703 static const WCHAR empty_stringW[] = { 0 }; in LISTBOX_InsertString() local
1704 if (!str) str = empty_stringW; in LISTBOX_InsertString()
/reactos/win32ss/user/user32/controls/
H A Dcombo.c727 static const WCHAR empty_stringW[] = { 0 }; in CBPaintText() local
728 if( CB_HASSTRINGS(lphc) ) SetWindowTextW( lphc->hWndEdit, pText ? pText : empty_stringW ); in CBPaintText()
784 static const WCHAR empty_stringW[] = { 0 }; in CBPaintText() local
800 pText ? pText : empty_stringW , size, NULL ); in CBPaintText()
951 static const WCHAR empty_stringW[] = { 0 }; in CBUpdateEdit() local
968 SendMessageW(lphc->hWndEdit, WM_SETTEXT, 0, pText ? (LPARAM)pText : (LPARAM)empty_stringW); in CBUpdateEdit()
2137 static const WCHAR empty_stringW[] = { 0 }; in ComboWndProc_common() local
2138 SendMessageW(lphc->hWndEdit, WM_SETTEXT, 0, (LPARAM)empty_stringW); in ComboWndProc_common()
H A Dedit.c174 static const WCHAR empty_stringW[] = {0}; variable
3223 EDIT_EM_ReplaceSel(es, TRUE, empty_stringW, TRUE, TRUE);
3269 EDIT_EM_ReplaceSel(es, TRUE, empty_stringW, TRUE, TRUE);
4093 EDIT_EM_ReplaceSel(es, FALSE, empty_stringW, FALSE, FALSE);
4608 EDIT_EM_ReplaceSel(es, TRUE, empty_stringW, TRUE, TRUE);
4612 EDIT_EM_ReplaceSel(es, TRUE, empty_stringW, TRUE, TRUE);
5432 EDIT_EM_ReplaceSel(es, TRUE, empty_stringW, TRUE, TRUE);
H A Dlistbox.c1625 static const WCHAR empty_stringW[] = { 0 }; in LISTBOX_InsertString() local
1626 if (!str) str = empty_stringW; in LISTBOX_InsertString()