office-gobmx/writerfilter/IwyuFilter_writerfilter.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

66 lines
2.6 KiB
YAML

---
assumeFilename: writerfilter/source/filter/WriterFilter.cxx
excludelist:
writerfilter/source/dmapper/BorderHandler.cxx:
# Needed for method parameter type
- tools/color.hxx
writerfilter/source/dmapper/ConversionHelper.cxx:
# Actually used
- com/sun/star/table/BorderLine2.hpp
- com/sun/star/lang/Locale.hpp
writerfilter/source/dmapper/DomainMapperTableManager.cxx:
# Needed for rtl::math::round
- rtl/math.hxx
writerfilter/source/dmapper/GraphicImport.cxx:
# Actually used
- com/sun/star/drawing/XShape.hpp
- com/sun/star/graphic/XGraphic.hpp
- com/sun/star/lang/XMultiServiceFactory.hpp
- com/sun/star/uno/XComponentContext.hpp
# Needed for rtl::math::round
- rtl/math.hxx
writerfilter/source/dmapper/NumberingManager.cxx:
# Actually used
- com/sun/star/lang/XMultiServiceFactory.hpp
- com/sun/star/container/XNameContainer.hpp
writerfilter/source/dmapper/DomainMapper_Impl.cxx:
# Actually used
- com/sun/star/uno/XComponentContext.hpp
writerfilter/source/dmapper/OLEHandler.cxx:
# Actually used
- com/sun/star/drawing/XShape.hpp
- com/sun/star/graphic/XGraphic.hpp
- com/sun/star/text/XTextDocument.hpp
- com/sun/star/text/WrapTextMode.hpp
- com/sun/star/uno/XComponentContext.hpp
writerfilter/source/dmapper/TDefTableHandler.cxx:
# Needed for method parameter type
- tools/color.hxx
writerfilter/source/dmapper/TablePositionHandler.cxx:
# Actually used
- com/sun/star/beans/PropertyValue.hpp
writerfilter/source/dmapper/PropertyMap.cxx:
# Actually used
- com/sun/star/beans/PropertyValue.hpp
- com/sun/star/text/XTextColumns.hpp
writerfilter/source/dmapper/StyleSheetTable.cxx:
# Actually used
- com/sun/star/text/XTextDocument.hpp
writerfilter/source/ooxml/OOXMLPropertySet.cxx:
# Actually used
- com/sun/star/drawing/XShape.hpp
writerfilter/source/rtftok/rtfsdrimport.hxx:
# IWYU assumes std::stack<IncompleteType> in a header is OK, but that's not
# the case for all of LO's supported platforms.
# See <https://github.com/include-what-you-use/include-what-you-use/issues/175>.
- dmapper/GraphicZOrderHelper.hxx
writerfilter/source/rtftok/rtfvalue.cxx:
# complete type is needed
- com/sun/star/embed/XEmbeddedObject.hpp
writerfilter/source/rtftok/rtftokenizer.cxx:
# Actually used
- com/sun/star/task/XStatusIndicator.hpp
writerfilter/source/filter/RtfFilter.cxx:
- comphelper/scopeguard.hxx
writerfilter/source/filter/WriterFilter.cxx:
- comphelper/scopeguard.hxx