3f3fa12598
Change-Id: Ifa3b50b6b31b4a8e8babf7695339848f6730bf11 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91458 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
66 lines
2.6 KiB
YAML
66 lines
2.6 KiB
YAML
---
|
|
assumeFilename: writerfilter/source/filter/WriterFilter.cxx
|
|
blacklist:
|
|
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
|