Searched refs:nBofId (Results 1 – 2 of 2) sorted by relevance
85 sal_uInt16 nBofId, nBofSize; in detectStreamBiffVersion() local86 rInStream >> nBofId >> nBofSize; in detectStreamBiffVersion()90 switch( nBofId ) 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 18 milliseconds