Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3391 static bool StripMetafileHeader(const sal_uInt8 *&rpGraphicAry, unsigned long &rSize) in StripMetafileHeader() argument
3393 if (rpGraphicAry && (rSize > 0x22)) in StripMetafileHeader()
3396 (rpGraphicAry[0] == 0xd7) && (rpGraphicAry[1] == 0xcd) && in StripMetafileHeader()
3397 (rpGraphicAry[2] == 0xc6) && (rpGraphicAry[3] == 0x9a) in StripMetafileHeader()
3400 rpGraphicAry += 22; in StripMetafileHeader()

Completed in 24 milliseconds