LibreOffice Module cui (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
OfaLanguagesTabPage Class Reference

#include <optgdlg.hxx>

Inheritance diagram for OfaLanguagesTabPage:
[legend]
Collaboration diagram for OfaLanguagesTabPage:
[legend]

Public Member Functions

 OfaLanguagesTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~OfaLanguagesTabPage () override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 
- Public Member Functions inherited from SfxTabPage
void SetDialogController (SfxOkDialogController *pDialog)
 
virtual ~SfxTabPage () override
 
void set_visible (bool bVisible)
 
const SfxItemSetGetItemSet () const
 
virtual bool FillItemSet (SfxItemSet *)
 
virtual void Reset (const SfxItemSet *)
 
virtual bool DeferResetToFirstActivation ()
 
bool HasExchangeSupport () const
 
void SetExchangeSupport ()
 
virtual void ActivatePage (const SfxItemSet &)
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet)
 
void SetUserData (const OUString &rString)
 
const OUString & GetUserData () const
 
virtual void FillUserData ()
 
virtual bool IsReadOnly () const
 
virtual void PageCreated (const SfxAllItemSet &aSet)
 
virtual void ChangesApplied ()
 
void SetFrame (const css::uno::Reference< css::frame::XFrame > &xFrame)
 
css::uno::Reference< css::frame::XFrame > GetFrame () const
 
const SfxItemSetGetDialogExampleSet () const
 
OUString GetHelpId () const
 
OUString GetConfigId () const
 
bool IsVisible () const
 
weld::WindowGetFrameWeld () const
 
std::unordered_map< OUString, css::uno::Any > & getAdditionalProperties ()
 

Static Public Member Functions

static std::unique_ptr< SfxTabPageCreate (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rAttrSet)
 
- Static Public Member Functions inherited from SfxTabPage
static const SfxPoolItemGetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
static const T * GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 

Private Member Functions

 DECL_LINK (SupportHdl, weld::Toggleable &, void)
 
 DECL_LINK (LocaleSettingHdl, weld::ComboBox &, void)
 
 DECL_LINK (DatePatternsHdl, weld::Entry &, void)
 
bool validateDatePatterns (bool &rbModified, OUString &rPatterns)
 

Private Attributes

bool m_bOldAsian
 
bool m_bOldCtl
 
std::unique_ptr< LanguageConfig_ImplpLangConfig
 
OUString m_sUserLocaleValue
 
OUString m_sSystemDefaultString
 
OUString m_sDecimalSeparatorLabel
 
bool m_bDatePatternsValid
 
std::unique_ptr< weld::ComboBoxm_xUserInterfaceLB
 
std::unique_ptr< weld::Labelm_xLocaleSettingFT
 
std::unique_ptr< SvxLanguageBoxm_xLocaleSettingLB
 
std::unique_ptr< weld::CheckButtonm_xDecimalSeparatorCB
 
std::unique_ptr< weld::Labelm_xCurrencyFT
 
std::unique_ptr< weld::ComboBoxm_xCurrencyLB
 
std::unique_ptr< weld::Labelm_xDatePatternsFT
 
std::unique_ptr< weld::Entrym_xDatePatternsED
 
std::unique_ptr< SvxLanguageBoxm_xWesternLanguageLB
 
std::unique_ptr< weld::Labelm_xWesternLanguageFT
 
std::unique_ptr< SvxLanguageBoxm_xAsianLanguageLB
 
std::unique_ptr< SvxLanguageBoxm_xComplexLanguageLB
 
std::unique_ptr< weld::CheckButtonm_xCurrentDocCB
 
std::unique_ptr< weld::CheckButtonm_xAsianSupportCB
 
std::unique_ptr< weld::CheckButtonm_xCTLSupportCB
 
std::unique_ptr< weld::CheckButtonm_xIgnoreLanguageChangeCB
 

Additional Inherited Members

- Protected Member Functions inherited from SfxTabPage
 SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *rAttrSet)
 
sal_uInt16 GetWhich (sal_uInt16 nSlot, bool bDeep=true) const
 
TypedWhichId< T > GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const
 
const SfxPoolItemGetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
const T * GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 
SfxOkDialogControllerGetDialogController () const
 

Detailed Description

Definition at line 137 of file optgdlg.hxx.

Constructor & Destructor Documentation

◆ OfaLanguagesTabPage()

OfaLanguagesTabPage::OfaLanguagesTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rSet 
)

◆ ~OfaLanguagesTabPage()

OfaLanguagesTabPage::~OfaLanguagesTabPage ( )
overridevirtual

Definition at line 1182 of file optgdlg.cxx.

Member Function Documentation

◆ Create()

std::unique_ptr< SfxTabPage > OfaLanguagesTabPage::Create ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rAttrSet 
)
static

Definition at line 1186 of file optgdlg.cxx.

Referenced by CreateGeneralTabPage().

◆ DECL_LINK() [1/3]

OfaLanguagesTabPage::DECL_LINK ( DatePatternsHdl  ,
weld::Entry ,
void   
)
private

◆ DECL_LINK() [2/3]

