Searched refs:nBofSize (Results 1 – 2 of 2) sorted by relevance
85 sal_uInt16 nBofId, nBofSize; in detectStreamBiffVersion() local86 rInStream >> nBofId >> nBofSize; in detectStreamBiffVersion()88 … if( (4 <= nBofSize) && (nBofSize <= 16) && (rInStream.tell() + nBofSize <= rInStream.size()) ) in detectStreamBiffVersion()103 if( 6 <= nBofSize ) in detectStreamBiffVersion()
383 sal_uInt16 nBofId, nBofSize; in DetectBiffVersion() local384 rStrm >> nBofId >> nBofSize; in DetectBiffVersion()386 if( (4 <= nBofSize) && (nBofSize <= 16) ) switch( nBofId ) in DetectBiffVersion()
Completed in 20 milliseconds