Searched refs:mxFuncImpl (Results 1 – 2 of 2) sorted by relevance
954 mxFuncImpl( new FunctionProviderImpl( eFilter, eBiff, bImportFilter ) ) in FunctionProvider()964 return mxFuncImpl->maOdfFuncs.get( rFuncName ).get(); in getFuncInfoFromOdfFuncName()969 return mxFuncImpl->maOoxFuncs.get( rFuncName ).get(); in getFuncInfoFromOoxFuncName()974 return mxFuncImpl->maBiff12Funcs.get( nFuncId ).get(); in getFuncInfoFromBiff12FuncId()979 return mxFuncImpl->maBiffFuncs.get( nFuncId ).get(); in getFuncInfoFromBiffFuncId()984 return mxFuncImpl->maMacroFuncs.get( rFuncName ).get(); in getFuncInfoFromMacroName()1003 return mxFuncImpl->maFuncs; in getFuncs()
579 …FunctionProviderImplRef mxFuncImpl; /// Shared implementation between all copies of the provid… member in oox::xls::FunctionProvider
Completed in 23 milliseconds