Home
last modified time | relevance | path

Searched refs:EXC_BIFF8 (Results 1 – 25 of 35) sorted by relevance

12

/aoo42x/main/sc/source/filter/excel/
H A Dexcdoc.cxx130 if( self.GetBiff() == EXC_BIFF8 )
230 if( GetBiff() == EXC_BIFF8 ) in FillAsHeader()
275 if( GetBiff() == EXC_BIFF8 ) in FillAsHeader()
290 if ( GetBiff() == EXC_BIFF8 ) in FillAsHeader()
430 if( eBiff == EXC_BIFF8 ) in FillAsTable()
487 if ( eBiff == EXC_BIFF8 ) in FillAsTable()
496 if( eBiff == EXC_BIFF8 ) in FillAsTable()
501 if( eBiff == EXC_BIFF8 ) in FillAsTable()
515 if( eBiff == EXC_BIFF8 ) in FillAsTable()
740 if ( GetBiff() == EXC_BIFF8 ) in ReadDoc()
H A Dxechart.cxx677 DBG_ASSERT_BIFF( GetBiff() == EXC_BIFF8 ); in XclExpChEscherFormat()
1372 if( GetBiff() == EXC_BIFF8 ) in ConvertTrendLineEquation()
1422 if( GetBiff() == EXC_BIFF8 ) in WriteBody()
1846 if( GetBiff() == EXC_BIFF8 ) in XclExpChSeries()
2116 if( GetBiff() == EXC_BIFF8 ) in WriteBody()
2167 if( GetBiff() == EXC_BIFF8 ) in Convert()
2210 if( GetBiff() == EXC_BIFF8 ) in WriteBody()
2215 if( GetBiff() == EXC_BIFF8 ) in WriteBody()
2707 if( GetBiff() == EXC_BIFF8 ) in Save()
2890 if( GetBiff() == EXC_BIFF8 ) in WriteBody()
[all …]
H A Dxeview.cxx94 XclExpRecord( EXC_ID_WINDOW2, (rRoot.GetBiff() == EXC_BIFF8) ? 18 : 10 ), in XclExpWindow2()
130 case EXC_BIFF8: in WriteBody()
382 if( GetBiff() == EXC_BIFF8 ) in XclExpTabViewSettings()
389 maData.mbPageMode = (GetBiff() == EXC_BIFF8) && rTabSett.mbPageMode; in XclExpTabViewSettings()
396 if ( GetBiff() == EXC_BIFF8 && !GetDoc().IsDefaultTabBgColor(nScTab) ) in XclExpTabViewSettings()
H A Dxistring.cxx68 case EXC_BIFF8: in Read()
111 bool bBiff8 = rStrm.GetRoot().GetBiff() == EXC_BIFF8; in ReadFormats()
122 if( rStrm.GetRoot().GetBiff() == EXC_BIFF8 ) in ReadFormats()
H A Dxiname.cxx76 case EXC_BIFF8: in XclImpName()
132 sal_uInt16 nUsedTab = (GetBiff() == EXC_BIFF8) ? nXclTab : nExtSheet; in XclImpName()
178 if( (GetBiff() == EXC_BIFF8) && pTokArr && bBuiltIn ) in XclImpName()
H A Dexcel.cxx202 case EXC_BIFF8: in ScImportExcel()
244 … XclExpRootData aExpData( bBiff8 ? EXC_BIFF8 : EXC_BIFF5, rMedium, xRootStrg, *pDocument, eNach ); in lcl_ExportExcelBiff()
274 XclExpRootData aExpData( EXC_BIFF8, rMedium, xRootStrg, *pDocument, eNach ); in lcl_ExportExcel2007Xml()
H A Dimpop.cxx463 if (GetRoot().GetBiff() != EXC_BIFF8) in SheetPassword()
482 if (GetRoot().GetBiff() != EXC_BIFF8) in WinProtection()
622 if (GetRoot().GetBiff() != EXC_BIFF8) in SheetProtect()
630 if (GetRoot().GetBiff() != EXC_BIFF8) in DocProtect()
638 if (GetRoot().GetBiff() != EXC_BIFF8) in DocPasssword()
1156 if( nVers == 0x0600 && (GetBiff() == EXC_BIFF8) ) in Bof5()
H A Dxicontent.cxx253 DBG_ASSERT_BIFF( rRoot.GetBiff() == EXC_BIFF8 ); in ReadEmbeddedData()
438 DBG_ASSERT_BIFF( rRoot.GetBiff() == EXC_BIFF8 ); in ReadLabelranges()
701 DBG_ASSERT_BIFF( rRoot.GetBiff() == EXC_BIFF8 ); in ReadDval()
716 DBG_ASSERT_BIFF( rRoot.GetBiff() == EXC_BIFF8 ); in ReadDV()
956 if( GetBiff() == EXC_BIFF8 ) in ReadQsi()
1107 case EXC_BIFF8: xDecr = lclReadFilepass8( rStrm ); break; in ReadFilepass()
H A Dxiview.cxx107 DBG_ASSERT_BIFF( GetBiff() >= EXC_BIFF8 ); in ReadTabBgColor()
108 if( GetBiff() < EXC_BIFF8 ) in ReadTabBgColor()
161 case EXC_BIFF8: in ReadWindow2()
H A Dxehelper.cxx329 if( GetBiff() == EXC_BIFF8 ) // no HLINK records in BIFF2-BIFF7 in ProcessUrlField()
559 if( rRoot.GetBiff() == EXC_BIFF8 ) in CreateString()
576 if( rRoot.GetBiff() == EXC_BIFF8 ) in AppendString()
584 if( rRoot.GetBiff() == EXC_BIFF8 ) in AppendChar()
1019 case EXC_BIFF8: in lclEncodeDosUrl()
H A Dxistyle.cxx191 case EXC_BIFF8: in ReadFont()
210 DBG_ASSERT_BIFF( GetBiff() == EXC_BIFF8 ); in ReadCFFontBlock()
211 if( GetBiff() != EXC_BIFF8 ) in ReadCFFontBlock()
456 case EXC_BIFF8: in XclImpFontBuffer()
575 case EXC_BIFF8: in ReadFormat()
1109 case EXC_BIFF8: ReadXF8( rStrm ); break; in ReadXF()
1325 …if( (GetBiff() == EXC_BIFF8) && (rStrm.GetNextRecId() == EXC_ID_STYLEEXT) && rStrm.StartNextRecord… in ReadStyle()
H A Dxichart.cxx463 if( rRoot.GetBiff() == EXC_BIFF8 ) in ReadChLineFormat()
495 if( rRoot.GetBiff() == EXC_BIFF8 ) in ReadChAreaFormat()
955 if( GetBiff() == EXC_BIFF8 ) in ReadHeaderRecord()
983 if( GetBiff() == EXC_BIFF8 ) in ReadSubRecord()
1221 if( GetBiff() == EXC_BIFF8 ) in ReadChFrLabelProps()
1266 if( rRoot.GetBiff() == EXC_BIFF8 ) in ReadChMarkerFormat()
1783 if( GetBiff() == EXC_BIFF8 ) in ReadHeaderRecord()
2154 if( GetBiff() == EXC_BIFF8 ) in ReadChType()
2167 if( GetBiff() == EXC_BIFF8 ) in ReadChType()
3110 if( GetBiff() == EXC_BIFF8 ) in ReadChTick()
[all …]
H A Dxestyle.cxx967 SetRecSize( ((GetBiff() == EXC_BIFF8) ? (nStrLen * 2 + 1) : nStrLen) + 15 ); in XclExpFont()
1040 case EXC_BIFF8: mnXclMaxSize = EXC_FONT_MAXCOUNT8; break; in XclExpFontBuffer()
1165 case EXC_BIFF8: in InitDefaultFonts()
1216 case EXC_BIFF8: mnXclOffset = EXC_FORMAT_OFFSET8; break; in XclExpNumFmtBuffer()
1383 case EXC_BIFF8: // attributes new in BIFF8 in FillFromItemSet()
1584 case EXC_BIFF8: // attributes new in BIFF8 in FillFromItemSet()
1994 SetRecHeader( EXC_ID5_XF, (GetBiff() == EXC_BIFF8) ? 20 : 16 ); in InitDefault()
2097 case EXC_BIFF8: WriteBody8( rStrm ); break; in WriteBody()
2242 if( rStrm.GetRoot().GetBiff() == EXC_BIFF8 ) in WriteBody()
H A Dxiroot.cxx76 if( GetBiff() == EXC_BIFF8 ) in XclImpRoot()
278 if( mrImpData.mbHasBasic && (GetBiff() == EXC_BIFF8) ) in ReadCodeName()
H A Dxeformula.cxx1310 Append( static_cast< sal_uInt8 >( (meBiff == EXC_BIFF8) ? (nCols - 1) : nCols ) ); in ProcessMatrix()
1311 Append( static_cast< sal_uInt16 >( (meBiff == EXC_BIFF8) ? (nRows - 1) : nRows ) ); in ProcessMatrix()
1315 AppendExt( static_cast< sal_uInt8 >( (meBiff == EXC_BIFF8) ? (nCols - 1) : nCols ) ); in ProcessMatrix()
1316 AppendExt( static_cast< sal_uInt16 >( (meBiff == EXC_BIFF8) ? (nRows - 1) : nRows ) ); in ProcessMatrix()
1864 … DBG_ASSERT( meBiff == EXC_BIFF8, "XclExpFmlaCompImpl::ConvertRefData - NLRs only for BIFF8" ); in ConvertRefData()
1899 …bool bNatLangRef = (meBiff == EXC_BIFF8) && mxData->mpScBasePos && (rTokData.GetOpCode() == ocColR… in ProcessCellRef()
2537 …lclAppend( mxData->maExtDataVec, GetRoot(), rString, (meBiff == EXC_BIFF8) ? EXC_STR_DEFAULT : EXC… in AppendExt()
H A Dxetable.cxx689 sal_uInt16 nMaxLen = (rRoot.GetBiff() == EXC_BIFF8) ? EXC_STR_MAXLEN : EXC_LABEL_MAXLEN; in XclExpLabelCell()
700 sal_uInt16 nMaxLen = (rRoot.GetBiff() == EXC_BIFF8) ? EXC_STR_MAXLEN : EXC_LABEL_MAXLEN; in XclExpLabelCell()
746 case EXC_BIFF8: in Init()
783 case EXC_BIFF8: in WriteContents()
1500 case EXC_BIFF8: SetRecHeader( EXC_ID3_DIMENSIONS, 14 ); break; in XclExpDimensions()
1535 if( eBiff == EXC_BIFF8 ) in WriteBody()
H A Dxepage.cxx165 bool bWriteRange = (rStrm.GetRoot().GetBiff() == EXC_BIFF8); in WriteBody()
352 if( (GetBiff() == EXC_BIFF8) && maData.mxBrushItem.get() ) in Save()
H A Dxeescher.cxx1003 case EXC_BIFF8: in XclExpNote()
1057 case EXC_BIFF8: in Save()
1069 DBG_ASSERT_BIFF( rStrm.GetRoot().GetBiff() == EXC_BIFF8 ); in WriteBody()
H A Dxename.cxx265 case EXC_BIFF8: // EXTERNSHEET index not used, but must be created in link table in SetLocalTab()
667 if( GetBiff() == EXC_BIFF8 ) in CreateBuiltInNames()
H A Dxilink.cxx259 DBG_ASSERT_BIFF( rStrm.GetRoot().GetBiff() == EXC_BIFF8 ); in ReadTabid()
260 if( rStrm.GetRoot().GetBiff() == EXC_BIFF8 ) in ReadTabid()
H A Dxecontent.cxx321 if( GetBiff() == EXC_BIFF8 ) in AppendRange()
341 if( GetBiff() == EXC_BIFF8 ) in Save()
1190 if( GetBiff() == EXC_BIFF8 ) in InsertCellRange()
H A Dexcform.cxx1900 if( GetBiff() == EXC_BIFF8 ) in ReadExtensionArray()
1952 if( GetBiff() == EXC_BIFF8 ) in ReadExtensionArray()
2008 aIn.Ignore( nCount * ((GetBiff() == EXC_BIFF8) ? 8 : 6) ); // drop the ranges in ReadExtensionMemArea()
H A Dread.cxx937 DBG_ASSERT( GetBiff() == EXC_BIFF8, "ImportExcel8::Read - wrong BIFF version" ); in Read()
1201 if( GetBiff() == EXC_BIFF8 ) in Read()
H A Dexpop2.cxx84 if( GetBiff() == EXC_BIFF8 ) in Write()
/aoo42x/main/sc/source/filter/inc/
H A Dxlconst.hxx40 EXC_BIFF8, /// MS Excel 8.0 (97), 9.0 (2000), 10.0 (XP), 11.0 (2003) enumerator

Completed in 237 milliseconds

12