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
34fa29ed
Kaydet (Commit)
34fa29ed
authored
Nis 22, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused basegfx::tools::containsOnlyHorizontalAndVerticalEdges
Change-Id: I8a8b7a5b47cd9e566c1b3154a527c78a8fcbd7df
üst
81bce2dc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
24 deletions
+0
-24
b2dpolypolygontools.cxx
basegfx/source/polygon/b2dpolypolygontools.cxx
+0
-18
b2dpolypolygontools.hxx
include/basegfx/polygon/b2dpolypolygontools.hxx
+0
-5
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
basegfx/source/polygon/b2dpolypolygontools.cxx
Dosyayı görüntüle @
34fa29ed
...
@@ -497,24 +497,6 @@ namespace basegfx
...
@@ -497,24 +497,6 @@ namespace basegfx
return
aRetval
;
return
aRetval
;
}
}
bool
containsOnlyHorizontalAndVerticalEdges
(
const
B2DPolyPolygon
&
rCandidate
)
{
if
(
rCandidate
.
areControlPointsUsed
())
{
return
false
;
}
for
(
sal_uInt32
a
(
0
);
a
<
rCandidate
.
count
();
a
++
)
{
if
(
!
containsOnlyHorizontalAndVerticalEdges
(
rCandidate
.
getB2DPolygon
(
a
)))
{
return
false
;
}
}
return
true
;
}
B2DPolyPolygon
createSevenSegmentPolyPolygon
(
sal_Char
nNumber
,
bool
bLitSegments
)
B2DPolyPolygon
createSevenSegmentPolyPolygon
(
sal_Char
nNumber
,
bool
bLitSegments
)
{
{
// config here
// config here
...
...
include/basegfx/polygon/b2dpolypolygontools.hxx
Dosyayı görüntüle @
34fa29ed
...
@@ -287,11 +287,6 @@ namespace basegfx
...
@@ -287,11 +287,6 @@ namespace basegfx
*/
*/
BASEGFX_DLLPUBLIC
B2DPolyPolygon
snapPointsOfHorizontalOrVerticalEdges
(
const
B2DPolyPolygon
&
rCandidate
);
BASEGFX_DLLPUBLIC
B2DPolyPolygon
snapPointsOfHorizontalOrVerticalEdges
(
const
B2DPolyPolygon
&
rCandidate
);
/** returns true if the Polygon only contains horizontal or vertical edges
so that it could be represented by RegionBands
*/
BASEGFX_DLLPUBLIC
bool
containsOnlyHorizontalAndVerticalEdges
(
const
B2DPolyPolygon
&
rCandidate
);
/// converters for com::sun::star::drawing::PointSequence
/// converters for com::sun::star::drawing::PointSequence
BASEGFX_DLLPUBLIC
B2DPolyPolygon
UnoPointSequenceSequenceToB2DPolyPolygon
(
BASEGFX_DLLPUBLIC
B2DPolyPolygon
UnoPointSequenceSequenceToB2DPolyPolygon
(
const
com
::
sun
::
star
::
drawing
::
PointSequenceSequence
&
rPointSequenceSequenceSource
,
const
com
::
sun
::
star
::
drawing
::
PointSequenceSequence
&
rPointSequenceSequenceSource
,
...
...
unusedcode.easy
Dosyayı görüntüle @
34fa29ed
...
@@ -184,7 +184,6 @@ apitest::XText::testInsertRemoveTextContent()
...
@@ -184,7 +184,6 @@ apitest::XText::testInsertRemoveTextContent()
apitest::XTextContent::testAttach()
apitest::XTextContent::testAttach()
apitest::XTextContent::testGetAnchor()
apitest::XTextContent::testGetAnchor()
apitest::XTextField::testGetPresentation()
apitest::XTextField::testGetPresentation()
basegfx::tools::containsOnlyHorizontalAndVerticalEdges(basegfx::B2DPolyPolygon const&)
basegfx::tools::equal(basegfx::B2DPolygon const&, basegfx::B2DPolygon const&, double const&)
basegfx::tools::equal(basegfx::B2DPolygon const&, basegfx::B2DPolygon const&, double const&)
basegfx::tools::equal(basegfx::B3DPolygon const&, basegfx::B3DPolygon const&, double const&)
basegfx::tools::equal(basegfx::B3DPolygon const&, basegfx::B3DPolygon const&, double const&)
basegfx::unotools::homMatrixFromMatrix(basegfx::B2DHomMatrix&, com::sun::star::geometry::Matrix2D const&)
basegfx::unotools::homMatrixFromMatrix(basegfx::B2DHomMatrix&, com::sun::star::geometry::Matrix2D const&)
...
...
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