| /AOO42X/main/oox/source/dump/ |
| H A D | biffdumper.cxx | 198 …case BIFF4: if( !xList ) xList = Config::implGetNameList( aBaseKey + OUString( sal_Unicode( '4' ) … in implGetNameList() 665 case BIFF4: in dumpConstArrayHeader() 1023 return (getBiff() >= BIFF4) ? mxStrm->readuInt16() : mxStrm->readuInt8(); in readFuncId() 1111 case BIFF4: dumpUnused( 2 ); break; in readTokenRefIdx() 1198 case BIFF4: dumpUnused( 8 ); break; in dumpNameToken() 1389 case BIFF4: in dumpAttrToken() 1630 if( (eBiff == BIFF4) && (getLastRecId() != BIFF_ID_OBJ) ) in implDumpRecordBody() 1716 … dumpRect< sal_Int32 >( "inner-plotarea-pos", (eBiff <= BIFF4) ? "CONV-TWIP-TO-CM" : "" ); in implDumpRecordBody() 1721 if( eBiff <= BIFF4 ) in implDumpRecordBody() 1896 dumpRect< sal_Int32 >( "position", (eBiff <= BIFF4) ? "CONV-TWIP-TO-CM" : "" ); in implDumpRecordBody() [all …]
|
| H A D | biffdumper.ini | 230 constlist=CLASSTOKENS-BIFF4 236 include=CLASSTOKENS-BIFF4 341 multilist=RECORD-NAMES-BIFF4 360 include=RECORD-NAMES-BIFF4 476 constlist=SIMPLE-RECORDS-BIFF4 487 include=SIMPLE-RECORDS-BIFF4 1206 # TODO: really different label positions in BIFF2-BIFF4? 1342 combilist=DEFINEDNAME-FLAGS-BIFF4 1348 include=DEFINEDNAME-FLAGS-BIFF4 1546 multilist=OBJ-TYPE-BIFF4 [all …]
|
| /AOO42X/main/oox/source/xls/ |
| H A D | externallinkbuffer.cxx | 234 …bool bHiddenRef = (getBiff() <= BIFF4) && (maModel.maName.getLength() > 1) && (maModel.maName[ 0 ]… in importExternalName() 239 if( bHiddenRef && (getBiff() == BIFF4) && isWorkbookFile() ) in importExternalName() 320 case BIFF4: 403 …OSL_ENSURE( (getFilterType() == FILTER_BIFF) && (getBiff() <= BIFF4), "ExternalName::setExternalRe… in extractExternalReference() 783 case BIFF4: in getSheetRange() 876 if( getBiff() >= BIFF4 ) in parseBiffTargetUrl() 1076 case BIFF4: in getExternalLink()
|
| H A D | defnamesbuffer.cxx | 296 …OSL_ENSURE( (getFilterType() == FILTER_BIFF) && (getBiff() <= BIFF4), "DefinedNameBase::extractRef… in extractReference() 386 case BIFF4: in importDefinedName() 431 case BIFF4: 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 | biffdetector.cxx | 99 eBiff = BIFF4; in detectStreamBiffVersion() 113 case BIFF_BOF_BIFF4: eBiff = BIFF4; break; in detectStreamBiffVersion() 214 case BIFF4: aTypeName = CREATE_OUSTRING( "calc_MS_Excel_40" ); break; in detect()
|
| H A D | externallinkfragment.cxx | 378 case BIFF4: switch( nRecId ) in importRecord() 443 case BIFF4: in importXct()
|
| H A D | workbookhelper.cxx | 437 OSL_ENSURE( meBiff == BIFF4, "WorkbookGlobals::setIsWorkbookFile - invalid call" ); in setIsWorkbookFile() 451 case BIFF4: in createBuffersPerSheet()
|
| H A D | workbookfragment.cxx | 561 case BIFF4: switch( nRecId ) in importGlobalsFragment() 701 case BIFF4: in importSheetFragment()
|
| H A D | addressconverter.cxx | 254 case BIFF4: in AddressConverter() 450 else if( (getBiff() == BIFF4) && (cChar == BIFF4_URL_SHEET) ) in parseBiffTargetUrl()
|
| H A D | excelhandlers.cxx | 139 case BIFF4: switch( nType ) in startFragment()
|
| H A D | viewsettings.cxx | 672 OSL_ENSURE( maBookViews.empty() || ((getBiff() == BIFF4) && isWorkbookFile()), in importWindow1() 680 if( getBiff() <= BIFF4 ) in importWindow1()
|
| H A D | commentsbuffer.cxx | 103 case BIFF4: in importNote()
|
| H A D | sheetdatacontext.cxx | 607 case BIFF4: in BiffSheetDataContext() 661 case BIFF4: switch( nRecId ) in importRecord()
|
| H A D | biffhelper.cxx | 166 if( (eBiff <= BIFF4) && (nDibHdrSize == BITMAPCOREHEADER_SIZE) && (nDepth == 32) ) in lclImportImgDataDib()
|
| H A D | chartsheetfragment.cxx | 235 case BIFF4: switch( nRecId ) in importFragment()
|
| H A D | worksheetsettings.cxx | 262 if( getBiff() <= BIFF4 ) in importSheetPr()
|
| H A D | stylesbuffer.cxx | 501 …case BIFF4: maColors.insert( maColors.begin(), spnDefColors3, STATIC_ARRAY_END( spnDefColors3 ) );… in ColorPalette() 901 case BIFF4: in importFont() 2325 case BIFF4: in importXf() 3018 …bool bReserveAll = (getFilterType() == FILTER_BIFF) && (getBiff() == BIFF4) && isWorkbookFile() &&… in finalizeImport()
|
| H A D | formulaparser.cxx | 654 mb2dRefsAs3dRefs = (getFilterType() == FILTER_BIFF) && (getBiff() <= BIFF4); in initializeImport() 2029 case BIFF4: in BiffFormulaParserImpl()
|
| H A D | numberformatsbuffer.cxx | 2014 case BIFF4: in importFormat()
|
| H A D | drawingmanager.cxx | 1321 case BIFF4: in importObj()
|
| H A D | worksheetfragment.cxx | 830 case BIFF4: switch( nRecId ) in importFragment()
|
| H A D | formulabase.cxx | 881 if( eBiff >= BIFF4 ) in FunctionProviderImpl()
|
| /AOO42X/main/oox/inc/oox/xls/ |
| H A D | biffhelper.hxx | 258 BIFF4, /// MS Excel 4.0. enumerator
|