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
8e156ef6
Kaydet (Commit)
8e156ef6
authored
Eki 28, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#738785 Uninitialized pointer field
Change-Id: I5689435a2522e5df64c3798457e4dd2355730236
üst
d61c55b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
fillinfo.hxx
sc/inc/fillinfo.hxx
+3
-8
No files found.
sc/inc/fillinfo.hxx
Dosyayı görüntüle @
8e156ef6
...
@@ -115,9 +115,9 @@ struct CellInfo : boost::noncopyable
...
@@ -115,9 +115,9 @@ struct CellInfo : boost::noncopyable
ScShadowPart
eHShadowPart
:
4
;
// shadow effective for drawing
ScShadowPart
eHShadowPart
:
4
;
// shadow effective for drawing
ScShadowPart
eVShadowPart
:
4
;
ScShadowPart
eVShadowPart
:
4
;
sal_uInt8
nClipMark
;
sal_uInt8
nClipMark
;
sal_uInt16
nWidth
;
sal_uInt16
nWidth
;
sal_uInt8
nRotateDir
;
sal_uInt8
nRotateDir
;
bool
bMarked
:
1
;
bool
bMarked
:
1
;
bool
bEmptyCellText
:
1
;
bool
bEmptyCellText
:
1
;
...
@@ -132,11 +132,6 @@ struct CellInfo : boost::noncopyable
...
@@ -132,11 +132,6 @@ struct CellInfo : boost::noncopyable
bool
bHideGrid
:
1
;
// output-internal
bool
bHideGrid
:
1
;
// output-internal
bool
bEditEngine
:
1
;
// output-internal
bool
bEditEngine
:
1
;
// output-internal
CellInfo
()
:
pColorScale
(
NULL
),
pDataBar
(
NULL
),
pIconSet
(
NULL
)
{}
~
CellInfo
()
~
CellInfo
()
{
{
delete
pColorScale
;
delete
pColorScale
;
...
...
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