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
fddfd6e9
Kaydet (Commit)
fddfd6e9
authored
Mar 05, 2014
tarafından
Andre Fischer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
124361: Avoid warning by not assigning from sal_Int32 to sal_Int16.
üst
6fbf6653
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
refdata.hxx
sc/inc/refdata.hxx
+1
-1
No files found.
sc/inc/refdata.hxx
Dosyayı görüntüle @
fddfd6e9
...
@@ -78,7 +78,7 @@ struct SC_DLLPUBLIC ScSingleRefData // Single reference (one address) int
...
@@ -78,7 +78,7 @@ struct SC_DLLPUBLIC ScSingleRefData // Single reference (one address) int
inline
void
InitFlags
()
{
bFlags
=
0
;
}
// all FALSE
inline
void
InitFlags
()
{
bFlags
=
0
;
}
// all FALSE
// #123870# Make it possible to init members to some defined values
// #123870# Make it possible to init members to some defined values
inline
void
InitMembers
()
{
n
Col
=
nRow
=
nTab
=
nRelCol
=
nRelRow
=
nRelTab
=
0
;
}
inline
void
InitMembers
()
{
n
Row
=
nRelRow
=
0
;
nCol
=
nRelCol
=
0
;
nTab
=
nRelTab
=
0
;
}
// InitAddress: InitFlags and set address
// InitAddress: InitFlags and set address
inline
void
InitAddress
(
const
ScAddress
&
rAdr
);
inline
void
InitAddress
(
const
ScAddress
&
rAdr
);
...
...
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