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
48a33590
Kaydet (Commit)
48a33590
authored
Kas 05, 2015
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reduce scope of #include <tools/poly.hxx>
Change-Id: I0d64393c029d27c8e6f3b6d360d2509dad16d860
üst
e35ef250
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
21 additions
and
9 deletions
+21
-9
CommonConverters.hxx
chart2/source/inc/CommonConverters.hxx
+0
-1
textaction.hxx
cppcanvas/source/mtfrenderer/textaction.hxx
+0
-1
textlayoutdevice.cxx
drawinglayer/source/primitive2d/textlayoutdevice.cxx
+1
-0
swfwriter.hxx
filter/source/flash/swfwriter.hxx
+5
-2
textlayoutdevice.hxx
include/drawinglayer/primitive2d/textlayoutdevice.hxx
+1
-1
drawingml.hxx
include/oox/export/drawingml.hxx
+4
-1
openglgdiimpl.hxx
vcl/inc/openglgdiimpl.hxx
+6
-1
regband.hxx
vcl/inc/regband.hxx
+1
-1
impvect.hxx
vcl/source/gdi/impvect.hxx
+2
-1
region.cxx
vcl/source/gdi/region.cxx
+1
-0
No files found.
chart2/source/inc/CommonConverters.hxx
Dosyayı görüntüle @
48a33590
...
...
@@ -19,7 +19,6 @@
#ifndef INCLUDED_CHART2_SOURCE_INC_COMMONCONVERTERS_HXX
#define INCLUDED_CHART2_SOURCE_INC_COMMONCONVERTERS_HXX
#include <tools/poly.hxx>
#include <com/sun/star/awt/Point.hpp>
#include <com/sun/star/awt/Rectangle.hpp>
#include <com/sun/star/awt/Size.hpp>
...
...
cppcanvas/source/mtfrenderer/textaction.hxx
Dosyayı görüntüle @
48a33590
...
...
@@ -25,7 +25,6 @@
#include <action.hxx>
#include <cppcanvas/canvas.hxx>
#include <cppcanvas/renderer.hxx>
#include <tools/poly.hxx>
class
VirtualDevice
;
class
Point
;
...
...
drawinglayer/source/primitive2d/textlayoutdevice.cxx
Dosyayı görüntüle @
48a33590
...
...
@@ -24,6 +24,7 @@
#include <drawinglayer/primitive2d/textlayoutdevice.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/unique_disposing_ptr.hxx>
#include <tools/gen.hxx>
#include <vcl/timer.hxx>
#include <vcl/virdev.hxx>
#include <vcl/font.hxx>
...
...
filter/source/flash/swfwriter.hxx
Dosyayı görüntüle @
48a33590
...
...
@@ -29,7 +29,6 @@
#include <vcl/vclptr.hxx>
#include <unotools/tempfile.hxx>
#include <tools/color.hxx>
#include <tools/poly.hxx>
#include <tools/gen.hxx>
#include <tools/stream.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
...
...
@@ -41,12 +40,16 @@
class
GDIMetaFile
;
class
BitmapEx
;
namespace
tools
{
class
PolyPolygon
;
}
class
Gradient
;
class
SvtGraphicFill
;
class
SvtGraphicStroke
;
class
LineInfo
;
namespace
basegfx
{
class
B2DPolygon
;
}
namespace
tools
{
class
Polygon
;
class
PolyPolygon
;
}
inline
sal_uInt16
_uInt16
(
sal_Int32
nValue
)
{
...
...
include/drawinglayer/primitive2d/textlayoutdevice.hxx
Dosyayı görüntüle @
48a33590
...
...
@@ -22,7 +22,6 @@
#include <drawinglayer/drawinglayerdllapi.h>
#include <tools/poly.hxx>
#include <basegfx/range/b2drange.hxx>
#include <vector>
#include <com/sun/star/lang/Locale.hpp>
...
...
@@ -36,6 +35,7 @@ namespace rtl {
};
class
OutputDevice
;
class
GDIMetaFile
;
class
Rectangle
;
enum
class
DrawTextFlags
;
namespace
drawinglayer
{
namespace
attribute
{
class
FontAttribute
;
...
...
include/oox/export/drawingml.hxx
Dosyayı görüntüle @
48a33590
...
...
@@ -26,7 +26,6 @@
#include <com/sun/star/awt/FontDescriptor.hpp>
#include <com/sun/star/awt/Gradient.hpp>
#include <com/sun/star/uno/XReference.hpp>
#include <tools/poly.hxx>
#include <filter/msfilter/escherex.hxx>
#include "oox/drawingml/drawingmltypes.hxx"
#include <oox/token/tokens.hxx>
...
...
@@ -60,6 +59,10 @@ namespace io {
class
OutlinerParaObject
;
namespace
tools
{
class
PolyPolygon
;
}
namespace
oox
{
namespace
core
{
class
XmlFilterBase
;
...
...
vcl/inc/openglgdiimpl.hxx
Dosyayı görüntüle @
48a33590
...
...
@@ -29,7 +29,6 @@
#include "opengl/texture.hxx"
#include "regionband.hxx"
#include <tools/poly.hxx>
#include <vcl/opengl/OpenGLContext.hxx>
class
SalFrame
;
...
...
@@ -41,6 +40,12 @@ namespace basegfx
class
B2DTrapezoid
;
};
namespace
tools
{
class
Polygon
;
class
PolyPolygon
;
}
struct
TextureCombo
{
std
::
unique_ptr
<
OpenGLTexture
>
mpTexture
;
...
...
vcl/inc/regband.hxx
Dosyayı görüntüle @
48a33590
...
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_VCL_INC_REGBAND_HXX
#define INCLUDED_VCL_INC_REGBAND_HXX
#include <
tools/poly.hxx
>
#include <
sal/types.h
>
/*
...
...
vcl/source/gdi/impvect.hxx
Dosyayı görüntüle @
48a33590
...
...
@@ -20,9 +20,10 @@
#ifndef INCLUDED_VCL_SOURCE_GDI_IMPVECT_HXX
#define INCLUDED_VCL_SOURCE_GDI_IMPVECT_HXX
#include <tools/poly.hxx>
#include <vcl/gdimtf.hxx>
namespace
tools
{
class
PolyPolygon
;
}
// - Vectorizer -
namespace
ImplVectorizer
{
...
...
vcl/source/gdi/region.cxx
Dosyayı görüntüle @
48a33590
...
...
@@ -32,6 +32,7 @@
#include <basegfx/polygon/b2dpolypolygoncutter.hxx>
#include <basegfx/range/b2drange.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <tools/poly.hxx>
namespace
{
...
...
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