Home
last modified time | relevance | path

Searched refs:hBitmap (Results 1 – 12 of 12) sorted by last modified time

/trunk/main/dtrans/source/win32/dtobj/
H A DDOTransferable.cxx366 byteStream = WinBITMAPToOOBMP(stgmedium.hBitmap); in getClipboardData()
370 DeleteObject(stgmedium.hBitmap); in getClipboardData()
/trunk/main/vcl/win/source/gdi/
H A Dsalvd.cxx42 HBITMAP hBitmap; in ImplCreateVirDevBitmap() local
46 hBitmap = CreateBitmap( (int)nDX, (int)nDY, 1, 1, NULL ); in ImplCreateVirDevBitmap()
68 hBitmap = CreateDIBSection( hDC, &aBitmapInfo, in ImplCreateVirDevBitmap()
73 return hBitmap; in ImplCreateVirDevBitmap()
H A Dsalbmp.cxx530 bool WinSalBitmap::Create( HANDLE hBitmap, bool bDIB, bool bCopyHandle ) in Create() argument
535 mhDIB = (HGLOBAL) ( bCopyHandle ? ImplCopyDIBOrDDB( hBitmap, TRUE ) : hBitmap ); in Create()
537 mhDDB = (HBITMAP) ( bCopyHandle ? ImplCopyDIBOrDDB( hBitmap, FALSE ) : hBitmap ); in Create()
/trunk/main/vcl/win/source/app/
H A Dsalshl.cxx93 HBITMAP hBitmap = LoadBitmap( aSalShlData.mhInst, MAKEINTRESOURCE( nId ) ); in ImplLoadSalBitmap() local
95 DBG_ASSERT( hBitmap, "bitmap not found in sal resource" ); in ImplLoadSalBitmap()
97 return hBitmap; in ImplLoadSalBitmap()
/trunk/main/vcl/os2/source/gdi/
H A Dsalvd.cxx66 HBITMAP hBitmap; in ImplCreateVirDevBitmap() local
74 hBitmap = GpiCreateBitmap( hPS, &aBitmapInfo, 0, NULL, NULL ); in ImplCreateVirDevBitmap()
75 return hBitmap; in ImplCreateVirDevBitmap()
H A Dsalbmp.cxx73 bool Os2SalBitmap::Create( HANDLE hBitmap, bool bDIB, bool bCopyHandle ) in Create() argument
78 mhDIB = (HANDLE) ( bCopyHandle ? ImplCopyDIBOrDDB( hBitmap, TRUE ) : hBitmap ); in Create()
80 mhDDB = (HBITMAP) ( bCopyHandle ? ImplCopyDIBOrDDB( hBitmap, FALSE ) : hBitmap ); in Create()
/trunk/main/vcl/inc/win/
H A Dsalbmp.h88 bool Create( HANDLE hBitmap, bool bDIB, bool bCopyHandle );
H A Dwincomp.hxx82 inline HBITMAP SelectBitmap( HDC hDC, HBITMAP hBitmap ) in SelectBitmap() argument
84 return (HBITMAP)SelectObject( hDC, (HGDIOBJ)hBitmap ); in SelectBitmap()
87 inline void DeleteBitmap( HBITMAP hBitmap ) in DeleteBitmap() argument
89 DeleteObject( (HGDIOBJ)hBitmap ); in DeleteBitmap()
/trunk/main/vcl/inc/os2/
H A Dsalbmp.h88 bool Create( HANDLE hBitmap, bool bDIB, bool bCopyHandle );
/trunk/main/embeddedobj/source/msole/
H A Dolecomponent.cxx345 nBufSize = GetBitmapBits( aMedium.hBitmap, 0, NULL ); in ConvertDataForFlavor()
347 …if ( nBufSize && nBufSize == sal::static_int_cast< ULONG >( GetBitmapBits( aMedium.hBitmap, nBufSi… in ConvertDataForFlavor()
/trunk/main/dtrans/source/os2/clipb/
H A DOs2Clipboard.hxx108 ULONG hText, hBitmap; // handles to previous clipboard data member in os2::Os2Clipboard
H A DOs2Clipboard.cxx108 hBitmap = 0; in Os2Clipboard()
194 if (handle != hBitmap) { in getContents()
195 hBitmap = handle; in getContents()
319 hBitmap = hbm; in setContents()

Completed in 40 milliseconds