Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dbiffdetector.cxx85 sal_uInt16 nBofId, nBofSize; in detectStreamBiffVersion() local
86 rInStream >> nBofId >> nBofSize; in detectStreamBiffVersion()
90 switch( nBofId ) in detectStreamBiffVersion()
/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx383 sal_uInt16 nBofId, nBofSize; in DetectBiffVersion() local
384 rStrm >> nBofId >> nBofSize; in DetectBiffVersion()
386 if( (4 <= nBofSize) && (nBofSize <= 16) ) switch( nBofId ) in DetectBiffVersion()

Completed in 18 milliseconds