LibreOffice Module scaddins (master) 1
|
#include "pricing.hxx"
#include "black_scholes.hxx"
#include <pricing.hrc>
#include <strings.hrc>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/weak.hxx>
#include <algorithm>
#include <cmath>
#include <string_view>
#include <unotools/resmgr.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <o3tl/string_view.hxx>
Go to the source code of this file.
Functions | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | scaddins_ScaPricingAddIn_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &) |
Variables | |
constexpr OUStringLiteral | ADDIN_SERVICE = u"com.sun.star.sheet.AddIn" |
constexpr OUStringLiteral | MY_SERVICE = u"com.sun.star.sheet.addin.PricingFunctions" |
constexpr OUStringLiteral | MY_IMPLNAME = u"com.sun.star.sheet.addin.PricingFunctionsImpl" |
const ScaFuncDataBase | pFuncDataArr [] |
static const char * | pLang [] = { "en" } |
static const char * | pCoun [] = { "US" } |
const sal_uInt32 | nNumOfLoc = SAL_N_ELEMENTS( pLang ) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * scaddins_ScaPricingAddIn_get_implementation | ( | css::uno::XComponentContext * | , |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 84 of file pricing.cxx.
|
constexpr |
Definition at line 44 of file pricing.cxx.
Referenced by ScaPricingAddIn::getSupportedServiceNames().
|
constexpr |
Definition at line 46 of file pricing.cxx.
Referenced by ScaPricingAddIn::getImplementationName().
|
constexpr |
Definition at line 45 of file pricing.cxx.
Referenced by ScaPricingAddIn::getServiceName(), and ScaPricingAddIn::getSupportedServiceNames().
const sal_uInt32 nNumOfLoc = SAL_N_ELEMENTS( pLang ) |
Definition at line 101 of file pricing.cxx.
Referenced by ScaPricingAddIn::GetLocale(), and ScaPricingAddIn::InitDefLocales().
|
static |
Definition at line 100 of file pricing.cxx.
Referenced by ScaPricingAddIn::InitDefLocales().
const ScaFuncDataBase pFuncDataArr[] |
Definition at line 48 of file pricing.cxx.
Referenced by sca::pricing::InitScaFuncDataList().
|
static |
Definition at line 99 of file pricing.cxx.
Referenced by ScaPricingAddIn::InitDefLocales().