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
df5503af
Kaydet (Commit)
df5503af
authored
Ock 26, 2014
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#708449 coverity#708450 Unitialized scalar field
Change-Id: I2774fea82ff207113cd4e8b5d8a5fa60803b2211
üst
39005f18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
3 deletions
+20
-3
itrtxt.hxx
sw/source/core/text/itrtxt.hxx
+20
-3
No files found.
sw/source/core/text/itrtxt.hxx
Dosyayı görüntüle @
df5503af
...
@@ -63,10 +63,27 @@ protected:
...
@@ -63,10 +63,27 @@ protected:
,
pInf
(
NULL
)
,
pInf
(
NULL
)
,
pCurr
(
NULL
)
,
pCurr
(
NULL
)
,
pPrev
(
NULL
)
,
pPrev
(
NULL
)
{}
,
nFrameStart
(
0
)
,
nY
(
0
)
,
nRegStart
(
0
)
,
nStart
(
0
)
,
nRegDiff
(
0
)
,
nLineNr
(
0
)
,
bPrev
(
sal_False
)
,
bRegisterOn
(
sal_False
)
,
bOneBlock
(
sal_False
)
,
bLastBlock
(
sal_False
)
,
bLastCenter
(
sal_False
)
{}
public
:
public
:
inline
SwTxtIter
(
SwTxtFrm
*
pTxtFrm
,
SwTxtInfo
*
pTxtInf
)
:
SwAttrIter
(
pTxtFrm
!=
NULL
?
pTxtFrm
->
GetTxtNode
()
:
NULL
)
inline
SwTxtIter
(
SwTxtFrm
*
pTxtFrm
,
SwTxtInfo
*
pTxtInf
)
{
CtorInitTxtIter
(
pTxtFrm
,
pTxtInf
);
}
:
SwAttrIter
(
pTxtFrm
!=
NULL
?
pTxtFrm
->
GetTxtNode
()
:
NULL
)
,
bOneBlock
(
sal_False
)
,
bLastBlock
(
sal_False
)
,
bLastCenter
(
sal_False
)
{
CtorInitTxtIter
(
pTxtFrm
,
pTxtInf
);
}
inline
const
SwLineLayout
*
GetCurr
()
const
{
return
pCurr
;
}
// NEVER 0!
inline
const
SwLineLayout
*
GetCurr
()
const
{
return
pCurr
;
}
// NEVER 0!
inline
const
SwLineLayout
*
GetNext
()
const
{
return
pCurr
->
GetNext
();
}
inline
const
SwLineLayout
*
GetNext
()
const
{
return
pCurr
->
GetNext
();
}
const
SwLineLayout
*
GetPrev
();
const
SwLineLayout
*
GetPrev
();
...
...
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