Searched refs:detectStreamBiffVersion (Results 1 – 3 of 3) sorted by relevance
78 /*static*/ BiffType BiffDetector::detectStreamBiffVersion( BinaryInputStream& rInStream ) in detectStreamBiffVersion() function in oox::xls::BiffDetector143 BiffType eBookStrm5Biff = detectStreamBiffVersion( aBookStrm5 ); in detectStorageBiffVersion()147 BiffType eBookStrm8Biff = detectStreamBiffVersion( aBookStrm8 ); in detectStorageBiffVersion()169 eBiff = detectStreamBiffVersion( aStrm ); in detectStorageBiffVersion()
58 static BiffType detectStreamBiffVersion( BinaryInputStream& rInStream );
1571 BiffType eBiff = BiffDetector::detectStreamBiffVersion( *rxStrm ); in WorkbookStreamObject()
Completed in 33 milliseconds