From 05f9555e0378dc80ff63879ff6e87ce8f523eb90 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 30 May 2013 16:26:51 +0100 Subject: fix spellings and some tidy of the language .ui conversion Change-Id: Ia0d3ecc728fac13fb4745810124fd3b2c63c9835 --- cui/source/options/optgdlg.cxx | 6 ++ cui/uiconfig/ui/optlanguagespage.ui | 124 ++++++++++++++++++++++++------------ 2 files changed, 89 insertions(+), 41 deletions(-) (limited to 'cui') diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index 9f643478ea80..18fe2b0f3715 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -1016,18 +1016,24 @@ OfaLanguagesTabPage::OfaLanguagesTabPage( Window* pParent, const SfxItemSet& rSe pLangConfig(new LanguageConfig_Impl) { get(m_pUserInterfaceLB, "userinterface"); + m_pUserInterfaceLB->SetStyle(m_pUserInterfaceLB->GetStyle() | WB_SORT); get(m_pLocaleSettingLB, "localesetting"); + m_pLocaleSettingLB->SetStyle(m_pLocaleSettingLB->GetStyle() | WB_SORT); get(m_pLocaleSettingFT, "localesettingFT"); get(m_pDecimalSeparatorCB, "decimalseparator"); get(m_pCurrencyFT, "defaultcurrency"); get(m_pCurrencyLB, "currencylb"); + m_pCurrencyLB->SetStyle(m_pCurrencyLB->GetStyle() | WB_SORT); get(m_pDatePatternsFT,"dataaccpatterns"); get(m_pDatePatternsED, "datepatterns"); get(m_pWesternLanguageLB, "westernlanguage"); + m_pWesternLanguageLB->SetStyle(m_pWesternLanguageLB->GetStyle() | WB_SORT); get(m_pWesternLanguageFT, "western"); get(m_pAsianLanguageLB, "asianlanguage"); + m_pAsianLanguageLB->SetStyle(m_pAsianLanguageLB->GetStyle() | WB_SORT); get(m_pComplexLanguageLB, "complexlanguage"); + m_pComplexLanguageLB->SetStyle(m_pComplexLanguageLB->GetStyle() | WB_SORT); get(m_pCurrentDocCB, "currentdoc"); get(m_pAsianSupportCB, "asiansupport"); get(m_pCTLSupportCB, "ctlsupport"); diff --git a/cui/uiconfig/ui/optlanguagespage.ui b/cui/uiconfig/ui/optlanguagespage.ui index 832167606104..1c20f6243286 100644 --- a/cui/uiconfig/ui/optlanguagespage.ui +++ b/cui/uiconfig/ui/optlanguagespage.ui @@ -1,6 +1,7 @@ + True False @@ -11,24 +12,28 @@ True False + True 0 none True False + True 5 12 True False + True 6 - True + 12 True False + True 0 _User interface True @@ -45,8 +50,11 @@ True False + True 0 Locale setting + True + localesetting 0 @@ -59,8 +67,11 @@ True False + True 0 Decimal separator key + True + decimalseparator 0 @@ -73,8 +84,9 @@ True False + True 0 - _Defalut currency + _Default currency True currencylb @@ -89,6 +101,7 @@ True False + True 0 Date acceptance _patterns True @@ -192,64 +205,55 @@ True False + True 0 none True False + True 6 12 True False + True 6 - True + 12 - - Asian + True - True - False - True - 0 - True + False - 0 - 1 + 1 + 0 1 1 - - C_TL + True - True - False - True - 0 - True + False - 0 - 2 + 1 + 1 1 1 - + True False - 0 - Western - 0 - 0 + 1 + 2 1 1 @@ -260,55 +264,69 @@ True True False + end 0 True - 1 + 0 3 - 1 + 2 1 - + + C_TL True - False + True + False + True + True + 0 + True - 1 - 0 + 0 + 2 1 1 - + + Asian True - False + True + False + True + True + 0 + True - 1 + 0 1 1 1 - + True False + 0 + Western + True + westernlanguage - 1 - 2 + 0 + 0 1 1 - - - @@ -386,4 +404,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3