Searched refs:cSize (Results 1 – 1 of 1) sorted by relevance
212 sal_uInt8 cSize; in ReadExtension() local222 rIStm >> cSize; in ReadExtension()240 bStatus = ( cSize == 4 ) && ( cByte == 0 ); in ReadExtension()255 if ( cSize == 0x0b ) in ReadExtension()262 rIStm >> cSize; in ReadExtension()265 if( aAppId == "NETSCAPE" && aAppCode == "2.0" && cSize == 3 ) in ReadExtension()292 else if ( aAppId == "STARDIV " && aAppCode == "5.0" && cSize == 9 ) in ReadExtension()324 while( cSize && bStatus && !rIStm.IsEof() ) in ReadExtension()326 sal_uInt16 nCount = (sal_uInt16) cSize + 1; in ReadExtension()333 cSize = (sal_uInt8) pBuffer[ cSize ]; in ReadExtension()[all …]
Completed in 14 milliseconds