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
448d3334
Kaydet (Commit)
448d3334
authored
Agu 02, 2015
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid conversion warnings
Change-Id: Ia618b71047f27a0400b8a9eb2c14e319c66e05dc
üst
21dc114a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
field2.cxx
vcl/source/control/field2.cxx
+6
-6
No files found.
vcl/source/control/field2.cxx
Dosyayı görüntüle @
448d3334
...
...
@@ -908,8 +908,8 @@ void PatternBox::ReformatAll()
{
OUString
aStr
;
SetUpdateMode
(
false
);
sal_uInt16
nEntryCount
=
GetEntryCount
();
for
(
sal_
uInt16
i
=
0
;
i
<
nEntryCount
;
i
++
)
const
sal_Int32
nEntryCount
=
GetEntryCount
();
for
(
sal_
Int32
i
=
0
;
i
<
nEntryCount
;
++
i
)
{
aStr
=
ImplPatternReformat
(
GetEntry
(
i
),
GetEditMask
(),
GetLiteralMask
(),
GetFormatFlags
()
);
RemoveEntryAt
(
i
);
...
...
@@ -1878,8 +1878,8 @@ void DateBox::ReformatAll()
{
OUString
aStr
;
SetUpdateMode
(
false
);
sal_uInt16
nEntryCount
=
GetEntryCount
();
for
(
sal_
uInt16
i
=
0
;
i
<
nEntryCount
;
i
++
)
const
sal_Int32
nEntryCount
=
GetEntryCount
();
for
(
sal_
Int32
i
=
0
;
i
<
nEntryCount
;
++
i
)
{
ImplDateReformat
(
GetEntry
(
i
),
aStr
,
GetFieldSettings
()
);
RemoveEntryAt
(
i
);
...
...
@@ -2684,8 +2684,8 @@ void TimeBox::ReformatAll()
{
OUString
aStr
;
SetUpdateMode
(
false
);
sal_uInt16
nEntryCount
=
GetEntryCount
();
for
(
sal_
uInt16
i
=
0
;
i
<
nEntryCount
;
i
++
)
const
sal_Int32
nEntryCount
=
GetEntryCount
();
for
(
sal_
Int32
i
=
0
;
i
<
nEntryCount
;
++
i
)
{
ImplTimeReformat
(
GetEntry
(
i
),
aStr
);
RemoveEntryAt
(
i
);
...
...
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