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
c7a53e63
Kaydet (Commit)
c7a53e63
authored
Nis 28, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#708319 Uninitialized scalar field
Change-Id: I8f817ba8fc286979f666ad06f4fe21f4703b4652
üst
ce728a2f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
13 deletions
+12
-13
winmtf.hxx
vcl/source/filter/wmf/winmtf.hxx
+12
-13
No files found.
vcl/source/filter/wmf/winmtf.hxx
Dosyayı görüntüle @
c7a53e63
...
@@ -775,7 +775,7 @@ protected:
...
@@ -775,7 +775,7 @@ protected:
class
EnhWMFReader
:
public
WinMtf
class
EnhWMFReader
:
public
WinMtf
{
{
bool
bRecordPath
;
bool
bRecordPath
;
sal_Int32
nRecordCount
;
sal_Int32
nRecordCount
;
bool
bEMFPlus
;
bool
bEMFPlus
;
bool
ReadHeader
();
bool
ReadHeader
();
...
@@ -783,18 +783,17 @@ class EnhWMFReader : public WinMtf
...
@@ -783,18 +783,17 @@ class EnhWMFReader : public WinMtf
Rectangle
ReadRectangle
(
sal_Int32
,
sal_Int32
,
sal_Int32
,
sal_Int32
);
Rectangle
ReadRectangle
(
sal_Int32
,
sal_Int32
,
sal_Int32
,
sal_Int32
);
public
:
public
:
EnhWMFReader
(
EnhWMFReader
(
SvStream
&
rStreamWMF
,
SvStream
&
rStreamWMF
,
GDIMetaFile
&
rGDIMetaFile
,
GDIMetaFile
&
rGDIMetaFile
,
FilterConfigItem
*
pConfigItem
=
NULL
FilterConfigItem
*
pConfigItem
=
NULL
)
)
:
WinMtf
(
new
WinMtfOutput
(
rGDIMetaFile
),
rStreamWMF
,
pConfigItem
)
:
WinMtf
(
new
WinMtfOutput
(
rGDIMetaFile
)
,
bRecordPath
(
false
)
,
rStreamWMF
,
nRecordCount
(
0
)
,
pConfigItem
)
,
bEMFPlus
(
false
)
,
bRecordPath
(
false
)
{
,
bEMFPlus
(
false
)
}
{};
~
EnhWMFReader
();
~
EnhWMFReader
();
bool
ReadEnhWMF
();
bool
ReadEnhWMF
();
void
ReadEMFPlusComment
(
sal_uInt32
length
,
bool
&
bHaveDC
);
void
ReadEMFPlusComment
(
sal_uInt32
length
,
bool
&
bHaveDC
);
...
...
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