office-gobmx/scaddins/IwyuFilter_scaddins.yaml
Gabor Kelemen 107399d684 tdf#42949 Fix new IWYU warnings in directories s*
Except recently checked sc, sd, svx, sw

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Ice1b86628e4f22a39f307b9c5fa567b6ab9d5acb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106917
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-12-01 14:56:43 +01:00

38 lines
1.4 KiB
YAML

---
assumeFilename: scaddins/source/analysis/analysis.cxx
excludelist:
scaddins/source/analysis/analysis.hxx:
# Base class needs complete type
- com/sun/star/lang/XServiceInfo.hpp
- com/sun/star/lang/XServiceName.hpp
- com/sun/star/sheet/addin/XAnalysis.hpp
- com/sun/star/sheet/XAddIn.hpp
- com/sun/star/sheet/XCompatibilityNames.hpp
scaddins/source/analysis/analysisdefs.hxx:
# Needed for macros
- com/sun/star/lang/IllegalArgumentException.hpp
- cmath
scaddins/source/datefunc/datefunc.hxx:
# Base class needs complete type
- com/sun/star/lang/XServiceInfo.hpp
- com/sun/star/lang/XServiceName.hpp
- com/sun/star/sheet/addin/XDateFunctions.hpp
- com/sun/star/sheet/addin/XMiscFunctions.hpp
- com/sun/star/sheet/XAddIn.hpp
- com/sun/star/sheet/XCompatibilityNames.hpp
scaddins/source/pricing/pricing.hxx:
# Base class needs complete type
- com/sun/star/lang/XServiceInfo.hpp
- com/sun/star/lang/XServiceName.hpp
- com/sun/star/sheet/addin/XPricingFunctions.hpp
- com/sun/star/sheet/XAddIn.hpp
- com/sun/star/sheet/XCompatibilityNames.hpp
scaddins/source/pricing/black_scholes.cxx:
# Needed for rtl::math::erfc
- rtl/math.hxx
scaddins/source/analysis/bessel.cxx:
# Needed for rtl::math::sin / cos
- rtl/math.hxx
scaddins/source/pricing/pricing.cxx:
# Needed for std::isfinite
- cmath