Home
last modified time | relevance | path

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

/trunk/main/svx/source/gallery2/
H A Dcodec.cxx58 sal_uInt8 cByte1, cByte2, cByte3, cByte4, cByte5, cByte6; in IsCoded() local
60 rStm >> cByte1 >> cByte2 >> cByte3 >> cByte4 >> cByte5 >> cByte6; in IsCoded()
62 …if ( cByte1 == 'S' && cByte2 == 'V' && cByte3 == 'R' && cByte4 == 'L' && cByte5 == 'E' && ( cByte6… in IsCoded()
/trunk/main/svtools/source/filter/
H A Dfilter2.cxx698 sal_uInt8 cByte2; in ImpDetectTIF() local
702 rStm >> cByte2; in ImpDetectTIF()
703 if ( cByte1 == cByte2 ) in ImpDetectTIF()

Completed in 13 milliseconds