Home
last modified time | relevance | path

Searched refs:pGraphicAry (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3376 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()
3595 const sal_uInt8* pGraphicAry = 0; in FlyFrameOLE() local
3611 pGraphicAry = (sal_uInt8*)aStream.GetData(); in FlyFrameOLE()
3635 const sal_uInt8* pGraphicAry = 0; in FlyFrameGraphic() local
3650 pGraphicAry = aGraphicLink.GetData(); in FlyFrameGraphic()
3663 pGraphicAry = 0; in FlyFrameGraphic()
[all …]
H A Drtfattributeoutput.hxx66 void appendHexData(const sal_uInt8 *pGraphicAry, sal_uInt32 nSize, sal_uInt32 nLimit = 64);
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4372 const sal_uInt8* pGraphicAry = NULL; in GetBlibID() local
4379 pGraphicAry = aGraphicLink.GetData(); in GetBlibID()
4381 if ( p_EscherBlibEntry->mnSize && pGraphicAry ) in GetBlibID()
4400 if ( ( pGraphicAry[ 0x28 ] == 0x20 ) && ( pGraphicAry[ 0x29 ] == 0x45 ) // check the magic in GetBlibID()
4401 …&& ( pGraphicAry[ 0x2a ] == 0x4d ) && ( pGraphicAry[ 0x2b ] == 0x46 ) ) // number ( emf detection ) in GetBlibID()
4408 if ( ( pGraphicAry[ 0 ] == 0xd7 ) && ( pGraphicAry[ 1 ] == 0xcd ) in GetBlibID()
4409 && ( pGraphicAry[ 2 ] == 0xc6 ) && ( pGraphicAry[ 3 ] == 0x9a ) ) in GetBlibID()
4411 pGraphicAry += 22; in GetBlibID()
4464 pGraphicAry = (sal_uInt8*)aStream.GetData(); in GetBlibID()
4469 pGraphicAry += 22; in GetBlibID()
[all …]

Completed in 71 milliseconds