Home
last modified time | relevance | path

Searched refs:bImportFilter (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/oox/source/xls/
H A Dformulabase.cxx244 inline bool isSupported( bool bImportFilter ) const;
247 inline bool FunctionData::isSupported( bool bImportFilter ) const in isSupported()
251 return !getFlag( mnFlags, bImportFilter ? FUNCFLAG_EXPORTONLY : FUNCFLAG_IMPORTONLY ); in isSupported()
850 sal_uInt8 nMaxParam, bool bImportFilter );
887 initFuncs( saFuncTableOox, STATIC_ARRAY_END( saFuncTableOox ), nMaxParam, bImportFilter ); in FunctionProviderImpl()
888 initFuncs( saFuncTableOdf, STATIC_ARRAY_END( saFuncTableOdf ), nMaxParam, bImportFilter ); in FunctionProviderImpl()
947 if( pIt->isSupported( bImportFilter ) ) in initFuncs()
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
[all …]
/aoo4110/main/oox/inc/oox/xls/
H A Dformulabase.hxx550 explicit FunctionProvider( FilterType eFilter, BiffType eBiff, bool bImportFilter );
594 FilterType eFilter, BiffType eBiff, bool bImportFilter );

Completed in 37 milliseconds