Lines Matching refs:getBiff

533 …return (getBiff() == BIFF8) ? dumpUniString( rName, nUniFlags ) : dumpByteString( rName, nByteFlag…  in dumpString()
661 switch( getBiff() ) in dumpConstArrayHeader()
769 return (getBiff() == BIFF2) ? getBiffStream().readuInt8() : getBiffStream().readuInt16(); in readFormulaSize()
931 mxFuncProv.reset( new FunctionProvider( FILTER_BIFF, getBiff(), true ) ); in constructFmlaObj()
951 mnRowCount = (getBiff() == BIFF8) ? 65536 : 16384; in constructFmlaObj()
1023 return (getBiff() >= BIFF4) ? mxStrm->readuInt16() : mxStrm->readuInt8(); in readFuncId()
1052 if( getBiff() == BIFF8 ) in dumpTokenCol()
1067 if( getBiff() == BIFF8 ) in dumpTokenRow()
1107 switch( getBiff() ) in readTokenRefIdx()
1132 if( getBiff() == BIFF5 ) in dumpTokenRefTabIdxs()
1186 dumpUnused( (getBiff() == BIFF2) ? 6 : 7 ); in dumpArrayToken()
1194 switch( getBiff() ) in dumpNameToken()
1210 dumpUnused( (getBiff() == BIFF8) ? 2 : 12 ); in dumpNameXToken()
1230 dumpUnused( ((getBiff() == BIFF8) ? 4 : 3) * (bArea ? 2 : 1) ); in dumpRefErrToken()
1253 dumpUnused( ((getBiff() == BIFF8) ? 4 : 3) * (bArea ? 2 : 1) ); in dumpRefErr3dToken()
1259 dumpDec< sal_uInt16, sal_uInt8 >( getBiff() != BIFF2, "size" ); in dumpMemFuncToken()
1264 dumpUnused( (getBiff() == BIFF2) ? 3 : 4 ); in dumpMemAreaToken()
1274 aPos.mnCol = dumpDec< sal_uInt16, sal_uInt8 >( getBiff() != BIFF2, "col" ); in dumpExpToken()
1336 dumpUnused( (getBiff() == BIFF2) ? 4 : 6 ); in dumpSheetToken()
1342 dumpUnused( (getBiff() == BIFF2) ? 3 : 4 ); in dumpEndSheetToken()
1349 bool bBiff2 = getBiff() == BIFF2; in dumpAttrToken()
1381 switch( getBiff() ) in dumpAttrToken()
1543 dumpRangeList( EMPTY_STRING, getBiff() == BIFF8 ); in dumpAddDataMemArea()
1603 BiffType eBiff = getBiff(); in implDumpRecordBody()
3240 return dumpDec< sal_uInt16, sal_uInt8 >( getBiff() >= BIFF5, rName( "fmt-idx" ), mxFormats ); in dumpFormatIdx()
3343 aString = (getBiff() == BIFF8) ? in dumpPivotString()
3663 if( getBiff() >= BIFF3 ) in dumpFontRec()
3665 if( getBiff() >= BIFF5 ) in dumpFontRec()
3691 switch( getBiff() ) in dumpFormatRec()
3723 sal_uInt16 nFontId = dumpFontIdx( EMPTY_STRING, getBiff() >= BIFF5 ); in dumpXfRec()
3724 switch( getBiff() ) in dumpXfRec()
3774 switch( getBiff() ) in dumpObjRec()
4382 if( (getBiff() == BIFF3) && (nStrmEnd & 1) ) ++nStrmEnd; // BIFF3 size without padding in dumpObjRecPictFmla()