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
9589aa83
Kaydet (Commit)
9589aa83
authored
Kas 12, 2013
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
basegfx: include <> for external includes
Change-Id: I3cb57ce8707c5b04c898d2fc2851defcc27619d4
üst
e642609a
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
25 additions
and
25 deletions
+25
-25
keystoplerp.cxx
basegfx/source/tools/keystoplerp.cxx
+1
-1
tools.cxx
basegfx/source/tools/tools.cxx
+2
-2
basegfx1d.cxx
basegfx/test/basegfx1d.cxx
+4
-4
basegfx2d.cxx
basegfx/test/basegfx2d.cxx
+3
-3
basegfx3d.cxx
basegfx/test/basegfx3d.cxx
+3
-3
basegfxtools.cxx
basegfx/test/basegfxtools.cxx
+3
-3
boxclipper.cxx
basegfx/test/boxclipper.cxx
+3
-3
clipstate.cxx
basegfx/test/clipstate.cxx
+3
-3
genericclipper.cxx
basegfx/test/genericclipper.cxx
+3
-3
No files found.
basegfx/source/tools/keystoplerp.cxx
Dosyayı görüntüle @
9589aa83
...
...
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include
"basegfx/tools/keystoplerp.hxx"
#include
<basegfx/tools/keystoplerp.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <algorithm>
...
...
basegfx/source/tools/tools.cxx
Dosyayı görüntüle @
9589aa83
...
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include
"basegfx/tools/tools.hxx"
#include
"basegfx/range/b2drange.hxx"
#include
<basegfx/tools/tools.hxx>
#include
<basegfx/range/b2drange.hxx>
#include <algorithm>
...
...
basegfx/test/basegfx1d.cxx
Dosyayı görüntüle @
9589aa83
...
...
@@ -19,10 +19,10 @@
#include <sal/types.h>
#include
"cppunit/TestAssert.h"
#include
"cppunit/TestFixture.h"
#include
"cppunit/extensions/HelperMacros.h"
#include
"cppunit/plugin/TestPlugIn.h"
#include
<cppunit/TestAssert.h>
#include
<cppunit/TestFixture.h>
#include
<cppunit/extensions/HelperMacros.h>
#include
<cppunit/plugin/TestPlugIn.h>
namespace
basegfx1d
{
...
...
basegfx/test/basegfx2d.cxx
Dosyayı görüntüle @
9589aa83
...
...
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include
"cppunit/TestAssert.h"
#include
"cppunit/TestFixture.h"
#include
"cppunit/extensions/HelperMacros.h"
#include
<cppunit/TestAssert.h>
#include
<cppunit/TestFixture.h>
#include
<cppunit/extensions/HelperMacros.h>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
...
...
basegfx/test/basegfx3d.cxx
Dosyayı görüntüle @
9589aa83
...
...
@@ -18,9 +18,9 @@
*/
#include <sal/types.h>
#include
"cppunit/TestAssert.h"
#include
"cppunit/TestFixture.h"
#include
"cppunit/extensions/HelperMacros.h"
#include
<cppunit/TestAssert.h>
#include
<cppunit/TestFixture.h>
#include
<cppunit/extensions/HelperMacros.h>
namespace
basegfx3d
{
...
...
basegfx/test/basegfxtools.cxx
Dosyayı görüntüle @
9589aa83
...
...
@@ -18,9 +18,9 @@
*/
#include <sal/types.h>
#include
"cppunit/TestAssert.h"
#include
"cppunit/TestFixture.h"
#include
"cppunit/extensions/HelperMacros.h"
#include
<cppunit/TestAssert.h>
#include
<cppunit/TestFixture.h>
#include
<cppunit/extensions/HelperMacros.h>
#include <basegfx/tools/keystoplerp.hxx>
#include <basegfx/numeric/ftools.hxx>
...
...
basegfx/test/boxclipper.cxx
Dosyayı görüntüle @
9589aa83
...
...
@@ -18,9 +18,9 @@
*/
#include <sal/types.h>
#include
"cppunit/TestAssert.h"
#include
"cppunit/TestFixture.h"
#include
"cppunit/extensions/HelperMacros.h"
#include
<cppunit/TestAssert.h>
#include
<cppunit/TestFixture.h>
#include
<cppunit/extensions/HelperMacros.h>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/curve/b2dcubicbezier.hxx>
...
...
basegfx/test/clipstate.cxx
Dosyayı görüntüle @
9589aa83
...
...
@@ -18,9 +18,9 @@
*/
#include <sal/types.h>
#include
"cppunit/TestAssert.h"
#include
"cppunit/TestFixture.h"
#include
"cppunit/extensions/HelperMacros.h"
#include
<cppunit/TestAssert.h>
#include
<cppunit/TestFixture.h>
#include
<cppunit/extensions/HelperMacros.h>
#include <basegfx/tools/b2dclipstate.hxx>
#include <basegfx/range/b2dpolyrange.hxx>
...
...
basegfx/test/genericclipper.cxx
Dosyayı görüntüle @
9589aa83
...
...
@@ -18,9 +18,9 @@
*/
#include <sal/types.h>
#include
"cppunit/TestAssert.h"
#include
"cppunit/TestFixture.h"
#include
"cppunit/extensions/HelperMacros.h"
#include
<cppunit/TestAssert.h>
#include
<cppunit/TestFixture.h>
#include
<cppunit/extensions/HelperMacros.h>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/curve/b2dcubicbezier.hxx>
...
...
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