Home
last modified time | relevance | path

Searched refs:meBiff (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dexcform.cxx173 meBiff( rRoot.GetBiff() ) in ExcelToSc()
245 if( meBiff != EXC_BIFF2 ) in Convert()
374 if( meBiff == EXC_BIFF2 ) in Convert()
395 switch( meBiff ) in Convert()
407 switch( meBiff ) in Convert()
463 aIn.Ignore( (meBiff == EXC_BIFF2) ? 3 : 4 ); in Convert()
480 if( meBiff <= EXC_BIFF3 ) in Convert()
498 if( meBiff <= EXC_BIFF3 ) in Convert()
513 switch( meBiff ) in Convert()
612 aIn.Ignore( (meBiff == EXC_BIFF2) ? 4 : 6 ); in Convert()
[all …]
H A Dxeformula.cxx481 const XclBiff meBiff; // Cached BIFF version to save GetBiff() calls. member in XclExpFmlaCompImpl
495 meBiff( rRoot.GetBiff() ), in XclExpFmlaCompImpl()
1308 Append( static_cast< sal_uInt8 >( (meBiff == EXC_BIFF8) ? (nCols - 1) : nCols ) ); in ProcessMatrix()
1309 Append( static_cast< sal_uInt16 >( (meBiff == EXC_BIFF8) ? (nRows - 1) : nRows ) ); in ProcessMatrix()
1313 AppendExt( static_cast< sal_uInt8 >( (meBiff == EXC_BIFF8) ? (nCols - 1) : nCols ) ); in ProcessMatrix()
1314 AppendExt( static_cast< sal_uInt16 >( (meBiff == EXC_BIFF8) ? (nRows - 1) : nRows ) ); in ProcessMatrix()
1862 … DBG_ASSERT( meBiff == EXC_BIFF8, "XclExpFmlaCompImpl::ConvertRefData - NLRs only for BIFF8" ); in ConvertRefData()
1868 sal_uInt16& rnRelField = (meBiff <= EXC_BIFF5) ? rXclPos.mnRow : rXclPos.mnCol; in ConvertRefData()
1897 …bool bNatLangRef = (meBiff == EXC_BIFF8) && mxData->mpScBasePos && (rTokData.GetOpCode() == ocColR… in ProcessCellRef()
1936 if( meBiff <= EXC_BIFF5 ) in ProcessCellRef()
[all …]
H A Dxiformula.cxx49 const XclBiff meBiff; /// Cached BIFF version to save GetBiff() calls. member in XclImpFmlaCompImpl
57 meBiff( rRoot.GetBiff() ) in XclImpFmlaCompImpl()
H A Dxlroot.cxx85 meBiff( eBiff ), in XclRootData()
121 switch( meBiff ) in XclRootData()
/trunk/main/oox/source/xls/
H A Dworkbookhelper.cxx194 inline BiffType getBiff() const { return meBiff; } in getBiff()
279 BiffType meBiff; // BIFF version for BIFF import/export. member in oox::xls::WorkbookGlobals
292 meBiff( BIFF_UNKNOWN ) in WorkbookGlobals()
305 meBiff( eBiff ) in WorkbookGlobals()
437 OSL_ENSURE( meBiff == BIFF4, "WorkbookGlobals::setIsWorkbookFile - invalid call" ); in setIsWorkbookFile()
443 switch( meBiff ) in createBuffersPerSheet()
/trunk/main/oox/inc/oox/dump/
H A Dbiffdumper.hxx92 ::oox::xls::BiffType meBiff;
104 inline ::oox::xls::BiffType getBiff() const { return meBiff; } in getBiff()
126 ::oox::xls::BiffType meBiff;
/trunk/main/sc/source/filter/inc/
H A Dxlroot.hxx85 XclBiff meBiff; /// Current BIFF version. member
156 inline XclBiff GetBiff() const { return mrData.meBiff; } in GetBiff()
H A Dexcform.hxx47 const XclBiff meBiff; member in ExcelToSc
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx177 meBiff( eBiff ) in BiffConfig()
184 return (meBiff != BIFF_UNKNOWN) && Config::implIsValid(); in implIsValid()
193 switch( meBiff ) in implGetNameList()
210 meBiff( eBiff ), in BiffSharedData()
263 return meBiff != BIFF_UNKNOWN; in implIsValid()