Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
9ab2ecd0
Kaydet (Commit)
9ab2ecd0
authored
Eyl 28, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
pretty up optlingu page
Change-Id: Id9b2eec42c55d66ae4669703f1d2b376bae251ce
üst
1f3ad1e3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
helpid.hrc
cui/source/inc/helpid.hrc
+0
-3
optlingu.cxx
cui/source/options/optlingu.cxx
+4
-3
optlingupage.ui
cui/uiconfig/ui/optlingupage.ui
+0
-0
No files found.
cui/source/inc/helpid.hrc
Dosyayı görüntüle @
9ab2ecd0
...
@@ -26,10 +26,7 @@
...
@@ -26,10 +26,7 @@
#define HID_OPTIONS_LINGU "CUI_HID_OPTIONS_LINGU"
#define HID_OPTIONS_LINGU "CUI_HID_OPTIONS_LINGU"
#define HID_OPTIONS_DICT_EDIT "CUI_HID_OPTIONS_DICT_EDIT"
#define HID_OPTIONS_DICT_EDIT "CUI_HID_OPTIONS_DICT_EDIT"
#define HID_CLB_EDIT_MODULES_DICS "CUI_HID_CLB_EDIT_MODULES_DICS"
#define HID_CLB_EDIT_MODULES_MODULES "CUI_HID_CLB_EDIT_MODULES_MODULES"
#define HID_CLB_EDIT_MODULES_MODULES "CUI_HID_CLB_EDIT_MODULES_MODULES"
#define HID_CLB_LINGU_MODULES "CUI_HID_CLB_LINGU_MODULES"
#define HID_CLB_LINGU_OPTIONS "CUI_HID_CLB_LINGU_OPTIONS"
#define HID_EDIT_MODULES "CUI_HID_EDIT_MODULES"
#define HID_EDIT_MODULES "CUI_HID_EDIT_MODULES"
#define HID_OPTIONS_COLORCONFIG_SAVE_SCHEME "CUI_HID_OPTIONS_COLORCONFIG_SAVE_SCHEME"
#define HID_OPTIONS_COLORCONFIG_SAVE_SCHEME "CUI_HID_OPTIONS_COLORCONFIG_SAVE_SCHEME"
#define HID_OFADLG_OPTIONS_TREE "CUI_HID_OFADLG_OPTIONS_TREE"
#define HID_OFADLG_OPTIONS_TREE "CUI_HID_OFADLG_OPTIONS_TREE"
...
...
cui/source/options/optlingu.cxx
Dosyayı görüntüle @
9ab2ecd0
...
@@ -1081,10 +1081,13 @@ SvxLinguTabPage::SvxLinguTabPage( Window* pParent, const SfxItemSet& rSet ) :
...
@@ -1081,10 +1081,13 @@ SvxLinguTabPage::SvxLinguTabPage( Window* pParent, const SfxItemSet& rSet ) :
get
(
m_pLinguOptionsEditPB
,
"linguoptionsedit"
);
get
(
m_pLinguOptionsEditPB
,
"linguoptionsedit"
);
get
(
m_pMoreDictsLink
,
"moredictslink"
);
get
(
m_pMoreDictsLink
,
"moredictslink"
);
m_pLinguModulesCLB
->
set_height_request
(
m_pLinguModulesCLB
->
GetTextHeight
()
*
3
);
m_pLinguDicsCLB
->
set_height_request
(
m_pLinguDicsCLB
->
GetTextHeight
()
*
5
);
m_pLinguOptionsCLB
->
set_height_request
(
m_pLinguOptionsCLB
->
GetTextHeight
()
*
5
);
pCheckButtonData
=
NULL
;
pCheckButtonData
=
NULL
;
m_pLinguModulesCLB
->
SetStyle
(
m_pLinguModulesCLB
->
GetStyle
()
|
WB_CLIPCHILDREN
|
WB_HSCROLL
|
WB_FORCE_MAKEVISIBLE
);
m_pLinguModulesCLB
->
SetStyle
(
m_pLinguModulesCLB
->
GetStyle
()
|
WB_CLIPCHILDREN
|
WB_HSCROLL
|
WB_FORCE_MAKEVISIBLE
);
m_pLinguModulesCLB
->
SetHelpId
(
HID_CLB_LINGU_MODULES
);
m_pLinguModulesCLB
->
SetHighlightRange
();
m_pLinguModulesCLB
->
SetHighlightRange
();
m_pLinguModulesCLB
->
SetSelectHdl
(
LINK
(
this
,
SvxLinguTabPage
,
SelectHdl_Impl
));
m_pLinguModulesCLB
->
SetSelectHdl
(
LINK
(
this
,
SvxLinguTabPage
,
SelectHdl_Impl
));
m_pLinguModulesCLB
->
SetDoubleClickHdl
(
LINK
(
this
,
SvxLinguTabPage
,
BoxDoubleClickHdl_Impl
));
m_pLinguModulesCLB
->
SetDoubleClickHdl
(
LINK
(
this
,
SvxLinguTabPage
,
BoxDoubleClickHdl_Impl
));
...
@@ -1094,7 +1097,6 @@ SvxLinguTabPage::SvxLinguTabPage( Window* pParent, const SfxItemSet& rSet ) :
...
@@ -1094,7 +1097,6 @@ SvxLinguTabPage::SvxLinguTabPage( Window* pParent, const SfxItemSet& rSet ) :
m_pLinguOptionsEditPB
->
SetClickHdl
(
LINK
(
this
,
SvxLinguTabPage
,
ClickHdl_Impl
));
m_pLinguOptionsEditPB
->
SetClickHdl
(
LINK
(
this
,
SvxLinguTabPage
,
ClickHdl_Impl
));
m_pLinguDicsCLB
->
SetStyle
(
m_pLinguDicsCLB
->
GetStyle
()
|
WB_CLIPCHILDREN
|
WB_HSCROLL
|
WB_FORCE_MAKEVISIBLE
);
m_pLinguDicsCLB
->
SetStyle
(
m_pLinguDicsCLB
->
GetStyle
()
|
WB_CLIPCHILDREN
|
WB_HSCROLL
|
WB_FORCE_MAKEVISIBLE
);
m_pLinguDicsCLB
->
SetHelpId
(
HID_CLB_EDIT_MODULES_DICS
);
m_pLinguDicsCLB
->
SetHighlightRange
();
m_pLinguDicsCLB
->
SetHighlightRange
();
m_pLinguDicsCLB
->
SetSelectHdl
(
LINK
(
this
,
SvxLinguTabPage
,
SelectHdl_Impl
));
m_pLinguDicsCLB
->
SetSelectHdl
(
LINK
(
this
,
SvxLinguTabPage
,
SelectHdl_Impl
));
m_pLinguDicsCLB
->
SetCheckButtonHdl
(
LINK
(
this
,
SvxLinguTabPage
,
BoxCheckButtonHdl_Impl
));
m_pLinguDicsCLB
->
SetCheckButtonHdl
(
LINK
(
this
,
SvxLinguTabPage
,
BoxCheckButtonHdl_Impl
));
...
@@ -1104,7 +1106,6 @@ SvxLinguTabPage::SvxLinguTabPage( Window* pParent, const SfxItemSet& rSet ) :
...
@@ -1104,7 +1106,6 @@ SvxLinguTabPage::SvxLinguTabPage( Window* pParent, const SfxItemSet& rSet ) :
m_pLinguDicsDelPB
->
SetClickHdl
(
LINK
(
this
,
SvxLinguTabPage
,
ClickHdl_Impl
));
m_pLinguDicsDelPB
->
SetClickHdl
(
LINK
(
this
,
SvxLinguTabPage
,
ClickHdl_Impl
));
m_pLinguOptionsCLB
->
SetStyle
(
m_pLinguOptionsCLB
->
GetStyle
()
|
WB_CLIPCHILDREN
|
WB_HSCROLL
|
WB_FORCE_MAKEVISIBLE
);
m_pLinguOptionsCLB
->
SetStyle
(
m_pLinguOptionsCLB
->
GetStyle
()
|
WB_CLIPCHILDREN
|
WB_HSCROLL
|
WB_FORCE_MAKEVISIBLE
);
m_pLinguOptionsCLB
->
SetHelpId
(
HID_CLB_LINGU_OPTIONS
);
m_pLinguOptionsCLB
->
SetHighlightRange
();
m_pLinguOptionsCLB
->
SetHighlightRange
();
m_pLinguOptionsCLB
->
SetSelectHdl
(
LINK
(
this
,
SvxLinguTabPage
,
SelectHdl_Impl
));
m_pLinguOptionsCLB
->
SetSelectHdl
(
LINK
(
this
,
SvxLinguTabPage
,
SelectHdl_Impl
));
m_pLinguOptionsCLB
->
SetDoubleClickHdl
(
LINK
(
this
,
SvxLinguTabPage
,
BoxDoubleClickHdl_Impl
));
m_pLinguOptionsCLB
->
SetDoubleClickHdl
(
LINK
(
this
,
SvxLinguTabPage
,
BoxDoubleClickHdl_Impl
));
...
...
cui/uiconfig/ui/optlingupage.ui
Dosyayı görüntüle @
9ab2ecd0
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment