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
19abb8de
Kaydet (Commit)
19abb8de
authored
Nis 10, 2013
tarafından
Armin Le Grand
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
i121972 Use svg rx/ry/cx/cy defines in draw:ellipse when used
üst
0a0a9b32
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
ximpshap.cxx
xmloff/source/draw/ximpshap.cxx
+9
-0
No files found.
xmloff/source/draw/ximpshap.cxx
Dosyayı görüntüle @
19abb8de
...
@@ -1224,6 +1224,15 @@ void SdXMLEllipseShapeContext::StartElement(const uno::Reference< xml::sax::XAtt
...
@@ -1224,6 +1224,15 @@ void SdXMLEllipseShapeContext::StartElement(const uno::Reference< xml::sax::XAtt
SetStyle
();
SetStyle
();
SetLayer
();
SetLayer
();
if
(
mnCX
!=
0
||
mnCY
!=
0
||
mnRX
!=
1
||
mnRY
!=
1
)
{
// #121972# center/radius is used, put to pos and size
maSize
.
Width
=
2
*
mnRX
;
maSize
.
Height
=
2
*
mnRY
;
maPosition
.
X
=
mnCX
-
mnRX
;
maPosition
.
Y
=
mnCY
-
mnRY
;
}
// set pos, size, shear and rotate
// set pos, size, shear and rotate
SetTransformation
();
SetTransformation
();
...
...
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