office-gobmx/canvas/IwyuFilter_canvas.yaml
Thorsten Behrens c5b985bc9b replace usage of blacklist with excludelist for IWYU
Background and motivation:
  https://tools.ietf.org/html/draft-knodel-terminology-02

Change-Id: I2f22d455d2a936a85750eaab1fda215ebb6d9d48
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98182
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-07-10 02:03:40 +02:00

43 lines
1.6 KiB
YAML

---
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/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