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
57dacf13
Kaydet (Commit)
57dacf13
authored
Ock 28, 2012
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove traces of b2dhompoint
üst
7205e0c3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
31 deletions
+0
-31
Library_basegfx.mk
basegfx/Library_basegfx.mk
+0
-1
Package_inc.mk
basegfx/Package_inc.mk
+0
-1
StaticLibrary_basegfx_s.mk
basegfx/StaticLibrary_basegfx_s.mk
+0
-1
basegfx2d.cxx
basegfx/test/basegfx2d.cxx
+0
-28
No files found.
basegfx/Library_basegfx.mk
Dosyayı görüntüle @
57dacf13
...
...
@@ -113,7 +113,6 @@ $(eval $(call gb_Library_add_exception_objects,basegfx,\
basegfx/source/point/b3ipoint \
basegfx/source/point/b2dpoint \
basegfx/source/point/b3dpoint \
basegfx/source/point/b2dhompoint \
basegfx/source/point/b2ipoint \
basegfx/source/curve/b2dbeziertools \
basegfx/source/curve/b2dcubicbezier \
...
...
basegfx/Package_inc.mk
Dosyayı görüntüle @
57dacf13
...
...
@@ -90,7 +90,6 @@ $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/matrix/b2dhommatrixtoo
$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b3ipoint.hxx,basegfx/point/b3ipoint.hxx))
$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b3dpoint.hxx,basegfx/point/b3dpoint.hxx))
$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b2dpoint.hxx,basegfx/point/b2dpoint.hxx))
$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b2dhompoint.hxx,basegfx/point/b2dhompoint.hxx))
$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b2ipoint.hxx,basegfx/point/b2ipoint.hxx))
$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/curve/b2dcubicbezier.hxx,basegfx/curve/b2dcubicbezier.hxx))
$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/curve/b2dbeziertools.hxx,basegfx/curve/b2dbeziertools.hxx))
...
...
basegfx/StaticLibrary_basegfx_s.mk
Dosyayı görüntüle @
57dacf13
...
...
@@ -118,7 +118,6 @@ $(eval $(call gb_StaticLibrary_add_generated_exception_objects,basegfx_s,\
CustomTarget/basegfx/source/point/b3ipoint \
CustomTarget/basegfx/source/point/b2dpoint \
CustomTarget/basegfx/source/point/b3dpoint \
CustomTarget/basegfx/source/point/b2dhompoint \
CustomTarget/basegfx/source/point/b2ipoint \
CustomTarget/basegfx/source/curve/b2dbeziertools \
CustomTarget/basegfx/source/curve/b2dcubicbezier \
...
...
basegfx/test/basegfx2d.cxx
Dosyayı görüntüle @
57dacf13
...
...
@@ -703,33 +703,6 @@ public:
};
// class b2dhommatrix
class
b2dhompoint
:
public
CppUnit
::
TestFixture
{
public
:
// initialise your test code values here.
void
setUp
()
{
}
void
tearDown
()
{
}
// insert your test code here.
void
EmptyMethod
()
{
}
// Change the following lines only, if you add, remove or rename
// member functions of the current class,
// because these macros are need by auto register mechanism.
SAL_CPPUNIT_TEST_SUITE
(
b2dhompoint
);
CPPUNIT_TEST
(
EmptyMethod
);
SAL_CPPUNIT_TEST_SUITE_END
();
};
// class b2dhompoint
class
b2dpoint
:
public
CppUnit
::
TestFixture
{
public
:
...
...
@@ -1390,7 +1363,6 @@ public:
CPPUNIT_TEST_SUITE_REGISTRATION
(
basegfx2d
::
b2dsvgdimpex
);
CPPUNIT_TEST_SUITE_REGISTRATION
(
basegfx2d
::
b2dpolyrange
);
CPPUNIT_TEST_SUITE_REGISTRATION
(
basegfx2d
::
b2dhommatrix
);
CPPUNIT_TEST_SUITE_REGISTRATION
(
basegfx2d
::
b2dhompoint
);
CPPUNIT_TEST_SUITE_REGISTRATION
(
basegfx2d
::
b2dpoint
);
CPPUNIT_TEST_SUITE_REGISTRATION
(
basegfx2d
::
b2dpolygon
);
CPPUNIT_TEST_SUITE_REGISTRATION
(
basegfx2d
::
b2dpolygontools
);
...
...
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