LibreOffice Module i18npool (master)
1
|
#include <i18nlangtag/languagetag.hxx>
#include <i18nlangtag/languagetagicu.hxx>
#include <sal/log.hxx>
#include <comphelper/sequence.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <ordinalsuffix.hxx>
#include <unicode/rbnf.h>
#include <unicode/normlzr.h>
#include <memory>
Go to the source code of this file.
Namespaces | |
com::sun::star::uno | |
i18npool | |
Constant values shared between i18npool and, for example, the number formatter. | |
Functions | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_i18n_OrdinalSuffix_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &) |
Variables | |
constexpr OUStringLiteral | i18npool::cOrdinalSuffix = u"com.sun.star.i18n.OrdinalSuffix" |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_i18n_OrdinalSuffix_get_implementation | ( | css::uno::XComponentContext * | , |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 157 of file ordinalsuffix.cxx.