blob: 72047b7c8ecc51e50dc54133be679f7d4144a97e (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
---
assumeFilename: starmath/source/document.cxx
excludelist:
starmath/inc/smmod.hxx:
# Needed for define
- sfx2/app.hxx
starmath/inc/format.hxx:
# Needed for FONTNAME_MATH macro
- types.hxx
starmath/qa/extras/mmlexport-test.cxx:
# Required in C++20 mode.
- o3tl/cppunittraitshelper.hxx
starmath/qa/cppunit/test_node.cxx:
# Required in C++20 mode.
- o3tl/cppunittraitshelper.hxx
starmath/source/accessibility.hxx:
# Base class needs complete type
- com/sun/star/accessibility/XAccessible.hpp
- com/sun/star/accessibility/XAccessibleComponent.hpp
- com/sun/star/accessibility/XAccessibleContext.hpp
- com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp
- com/sun/star/accessibility/XAccessibleText.hpp
- com/sun/star/lang/XServiceInfo.hpp
starmath/source/smdetect.hxx:
# Base class needs complete type
- com/sun/star/document/XExtendedFilterDetection.hpp
- com/sun/star/lang/XServiceInfo.hpp
starmath/source/accessibility.cxx:
# Needed for implicit dtor
- editeng/editobj.hxx
starmath/source/node.cxx:
# Actually used
- vector
starmath/source/smdll.cxx:
# Needed to inherit linker visibility
- smdll.hxx
starmath/source/typemap.cxx:
# Needed for smslots.hxx to build
- config_options.h
- sfx2/msg.hxx
- sfx2/zoomitem.hxx
- svx/zoomslideritem.hxx
- svl/slstitm.hxx
starmath/source/unodoc.cxx:
# Avoid loplugin:unreffun error
- register.hxx
# Needed for template
- com/sun/star/frame/XModel.hpp
starmath/source/mathml/def.cxx:
# Needed for extern
- mathml/attribute.hxx
starmath/source/mathml/mathmlexport.cxx:
# Needed for rtl::math::round
- rtl/math.hxx
|