summaryrefslogtreecommitdiff
path: root/sc/IwyuFilter_sc.yaml
blob: 2508c5b6f78e4abfd982a87d09932bb4aef54f86 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
---
assumeFilename: sc/source/core/data/document.cxx
blacklist:
    sc/inc/AccessibleGlobal.hxx:
    # base class has to be a complete type
    - com/sun/star/accessibility/XAccessibleStateSet.hpp
    sc/inc/AccessibleFilterMenu.hxx:
    # base class has to be a complete type
    - com/sun/star/accessibility/XAccessibleSelection.hpp
    sc/inc/AccessibleFilterMenuItem.hxx:
    # base class has to be a complete type
    - com/sun/star/accessibility/XAccessibleAction.hpp
    sc/inc/addruno.hxx:
    # base class has to be a complete type
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    sc/inc/afmtuno.hxx:
    # base class has to be a complete type
    - com/sun/star/container/XNameContainer.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/lang/XUnoTunnel.hpp
    - com/sun/star/container/XNamed.hpp
    - com/sun/star/container/XEnumerationAccess.hpp
    - com/sun/star/container/XIndexAccess.hpp
    sc/inc/appluno.hxx:
    # base class has to be a complete type
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/container/XEnumerationAccess.hpp
    - com/sun/star/container/XNameAccess.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/sheet/XFunctionDescriptions.hpp
    - com/sun/star/sheet/XGlobalSheetSettings.hpp
    - com/sun/star/sheet/XRecentFunctions.hpp
    sc/inc/autoform.hxx:
    # contains macro definitions
    - scitems.hxx
    sc/inc/chartuno.hxx:
    # base class has to be a complete type
    - com/sun/star/container/XEnumerationAccess.hpp
    - com/sun/star/container/XIndexAccess.hpp
    - com/sun/star/container/XNamed.hpp
    - com/sun/star/document/XEmbeddedObjectSupplier.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/table/XTableChart.hpp
    - com/sun/star/table/XTableCharts.hpp
    sc/inc/chart2uno.hxx:
    # base class has to be a complete type
    - com/sun/star/chart2/data/XDataProvider.hpp
    - com/sun/star/chart2/data/XSheetDataProvider.hpp
    - com/sun/star/chart2/data/XRangeXMLConversion.hpp
    - com/sun/star/chart2/data/XDataSource.hpp
    - com/sun/star/chart2/data/XDataSequence.hpp
    - com/sun/star/chart2/data/XTextualDataSequence.hpp
    - com/sun/star/chart2/data/XNumericalDataSequence.hpp
    - com/sun/star/chart2/XTimeBased.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/util/XCloneable.hpp
    - com/sun/star/util/XModifyBroadcaster.hpp
    sc/inc/chgviset.hxx:
    # base class has to be a complete type
    - unotools/textsearch.hxx
    sc/inc/colcontainer.hxx:
    # Needed to silence the check on colcontainer.cxx
    - column.hxx
    sc/inc/column.hxx:
    # base class has to be a complete type
    - mdds/flat_segment_tree.hpp
    - svx/svdobj.hxx
    sc/inc/compiler.hxx:
    # base class has to be a complete type
    - com/sun/star/sheet/ExternalLinkInfo.hpp
    - com/sun/star/i18n/ParseResult.hpp
    sc/inc/confuno.hxx:
    # base class has to be a complete type
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    sc/inc/conditio.hxx:
    # base class has to be a complete type
    - tools/link.hxx
    # Used as type for a boost::optional variable
    - tools/color.hxx
    sc/inc/dapiuno.hxx:
    # base class has to be a complete type
    - com/sun/star/container/XEnumerationAccess.hpp
    - com/sun/star/container/XNameContainer.hpp
    - com/sun/star/sheet/XDataPilotDataLayoutFieldSupplier.hpp
    - com/sun/star/sheet/XDataPilotFieldGrouping.hpp
    - com/sun/star/sheet/XDataPilotField.hpp
    - com/sun/star/sheet/XDataPilotTable2.hpp
    - com/sun/star/sheet/XDataPilotTables.hpp
    sc/inc/datauno.hxx:
    # base class has to be a complete type
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/container/XEnumerationAccess.hpp
    - com/sun/star/container/XIndexAccess.hpp
    - com/sun/star/container/XNamed.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/lang/XUnoTunnel.hpp
    - com/sun/star/sheet/XCellRangeReferrer.hpp
    - com/sun/star/sheet/XConsolidationDescriptor.hpp
    - com/sun/star/sheet/XDatabaseRange.hpp
    - com/sun/star/sheet/XDatabaseRanges.hpp
    - com/sun/star/sheet/XSheetFilterDescriptor2.hpp
    - com/sun/star/sheet/XSheetFilterDescriptor3.hpp
    - com/sun/star/sheet/XSheetFilterDescriptor.hpp
    - com/sun/star/sheet/XSubTotalDescriptor.hpp
    - com/sun/star/sheet/XSubTotalField.hpp
    - com/sun/star/sheet/XUnnamedDatabaseRanges.hpp
    - com/sun/star/util/XRefreshable.hpp
    sc/inc/defltuno.hxx:
    # base class has to be a complete type
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/beans/XPropertyState.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    sc/inc/dispuno.hxx:
    # base class has to be a complete type
    - com/sun/star/frame/XDispatchProviderInterceptor.hpp
    - com/sun/star/view/XSelectionChangeListener.hpp
    sc/inc/docuno.hxx:
    # base class has to be a complete type
    - com/sun/star/container/XEnumerationAccess.hpp
    - com/sun/star/drawing/XDrawPages.hpp
    - com/sun/star/sheet/XCellRangesAccess.hpp
    - com/sun/star/sheet/XScenarios.hpp
    - com/sun/star/sheet/XSheetAnnotations.hpp
    - com/sun/star/sheet/XSpreadsheets2.hpp
    - com/sun/star/table/XTableColumns.hpp
    - com/sun/star/table/XTableRows.hpp
    sc/inc/dptabsrc.hxx:
    # base class has to be a complete type
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/container/XNamed.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/sheet/XDataPilotMemberResults.hpp
    - com/sun/star/sheet/XDataPilotResults.hpp
    - com/sun/star/sheet/XDimensionsSupplier.hpp
    - com/sun/star/sheet/XDrillDownDataSupplier.hpp
    - com/sun/star/sheet/XHierarchiesSupplier.hpp
    - com/sun/star/sheet/XLevelsSupplier.hpp
    - com/sun/star/sheet/XMembersSupplier.hpp
    - com/sun/star/util/XCloneable.hpp
    - com/sun/star/util/XRefreshable.hpp
    sc/inc/editdataarray.hxx:
    # base class has to be a complete type
    - editeng/editobj.hxx
    sc/inc/editutil.hxx:
    # struct definition has to be a complete type
    - svx/pageitem.hxx
    sc/inc/eventuno.hxx:
    # base class has to be a complete type
    - com/sun/star/container/XNameReplace.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    sc/inc/fielduno.hxx:
    # base class has to be a complete type
    - com/sun/star/container/XEnumerationAccess.hpp
    - com/sun/star/container/XIndexAccess.hpp
    - com/sun/star/container/XContainer.hpp
    - com/sun/star/util/XRefreshable.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/text/XTextField.hpp
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/lang/XUnoTunnel.hpp
    sc/inc/filtuno.hxx:
    # base class has to be a complete type
    - com/sun/star/beans/XPropertyAccess.hpp
    - com/sun/star/document/XExporter.hpp
    - com/sun/star/document/XImporter.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/ui/dialogs/XExecutableDialog.hpp
    sc/inc/fmtuno.hxx:
    # base class has to be a complete type
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/container/XEnumerationAccess.hpp
    - com/sun/star/container/XNameAccess.hpp
    - com/sun/star/lang/XUnoTunnel.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/sheet/FormulaToken.hpp
    - com/sun/star/sheet/XSheetCondition2.hpp
    - com/sun/star/sheet/XMultiFormulaTokens.hpp
    - com/sun/star/sheet/XSheetConditionalEntries.hpp
    - com/sun/star/sheet/XSheetConditionalEntry.hpp
    sc/inc/fonthelper.hxx:
    # base class has to be a complete type
    - tools/color.hxx
    sc/inc/formulagroup.hxx:
    # base class has to be a complete type
    - opencl/platforminfo.hxx
    sc/inc/formulacell.hxx:
    # base class has to be a complete type
    - interpretercontext.hxx
    sc/inc/formulalogger.hxx:
    # base class has to be a complete type
    - memory
    # needed for conditionally enabled code path
    - struct ScFormulaCellGroup
    - namespace osl { class File; }
    sc/inc/formulaparserpool.hxx:
    # base class has to be a complete type
    - com/sun/star/sheet/XFormulaParser.hpp
    sc/inc/formularesult.hxx:
    # Needed for macros
    - calcmacros.hxx
    sc/inc/funcuno.hxx:
    # base class has to be a complete type
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/sheet/XFunctionAccess.hpp
    sc/inc/global.hxx:
    # base class has to be a complete type
    - tools/ref.hxx
    # Needed for macro #define
    - com/sun/star/i18n/CollatorOptions.hpp
    sc/inc/linkuno.hxx:
    # base class has to be a complete type
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/container/XEnumerationAccess.hpp
    - com/sun/star/container/XIndexAccess.hpp
    - com/sun/star/container/XNameAccess.hpp
    - com/sun/star/container/XNamed.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/sheet/XAreaLink.hpp
    - com/sun/star/sheet/XAreaLinks.hpp
    - com/sun/star/sheet/XDDELink.hpp
    - com/sun/star/sheet/XDDELinkResults.hpp
    - com/sun/star/sheet/XDDELinks.hpp
    - com/sun/star/sheet/XExternalDocLink.hpp
    - com/sun/star/sheet/XExternalDocLinks.hpp
    - com/sun/star/sheet/XExternalSheetCache.hpp
    - com/sun/star/util/XRefreshable.hpp
    sc/inc/macromgr.hxx:
    # base class has to be a complete type
    - com/sun/star/container/XContainerListener.hpp
    sc/inc/miscuno.hxx:
    # base class has to be a complete type
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/container/XEnumeration.hpp
    - com/sun/star/container/XIndexAccess.hpp
    - com/sun/star/container/XNameAccess.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - cppuhelper/supportsservice.hxx
    sc/inc/nameuno.hxx:
    # base class has to be a complete type
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/container/XEnumerationAccess.hpp
    - com/sun/star/document/XActionLockable.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/lang/XUnoTunnel.hpp
    - com/sun/star/sheet/XCellRangeReferrer.hpp
    - com/sun/star/sheet/XFormulaTokens.hpp
    - com/sun/star/sheet/XLabelRange.hpp
    - com/sun/star/sheet/XLabelRanges.hpp
    - com/sun/star/sheet/XNamedRange.hpp
    - com/sun/star/sheet/XNamedRanges.hpp
    sc/inc/notesuno.hxx:
    # base class has to be a complete type
    - com/sun/star/container/XChild.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/sheet/XSheetAnnotation.hpp
    - com/sun/star/sheet/XSheetAnnotationShapeSupplier.hpp
    - com/sun/star/text/XSimpleText.hpp
    sc/inc/PivotTableDataSequence.hxx:
    # base class has to be a complete type
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/chart2/data/DataSequenceRole.hpp
    - com/sun/star/chart2/data/XDataSequence.hpp
    - com/sun/star/chart2/data/XDataSequence.hpp
    - com/sun/star/chart2/data/XNumericalDataSequence.hpp
    - com/sun/star/chart2/data/XTextualDataSequence.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/util/XCloneable.hpp
    - com/sun/star/util/XModifyBroadcaster.hpp
    sc/inc/PivotTableDataSource.hxx:
    # base class has to be a complete type
    - com/sun/star/chart2/data/XDataSource.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    sc/inc/PivotTableDataProvider.hxx:
    # base class has to be a complete type
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/chart2/data/PivotTableFieldEntry.hpp
    - com/sun/star/chart2/data/XDataProvider.hpp
    - com/sun/star/chart2/data/XPivotTableDataProvider.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/util/XModifyBroadcaster.hpp
    sc/inc/reftokenhelper.hxx:
    # base class has to be a complete type
    - refdata.hxx
    sc/inc/rowheightcontext.hxx:
    # base class has to be a complete type
    - vcl/outdev.hxx
    sc/inc/scerrors.hxx:
    # needed for defines
    - vcl/errcode.hxx
    sc/inc/scitems.hxx:
    # needed for defines
    - svl/typedwhich.hxx
    sc/inc/scmatrix.hxx:
    # base class has to be a complete type
    - svl/sharedstringpool.hxx
    sc/inc/scmod.hxx:
    # Needed for macro define
    - sfx2/app.hxx
    sc/inc/shapeuno.hxx:
    # base class has to be a complete type
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/beans/XPropertyState.hpp
    - com/sun/star/container/XChild.hpp
    - com/sun/star/document/XEventsSupplier.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/text/XTextContent.hpp
    - com/sun/star/text/XText.hpp
    sc/inc/spellcheckcontext.hxx:
    # base class has to be a complete type
    - editeng/misspellrange.hxx
    sc/inc/srchuno.hxx:
    # base class has to be a complete type
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/lang/XUnoTunnel.hpp
    - com/sun/star/util/XReplaceDescriptor.hpp
    sc/inc/styleuno.hxx:
    # base class has to be a complete type
    - com/sun/star/beans/XMultiPropertySet.hpp
    - com/sun/star/beans/XMultiPropertyStates.hpp
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/beans/XPropertyState.hpp
    - com/sun/star/container/XIndexAccess.hpp
    - com/sun/star/container/XNameContainer.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/lang/XUnoTunnel.hpp
    - com/sun/star/style/XStyle.hpp
    - com/sun/star/style/XStyleLoader2.hpp
    sc/inc/TablePivotChart.hxx:
    # base class has to be a complete type
    - com/sun/star/container/XNamed.hpp
    - com/sun/star/document/XEmbeddedObjectSupplier.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/table/XTablePivotChart.hpp
    sc/inc/TablePivotCharts.hxx:
    # base class has to be a complete type
    - com/sun/star/container/XIndexAccess.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/table/XTablePivotCharts.hpp
    sc/inc/targuno.hxx:
    # base class has to be a complete type
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/container/XNameAccess.hpp
    - com/sun/star/document/XLinkTargetSupplier.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    sc/inc/textuno.hxx:
    # base class has to be a complete type
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/lang/XUnoTunnel.hpp
    - com/sun/star/text/XTextFieldsSupplier.hpp
    sc/inc/tokenuno.hxx:
    # base class has to be a complete type
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/sheet/XFormulaParser.hpp
    sc/inc/unitconv.hxx:
    # base class has to be a complete type
    - map
    sc/qa/unit/ucalc_formula.cxx:
    # Needed in template
    - docpool.hxx
    sc/qa/unit/functions_test.hxx:
    # Needed for css shortcut
    - sal/types.h
    sc/source/core/inc/addinlis.hxx:
    # base class has to be a complete type
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/sheet/XResultListener.hpp
    sc/source/core/opencl/formulagroupcl.cxx:
    # Needed for implicit dtor in inverseMatrix()
    - scmatrix.hxx
    sc/source/core/opencl/opbase.hxx:
    # Needed for FormulaTreeNode()
    - formula/token.hxx
    sc/source/filter/inc/drawingfragment.hxx:
    # Needed for implicit dtor
    - drawingbase.hxx
    sc/source/filter/inc/excdoc.hxx:
    # Needed for unique_ptr type
    - class XclExpChangeTrack
    # Needed for typedef
    - excrecds.hxx
    sc/source/filter/inc/formulabase.hxx:
    # Needed for typedef
    - com/sun/star/table/CellAddress.hpp
    sc/source/filter/inc/fprogressbar.hxx:
    # Avoid collision with fprogressbar.cxx checking
    - progress.hxx
    sc/source/filter/inc/ooxformulaparser.hxx:
    # base class has to be a complete type
    - com/sun/star/lang/XInitialization.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/sheet/XFilterFormulaParser.hpp
    sc/source/filter/inc/themebuffer.hxx:
    # Needed for typedef
    - stylesbuffer.hxx
    sc/source/filter/inc/xerecord.hxx:
    # Needed for member access
    - xestream.hxx
    sc/source/filter/inc/xetable.hxx:
    # Needed for typedef
    - class XclExpNote
    sc/source/filter/inc/xilink.hxx:
    # Needed for typedef
    - class XclImpCachedMatrix
    - class ScTokenArray
    sc/source/filter/inc/xistream.hxx:
    # Needed for implicit dtor
    - com/sun/star/beans/NamedValue.hpp
    sc/source/filter/inc/xlpage.hxx:
    # Needed for typedef
    - class SvxBrushItem
    sc/source/ui/inc/AccessibleContextBase.hxx:
    # base class has to be a complete type
    - com/sun/star/accessibility/XAccessibleComponent.hpp
    - com/sun/star/accessibility/XAccessibleContext.hpp
    - com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp
    - com/sun/star/accessibility/XAccessible.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    sc/source/ui/inc/AccessibleCellBase.hxx:
    # base class has to be a complete type
    - com/sun/star/accessibility/XAccessibleValue.hpp
    sc/source/ui/inc/AccessibleCell.hxx:
    # base class has to be a complete type
    - com/sun/star/accessibility/XAccessibleExtendedAttributes.hpp
    sc/source/ui/inc/AccessibleCsvControl.hxx:
    # base class has to be a complete type
    - com/sun/star/accessibility/XAccessibleSelection.hpp
    - com/sun/star/accessibility/XAccessibleTable.hpp
    - com/sun/star/accessibility/XAccessibleText.hpp
    sc/source/ui/inc/AccessibleDocument.hxx:
    # base class has to be a complete type
    - com/sun/star/accessibility/XAccessibleSelection.hpp
    - com/sun/star/accessibility/XAccessibleExtendedAttributes.hpp
    - com/sun/star/view/XSelectionChangeListener.hpp
    sc/source/ui/inc/AccessiblePreviewTable.hxx:
    # base class has to be a complete type
    - com/sun/star/accessibility/XAccessibleTable.hpp
    sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx:
    # base class has to be a complete type
    - com/sun/star/accessibility/XAccessibleValue.hpp
    sc/source/ui/inc/AccessibleTableBase.hxx:
    # base class has to be a complete type
    - com/sun/star/accessibility/XAccessibleSelection.hpp
    - com/sun/star/accessibility/XAccessibleTable.hpp
    - com/sun/star/accessibility/XAccessibleTableSelection.hpp
    sc/source/ui/inc/ChartRangeSelectionListener.hxx:
    # base class has to be a complete type
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/view/XSelectionChangeListener.hpp
    sc/source/ui/inc/AnalysisOfVarianceDialog.hxx:
    # base class has to be a complete type
    - viewdata.hxx
    sc/source/ui/inc/anyrefdg.hxx:
    # base struct has to be a complete type
    - sfx2/basedlgs.hxx
    sc/source/ui/inc/anyrefdg.hxx:
    # base struct has to be a complete type
    - sfx2/basedlgs.hxx
    sc/source/ui/inc/colorformat.hxx:
    # Needed for VclPtr type
    - svx/colorbox.hxx
    - vcl/edit.hxx
    sc/source/ui/inc/condformatdlg.hxx:
    # Needed for typedef
    - condformatdlgentry.hxx
    sc/source/ui/inc/condformatuno.hxx:
    # base struct has to be a complete type
    - com/sun/star/beans/XPropertySet.hpp
    - com/sun/star/sheet/XColorScaleEntry.hpp
    - com/sun/star/sheet/XConditionalFormat.hpp
    - com/sun/star/sheet/XConditionalFormats.hpp
    - com/sun/star/sheet/XConditionEntry.hpp
    - com/sun/star/sheet/XDataBarEntry.hpp
    - com/sun/star/sheet/XIconSetEntry.hpp
    sc/source/ui/inc/csvgrid.hxx:
    # Needed for typedef
    - editutil.hxx
    # Needed for VclPtr type
    - vcl/virdev.hxx
    sc/source/ui/inc/csvruler.hxx:
    # Needed for ScopedVclPtrInstance type
    - vcl/virdev.hxx
    sc/source/ui/inc/dataprovider.hxx:
    # Don't replace with an implementation detail
    - orcus/csv_parser.hpp
    sc/source/ui/inc/dpcontrol.hxx:
    # Needed for unique_ptr type
    - vcl/outdev.hxx
    sc/source/ui/inc/DrawModelBroadcaster.hxx:
    # base class has to be a complete type
    - com/sun/star/document/XEventBroadcaster.hpp
    sc/source/ui/inc/ExponentialSmoothingDialog.hxx:
    # base class has to be a complete type
    - viewdata.hxx
    sc/source/ui/inc/MatrixComparisonGenerator.hxx:
    # base class has to be a complete type
    - viewdata.hxx
    sc/source/ui/inc/MovingAverageDialog.hxx:
    # base class has to be a complete type
    - viewdata.hxx
    sc/source/ui/inc/namepast.hxx:
    # Needed for unique_ptr type
    - namemgrtable.hxx
    sc/source/ui/inc/PivotLayoutDialog.hxx:
    # base class has to be a complete type
    - viewdata.hxx
    sc/source/ui/inc/RandomNumberGeneratorDialog.hxx:
    # base class has to be a complete type
    - viewdata.hxx
    sc/source/ui/inc/StatisticsInputOutputDialog.hxx:
    # base class has to be a complete type
    - viewdata.hxx
    sc/source/ui/inc/SamplingDialog.hxx:
    # base class has to be a complete type
    - viewdata.hxx
    sc/source/ui/inc/StatisticsTwoVariableDialog.hxx:
    # base class has to be a complete type
    - viewdata.hxx
    sc/source/ui/inc/tpview.hxx:
    # Needed for VclPtr type
    - svx/colorbox.hxx
    sc/source/ui/unoobj/exceldetect.hxx:
    # base class has to be a complete type
    - com/sun/star/document/XExtendedFilterDetection.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    sc/source/ui/unoobj/scdetect.hxx:
    # base class has to be a complete type
    - com/sun/star/document/XExtendedFilterDetection.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    sc/source/ui/unoobj/celllistsource.hxx:
    # base class has to be a complete type
    - com/sun/star/form/binding/XListEntryTypedSource.hpp
    - com/sun/star/lang/XInitialization.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/util/XModifyListener.hpp
    sc/source/ui/unoobj/cellvaluebinding.hxx:
    # base class has to be a complete type
    - com/sun/star/form/binding/XValueBinding.hpp
    - com/sun/star/util/XModifyBroadcaster.hpp
    - com/sun/star/lang/XInitialization.hpp
    - com/sun/star/lang/XServiceInfo.hpp
    sc/source/ui/sidebar/ScPanelFactory.hxx:
    # base class has to be a complete type
    - com/sun/star/lang/XServiceInfo.hpp
    - com/sun/star/ui/XUIElementFactory.hpp
    sc/source/ui/vba/service.hxx:
    # Used in extern declaration
    - namespace comphelper { namespace service_decl { class ServiceDecl; } }
    sc/source/ui/vba/vbaassistant.hxx:
    # base class has to be a complete type
    - ooo/vba/XAssistant.hpp
    sc/source/ui/vba/vbaapplication.hxx:
    # base class has to be a complete type
    - ooo/vba/XSinkCaller.hpp
    - ooo/vba/excel/XApplication.hpp
    - vbahelper/vbaapplicationbase.hxx
    sc/source/ui/vba/vbaaxes.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XAxes.hpp
    sc/source/ui/vba/vbaborders.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XBorders.hpp
    sc/source/ui/vba/vbachartobjects.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XChartObjects.hpp
    sc/source/ui/vba/vbacomments.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XComments.hpp
    sc/source/ui/vba/vbafiledialog.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XFileDialog.hpp
    # FIXME IWYU segfaults after removing this
    - vbahelper/vbacollectionimpl.hxx
    sc/source/ui/vba/vbafiledialogitems.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XFileDialogSelectedItems.hpp
    sc/source/ui/vba/vbafont.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XFont.hpp
    - vbahelper/vbafontbase.hxx
    sc/source/ui/vba/vbaformatconditions.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XFormatConditions.hpp
    sc/source/ui/vba/vbaglobals.hxx:
    # base class has to be a complete type
    - vbahelper/vbaglobalbase.hxx
    - ooo/vba/excel/XGlobals.hpp
    sc/source/ui/vba/vbahyperlinks.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XHyperlinks.hpp
    sc/source/ui/vba/vbahyperlink.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XHyperlink.hpp
    sc/source/ui/vba/vbamenubars.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XMenuBars.hpp
    sc/source/ui/vba/vbamenuitems.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XMenuItems.hpp
    sc/source/ui/vba/vbamenus.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XMenus.hpp
    sc/source/ui/vba/vbaname.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XName.hpp
    sc/source/ui/vba/vbaoleobjects.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XOLEObjects.hpp
    sc/source/ui/vba/vbanames.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XNames.hpp
    sc/source/ui/vba/vbaoutline.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XOutline.hpp
    sc/source/ui/vba/vbapagebreak.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XHPageBreak.hpp
    - ooo/vba/excel/XVPageBreak.hpp
    sc/source/ui/vba/vbapagebreaks.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XHPageBreaks.hpp
    - ooo/vba/excel/XVPageBreaks.hpp
    sc/source/ui/vba/vbapivottables.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XPivotTables.hpp
    sc/source/ui/vba/vbarange.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XRange.hpp
    sc/source/ui/vba/vbasheetobjects.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XGraphicObjects.hpp
    sc/source/ui/vba/vbastyles.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XStyles.hpp
    sc/source/ui/vba/vbavalidation.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XValidation.hpp
    sc/source/ui/vba/vbaworkbooks.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XWorkbooks.hpp
    - vbahelper/vbadocumentsbase.hxx
    sc/source/ui/vba/vbawindows.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XWindows.hpp
    sc/source/ui/vba/vbaworksheet.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XWorksheet.hpp
    sc/source/ui/vba/vbaworksheets.hxx:
    # base class has to be a complete type
    - ooo/vba/excel/XWorksheets.hpp
    sc/source/core/data/column2.cxx:
    # Used in #if DEBUG_COLUMN_STORAGE
    - tokenstringcontext.hxx
    sc/source/core/data/conditio.cxx:
    # Needed for #define
    - attrib.hxx
    sc/source/core/data/documen8.cxx:
    # Needed for template
    - docpool.hxx
    sc/source/core/data/document.cxx:
    # Complete type needed for method type
    - com/sun/star/sheet/TablePageBreakData.hpp
    sc/source/core/data/documentimport.cxx:
    # Needed for member access in assert()
    - stringutil.hxx
    sc/source/core/data/dptabres.cxx:
    # Used in #if DUMP_PIVOT_TABLE
    - document.hxx
    sc/source/core/data/formulacell.cxx:
    # Used in #if DBG_UTIL
    - com/sun/star/sheet/FormulaLanguage.hpp
    # Used in #if HAVE_FEATURE_OPENCL
    - opencl/openclwrapper.hxx
    sc/source/core/data/stlsheet.cxx:
    # Needed for #define
    - editeng/shaditem.hxx
    - editeng/xmlcnitm.hxx
    sc/source/core/data/types.cxx:
    # Complete type is needed for complex data type
    - scmatrix.hxx
    sc/source/filter/xml/XMLCodeNameProvider.hxx:
    # base class has to be a complete type
    - com/sun/star/container/XNameAccess.hpp
    sc/source/filter/xml/xmldrani.hxx:
    # Complex type needs complete type
    - com/sun/star/beans/PropertyValue.hpp
    sc/source/filter/ftools/sharedformulagroups.cxx:
    # Needed for implicit dtor
    - tokenarray.hxx
    sc/source/filter/excel/excimp8.cxx:
    # base class has to be a complete type
    - com/sun/star/container/XIndexContainer.hpp
    sc/source/filter/excel/xechart.cxx:
    # Complex type needs complete type
    - com/sun/star/chart2/RelativePosition.hpp
    - com/sun/star/chart2/RelativeSize.hpp
    sc/source/filter/excel/xeescher.cxx:
    # base class has to be a complete type
    - com/sun/star/chart/XChartDocument.hpp
    sc/source/filter/excel/xeroot.cxx:
    # Complex type needs complete type
    - com/sun/star/sheet/FormulaOpCodeMapEntry.hpp
    sc/source/filter/excel/xicontent.cxx:
    # Needed for implicit dtor
    - editeng/editobj.hxx
    sc/source/filter/excel/xiescher.cxx:
    # Needed for implicit dtor
    - editeng/editobj.hxx
    - com/sun/star/form/XForm.hpp
    sc/source/filter/excel/xistyle.cxx:
    # Needed for direct member access
    - xladdress.hxx
    sc/source/filter/lotus/filter.cxx:
    # Needed to avoid loplugin:unreffun error
    - filter.hxx
    sc/source/filter/lotus/memory.cxx:
    # Needed to avoid loplugin:unreffun error
    - scmem.h
    sc/source/filter/lotus/op.cxx:
    # Needed to avoid loplugin:unreffun error
    - op.h
    sc/source/filter/oox/ooxformulaparser.cxx:
    # Needed for direct member access
    - com/sun/star/lang/XComponent.hpp
    sc/source/filter/oox/richstring.cxx:
    # Complete type needed for unique_ptr
    - editeng/editobj.hxx
    sc/source/filter/oox/worksheethelper.cxx:
    # Needed for implicit dtor
    - editeng/editobj.hxx
    sc/source/filter/orcus/orcusfiltersimpl.cxx:
    # Needed for implicit dtor
    - tokenarray.hxx
    # Needed for direct member access
    - com/sun/star/task/XStatusIndicator.hpp
    sc/source/filter/orcus/xmlcontext.cxx:
    # Needed for implicit dtor
    - tokenarray.hxx
    sc/source/filter/xml/XMLExportIterator.cxx:
    # Needed for direct member access
    - com/sun/star/table/XCellRange.hpp
    sc/source/filter/xml/xmlimprt.cxx:
    # Needed to avoid loplugin:unreffun error
    - appluno.hxx
    sc/source/filter/xml/xmlsubti.cxx:
    # Needed for direct member access
    - com/sun/star/sheet/XSpreadsheet.hpp
    sc/source/ui/attrdlg/scdlgfact.cxx:
    # Complete type needed for unique_ptr & ScConditionalFormatList
    - conditio.hxx
    sc/source/ui/attrdlg/scdlgfact.hxx:
    # Complete type needed for unique_ptr & ScLinkedAreaDlg
    - linkarea.hxx
    sc/source/ui/app/inputhdl.cxx:
    # Complete type needed for unique_ptr
    - docpool.hxx
    sc/source/ui/app/scdll.cxx:
    # Needed for linker visibility of ScResId
    - scresid.hxx
    sc/source/ui/app/scmod.cxx:
    # Needed for direct member access
    - ooo/vba/XSinkCaller.hpp
    sc/source/ui/app/typemap.cxx:
    # Needed for STATIC_LINKING to be there for scslots.hxx
    - config_options.h
    # Needed for MID* macros
    - mid.h
    - editeng/memberids.h
    # Needed by scslots.hxx
    - sfx2/msg.hxx
    - svl/slstitm.hxx
    - editeng/fontitem.hxx
    - svx/hlnkitem.hxx
    - svl/srchitem.hxx
    - svx/postattr.hxx
    - editeng/postitem.hxx
    - sfx2/tplpitem.hxx
    - sfx2/zoomitem.hxx
    - editeng/brushitem.hxx
    - editeng/wghtitem.hxx
    - editeng/fhgtitem.hxx
    - editeng/colritem.hxx
    - editeng/boxitem.hxx
    - editeng/lineitem.hxx
    - svl/ptitem.hxx
    - editeng/sizeitem.hxx
    - svx/algitem.hxx
    - svx/clipfmtitem.hxx
    - editeng/udlnitem.hxx
    - svx/xlnstit.hxx
    - svx/xlnedit.hxx
    - svx/xfillit0.hxx
    - svx/xflclit.hxx
    - svx/xflhtit.hxx
    - svx/xbtmpit.hxx
    - svx/xlineit0.hxx
    - svx/xlndsit.hxx
    - svx/xlnwtit.hxx
    - svx/xlnclit.hxx
    - svx/xtextit0.hxx
    - svx/xftadit.hxx
    - svx/xftdiit.hxx
    - svx/xftstit.hxx
    - svx/xftmrit.hxx
    - svx/xftouit.hxx
    - svx/xftshit.hxx
    - svx/xftshcit.hxx
    - svx/xftshxy.hxx
    - editeng/langitem.hxx
    - editeng/justifyitem.hxx
    - editeng/shdditem.hxx
    - editeng/shaditem.hxx
    - editeng/contouritem.hxx
    - editeng/crossedoutitem.hxx
    - editeng/charreliefitem.hxx
    - editeng/lrspitem.hxx
    - editeng/lspcitem.hxx
    - editeng/ulspitem.hxx
    - editeng/kernitem.hxx
    - svx/rotmodit.hxx
    - svx/drawitem.hxx
    - svl/ilstitem.hxx
    - svl/globalnameitem.hxx
    - svx/chrtitem.hxx
    - svx/zoomslideritem.hxx
    - svx/xflftrit.hxx
    - svx/xlncapit.hxx
    - svx/xlinjoit.hxx
    - svx/galleryitem.hxx
    - svx/sdooitm.hxx
    - sfx2/frame.hxx
    - attrib.hxx
    - svx/sdprcitm.hxx
    - svx/sdmetitm.hxx
    sc/source/ui/dataprovider/csvdataprovider.cxx:
    # Needed for unique_ptr type
    - tools/stream.hxx
    sc/source/ui/dataprovider/htmldataprovider.cxx:
    # Needed for unique_ptr type
    - tools/stream.hxx
    sc/source/ui/docshell/docfunc.cxx:
    # Needed for direct member access
    - svx/svdocapt.hxx
    sc/source/ui/docshell/docsh.cxx:
    # Needed for method parameter
    - ooo/vba/excel/XWorkbook.hpp
    sc/source/ui/docshell/docsh4.cxx:
    # Needed on WIN32
    - impex.hxx
    - rangeseq.hxx
    sc/source/ui/docshell/impex.cxx:
    # OSL_BIGENDIAN is being checked
    - osl/endian.h
    # Needed for unique_ptr type
    - tokenarray.hxx
    - refundo.hxx
    - editeng/editobj.hxx
    sc/source/ui/drawfunc/futext3.cxx:
    # Needed for direct member access
    - svx/svdocapt.hxx
    sc/source/ui/formdlg/formula.cxx:
    # Complete type is needed
    - com/sun/star/sheet/XFormulaParser.hpp
    - com/sun/star/sheet/XFormulaOpCodeMapper.hpp
    sc/source/ui/StatisticsDialogs/TableFillingAndNavigationTools.cxx:
    # Needed for implicit dtor
    - editeng/editobj.hxx
    sc/source/ui/undo/undoolk.cxx:
    # Avoid loplugin:unreffun error
    - undoolk.hxx