|
LibreOffice Module linguistic (master) 1
|
#include <sal/macros.h>#include "lngopt.hxx"#include <linguistic/misc.hxx>#include <o3tl/safeint.hxx>#include <tools/debug.hxx>#include <unotools/lingucfg.hxx>#include <comphelper/sequence.hxx>#include <cppuhelper/factory.hxx>#include <cppuhelper/supportsservice.hxx>#include <cppuhelper/weak.hxx>#include <com/sun/star/lang/Locale.hpp>Go to the source code of this file.
Functions | |
| static o3tl::span< const SfxItemPropertyMapEntry > | lcl_GetLinguProps () |
| map must be sorted by first entry in alphabetical increasing order. More... | |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | linguistic_LinguProps_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &) |
Variables | |
| WID_Name const | aWID_Name [] |
| order of entries is import (see LinguOptions::GetName) since the WID is used as index in this table! More... | |
|
static |
map must be sorted by first entry in alphabetical increasing order.
deprecated !
Definition at line 141 of file lngopt.cxx.
References cppu::UnoType< typename T >::get(), UPH_DEFAULT_LANGUAGE, UPH_DEFAULT_LOCALE, UPH_DEFAULT_LOCALE_CJK, UPH_DEFAULT_LOCALE_CTL, UPH_HYPH_MIN_LEADING, UPH_HYPH_MIN_TRAILING, UPH_HYPH_MIN_WORD_LENGTH, UPH_IS_GERMAN_PRE_REFORM, UPH_IS_HYPH_AUTO, UPH_IS_HYPH_SPECIAL, UPH_IS_IGNORE_CONTROL_CHARACTERS, UPH_IS_SPELL_AUTO, UPH_IS_SPELL_CAPITALIZATION, UPH_IS_SPELL_CLOSED_COMPOUND, UPH_IS_SPELL_HYPHENATED_COMPOUND, UPH_IS_SPELL_SPECIAL, UPH_IS_SPELL_UPPER_CASE, UPH_IS_SPELL_WITH_DIGITS, UPH_IS_USE_DICTIONARY_LIST, UPH_IS_WRAP_REVERSE, UPN_DEFAULT_LANGUAGE, UPN_DEFAULT_LOCALE, UPN_DEFAULT_LOCALE_CJK, UPN_DEFAULT_LOCALE_CTL, UPN_HYPH_MIN_LEADING, UPN_HYPH_MIN_TRAILING, UPN_HYPH_MIN_WORD_LENGTH, UPN_IS_GERMAN_PRE_REFORM, UPN_IS_HYPH_AUTO, UPN_IS_HYPH_SPECIAL, UPN_IS_IGNORE_CONTROL_CHARACTERS, UPN_IS_SPELL_AUTO, UPN_IS_SPELL_CAPITALIZATION, UPN_IS_SPELL_CLOSED_COMPOUND, UPN_IS_SPELL_HYPHENATED_COMPOUND, UPN_IS_SPELL_SPECIAL, UPN_IS_SPELL_UPPER_CASE, UPN_IS_SPELL_WITH_DIGITS, UPN_IS_USE_DICTIONARY_LIST, and UPN_IS_WRAP_REVERSE.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * linguistic_LinguProps_get_implementation | ( | css::uno::XComponentContext * | , |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 418 of file lngopt.cxx.
| WID_Name const aWID_Name[] |
order of entries is import (see LinguOptions::GetName) since the WID is used as index in this table!
Definition at line 93 of file lngopt.cxx.
Referenced by LinguOptions::GetName().