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
b7bdc730
Kaydet (Commit)
b7bdc730
authored
Agu 19, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bShowSelection is always false
Change-Id: I7a541a8ba6b561736e93c45ac9c20caddafcbe52
üst
58b64704
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
18 deletions
+3
-18
fldfunc.cxx
sw/source/ui/fldui/fldfunc.cxx
+3
-17
fldfunc.hxx
sw/source/ui/fldui/fldfunc.hxx
+0
-1
No files found.
sw/source/ui/fldui/fldfunc.cxx
Dosyayı görüntüle @
b7bdc730
...
...
@@ -44,7 +44,6 @@ SwFldFuncPage::SwFldFuncPage(Window* pParent, const SfxItemSet& rCoreSet ) :
aTypeFT
(
this
,
SW_RES
(
FT_FUNCTYPE
)),
aTypeLB
(
this
,
SW_RES
(
LB_FUNCTYPE
)),
aSelectionFT
(
this
,
SW_RES
(
FT_FUNCSELECTION
)),
aSelectionLB
(
this
,
SW_RES
(
LB_FUNCSELECTION
)),
aFormatFT
(
this
,
SW_RES
(
FT_FUNCFORMAT
)),
aFormatLB
(
this
,
SW_RES
(
LB_FUNCFORMAT
)),
...
...
@@ -216,7 +215,6 @@ IMPL_LINK_NOARG(SwFldFuncPage, TypeHdl)
}
sal_Bool
bValue
=
sal_False
,
bName
=
sal_False
,
bMacro
=
sal_False
,
bInsert
=
sal_True
;
sal_Bool
bShowSelection
=
sal_False
;
sal_Bool
bFormat
=
nSize
!=
0
;
// two controls for conditional text
...
...
@@ -366,20 +364,9 @@ IMPL_LINK_NOARG(SwFldFuncPage, TypeHdl)
break
;
}
if
(
bShowSelection
)
{
aSelectionLB
.
Show
();
aSelectionFT
.
Show
();
aFormatLB
.
Hide
();
aFormatFT
.
Hide
();
}
else
{
aFormatLB
.
Show
();
aFormatFT
.
Show
();
aSelectionLB
.
Hide
();
aSelectionFT
.
Hide
();
}
aFormatLB
.
Show
();
aFormatFT
.
Show
();
aSelectionLB
.
Hide
();
aFormatLB
.
Enable
(
bFormat
);
aFormatFT
.
Enable
(
bFormat
);
...
...
@@ -498,7 +485,6 @@ void SwFldFuncPage::UpdateSubType()
sal_Bool
bEnable
=
nCount
!=
0
;
aSelectionLB
.
Enable
(
bEnable
);
aSelectionFT
.
Enable
(
bEnable
);
if
(
bEnable
)
{
...
...
sw/source/ui/fldui/fldfunc.hxx
Dosyayı görüntüle @
b7bdc730
...
...
@@ -34,7 +34,6 @@ class SwFldFuncPage : public SwFldPage
{
FixedText
aTypeFT
;
ListBox
aTypeLB
;
FixedText
aSelectionFT
;
ListBox
aSelectionLB
;
FixedText
aFormatFT
;
ListBox
aFormatLB
;
...
...
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