blob: f9bb348e54570b0836784b709c3b5a1a6e3e747f (
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
|
---
assumeFilename: scaddins/source/analysis/analysis.cxx
blacklist:
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/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
|