LibreOffice Module cui (master)
1
|
#include <memory>
#include <map>
#include <optasian.hxx>
#include <osl/diagnose.h>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
#include <o3tl/any.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <svl/asiancfg.hxx>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/i18n/XForbiddenCharacters.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <sfx2/viewfrm.hxx>
#include <sfx2/objsh.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <unotools/localedatawrapper.hxx>
Go to the source code of this file.
Classes | |
struct | SvxAsianLayoutPage_Impl |
Functions | |
IMPL_LINK_NOARG (SvxAsianLayoutPage, LanguageHdl, weld::ComboBox &, void) | |
IMPL_LINK (SvxAsianLayoutPage, ChangeStandardHdl, weld::ToggleButton &, rBox, void) | |
IMPL_LINK (SvxAsianLayoutPage, ModifyHdl, weld::Entry &, rEdit, void) | |
Variables | |
constexpr OUStringLiteral | cIsKernAsianPunctuation = u"IsKernAsianPunctuation" |
constexpr OUStringLiteral | cCharacterCompressionType = u"CharacterCompressionType" |
static LanguageType | eLastUsedLanguageTypeForForbiddenCharacters (USHRT_MAX) |
IMPL_LINK | ( | SvxAsianLayoutPage | , |
ChangeStandardHdl | , | ||
weld::ToggleButton & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 338 of file optasian.cxx.
IMPL_LINK | ( | SvxAsianLayoutPage | , |
ModifyHdl | , | ||
weld::Entry & | , | ||
rEdit | , | ||
void | |||
) |
Definition at line 349 of file optasian.cxx.
References LanguageTag::convertToLocale(), Exception, weld::Widget::get_sensitive(), Locale, rEdit, and TOOLS_WARN_EXCEPTION.
IMPL_LINK_NOARG | ( | SvxAsianLayoutPage | , |
LanguageHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 275 of file optasian.cxx.
References Exception, LocaleDataWrapper::getForbiddenCharacters(), LanguageTag::getLocale(), Locale, and TOOLS_WARN_EXCEPTION.
constexpr OUStringLiteral cCharacterCompressionType = u"CharacterCompressionType" |
Definition at line 47 of file optasian.cxx.
Referenced by SvxAsianLayoutPage::FillItemSet(), and SvxAsianLayoutPage::Reset().
constexpr OUStringLiteral cIsKernAsianPunctuation = u"IsKernAsianPunctuation" |
Definition at line 46 of file optasian.cxx.
Referenced by SvxAsianLayoutPage::FillItemSet(), and SvxAsianLayoutPage::Reset().
|
static |
Referenced by SvxAsianLayoutPage::FillItemSet(), and SvxAsianLayoutPage::Reset().