Lines Matching refs:eBiff
841 …explicit FunctionProviderImpl( FilterType eFilter, BiffType eBiff, bool bImportFilter );
855 FunctionProviderImpl::FunctionProviderImpl( FilterType eFilter, BiffType eBiff, bool bImportFilter ) in FunctionProviderImpl() argument
863 eBiff = BIFF8; // insert all BIFF function tables, then the OOXML table in FunctionProviderImpl()
872 …OSL_ENSURE( eBiff != BIFF_UNKNOWN, "FunctionProviderImpl::FunctionProviderImpl - invalid BIFF type… in FunctionProviderImpl()
877 if( eBiff >= BIFF2 ) in FunctionProviderImpl()
879 if( eBiff >= BIFF3 ) in FunctionProviderImpl()
881 if( eBiff >= BIFF4 ) in FunctionProviderImpl()
883 if( eBiff >= BIFF5 ) in FunctionProviderImpl()
885 if( eBiff >= BIFF8 ) in FunctionProviderImpl()
953 FunctionProvider::FunctionProvider( FilterType eFilter, BiffType eBiff, bool bImportFilter ) : in FunctionProvider() argument
954 mxFuncImpl( new FunctionProviderImpl( eFilter, eBiff, bImportFilter ) ) in FunctionProvider()
1293 FilterType eFilter, BiffType eBiff, bool bImportFilter ) : in OpCodeProvider() argument
1294 FunctionProvider( eFilter, eBiff, bImportFilter ), in OpCodeProvider()