Home
last modified time | relevance | path

Searched refs:BIFF5 (Results 1 – 22 of 22) sorted by relevance

/trunk/main/oox/source/dump/
H A Dbiffdumper.ini93 multilist=COLORS-BIFF5
208 constlist=BASETOKENS-BIFF5
214 include=BASETOKENS-BIFF5
235 multilist=CLASSTOKENS-BIFF5
300 # BIFF5 style BOF
359 multilist=RECORD-NAMES-BIFF5
387 include=RECORD-NAMES-BIFF5
1551 multilist=OBJ-TYPE-BIFF5
1558 include=OBJ-TYPE-BIFF5
2325 combilist=XF-FILL-BIFF5
[all …]
H A Dbiffdumper.cxx1112 case BIFF5: dumpUnused( 8 ); break; in readTokenRefIdx()
1132 if( getBiff() == BIFF5 ) in dumpTokenRefTabIdxs()
1390 case BIFF5: in dumpAttrToken()
2283 if( eBiff >= BIFF5 ) in implDumpRecordBody()
2344 if( eBiff >= BIFF5 ) in implDumpRecordBody()
2684 if( eBiff >= BIFF5 ) in implDumpRecordBody()
3029 if( eBiff >= BIFF5 ) in implDumpRecordBody()
3665 if( getBiff() >= BIFF5 ) in dumpFontRec()
3705 case BIFF5: in dumpFormatRec()
3747 case BIFF5: in dumpXfRec()
[all …]
/trunk/main/oox/source/xls/
H A Dbiffdetector.cxx110 case 0: eBiff = BIFF5; break; // #i44031# #i62752# in detectStreamBiffVersion()
114 case BIFF_BOF_BIFF5: eBiff = BIFF5; break; in detectStreamBiffVersion()
215 case BIFF5: aTypeName = CREATE_OUSTRING( "calc_MS_Excel_95" ); break; in detect()
H A Dexternallinkbuffer.cxx201 if( getBiff() >= BIFF5 ) in importExternalName()
322 case BIFF5:
786 case BIFF5: in getSheetRange()
1009 OSL_ENSURE( getBiff() <= BIFF5, "ExternalLinkBuffer::importExternSheet - wrong BIFF version" ); in importExternSheet()
1080 case BIFF5: in getExternalLink()
1109 OSL_ENSURE( getBiff() <= BIFF5, "ExternalLinkBuffer::getSheetRange - wrong BIFF version" ); in getSheetRange()
H A Ddefnamesbuffer.cxx390 case BIFF5: in importDefinedName()
421 else if( (eBiff == BIFF5) && lclIsFilterDatabaseName( maModel.maName ) ) in importDefinedName()
435 case BIFF5: in importDefinedName()
H A Dexternallinkfragment.cxx387 case BIFF5: switch( nRecId ) in importRecord()
444 case BIFF5: in importXct()
H A Dworkbookfragment.cxx578 case BIFF5: switch( nRecId ) in importGlobalsFragment()
714 case BIFF5: in importSheetFragment()
H A Dworkbookhelper.cxx309 initialize( eBiff >= BIFF5 ); in WorkbookGlobals()
463 case BIFF5: in createBuffersPerSheet()
H A Dexcelhandlers.cxx149 case BIFF5: in startFragment()
H A Dcommentsbuffer.cxx104 case BIFF5: in importNote()
H A Dsheetdatacontext.cxx611 case BIFF5: in BiffSheetDataContext()
669 case BIFF5: switch( nRecId ) in importRecord()
H A Dchartsheetfragment.cxx245 case BIFF5: switch( nRecId ) in importFragment()
H A Dworksheetbuffer.cxx107 if( getBiff() >= BIFF5 ) in importSheet()
H A Daddressconverter.cxx258 case BIFF5: in AddressConverter()
H A Dstylesbuffer.cxx502 …case BIFF5: maColors.insert( maColors.begin(), spnDefColors5, STATIC_ARRAY_END( spnDefColors5 ) );… in ColorPalette()
906 case BIFF5: in importFont()
2348 case BIFF5: in importXf()
H A Dpagesettings.cxx344 if( getBiff() >= BIFF5 ) in importPageSetup()
H A Ddrawingmanager.cxx1324 case BIFF5: in importObj()
H A Dnumberformatsbuffer.cxx2018 case BIFF5: in importFormat()
H A Dworksheetfragment.cxx847 case BIFF5: switch( nRecId ) in importFragment()
H A Dformulabase.cxx883 if( eBiff >= BIFF5 ) in FunctionProviderImpl()
H A Dformulaparser.cxx2050 case BIFF5: in BiffFormulaParserImpl()
/trunk/main/oox/inc/oox/xls/
H A Dbiffhelper.hxx259 BIFF5, /// MS Excel 5.0, MS Excel 7.0 (95). enumerator

Completed in 209 milliseconds