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
87ee9a16
Kaydet (Commit)
87ee9a16
authored
May 18, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
set some bug id prefixes to indicate which tracker they are from
Change-Id: I5df2dd44a0612da893b1afe08d0c7a9ea71f3905
üst
eb8971e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
xexptran.cxx
xmloff/source/draw/xexptran.cxx
+1
-1
ximpshap.cxx
xmloff/source/draw/ximpshap.cxx
+1
-1
No files found.
xmloff/source/draw/xexptran.cxx
Dosyayı görüntüle @
87ee9a16
...
...
@@ -1582,7 +1582,7 @@ void SdXMLImExSvgDElement::AddPolygon(
// some more circumstances in account when looking at curve segments.
drawing
::
PolygonFlags
*
pFlagArray
=
(
pFlags
)
?
pFlags
->
getArray
()
:
0L
;
// #121090# only reduce double start/end points if polygon *is* closed
// #
i
121090# only reduce double start/end points if polygon *is* closed
if
(
bClosed
&&
(
pPointArray
->
X
==
(
pPointArray
+
(
nCnt
-
1
))
->
X
)
&&
(
pPointArray
->
Y
==
(
pPointArray
+
(
nCnt
-
1
))
->
Y
))
{
if
(
pFlags
)
...
...
xmloff/source/draw/ximpshap.cxx
Dosyayı görüntüle @
87ee9a16
...
...
@@ -1233,7 +1233,7 @@ void SdXMLEllipseShapeContext::StartElement(const uno::Reference< xml::sax::XAtt
if
(
mnCX
!=
0
||
mnCY
!=
0
||
mnRX
!=
1
||
mnRY
!=
1
)
{
// #121972# center/radius is used, put to pos and size
// #
i
121972# center/radius is used, put to pos and size
maSize
.
Width
=
2
*
mnRX
;
maSize
.
Height
=
2
*
mnRY
;
maPosition
.
X
=
mnCX
-
mnRX
;
...
...
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