Home
last modified time | relevance | path

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

/trunk/main/oox/source/ole/
H A Dvbainputstream.cxx34 const sal_uInt8 VBASTREAM_SIGNATURE = 1; variable
53 OSL_ENSURE( nSig == VBASTREAM_SIGNATURE, "VbaInputStream::VbaInputStream - wrong signature" ); in VbaInputStream()
54 mbEof = mbEof || rInStrm.isEof() || (nSig != VBASTREAM_SIGNATURE); in VbaInputStream()

Completed in 13 milliseconds