Lines Matching refs:pGraphicAry

330 void MultiBuffer::appendHexData(const sal_uInt8 *pGraphicAry, sal_uInt32 nSize, sal_uInt32 nLimit)  in appendHexData()  argument
340 maContent.push_back(new MultiBufferHex(pGraphicAry, nSize, nLimit)); in appendHexData()
3374 static bool IsEMF(const sal_uInt8 *pGraphicAry, unsigned long nSize) in IsEMF() argument
3376 if (pGraphicAry && (nSize > 0x2c )) in IsEMF()
3380 (pGraphicAry[0x28] == 0x20 ) && (pGraphicAry[0x29] == 0x45) && in IsEMF()
3381 (pGraphicAry[0x2a] == 0x4d ) && (pGraphicAry[0x2b] == 0x46) in IsEMF()
3466 const sal_uInt8 *pGraphicAry, in ExportPICT() argument
3471 if (pBLIPType && nSize && pGraphicAry) in ExportPICT()
3528 StripMetafileHeader(pGraphicAry, nSize); in ExportPICT()
3536 rTarget.appendHexData(pGraphicAry, nSize); in ExportPICT()
3595 const sal_uInt8* pGraphicAry = 0; in FlyFrameOLE() local
3611 pGraphicAry = (sal_uInt8*)aStream.GetData(); in FlyFrameOLE()
3626 …ExportPICT( m_aRunText, pFlyFrmFmt, aSize, aRendered, aMapped, rCr, pBLIPType, pGraphicAry, nSize,… in FlyFrameOLE()
3635 const sal_uInt8* pGraphicAry = 0; in FlyFrameGraphic() local
3650 pGraphicAry = aGraphicLink.GetData(); in FlyFrameGraphic()
3663 pGraphicAry = 0; in FlyFrameGraphic()
3674 … IsEMF(pGraphicAry, nSize) ? OOO_STRING_SVTOOLS_RTF_EMFBLIP : OOO_STRING_SVTOOLS_RTF_WMETAFILE; in FlyFrameGraphic()
3682 if (!pGraphicAry) in FlyFrameGraphic()
3691 pGraphicAry = (sal_uInt8*)aStream.GetData(); in FlyFrameGraphic()
3717 …ExportPICT( m_aRunText, pFlyFrmFmt, aSize, aRendered, aMapped, rCr, pBLIPType, pGraphicAry, nSize,… in FlyFrameGraphic()
3726 pGraphicAry = (sal_uInt8*)aStream.GetData(); in FlyFrameGraphic()
3728 …ExportPICT( m_aRunText, pFlyFrmFmt, aSize, aRendered, aMapped, rCr, pBLIPType, pGraphicAry, nSize,… in FlyFrameGraphic()
3740 pGraphicAry = (sal_uInt8*)aStream.GetData(); in FlyFrameGraphic()
3742 …ExportPICT( m_aRunText, pFlyFrmFmt, aSize, aRendered, aMapped, rCr, pBLIPType, pGraphicAry, nSize,… in FlyFrameGraphic()