c5b985bc9b
Background and motivation: https://tools.ietf.org/html/draft-knodel-terminology-02 Change-Id: I2f22d455d2a936a85750eaab1fda215ebb6d9d48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98182 Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
25 lines
1,008 B
YAML
25 lines
1,008 B
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/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
|