forked from LibreOffice/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIwyuFilter_canvas.yaml
46 lines (46 loc) · 1.74 KB
/
IwyuFilter_canvas.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
assumeFilename: canvas/source/cairo/cairo_canvas.cxx
excludelist:
canvas/inc/parametricpolypolygon.hxx:
# base class has to be a complete type
- com/sun/star/lang/XServiceInfo.hpp
- com/sun/star/rendering/XParametricPolyPolygon2D.hpp
canvas/inc/base/cachedprimitivebase.hxx:
# base class has to be a complete type
- com/sun/star/rendering/XCachedPrimitive.hpp
- com/sun/star/lang/XServiceInfo.hpp
canvas/source/cairo/cairo_cachedbitmap.cxx:
# Actually in use
- com/sun/star/rendering/XCanvas.hpp
canvas/source/cairo/cairo_spritecanvas.cxx:
# Needed for nested name specifier
- com/sun/star/awt/XTopWindow.hpp
# Complete type needed for return type
- basegfx/range/b2irange.hxx
canvas/source/opengl/ogl_canvascustomsprite.cxx:
# Complete type needed for B2DPolyPolygon return type
- basegfx/polygon/b2dpolypolygon.hxx
canvas/source/cairo/cairo_spritecanvashelper.cxx:
# Needed for boost/polymorphic_cast.hpp
- boost/cast.hpp
canvas/source/opengl/ogl_canvastools.cxx:
# Actually in use
- com/sun/star/rendering/ARGBColor.hpp
canvas/source/opengl/ogl_spritedevicehelper.cxx:
# Needed for nested name specifier
- com/sun/star/awt/XTopWindow.hpp
canvas/source/opengl/ogl_texturecache.cxx:
# Actually in use
- com/sun/star/geometry/IntegerSize2D.hpp
canvas/source/tools/surface.cxx:
# Actually in use
- comphelper/scopeguard.hxx
canvas/source/vcl/cachedbitmap.cxx:
# Actually in use
- com/sun/star/rendering/XCanvas.hpp
canvas/source/vcl/spritecanvas.cxx:
# Actually in use
- com/sun/star/awt/XTopWindow.hpp
canvas/source/vcl/spritecanvashelper.cxx:
# Needed for boost/polymorphic_cast.hpp
- boost/cast.hpp