NFC sw textfld.cxx: make rDoc an actual reference
[libreoffice.git] / scaddins / IwyuFilter_scaddins.yaml
blob963ffe7d007c08ace3a7506c6843ff14ead993ef
1 ---
2 assumeFilename: scaddins/source/analysis/analysis.cxx
3 excludelist:
4     scaddins/source/analysis/analysis.hxx:
5     # Base class needs complete type
6     - com/sun/star/lang/XServiceInfo.hpp
7     - com/sun/star/lang/XServiceName.hpp
8     - com/sun/star/sheet/addin/XAnalysis.hpp
9     - com/sun/star/sheet/XAddIn.hpp
10     - com/sun/star/sheet/XCompatibilityNames.hpp
11     scaddins/source/analysis/analysisdefs.hxx:
12     # Needed for macros
13     - com/sun/star/lang/IllegalArgumentException.hpp
14     - cmath
15     scaddins/source/datefunc/datefunc.hxx:
16     # Base class needs complete type
17     - com/sun/star/lang/XServiceInfo.hpp
18     - com/sun/star/lang/XServiceName.hpp
19     - com/sun/star/sheet/addin/XDateFunctions.hpp
20     - com/sun/star/sheet/addin/XMiscFunctions.hpp
21     - com/sun/star/sheet/XAddIn.hpp
22     - com/sun/star/sheet/XCompatibilityNames.hpp
23     scaddins/source/pricing/pricing.hxx:
24     # Base class needs complete type
25     - com/sun/star/lang/XServiceInfo.hpp
26     - com/sun/star/lang/XServiceName.hpp
27     - com/sun/star/sheet/addin/XPricingFunctions.hpp
28     - com/sun/star/sheet/XAddIn.hpp
29     - com/sun/star/sheet/XCompatibilityNames.hpp
30     scaddins/source/pricing/black_scholes.cxx:
31     # Needed for rtl::math::erfc
32     - rtl/math.hxx
33     scaddins/source/analysis/bessel.cxx:
34     # Needed for rtl::math::sin / cos
35     - rtl/math.hxx
36     scaddins/source/pricing/pricing.cxx:
37     # Needed for std::isfinite
38     - cmath