office-gobmx/editeng/IwyuFilter_editeng.yaml
Gabor Kelemen e3206e6740 Recheck modules [e-f]* with IWYU
See tdf#42949 for motivation

Change-Id: I49a3ce10dee4b03f99156f5b641f69448e1d5617
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128479
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2022-01-17 01:33:35 +01:00

48 lines
1.8 KiB
YAML

---
assumeFilename: editeng/source/editeng/impedit.cxx
excludelist:
editeng/source/editeng/impedit.hxx:
# Complete type needed for pointer arithmetic
- editeng/SpellPortions.hxx
editeng/source/accessibility/AccessibleContextBase.cxx:
# Actually used
- com/sun/star/accessibility/XAccessibleEventListener.hpp
editeng/source/accessibility/AccessibleEditableTextPara.cxx:
# Needed for macro defines
- editeng/unoprnms.hxx
editeng/source/accessibility/AccessibleImageBullet.hxx:
# base class has to be a complete type
- com/sun/star/accessibility/XAccessibleComponent.hpp
- com/sun/star/accessibility/XAccessibleContext.hpp
- com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp
- com/sun/star/accessibility/XAccessible.hpp
- com/sun/star/lang/XServiceInfo.hpp
editeng/source/editeng/impedit2.cxx:
# Needed for ValueRestorationGuard
- comphelper/flagguard.hxx
editeng/source/items/CustomPropertyField.cxx:
# Actually used
- com/sun/star/document/XDocumentProperties.hpp
editeng/source/items/frmitems.cxx:
# Needed for rtl::math::round
- rtl/math.hxx
editeng/source/items/textitem.cxx:
# Needed for rtl::math::round
- rtl/math.hxx
editeng/source/misc/SvXMLAutoCorrectExport.cxx:
# Actually used
- com/sun/star/xml/sax/XDocumentHandler.hpp
editeng/source/misc/unolingu.cxx:
# NEeded for OSL_DEBUG_LEVEL > 1
- com/sun/star/frame/XStorable.hpp
editeng/source/uno/unotext.cxx:
# Needed for macro defines
- editeng/unoprnms.hxx
# Needed for UnoType call to work
- com/sun/star/lang/Locale.hpp
editeng/source/xml/xmltxtexp.cxx:
# Needed for UnoType call to work
- com/sun/star/lang/Locale.hpp
editeng/source/xml/xmltxtimp.cxx:
# Needed for macro defines
- editeng/unoprnms.hxx