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
651756a5
Kaydet (Commit)
651756a5
authored
Şub 05, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: statement aligned as ... [loplugin:bodynotinblock]
Change-Id: I4e3078ab29ff6ad2d89f68ef6413d2f3fb1fcb80
üst
e12747c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drawingml.cxx
oox/source/export/drawingml.cxx
+2
-2
No files found.
oox/source/export/drawingml.cxx
Dosyayı görüntüle @
651756a5
...
@@ -400,7 +400,7 @@ void DrawingML::WriteGradientFill( Reference< XPropertySet > rXPropSet )
...
@@ -400,7 +400,7 @@ void DrawingML::WriteGradientFill( Reference< XPropertySet > rXPropSet )
FSEND
);
FSEND
);
}
}
else
else
switch
(
aGradient
.
Style
)
{
switch
(
aGradient
.
Style
)
{
default
:
default
:
case
GradientStyle_LINEAR
:
case
GradientStyle_LINEAR
:
mpFS
->
startElementNS
(
XML_a
,
XML_gsLst
,
FSEND
);
mpFS
->
startElementNS
(
XML_a
,
XML_gsLst
,
FSEND
);
...
@@ -438,7 +438,7 @@ void DrawingML::WriteGradientFill( Reference< XPropertySet > rXPropSet )
...
@@ -438,7 +438,7 @@ void DrawingML::WriteGradientFill( Reference< XPropertySet > rXPropSet )
XML_path
,
(
aGradient
.
Style
==
awt
::
GradientStyle_RADIAL
||
aGradient
.
Style
==
awt
::
GradientStyle_ELLIPTICAL
)
?
"circle"
:
"rect"
,
XML_path
,
(
aGradient
.
Style
==
awt
::
GradientStyle_RADIAL
||
aGradient
.
Style
==
awt
::
GradientStyle_ELLIPTICAL
)
?
"circle"
:
"rect"
,
FSEND
);
FSEND
);
break
;
break
;
}
}
mpFS
->
endElementNS
(
XML_a
,
XML_gradFill
);
mpFS
->
endElementNS
(
XML_a
,
XML_gradFill
);
}
}
...
...
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