Searched refs:pGraphicAry (Results 1 – 3 of 3) sorted by relevance
3355 if (pGraphicAry && (nSize > 0x2c )) in IsEMF()3359 (pGraphicAry[0x28] == 0x20 ) && (pGraphicAry[0x29] == 0x45) && in IsEMF()3360 (pGraphicAry[0x2a] == 0x4d ) && (pGraphicAry[0x2b] == 0x46) in IsEMF()3445 const sal_uInt8 *pGraphicAry, in ExportPICT() argument3450 if (pBLIPType && nSize && pGraphicAry) in ExportPICT()3574 const sal_uInt8* pGraphicAry = 0; in FlyFrameOLE() local3590 pGraphicAry = (sal_uInt8*)aStream.GetData(); in FlyFrameOLE()3614 const sal_uInt8* pGraphicAry = 0; in FlyFrameGraphic() local3629 pGraphicAry = aGraphicLink.GetData(); in FlyFrameGraphic()3642 pGraphicAry = 0; in FlyFrameGraphic()[all …]
66 void appendHexData(const sal_uInt8 *pGraphicAry, sal_uInt32 nSize, sal_uInt32 nLimit = 64);
4361 const sal_uInt8* pGraphicAry = NULL; in GetBlibID() local4368 pGraphicAry = aGraphicLink.GetData(); in GetBlibID()4370 if ( p_EscherBlibEntry->mnSize && pGraphicAry ) in GetBlibID()4389 if ( ( pGraphicAry[ 0x28 ] == 0x20 ) && ( pGraphicAry[ 0x29 ] == 0x45 ) // check the magic in GetBlibID()4390 …&& ( pGraphicAry[ 0x2a ] == 0x4d ) && ( pGraphicAry[ 0x2b ] == 0x46 ) ) // number ( emf detection ) in GetBlibID()4397 if ( ( pGraphicAry[ 0 ] == 0xd7 ) && ( pGraphicAry[ 1 ] == 0xcd ) in GetBlibID()4398 && ( pGraphicAry[ 2 ] == 0xc6 ) && ( pGraphicAry[ 3 ] == 0x9a ) ) in GetBlibID()4400 pGraphicAry += 22; in GetBlibID()4453 pGraphicAry = (sal_uInt8*)aStream.GetData(); in GetBlibID()4458 pGraphicAry += 22; in GetBlibID()[all …]
Completed in 76 milliseconds