/aoo41x/main/oox/source/xls/ |
H A D | externallinkbuffer.cxx | 193 if( getBiff() >= BIFF3 ) in importExternalName() 201 if( getBiff() >= BIFF5 ) in importExternalName() 228 maModel.maName = (getBiff() == BIFF8) ? in importExternalName() 239 if( bHiddenRef && (getBiff() == BIFF4) && isWorkbookFile() ) in importExternalName() 261 bool bBiff8 = getBiff() == BIFF8; in importExternalName() 316 switch( getBiff() ) 722 OSL_ENSURE( (nTabId == 0) || (getFilterType() == FILTER_OOXML) || (getBiff() == BIFF8), in getCalcSheetIndex() 736 OSL_ENSURE( (nTabId == 0) || (getFilterType() == FILTER_OOXML) || (getBiff() == BIFF8), in getSheetCacheIndex() 779 switch( getBiff() ) in getSheetRange() 876 if( getBiff() >= BIFF4 ) in parseBiffTargetUrl() [all …]
|
H A D | defnamesbuffer.cxx | 296 …OSL_ENSURE( (getFilterType() == FILTER_BIFF) && (getBiff() <= BIFF4), "DefinedNameBase::extractRef… in extractReference() 366 BiffType eBiff = getBiff(); in importDefinedName() 427 switch( getBiff() ) in importDefinedName() 452 …if( (getBiff() <= BIFF4) && maModel.mbHidden && (maModel.maName.getLength() > 1) && (maModel.maNam… in importDefinedName() 612 OSL_ENSURE( (getFilterType() == FILTER_BIFF) && (getBiff() <= BIFF4), in setLocalCalcSheet()
|
H A D | workbookfragment.cxx | 370 BiffFragmentType eFragment = startFragment( getBiff() ); in importFragment() 401 … eSheetFragment = bIsBofRec ? startFragment( getBiff() ) : BIFF_FRAGMENT_WORKSHEET; in importFragment() 480 BiffFragmentType eSheetFragment = startFragment( getBiff() ); in importWorkspaceFragment() 530 default: switch( getBiff() ) in importGlobalsFragment() 696 switch( getBiff() ) in importSheetFragment()
|
H A D | externallinkfragment.cxx | 360 switch( getBiff() ) in importRecord() 415 if( getBiff() == BIFF8 ) in importExternSheet() 438 switch( getBiff() ) in importXct() 478 …OUString aText = (getBiff() == BIFF8) ? rStrm.readUniString() : rStrm.readByteStringUC( false, get… in importCrn()
|
H A D | pagesettings.cxx | 344 if( getBiff() >= BIFF5 ) in importPageSetup() 357 if( getBiff() == BIFF8 ) in importPageSetup() 388 …maModel.maOddHeader = (getBiff() == BIFF8) ? rStrm.readUniString() : rStrm.readByteStringUC( false… in importHeader() 396 …maModel.maOddFooter = (getBiff() == BIFF8) ? rStrm.readUniString() : rStrm.readByteStringUC( false… in importFooter() 404 BiffHelper::importImgData( aPictureData, rStrm, getBiff() ); in importPicture() 676 …( (getFilterType() == FILTER_OOXML) || ((getFilterType() == FILTER_BIFF) && (getBiff() == BIFF8)) ) in parse()
|
H A D | sheetdatacontext.cxx | 600 switch( getBiff() ) in BiffSheetDataContext() 642 default: switch( getBiff() ) in importRecord() 711 if( getBiff() == BIFF2 ) in importRow() 846 if( readCellHeader( rStrm, getBiff() == BIFF2 ) ) in importFormula() 877 if( getBiff() == BIFF8 ) in importLabel()
|
H A D | worksheetfragment.cxx | 803 default: switch( getBiff() ) in importFragment() 992 if( getBiff() != BIFF2 ) in importDefRowHeight() 995 if( getBiff() == BIFF2 ) in importDefRowHeight() 1075 bool bInt32Rows = (rStrm.getRecId() == BIFF3_ID_DIMENSION) && (getBiff() == BIFF8); in importDimension() 1160 bool bBiff8 = getBiff() == BIFF8; // skip start/end columns or rows in BIFF8 in importPageBreaks()
|
H A D | viewsettings.cxx | 366 if( getBiff() == BIFF2 ) in importWindow2() 396 if( getBiff() == BIFF8 ) in importWindow2() 672 OSL_ENSURE( maBookViews.empty() || ((getBiff() == BIFF4) && isWorkbookFile()), in importWindow1() 680 if( getBiff() <= BIFF4 ) in importWindow1()
|
H A D | pivotcachebuffer.cxx | 257 …maValue <<= (rHelper.getBiff() == BIFF8) ? rStrm.readUniString() : rStrm.readByteStringUC( true, r… in readString() 642 …maFieldModel.maName = (getBiff() == BIFF8) ? rStrm.readUniString() : rStrm.readByteStringUC( true,… in importPCDField() 1187 maDefModel.maRefreshedBy = (getBiff() == BIFF8) ? in importPCDefinition() 1332 …maSheetSrcModel.maDefName = (getBiff() == BIFF8) ? rStrm.readUniString() : rStrm.readByteStringUC(… in importDConName() 1349 if( getBiff() == BIFF8 ) in importDConUrl() 1473 …aStrmName.insert( 0, (getBiff() == BIFF8) ? CREATE_OUSTRING( "_SX_DB_CUR/" ) : CREATE_OUSTRING( "_… in importPivotCacheRef()
|
H A D | worksheetbuffer.cxx | 107 if( getBiff() >= BIFF5 ) in importSheet() 116 aModel.maName = (getBiff() == BIFF8) ? in importSheet()
|
H A D | workbookhelper.cxx | 194 inline BiffType getBiff() const { return meBiff; } in getBiff() function in oox::xls::WorkbookGlobals 872 BiffType WorkbookHelper::getBiff() const in getBiff() function in oox::xls::WorkbookHelper 874 return mrBookGlob.getBiff(); in getBiff()
|
H A D | formulaparser.cxx | 654 mb2dRefsAs3dRefs = (getFilterType() == FILTER_BIFF) && (getBiff() <= BIFF4); in initializeImport() 1985 switch( getBiff() ) in BiffFormulaParserImpl() 2102 sal_uInt16 nFmlaSize = lclReadFmlaSize( rStrm, getBiff(), pnFmlaSize ); in importBiffFormula() 2240 …rStrm.skip( mnAttrDataSize * (1 + ((getBiff() == BIFF2) ? rStrm.readuInt8() : rStrm.readuInt16()))… in importAttrToken() 2351 bool bBiff8 = getBiff() == BIFF8; in importArrayToken() 2624 rStrm.skip( ((getBiff() == BIFF8) ? 8 : 6) * nCount ); in skipMemAreaAddData() 2911 sal_uInt16 nFmlaSize = lclReadFmlaSize( rStrm, getBiff(), pnFmlaSize ); in importOleTargetLink()
|
H A D | autofilterbuffer.cxx | 509 aCriterion1.readString( rStrm, getBiff(), getTextEncoding() ); in importBiffRecord() 510 aCriterion2.readString( rStrm, getBiff(), getTextEncoding() ); in importBiffRecord()
|
H A D | addressconverter.cxx | 244 case FILTER_BIFF: switch( getBiff() ) in AddressConverter() 450 else if( (getBiff() == BIFF4) && (cChar == BIFF4_URL_SHEET) ) in parseBiffTargetUrl()
|
H A D | stylesbuffer.cxx | 497 switch( getBiff() ) in ColorPalette() 894 switch( getBiff() ) in importFont() 2280 switch( getBiff() ) in importXf() 2911 maModel.maName = (getBiff() == BIFF8) ? in importStyle() 2914 …if( (getBiff() == BIFF8) && (rStrm.getNextRecId() == BIFF_ID_STYLEEXT) && rStrm.startNextRecord() ) in importStyle() 3018 …bool bReserveAll = (getFilterType() == FILTER_BIFF) && (getBiff() == BIFF4) && isWorkbookFile() &&… in finalizeImport()
|
H A D | commentsbuffer.cxx | 97 switch( getBiff() ) in importNote()
|
H A D | chartsheetfragment.cxx | 217 default: switch( getBiff() ) in importFragment()
|
H A D | pivottablebuffer.cxx | 214 …return (rHelper.getBiff() == BIFF8) ? rStrm.readUniStringBody( nLen ) : rStrm.readCharArrayUC( nLe… in lclReadPivotString() 470 …if( (getBiff() == BIFF8) && (rStrm.getNextRecId() == BIFF_ID_PTFIELD2) && rStrm.startNextRecord() ) in importPTField() 1267 if( getBiff() == BIFF8 ) in importPTDefinition2()
|
H A D | biffcodec.cxx | 358 mxDecoder = implReadFilePass( rStrm, getBiff() ); in importFilePass()
|
H A D | worksheetsettings.cxx | 262 if( getBiff() <= BIFF4 ) in importSheetPr()
|
H A D | workbooksettings.cxx | 229 if( getBiff() == BIFF8 ) in importFileSharing()
|
H A D | numberformatsbuffer.cxx | 2008 switch( getBiff() ) in importFormat()
|
/aoo41x/main/oox/source/dump/ |
H A D | biffdumper.cxx | 661 switch( getBiff() ) in dumpConstArrayHeader() 1052 if( getBiff() == BIFF8 ) in dumpTokenCol() 1067 if( getBiff() == BIFF8 ) in dumpTokenRow() 1107 switch( getBiff() ) in readTokenRefIdx() 1132 if( getBiff() == BIFF5 ) in dumpTokenRefTabIdxs() 1194 switch( getBiff() ) in dumpNameToken() 3663 if( getBiff() >= BIFF3 ) in dumpFontRec() 3665 if( getBiff() >= BIFF5 ) in dumpFontRec() 3691 switch( getBiff() ) in dumpFormatRec() 3724 switch( getBiff() ) in dumpXfRec() [all …]
|
/aoo41x/main/oox/inc/oox/dump/ |
H A D | biffdumper.hxx | 104 inline ::oox::xls::BiffType getBiff() const { return meBiff; } in getBiff() function in oox::dump::biff::BiffSharedData 137 inline ::oox::xls::BiffType getBiff() const { return mxBiffData->getBiff(); } in getBiff() function in oox::dump::biff::BiffObjectBase
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | workbookhelper.hxx | 262 BiffType getBiff() const;
|