/reactos/base/applications/clipbrd/ |
H A D | cliputils.c | 45 {CF_BITMAP , STRING_CF_BITMAP }, // 2 in GetPredefinedClipboardFormatName() 69 case CF_TEXT: case CF_BITMAP: case CF_METAFILEPICT: in GetPredefinedClipboardFormatName() 162 CF_BITMAP, in GetAutomaticClipboardFormat() 182 case CF_BITMAP: in IsClipboardFormatSupported() 261 case CF_BITMAP: in GetClipboardDataDimensions() 266 hBitmap = (HBITMAP)GetClipboardData(CF_BITMAP); in GetClipboardDataDimensions()
|
H A D | fileutils.c | 266 if (!SetClipboardData(CF_BITMAP, hBitmap)) in ClipboardReadBitmap() 402 case CF_BITMAP: in ReadClipboardFile()
|
H A D | winutils.c | 166 hBitmap = (HBITMAP)GetClipboardData(CF_BITMAP); in BitBltFromClipboard()
|
H A D | clipbrd.c | 308 case CF_BITMAP: in OnPaint()
|
/reactos/win32ss/user/ntuser/ |
H A D | clipboard.c | 68 else if (pElement->fmt == CF_BITMAP || in IntFreeElementData() 299 bHaveBm = IntIsFormatAvailable(pWinStaObj, CF_BITMAP); in IntAddSynthesizedFormats() 337 IntAddFormatedData(pWinStaObj, CF_BITMAP, DATA_SYNTH_KRNL, FALSE, TRUE); in IntAddSynthesizedFormats() 350 IntSynthesizeDib(pWinStaObj, IntGetFormatElement(pWinStaObj, CF_BITMAP)->hData); in IntAddSynthesizedFormats() 946 case CF_BITMAP: in NtUserGetClipboardData() 994 else if (fmt == CF_BITMAP) in NtUserGetClipboardData() 1046 if (fmt == CF_BITMAP) in UserSetClipboardData()
|
H A D | dde.c | 265 case CF_BITMAP: in IntDdePostMessageHook() 281 case CF_BITMAP: in IntDdePostMessageHook()
|
H A D | defwnd.c | 523 UserSetClipboardData(CF_BITMAP, hbitmap, &scd); in DefWndScreenshot()
|
H A D | keyboard.c | 781 if (UserSetClipboardData(CF_BITMAP, hbm, &scd)) in SnapWindow()
|
/reactos/dll/win32/ole32/ |
H A D | ole2impl.c | 73 fmt.cfFormat == CF_BITMAP || in OleQueryCreateFromData() 102 static const UINT fmt_id[] = { CF_METAFILEPICT, CF_BITMAP, CF_DIB }; in get_storage() 264 case CF_BITMAP: in OleCreateStaticFromData() 463 case CF_BITMAP: in OleDuplicateData()
|
H A D | datacache.c | 296 if (fmt.cfFormat == CF_BITMAP) in DataCache_GetEntryForFormatEtc() 348 (fmt->cfFormat == CF_BITMAP && fmt->tymed == TYMED_GDI) || in check_valid_formatetc() 1243 if (formatetc->cfFormat == CF_BITMAP) in DataCacheEntry_SetData() 1280 if (fmt->cfFormat == CF_BITMAP) in DataCacheEntry_GetData() 1296 case CF_BITMAP: return TYMED_GDI; in tymed_from_cf() 2458 if (fmt_cpy.cfFormat == CF_BITMAP && fmt_cpy.tymed == TYMED_GDI) in DataCache_Cache() 2551 data[i].formatetc.cfFormat = CF_BITMAP; in DataCache_EnumCache() 2626 CLIPFORMAT view_list[] = { CF_METAFILEPICT, CF_ENHMETAFILE, CF_DIB, CF_BITMAP }; in DataCache_UpdateCache() 2650 fmt.cfFormat = CF_BITMAP; in DataCache_UpdateCache() 2679 if (fmt.cfFormat == CF_BITMAP) in DataCache_UpdateCache()
|
H A D | clipboard.c | 1146 case CF_BITMAP: in get_tymed_from_nonole_cf()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | clipboard.c | 599 /* 5 */ { CF_BITMAP, { CF_BITMAP, CF_DIB, CF_DIBV5 }}, in test_synthesized() 600 { CF_DIB, { CF_DIB, CF_BITMAP, CF_DIBV5 }}, in test_synthesized() 740 case CF_BITMAP: in test_synthesized() 1398 h = SetClipboardData( CF_BITMAP, bitmap_temp ); in test_handles() 1401 h = SetClipboardData( CF_BITMAP, bitmap ); in test_handles() 1584 data = GetClipboardData( CF_BITMAP ); in test_handles() 1657 h = GetClipboardData( CF_BITMAP ); in test_handles_thread2() 1712 h = GetClipboardData( CF_BITMAP ); in test_handles_process() 1785 h = GetClipboardData( CF_BITMAP ); in test_handles_process_dib() 1820 h = SetClipboardData( CF_BITMAP, bitmap ); in test_data_handles() [all …]
|
/reactos/modules/rostests/winetests/ole32/ |
H A D | ole2.c | 1303 case CF_BITMAP: in test_OleLoad() 1342 if (fmt == CF_BITMAP && hr != S_OK) in test_OleLoad() 1503 case CF_BITMAP: in DataObject_GetData() 1849 (fmtetc.cfFormat == CF_BITMAP && fmtetc.tymed == TYMED_GDI) || in test_data_cache() 1870 fmtetc.cfFormat = CF_BITMAP; in test_data_cache() 2141 {{ CF_BITMAP, 0, DVASPECT_CONTENT, -1, TYMED_GDI }, 0, NULL, 1 }, in test_data_cache_dib_contents_stream() 2274 fmt.cfFormat = CF_BITMAP; in test_data_cache_cache() 2315 fmt.cfFormat = CF_BITMAP; in test_data_cache_cache() 2357 fmt.cfFormat = CF_BITMAP; in test_data_cache_cache() 2422 fmt.cfFormat = CF_BITMAP; in test_data_cache_cache() [all …]
|
/reactos/win32ss/user/winsrv/consrv/frontends/gui/ |
H A D | graphics.c | 105 SetClipboardData(CF_BITMAP, hBitmapTarget); in GuiCopyFromGraphicsBuffer()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | constants.h | 319 #define CF_BITMAP 2
|
/reactos/base/applications/mstsc/ |
H A D | constants.h | 397 #define CF_BITMAP 2 macro
|
/reactos/win32ss/user/user32/windows/ |
H A D | clipboard.c | 314 else if (uFormat == CF_BITMAP || uFormat == CF_DSPBITMAP || uFormat == CF_PALETTE) in SetClipboardData()
|
/reactos/base/applications/mspaint/ |
H A D | main.cpp | 699 ::IsClipboardFormatAvailable(CF_BITMAP)); in CanPaste() 1019 if (::IsClipboardFormatAvailable(CF_BITMAP)) in OnCommand() 1021 HBITMAP hbm = (HBITMAP)::GetClipboardData(CF_BITMAP); in OnCommand()
|
/reactos/win32ss/user/user32/misc/ |
H A D | ddemisc.c | 1527 case CF_BITMAP: in WDML_Global2DataHandle() 1541 0, 0, CF_BITMAP, 0); in WDML_Global2DataHandle() 1590 case CF_BITMAP: in WDML_DataHandle2Global()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.rh | 882 #define CF_BITMAP 2
|
H A D | winuser.h | 68 #define CF_BITMAP 2 macro
|
/reactos/dll/win32/riched20/ |
H A D | richole.c | 5761 fmt.cfFormat = CF_BITMAP; in ME_GetOLEObjectSize() 5825 fmt.cfFormat = CF_BITMAP; in ME_DrawOLE()
|
H A D | editor.c | 1152 fm.cfFormat = CF_BITMAP; in insert_static_object()
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/mstscax/ |
H A D | mstscax.cpp | 3244 case CF_BITMAP: o << "bitmap"; break; in FormatEtcToString()
|
/reactos/dll/win32/cryptui/ |
H A D | main.c | 1837 formatEtc.cfFormat = CF_BITMAP; in add_icon_to_control()
|