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
a8c9edff
Kaydet (Commit)
a8c9edff
authored
Mar 19, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#707994 Uninitialized pointer field
Change-Id: I667f93be72bd5d6cc68725b7cb5d97e30d8df521
üst
497603f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
dociter.cxx
sc/source/core/data/dociter.cxx
+9
-5
No files found.
sc/source/core/data/dociter.cxx
Dosyayı görüntüle @
a8c9edff
...
@@ -2413,11 +2413,15 @@ inline bool IsGreater( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 )
...
@@ -2413,11 +2413,15 @@ inline bool IsGreater( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 )
}
}
ScUsedAreaIterator
::
ScUsedAreaIterator
(
ScDocument
*
pDocument
,
SCTAB
nTable
,
ScUsedAreaIterator
::
ScUsedAreaIterator
(
ScDocument
*
pDocument
,
SCTAB
nTable
,
SCCOL
nCol1
,
SCROW
nRow1
,
SCCOL
nCol2
,
SCROW
nRow2
)
:
SCCOL
nCol1
,
SCROW
nRow1
,
SCCOL
nCol2
,
SCROW
nRow2
)
aCellIter
(
pDocument
,
nTable
,
nCol1
,
nRow1
,
nCol2
,
nRow2
),
:
aCellIter
(
pDocument
,
nTable
,
nCol1
,
nRow1
,
nCol2
,
nRow2
)
aAttrIter
(
pDocument
,
nTable
,
nCol1
,
nRow1
,
nCol2
,
nRow2
),
,
aAttrIter
(
pDocument
,
nTable
,
nCol1
,
nRow1
,
nCol2
,
nRow2
)
nNextCol
(
nCol1
),
,
nNextCol
(
nCol1
)
nNextRow
(
nRow1
)
,
nNextRow
(
nRow1
)
,
nFoundStartCol
(
0
)
,
nFoundEndCol
(
0
)
,
nFoundRow
(
0
)
,
pFoundPattern
(
NULL
)
{
{
pCell
=
aCellIter
.
GetNext
(
nCellCol
,
nCellRow
);
pCell
=
aCellIter
.
GetNext
(
nCellCol
,
nCellRow
);
pPattern
=
aAttrIter
.
GetNext
(
nAttrCol1
,
nAttrCol2
,
nAttrRow
);
pPattern
=
aAttrIter
.
GetNext
(
nAttrCol1
,
nAttrCol2
,
nAttrRow
);
...
...
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