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
07eb648d
Kaydet (Commit)
07eb648d
authored
Şub 04, 2014
tarafından
Zolnai Tamás
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove some extra break
Change-Id: I55405c748d67101ecef8ef8a52037a26bc52b9f6
üst
a468e386
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
escherex.cxx
filter/source/msfilter/escherex.cxx
+8
-6
No files found.
filter/source/msfilter/escherex.cxx
Dosyayı görüntüle @
07eb648d
...
@@ -1961,8 +1961,10 @@ PolyPolygon EscherPropertyContainer::GetPolyPolygon( const ::com::sun::star::uno
...
@@ -1961,8 +1961,10 @@ PolyPolygon EscherPropertyContainer::GetPolyPolygon( const ::com::sun::star::uno
switch
(
aSegments
[
j
].
Command
)
switch
(
aSegments
[
j
].
Command
)
{
{
case
drawing
:
:
EnhancedCustomShapeSegmentCommand
::
UNKNOWN
:
break
;
case
drawing
:
:
EnhancedCustomShapeSegmentCommand
::
UNKNOWN
:
break
;
case
drawing
:
:
EnhancedCustomShapeSegmentCommand
::
MOVETO
:
nPointIndex
++
;
break
;
case
drawing
:
:
EnhancedCustomShapeSegmentCommand
::
MOVETO
:
case
drawing
:
:
EnhancedCustomShapeSegmentCommand
::
LINETO
:
nPointIndex
++
;
break
;
case
drawing
:
:
EnhancedCustomShapeSegmentCommand
::
LINETO
:
nPointIndex
++
;
break
;
case
drawing
:
:
EnhancedCustomShapeSegmentCommand
::
CURVETO
:
case
drawing
:
:
EnhancedCustomShapeSegmentCommand
::
CURVETO
:
{
{
aPolygon
.
SetFlags
(
nPointIndex
,
POLY_CONTROL
);
aPolygon
.
SetFlags
(
nPointIndex
,
POLY_CONTROL
);
...
@@ -1994,10 +1996,10 @@ PolyPolygon EscherPropertyContainer::GetPolyPolygon( const ::com::sun::star::uno
...
@@ -1994,10 +1996,10 @@ PolyPolygon EscherPropertyContainer::GetPolyPolygon( const ::com::sun::star::uno
case
drawing
:
:
EnhancedCustomShapeSegmentCommand
::
ARCANGLETO
:
case
drawing
:
:
EnhancedCustomShapeSegmentCommand
::
ARCANGLETO
:
nPointIndex
+=
2
;
nPointIndex
+=
2
;
break
;
break
;
case
drawing
:
:
EnhancedCustomShapeSegmentCommand
::
DARKEN
:
break
;
case
drawing
:
:
EnhancedCustomShapeSegmentCommand
::
DARKEN
:
case
drawing
:
:
EnhancedCustomShapeSegmentCommand
::
DARKENLESS
:
break
;
case
drawing
:
:
EnhancedCustomShapeSegmentCommand
::
DARKENLESS
:
case
drawing
:
:
EnhancedCustomShapeSegmentCommand
::
LIGHTEN
:
break
;
case
drawing
:
:
EnhancedCustomShapeSegmentCommand
::
LIGHTEN
:
case
drawing
:
:
EnhancedCustomShapeSegmentCommand
::
LIGHTENLESS
:
break
;
case
drawing
:
:
EnhancedCustomShapeSegmentCommand
::
LIGHTENLESS
:
break
;
break
;
}
}
}
}
...
...
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