Searched refs:VBASTREAM_SIGNATURE (Results 1 – 1 of 1) sorted by relevance
34 const sal_uInt8 VBASTREAM_SIGNATURE = 1; variable53 OSL_ENSURE( nSig == VBASTREAM_SIGNATURE, "VbaInputStream::VbaInputStream - wrong signature" ); in VbaInputStream()54 mbEof = mbEof || rInStrm.isEof() || (nSig != VBASTREAM_SIGNATURE); in VbaInputStream()
Completed in 41 milliseconds