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
5fff8a99
Kaydet (Commit)
5fff8a99
authored
Mar 04, 2013
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SvxZoomDialog: m_pColumnsEdit can be a NumericField
Change-Id: Ic5469c89587b509822be8e29febc9047548c07ab
üst
dc061a19
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
zoom.cxx
cui/source/dialogs/zoom.cxx
+1
-1
zoom.hxx
cui/source/inc/zoom.hxx
+2
-2
zoomdialog.ui
cui/uiconfig/ui/zoomdialog.ui
+2
-2
No files found.
cui/source/dialogs/zoom.cxx
Dosyayı görüntüle @
5fff8a99
...
@@ -355,7 +355,7 @@ IMPL_LINK( SvxZoomDialog, ViewLayoutUserHdl, RadioButton *, pBtn )
...
@@ -355,7 +355,7 @@ IMPL_LINK( SvxZoomDialog, ViewLayoutUserHdl, RadioButton *, pBtn )
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
IMPL_LINK
(
SvxZoomDialog
,
ViewLayoutSpinHdl
,
Met
ricField
*
,
pEdt
)
IMPL_LINK
(
SvxZoomDialog
,
ViewLayoutSpinHdl
,
Nume
ricField
*
,
pEdt
)
{
{
if
(
pEdt
==
m_pColumnsEdit
&&
!
m_pColumnsBtn
->
IsChecked
()
)
if
(
pEdt
==
m_pColumnsEdit
&&
!
m_pColumnsBtn
->
IsChecked
()
)
return
0
;
return
0
;
...
...
cui/source/inc/zoom.hxx
Dosyayı görüntüle @
5fff8a99
...
@@ -38,7 +38,7 @@ private:
...
@@ -38,7 +38,7 @@ private:
RadioButton
*
m_pAutomaticBtn
;
RadioButton
*
m_pAutomaticBtn
;
RadioButton
*
m_pSingleBtn
;
RadioButton
*
m_pSingleBtn
;
RadioButton
*
m_pColumnsBtn
;
RadioButton
*
m_pColumnsBtn
;
MetricField
*
m_pColumnsEdit
;
NumericField
*
m_pColumnsEdit
;
CheckBox
*
m_pBookModeChk
;
CheckBox
*
m_pBookModeChk
;
OKButton
*
m_pOKBtn
;
OKButton
*
m_pOKBtn
;
...
@@ -51,7 +51,7 @@ private:
...
@@ -51,7 +51,7 @@ private:
DECL_LINK
(
UserHdl
,
RadioButton
*
);
DECL_LINK
(
UserHdl
,
RadioButton
*
);
DECL_LINK
(
SpinHdl
,
void
*
);
DECL_LINK
(
SpinHdl
,
void
*
);
DECL_LINK
(
ViewLayoutUserHdl
,
RadioButton
*
);
DECL_LINK
(
ViewLayoutUserHdl
,
RadioButton
*
);
DECL_LINK
(
ViewLayoutSpinHdl
,
Met
ricField
*
);
DECL_LINK
(
ViewLayoutSpinHdl
,
Nume
ricField
*
);
DECL_LINK
(
ViewLayoutCheckHdl
,
CheckBox
*
);
DECL_LINK
(
ViewLayoutCheckHdl
,
CheckBox
*
);
DECL_LINK
(
OKHdl
,
Button
*
);
DECL_LINK
(
OKHdl
,
Button
*
);
#endif
#endif
...
...
cui/uiconfig/ui/zoomdialog.ui
Dosyayı görüntüle @
5fff8a99
...
@@ -300,7 +300,7 @@
...
@@ -300,7 +300,7 @@
<property
name=
"draw_indicator"
>
True
</property>
<property
name=
"draw_indicator"
>
True
</property>
<property
name=
"group"
>
automatic
</property>
<property
name=
"group"
>
automatic
</property>
<accessibility>
<accessibility>
<relation
type=
"label-for"
target=
"columnssb
:0
"
/>
<relation
type=
"label-for"
target=
"columnssb"
/>
<relation
type=
"label-for"
target=
"bookmode"
/>
<relation
type=
"label-for"
target=
"bookmode"
/>
</accessibility>
</accessibility>
</object>
</object>
...
@@ -311,7 +311,7 @@
...
@@ -311,7 +311,7 @@
</packing>
</packing>
</child>
</child>
<child>
<child>
<object
class=
"GtkSpinButton"
id=
"columnssb
:0
"
>
<object
class=
"GtkSpinButton"
id=
"columnssb"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"invisible_char"
>
●
</property>
<property
name=
"invisible_char"
>
●
</property>
...
...
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