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
bc3d9d8e
Kaydet (Commit)
bc3d9d8e
authored
Mar 19, 2013
tarafından
Herbert Dürr
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: make good the commenting-out, else there are confusing unused-result warnings
üst
75894372
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
svdoedge.cxx
svx/source/svdraw/svdoedge.cxx
+0
-2
No files found.
svx/source/svdraw/svdoedge.cxx
Dosyayı görüntüle @
bc3d9d8e
...
@@ -952,8 +952,6 @@ XPolygon SdrEdgeObj::ImpCalcEdgeTrack(const Point& rPt1, long nAngle1, const Rec
...
@@ -952,8 +952,6 @@ XPolygon SdrEdgeObj::ImpCalcEdgeTrack(const Point& rPt1, long nAngle1, const Rec
long
nXMax
=
Max
(
aBewareRect1
.
Right
(),
aBewareRect2
.
Right
());
long
nXMax
=
Max
(
aBewareRect1
.
Right
(),
aBewareRect2
.
Right
());
long
nYMin
=
Min
(
aBewareRect1
.
Top
(),
aBewareRect2
.
Top
());
long
nYMin
=
Min
(
aBewareRect1
.
Top
(),
aBewareRect2
.
Top
());
long
nYMax
=
Max
(
aBewareRect1
.
Bottom
(),
aBewareRect2
.
Bottom
());
long
nYMax
=
Max
(
aBewareRect1
.
Bottom
(),
aBewareRect2
.
Bottom
());
//int bBoundOverlap=aBoundRect1.Right()>aBoundRect2.Left() && aBoundRect1.Left()<aBoundRect2.Right() &&
aBoundRect1
.
Bottom
()
>
aBoundRect2
.
Top
()
&&
aBoundRect1
.
Top
()
<
aBoundRect2
.
Bottom
();
FASTBOOL
bBewareOverlap
=
aBewareRect1
.
Right
()
>
aBewareRect2
.
Left
()
&&
aBewareRect1
.
Left
()
<
aBewareRect2
.
Right
()
&&
FASTBOOL
bBewareOverlap
=
aBewareRect1
.
Right
()
>
aBewareRect2
.
Left
()
&&
aBewareRect1
.
Left
()
<
aBewareRect2
.
Right
()
&&
aBewareRect1
.
Bottom
()
>
aBewareRect2
.
Top
()
&&
aBewareRect1
.
Top
()
<
aBewareRect2
.
Bottom
();
aBewareRect1
.
Bottom
()
>
aBewareRect2
.
Top
()
&&
aBewareRect1
.
Top
()
<
aBewareRect2
.
Bottom
();
unsigned
nMainCase
=
3
;
unsigned
nMainCase
=
3
;
...
...
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