Searched refs:CF_LOCALE (Results 1 – 10 of 10) sorted by relevance
/reactos/base/applications/clipbrd/ |
H A D | cliputils.c | 60 {CF_LOCALE , STRING_CF_LOCALE }, // 16 in GetPredefinedClipboardFormatName() 75 case CF_HDROP: case CF_LOCALE: in GetPredefinedClipboardFormatName()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | clipboard.c | 594 /* 0 */ { CF_TEXT, { CF_TEXT, CF_LOCALE, CF_OEMTEXT, CF_UNICODETEXT }}, in test_synthesized() 595 { CF_OEMTEXT, { CF_OEMTEXT, CF_LOCALE, CF_TEXT, CF_UNICODETEXT }}, in test_synthesized() 596 { CF_UNICODETEXT, { CF_UNICODETEXT, CF_LOCALE, CF_TEXT, CF_OEMTEXT }}, in test_synthesized() 632 r = IsClipboardFormatAvailable( CF_LOCALE ); in test_synthesized() 656 ok(cf == CF_LOCALE, "cf %08x\n", cf); in test_synthesized() 701 ok( cf == CF_LOCALE, "cf %08x\n", cf ); in test_synthesized() 781 case CF_LOCALE: in test_synthesized() 849 if (cf == CF_LOCALE) in test_synthesized() 1582 data = GetClipboardData( CF_LOCALE ); in test_handles() 2001 ok( formats[2] == CF_LOCALE, "wrong format %u\n", formats[2] ); in test_GetUpdatedClipboardFormats()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | constants.h | 333 #define CF_LOCALE 16
|
/reactos/win32ss/user/ntuser/ |
H A D | clipboard.c | 298 bHaveLocale = IntIsFormatAvailable(pWinStaObj, CF_LOCALE); in IntAddSynthesizedFormats() 316 IntAddFormatedData(pWinStaObj, CF_LOCALE, hMem, TRUE, TRUE); in IntAddSynthesizedFormats() 990 pLocaleEl = IntGetFormatElement(pWinStaObj, CF_LOCALE); in NtUserGetClipboardData()
|
/reactos/base/applications/mstsc/ |
H A D | constants.h | 411 #define CF_LOCALE 16 macro
|
/reactos/win32ss/user/user32/windows/ |
H A D | clipboard.c | 336 uFormat == CF_DSPTEXT || uFormat == CF_LOCALE || in SetClipboardData()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.rh | 896 #define CF_LOCALE 16
|
H A D | winuser.h | 84 #define CF_LOCALE 16 macro
|
/reactos/modules/rostests/winetests/ole32/ |
H A D | clipboard.c | 1611 ok(fmt.cfFormat == CF_LOCALE, "cf %04x\n", fmt.cfFormat); in test_nonole_clipboard()
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/mstscax/ |
H A D | mstscax.cpp | 3258 case CF_LOCALE: o << "LCID"; break; in FormatEtcToString()
|