Searched refs:hbm (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/dtrans/source/os2/clipb/ |
H A D | OS2Bitmap.cxx | 114 HBITMAP hbm = GpiCreateBitmap( hps, &bih2, CBM_INIT, pbPelData, pbi2); in OOoBmpToOS2Handle() local 115 debug_printf( "OOoBmpToOS2Handle hbm %x\n", hbm); in OOoBmpToOS2Handle() 119 return hbm; in OOoBmpToOS2Handle() 128 int OS2HandleToOOoBmp( HBITMAP hbm, Sequence< sal_Int8 >* OOoDIBStream) in OS2HandleToOOoBmp() argument 153 GpiQueryBitmapInfoHeader(hbm, &bm.bmp2); in OS2HandleToOOoBmp() 177 GpiSetBitmap(hps, hbm); in OS2HandleToOOoBmp()
|
H A D | Os2Clipboard.cxx | 264 HBITMAP hbm = NULL; in setContents() local 294 hbm = OOoBmpToOS2Handle( aAnyB); in setContents() 303 if ( (pSharedText || hbm) && UWinOpenClipbrd( hAB) ) in setContents() 316 if (hbm) { in setContents() 317 UWinSetClipbrdData( hAB, (ULONG) hbm, UCLIP_CF_BITMAP, CFI_HANDLE); in setContents() 319 hBitmap = hbm; in setContents()
|
H A D | Os2Transferable.hxx | 52 int OS2HandleToOOoBmp( HBITMAP hbm, Sequence< sal_Int8 >* winDIBStream);
|
Completed in 27 milliseconds