summaryrefslogtreecommitdiff
path: root/scaddins/IwyuFilter_scaddins.yaml
blob: 963ffe7d007c08ace3a7506c6843ff14ead993ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
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