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
706651b3
Kaydet (Commit)
706651b3
authored
Eyl 26, 2011
tarafından
Marc-Andre Laverdiere
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed unused code EnhWMFReader::ReadGDIComment()
üst
01e0b770
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
37 deletions
+0
-37
enhwmf.cxx
svtools/source/filter/wmf/enhwmf.cxx
+0
-35
winmtf.hxx
svtools/source/filter/wmf/winmtf.hxx
+0
-1
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
svtools/source/filter/wmf/enhwmf.cxx
Dosyayı görüntüle @
706651b3
...
@@ -308,41 +308,6 @@ void EnhWMFReader::ReadEMFPlusComment(sal_uInt32 length, sal_Bool& bHaveDC)
...
@@ -308,41 +308,6 @@ void EnhWMFReader::ReadEMFPlusComment(sal_uInt32 length, sal_Bool& bHaveDC)
pWMF
->
SeekRel
(
nRemainder
);
pWMF
->
SeekRel
(
nRemainder
);
}
}
void
EnhWMFReader
::
ReadGDIComment
()
{
sal_uInt32
type
;
*
pWMF
>>
type
;
switch
(
type
)
{
case
2
:
{
sal_Int32
x
,
y
,
r
,
b
;
EMFP_DEBUG
(
printf
(
"
\t\t
BEGINGROUP
\n
"
));
*
pWMF
>>
x
>>
y
>>
r
>>
b
;
EMFP_DEBUG
(
printf
(
"
\t\t
bounding rectangle: %d,%d x %d,%d
\n
"
,
(
int
)
x
,(
int
)
y
,(
int
)
r
,(
int
)
b
));
sal_uInt32
l
;
*
pWMF
>>
l
;
EMFP_DEBUG
(
printf
(
"
\t\t
description length: %d
\n
"
,
(
int
)
l
));
break
;
}
case
3
:
{
EMFP_DEBUG
(
printf
(
"
\t\t
ENDGROUP
\n
"
));
break
;
}
case
0x40000004
:
{
EMFP_DEBUG
(
printf
(
"
\t\t
MULTIFORMATS
\n
"
));
break
;
}
default
:
EMFP_DEBUG
(
printf
(
"
\t\t
unknown GDIComment
\n
"
));
EMFP_DEBUG
(
dumpWords
(
*
pWMF
,
16
));
}
}
/**
/**
* Reads polygons from the stream.
* Reads polygons from the stream.
* The <class T> parameter is for the type of the points
* The <class T> parameter is for the type of the points
...
...
svtools/source/filter/wmf/winmtf.hxx
Dosyayı görüntüle @
706651b3
...
@@ -835,7 +835,6 @@ public:
...
@@ -835,7 +835,6 @@ public:
sal_Bool
ReadEnhWMF
();
sal_Bool
ReadEnhWMF
();
void
ReadEMFPlusComment
(
sal_uInt32
length
,
sal_Bool
&
bHaveDC
);
void
ReadEMFPlusComment
(
sal_uInt32
length
,
sal_Bool
&
bHaveDC
);
void
ReadGDIComment
();
private
:
private
:
template
<
class
T
>
void
ReadAndDrawPolyPolygon
();
template
<
class
T
>
void
ReadAndDrawPolyPolygon
();
template
<
class
T
>
Polygon
ReadPolygon
(
sal_uInt16
nStartIndex
,
sal_uInt16
nPoints
);
template
<
class
T
>
Polygon
ReadPolygon
(
sal_uInt16
nStartIndex
,
sal_uInt16
nPoints
);
...
...
unusedcode.easy
Dosyayı görüntüle @
706651b3
...
@@ -151,7 +151,6 @@ EditView::SetParaAttribs(SfxItemSet const&, unsigned short)
...
@@ -151,7 +151,6 @@ EditView::SetParaAttribs(SfxItemSet const&, unsigned short)
EditView::SetPointer(Pointer const&)
EditView::SetPointer(Pointer const&)
ElementCollector::isAbleToNotify() const
ElementCollector::isAbleToNotify() const
ElementCollector::setSecurityId(int)
ElementCollector::setSecurityId(int)
EnhWMFReader::ReadGDIComment()
ExtraKernInfo::HasKernPairs() const
ExtraKernInfo::HasKernPairs() const
FieldEntry::GetBookmarkType()
FieldEntry::GetBookmarkType()
FileControl::SetButtonText(String const&)
FileControl::SetButtonText(String const&)
...
...
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