Home
last modified time | relevance | path

Searched refs:FILTER_BIFF (Results 1 – 15 of 15) sorted by relevance

/trunk/main/oox/source/xls/
H A Ddefnamesbuffer.cxx296 …OSL_ENSURE( (getFilterType() == FILTER_BIFF) && (getBiff() <= BIFF4), "DefinedNameBase::extractRef… in extractReference()
480 if( (getFilterType() == FILTER_BIFF) && !mxBiffStrm.get() ) in createNameObject()
532 case FILTER_BIFF: in convertFormula()
612 OSL_ENSURE( (getFilterType() == FILTER_BIFF) && (getBiff() <= BIFF4), in setLocalCalcSheet()
H A Dexternallinkbuffer.cxx315 case FILTER_BIFF:
403 …OSL_ENSURE( (getFilterType() == FILTER_BIFF) && (getBiff() <= BIFF4), "ExternalName::setExternalRe… in extractExternalReference()
778 case FILTER_BIFF: in getSheetRange()
1071 case FILTER_BIFF: in getExternalLink()
H A Dworkbookhelper.cxx302 meFilterType( FILTER_BIFF ), in WorkbookGlobals()
543 case FILTER_BIFF: in initialize()
868 …OSL_ENSURE( mrBookGlob.getFilterType() == FILTER_BIFF, "WorkbookHelper::getBiffFilter - invalid ca… in getBiffFilter()
H A Dthemebuffer.cxx97 case FILTER_BIFF: in ThemeBuffer()
H A Dcommentsbuffer.cxx158 case FILTER_BIFF: in finalizeImport()
H A Dstylesbuffer.cxx496 case FILTER_BIFF: in ColorPalette()
1386 …case FILTER_BIFF: nIndent = getUnitConverter().scaleToMm100( 10.0 * maModel.mnIndent, UNIT_POINT… in finalizeImport()
3018 …bool bReserveAll = (getFilterType() == FILTER_BIFF) && (getBiff() == BIFF4) && isWorkbookFile() &&… in finalizeImport()
3386 case FILTER_BIFF: in equalBorders()
3411 case FILTER_BIFF: in equalFills()
H A Dworkbooksettings.cxx285 case FILTER_BIFF: in finalizeImport()
H A Dworksheethelper.cxx461 case FILTER_BIFF: in WorksheetGlobals()
1340 case FILTER_BIFF: in finalizeDrawings()
H A Dpivotcachebuffer.cxx1417 bool bHasRelation = (getFilterType() == FILTER_BIFF) || (maDefModel.maRelId.getLength() > 0); in finalizeExternalSheetSource()
1520 case FILTER_BIFF: in importPivotCacheFragment()
H A Dformulaparser.cxx649 mbAllowNulChars = getFilterType() == FILTER_BIFF; in initializeImport()
654 mb2dRefsAs3dRefs = (getFilterType() == FILTER_BIFF) && (getBiff() <= BIFF4); in initializeImport()
2802 case FILTER_BIFF: mxImpl.reset( new BiffFormulaParserImpl( *this ) ); break; in FormulaParser()
H A Daddressconverter.cxx244 case FILTER_BIFF: switch( getBiff() ) in AddressConverter()
H A Dpagesettings.cxx676 …if( (getFilterType() == FILTER_OOXML) || ((getFilterType() == FILTER_BIFF) && (getBiff() == BIFF8)… in parse()
H A Dformulabase.cxx865 case FILTER_BIFF: in FunctionProviderImpl()
/trunk/main/oox/inc/oox/xls/
H A Dworkbookhelper.hxx76 FILTER_BIFF, /// MS Excel BIFF2-BIFF8 (Binary Interchange File Format). enumerator
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx931 mxFuncProv.reset( new FunctionProvider( FILTER_BIFF, getBiff(), true ) ); in constructFmlaObj()

Completed in 142 milliseconds