OfaLanguagesTabPage::DECL_LINK ( LocaleSettingHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [3/3]

OfaLanguagesTabPage::DECL_LINK ( SupportHdl  ,
weld::Toggleable ,
void   
)
private

◆ FillItemSet()

bool OfaLanguagesTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ Reset()

void OfaLanguagesTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

◆ validateDatePatterns()

bool OfaLanguagesTabPage::validateDatePatterns ( bool &  rbModified,
OUString &  rPatterns 
)
private

Member Data Documentation

◆ m_bDatePatternsValid

bool OfaLanguagesTabPage::m_bDatePatternsValid
private

Definition at line 147 of file optgdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_bOldAsian

bool OfaLanguagesTabPage::m_bOldAsian
private

Definition at line 139 of file optgdlg.hxx.

Referenced by OfaLanguagesTabPage().

◆ m_bOldCtl

bool OfaLanguagesTabPage::m_bOldCtl
private

Definition at line 140 of file optgdlg.hxx.

Referenced by OfaLanguagesTabPage().

◆ m_sDecimalSeparatorLabel

OUString OfaLanguagesTabPage::m_sDecimalSeparatorLabel
private

Definition at line 145 of file optgdlg.hxx.

Referenced by OfaLanguagesTabPage().

◆ m_sSystemDefaultString

OUString OfaLanguagesTabPage::m_sSystemDefaultString
private

Definition at line 144 of file optgdlg.hxx.

Referenced by OfaLanguagesTabPage().

◆ m_sUserLocaleValue

OUString OfaLanguagesTabPage::m_sUserLocaleValue
private

Definition at line 143 of file optgdlg.hxx.

Referenced by FillItemSet(), and OfaLanguagesTabPage().

◆ m_xAsianLanguageLB

std::unique_ptr<SvxLanguageBox> OfaLanguagesTabPage::m_xAsianLanguageLB
private

Definition at line 160 of file optgdlg.hxx.

Referenced by FillItemSet(), OfaLanguagesTabPage(), and Reset().

◆ m_xAsianSupportCB

std::unique_ptr<weld::CheckButton> OfaLanguagesTabPage::m_xAsianSupportCB
private

Definition at line 163 of file optgdlg.hxx.

Referenced by FillItemSet(), and OfaLanguagesTabPage().

◆ m_xComplexLanguageLB

std::unique_ptr<SvxLanguageBox> OfaLanguagesTabPage::m_xComplexLanguageLB
private

Definition at line 161 of file optgdlg.hxx.

Referenced by FillItemSet(), OfaLanguagesTabPage(), and Reset().

◆ m_xCTLSupportCB

std::unique_ptr<weld::CheckButton> OfaLanguagesTabPage::m_xCTLSupportCB
private

Definition at line 164 of file optgdlg.hxx.

Referenced by FillItemSet(), and OfaLanguagesTabPage().

◆ m_xCurrencyFT

std::unique_ptr<weld::Label> OfaLanguagesTabPage::m_xCurrencyFT
private

Definition at line 153 of file optgdlg.hxx.

Referenced by Reset().

◆ m_xCurrencyLB

std::unique_ptr<weld::ComboBox> OfaLanguagesTabPage::m_xCurrencyLB
private

Definition at line 154 of file optgdlg.hxx.

Referenced by FillItemSet(), OfaLanguagesTabPage(), and Reset().

◆ m_xCurrentDocCB

std::unique_ptr<weld::CheckButton> OfaLanguagesTabPage::m_xCurrentDocCB
private

Definition at line 162 of file optgdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xDatePatternsED

std::unique_ptr<weld::Entry> OfaLanguagesTabPage::m_xDatePatternsED
private

Definition at line 156 of file optgdlg.hxx.

Referenced by FillItemSet(), OfaLanguagesTabPage(), and Reset().

◆ m_xDatePatternsFT

std::unique_ptr<weld::Label> OfaLanguagesTabPage::m_xDatePatternsFT
private

Definition at line 155 of file optgdlg.hxx.

Referenced by Reset().

◆ m_xDecimalSeparatorCB

std::unique_ptr<weld::CheckButton> OfaLanguagesTabPage::m_xDecimalSeparatorCB
private

Definition at line 152 of file optgdlg.hxx.

Referenced by FillItemSet(), OfaLanguagesTabPage(), and Reset().

◆ m_xIgnoreLanguageChangeCB

std::unique_ptr<weld::CheckButton> OfaLanguagesTabPage::m_xIgnoreLanguageChangeCB
private

Definition at line 165 of file optgdlg.hxx.

Referenced by FillItemSet(), OfaLanguagesTabPage(), and Reset().

◆ m_xLocaleSettingFT

std::unique_ptr<weld::Label> OfaLanguagesTabPage::m_xLocaleSettingFT
private

Definition at line 150 of file optgdlg.hxx.

Referenced by Reset().

◆ m_xLocaleSettingLB

std::unique_ptr<SvxLanguageBox> OfaLanguagesTabPage::m_xLocaleSettingLB
private

Definition at line 151 of file optgdlg.hxx.

Referenced by FillItemSet(), OfaLanguagesTabPage(), Reset(), and validateDatePatterns().

◆ m_xUserInterfaceLB

std::unique_ptr<weld::ComboBox> OfaLanguagesTabPage::m_xUserInterfaceLB
private

Definition at line 149 of file optgdlg.hxx.

Referenced by FillItemSet(), and OfaLanguagesTabPage().

◆ m_xWesternLanguageFT

std::unique_ptr<weld::Label> OfaLanguagesTabPage::m_xWesternLanguageFT
private

Definition at line 159 of file optgdlg.hxx.

Referenced by Reset().

◆ m_xWesternLanguageLB

std::unique_ptr<SvxLanguageBox> OfaLanguagesTabPage::m_xWesternLanguageLB
private

Definition at line 158 of file optgdlg.hxx.

Referenced by FillItemSet(), OfaLanguagesTabPage(), and Reset().

◆ pLangConfig

std::unique_ptr<LanguageConfig_Impl> OfaLanguagesTabPage::pLangConfig
private

Definition at line 141 of file optgdlg.hxx.

Referenced by FillItemSet(), OfaLanguagesTabPage(), and Reset().


The documentation for this class was generated from the following files: