Home
last modified time | relevance | path

Searched refs:pGraphicAry (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3355 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() argument
3450 if (pBLIPType && nSize && pGraphicAry) in ExportPICT()
3574 const sal_uInt8* pGraphicAry = 0; in FlyFrameOLE() local
3590 pGraphicAry = (sal_uInt8*)aStream.GetData(); in FlyFrameOLE()
3614 const sal_uInt8* pGraphicAry = 0; in FlyFrameGraphic() local
3629 pGraphicAry = aGraphicLink.GetData(); in FlyFrameGraphic()
3642 pGraphicAry = 0; in FlyFrameGraphic()
[all …]
H A Drtfattributeoutput.hxx66 void appendHexData(const sal_uInt8 *pGraphicAry, sal_uInt32 nSize, sal_uInt32 nLimit = 64);
/aoo4110/main/filter/source/msfilter/
H A Descherex.cxx4361 const sal_uInt8* pGraphicAry = NULL; in GetBlibID() local
4368 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 519 milliseconds