Searched refs:pGraphicAry (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | rtfattributeoutput.cxx | 338 void MultiBuffer::appendHexData(const sal_uInt8 *pGraphicAry, sal_uInt32 nSize, sal_uInt32 nLimit) in appendHexData() argument 348 maContent.push_back(new MultiBufferHex(pGraphicAry, nSize, nLimit)); in appendHexData() 3382 static bool IsEMF(const sal_uInt8 *pGraphicAry, unsigned long nSize) in IsEMF() argument 3384 if (pGraphicAry && (nSize > 0x2c )) in IsEMF() 3388 (pGraphicAry[0x28] == 0x20 ) && (pGraphicAry[0x29] == 0x45) && in IsEMF() 3389 (pGraphicAry[0x2a] == 0x4d ) && (pGraphicAry[0x2b] == 0x46) in IsEMF() 3474 const sal_uInt8 *pGraphicAry, in ExportPICT() argument 3479 if (pBLIPType && nSize && pGraphicAry) in ExportPICT() 3536 StripMetafileHeader(pGraphicAry, nSize); in ExportPICT() 3544 rTarget.appendHexData(pGraphicAry, nSize); in ExportPICT() [all …]
|
| H A D | rtfattributeoutput.hxx | 66 void appendHexData(const sal_uInt8 *pGraphicAry, sal_uInt32 nSize, sal_uInt32 nLimit = 64);
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | escherex.cxx | 4361 const sal_uInt8* pGraphicAry = NULL; in GetBlibID() local 4368 pGraphicAry = aGraphicLink.GetData(); in GetBlibID() 4370 if ( p_EscherBlibEntry->mnSize && pGraphicAry ) in GetBlibID() 4387 if ( pGraphicAry && ( p_EscherBlibEntry->mnSize > 0x2c ) ) 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() [all …]
|