LibreOffice Module cui (master) 1
Classes | Functions | Variables
optasian.cxx File Reference
#include <memory>
#include <map>
#include <optasian.hxx>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#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>
Include dependency graph for optasian.cxx:

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::Toggleable &, 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)
 

Function Documentation

◆ IMPL_LINK() [1/2]

IMPL_LINK ( SvxAsianLayoutPage  ,
ChangeStandardHdl  ,
weld::Toggleable ,
rBox  ,
void   
)

Definition at line 337 of file optasian.cxx.

◆ IMPL_LINK() [2/2]

IMPL_LINK ( SvxAsianLayoutPage  ,
ModifyHdl  ,
weld::Entry ,
rEdit  ,
void   
)

Definition at line 348 of file optasian.cxx.

References LanguageTag::convertToLocale(), Exception, Locale, and TOOLS_WARN_EXCEPTION.

◆ IMPL_LINK_NOARG()

IMPL_LINK_NOARG ( SvxAsianLayoutPage  ,
LanguageHdl  ,
weld::ComboBox ,
void   
)

Variable Documentation

◆ cCharacterCompressionType

constexpr OUStringLiteral cCharacterCompressionType = u"CharacterCompressionType"
constexpr

Definition at line 46 of file optasian.cxx.

Referenced by SvxAsianLayoutPage::FillItemSet(), and SvxAsianLayoutPage::Reset().

◆ cIsKernAsianPunctuation

constexpr OUStringLiteral cIsKernAsianPunctuation = u"IsKernAsianPunctuation"
constexpr

Definition at line 45 of file optasian.cxx.

Referenced by SvxAsianLayoutPage::FillItemSet(), and SvxAsianLayoutPage::Reset().

◆ eLastUsedLanguageTypeForForbiddenCharacters

LanguageType eLastUsedLanguageTypeForForbiddenCharacters(USHRT_MAX) ( USHRT_MAX  )
static