Searched refs:hMF (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/dtrans/source/win32/dtobj/ |
H A D | FmtFilter.cxx | 74 HMETAFILE hMf = pMFPict->hMF; in WinMFPictToOOMFPict() 129 nCount = GetMetaFileBitsEx( pMFPict->hMF, nCount, pMFBuff + sizeof( METAFILEHEADER ) ); in WinMFPictToOOMFPict() 173 pPict->hMF = hMtf; in OOMFPictToWinMFPict()
|
/aoo42x/main/sw/source/filter/ww8/dump/ |
H A D | ww8struc.hxx | 356 sal_Int16 hMF; // 0xc int member 393 SVBT16 hMF; // 0xc int member
|
/aoo42x/main/embeddedobj/source/msole/ |
H A D | xdialogcreator.cxx | 260 sal_uInt32 nBufSize = GetMetaFileBitsEx( pMF->hMF, 0, NULL ); in createInstanceByDialog() 270 if ( nBufSize && nBufSize == GetMetaFileBitsEx( pMF->hMF, nBufSize, pBuf+22 ) ) in createInstanceByDialog()
|
H A D | olecomponent.cxx | 303 nBufSize = GetMetaFileBitsEx( pMF->hMF, 0, NULL ) + 22; in ConvertDataForFlavor() 316 if ( nBufSize && nBufSize == GetMetaFileBitsEx( pMF->hMF, nBufSize - 22, pBuf + 22 ) ) in ConvertDataForFlavor()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8struc.hxx | 383 sal_Int16 hMF; // 0xc int member 420 SVBT16 hMF; // 0xc int member
|
H A D | ww8graf2.cxx | 766 pPic->MFP.hMF = SVBT16ToShort( pPicS->MFP.hMF ); in WW8PicShadowToReal()
|
H A D | ww8par4.cxx | 69 sal_Int16 hMF; // 0xc int member
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | w1struct.hxx | 736 SVBT16 hMF;// 0xc int member 738 return SVBT16ToShort(hMF); } in hMFGet()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | graphhelp.cxx | 176 pMF->hMF = hMeta; in getWinMetaFileFromGDI_Impl()
|
Completed in 72 milliseconds