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
3b73bb51
Kaydet (Commit)
3b73bb51
authored
Nis 08, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#738863 Uninitialized scalar field
Change-Id: I2e2c6c59d85183bb81ecd8fb7a73acdf6b17a27d
üst
290f7986
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
12 deletions
+18
-12
winmtf.hxx
vcl/source/filter/wmf/winmtf.hxx
+18
-12
No files found.
vcl/source/filter/wmf/winmtf.hxx
Dosyayı görüntüle @
3b73bb51
...
@@ -842,21 +842,27 @@ private:
...
@@ -842,21 +842,27 @@ private:
public
:
public
:
WMFReader
(
WMFReader
(
SvStream
&
rStreamWMF
,
GDIMetaFile
&
rGDIMetaFile
,
SvStream
&
rStreamWMF
,
FilterConfigItem
*
pConfigItem
=
NULL
,
GDIMetaFile
&
rGDIMetaFile
,
WMF_EXTERNALHEADER
*
pExtHeader
=
NULL
)
FilterConfigItem
*
pConfigItem
=
NULL
,
:
WinMtf
(
new
WinMtfOutput
(
rGDIMetaFile
)
,
rStreamWMF
,
pConfigItem
)
WMF_EXTERNALHEADER
*
pExtHeader
=
NULL
,
nUnitsPerInch
(
96
)
)
,
nRecSize
(
0
)
:
WinMtf
(
new
WinMtfOutput
(
rGDIMetaFile
),
rStreamWMF
,
pConfigItem
)
,
pEMFStream
(
NULL
)
,
pEMFStream
(
NULL
),
,
nEMFRecCount
(
0
)
pExternalHeader
(
pExtHeader
)
,
nEMFRec
(
0
)
{}
,
nEMFSize
(
0
)
,
nSkipActions
(
0
)
,
nCurrentAction
(
0
)
,
nUnicodeEscapeAction
(
0
)
,
pExternalHeader
(
pExtHeader
)
{
}
~
WMFReader
();
~
WMFReader
();
// read WMF file from stream and fill the GDIMetaFile
// read WMF file from stream and fill the GDIMetaFile
void
ReadWMF
();
void
ReadWMF
();
};
};
#endif
#endif
...
...
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