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
7c8164a8
Kaydet (Commit)
7c8164a8
authored
Kas 12, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-member-function
Change-Id: I87263c22af14586d9329a6dcc0b7e3a41d7881d5
üst
3702a9b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
b2drangeclipper.cxx
basegfx/source/range/b2drangeclipper.cxx
+0
-6
No files found.
basegfx/source/range/b2drangeclipper.cxx
Dosyayı görüntüle @
7c8164a8
...
...
@@ -106,12 +106,8 @@ namespace basegfx
const
B2DRectangle
&
getRect
()
const
{
return
*
mpAssociatedRect
;
}
std
::
ptrdiff_t
getTargetPolygonIndex
()
const
{
return
mnPolygonIdx
;
}
void
setTargetPolygonIndex
(
std
::
ptrdiff_t
nIdx
)
{
mnPolygonIdx
=
nIdx
;
}
EdgeType
getEdgeType
()
const
{
return
meEdgeType
;
}
EdgeDirection
getEdgeDirection
()
const
{
return
meEdgeDirection
;
}
/// For STL sort
bool
operator
<
(
const
ActiveEdge
&
rRHS
)
const
{
return
mfInvariantCoord
<
rRHS
.
mfInvariantCoord
;
}
private
:
/** The invariant coordinate value of this edge (e.g. the
common y value, for a horizontal edge)
...
...
@@ -362,8 +358,6 @@ namespace basegfx
}
private
:
std
::
ptrdiff_t
getPolygonPoolIndex
()
const
{
return
mnIdx
;
}
void
handleInitialOwnEdge
(
SweepLineEvent
&
rEvent
,
ActiveEdge
&
rActiveEdge
)
{
...
...
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