Searched refs:VBACHUNK_SIG (Results 1 – 1 of 1) sorted by relevance
37 const sal_uInt16 VBACHUNK_SIG = 0x3000; variable133 …OSL_ENSURE( (nHeader & VBACHUNK_SIGMASK) == VBACHUNK_SIG, "VbaInputStream::updateChunk - invalid c… in updateChunk()134 mbEof = (nHeader & VBACHUNK_SIGMASK) != VBACHUNK_SIG; in updateChunk()
Completed in 22 milliseconds