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
d033a5c8
Kaydet (Commit)
d033a5c8
authored
Ock 26, 2014
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#708442 Unitialized scalar field
Change-Id: Ica7177c9a6d16a3c4d5486f2d8e127c5a995803d
üst
b76b20b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
1 deletion
+28
-1
inftxt.hxx
sw/source/core/text/inftxt.hxx
+28
-1
No files found.
sw/source/core/text/inftxt.hxx
Dosyayı görüntüle @
d033a5c8
...
@@ -198,7 +198,34 @@ protected:
...
@@ -198,7 +198,34 @@ protected:
void
CtorInitTxtSizeInfo
(
SwTxtFrm
*
pFrm
,
SwFont
*
pFnt
=
0
,
void
CtorInitTxtSizeInfo
(
SwTxtFrm
*
pFrm
,
SwFont
*
pFnt
=
0
,
const
sal_Int32
nIdx
=
0
,
const
sal_Int32
nIdx
=
0
,
const
sal_Int32
nLen
=
COMPLETE_STRING
);
const
sal_Int32
nLen
=
COMPLETE_STRING
);
SwTxtSizeInfo
()
:
m_pKanaComp
(
0
),
m_pVsh
(
0
),
m_pOut
(
0
),
m_pRef
(
0
),
m_pFnt
(
0
),
m_pUnderFnt
(
0
),
m_pFrm
(
0
),
m_pOpt
(
0
),
m_pTxt
(
0
)
{}
SwTxtSizeInfo
()
:
m_pKanaComp
(
0
)
,
m_pVsh
(
0
)
,
m_pOut
(
0
)
,
m_pRef
(
0
)
,
m_pFnt
(
0
)
,
m_pUnderFnt
(
0
)
,
m_pFrm
(
0
)
,
m_pOpt
(
0
)
,
m_pTxt
(
0
)
,
m_nIdx
(
0
)
,
m_nLen
(
0
)
,
m_nKanaIdx
(
0
)
,
m_bOnWin
(
0
)
,
m_bNotEOL
(
0
)
,
m_bURLNotify
(
0
)
,
m_bStopUnderFlow
(
0
)
,
m_bFtnInside
(
0
)
,
m_bOtherThanFtnInside
(
0
)
,
m_bMulti
(
0
)
,
m_bFirstMulti
(
0
)
,
m_bRuby
(
0
)
,
m_bHanging
(
0
)
,
m_bScriptSpace
(
0
)
,
m_bForbiddenChars
(
0
)
,
m_bSnapToGrid
(
0
)
,
m_nDirection
(
0
)
{}
public
:
public
:
SwTxtSizeInfo
(
const
SwTxtSizeInfo
&
rInf
);
SwTxtSizeInfo
(
const
SwTxtSizeInfo
&
rInf
);
SwTxtSizeInfo
(
const
SwTxtSizeInfo
&
rInf
,
const
OUString
*
pTxt
,
SwTxtSizeInfo
(
const
SwTxtSizeInfo
&
rInf
,
const
OUString
*
pTxt
,
...
...
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