Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3370 static bool StripMetafileHeader(const sal_uInt8 *&rpGraphicAry, unsigned long &rSize) in StripMetafileHeader() argument
3372 if (rpGraphicAry && (rSize > 0x22)) in StripMetafileHeader()
3375 (rpGraphicAry[0] == 0xd7) && (rpGraphicAry[1] == 0xcd) && in StripMetafileHeader()
3376 (rpGraphicAry[2] == 0xc6) && (rpGraphicAry[3] == 0x9a) in StripMetafileHeader()
3379 rpGraphicAry += 22; in StripMetafileHeader()

Completed in 27 milliseconds