summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedfields.writeonly.results
blob: bde0bf943e7a5de6c8f4b2ab6f26ec2fe438645e (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
basctl/source/basicide/basicbox.hxx:69
    basctl::DocListenerBox m_aNotifier class basctl::DocumentEventNotifier
basctl/source/inc/basidesh.hxx:85
    basctl::Shell m_aNotifier class basctl::DocumentEventNotifier
basctl/source/inc/bastype2.hxx:180
    basctl::TreeListBox m_aNotifier class basctl::DocumentEventNotifier
basic/qa/cppunit/test_scanner.cxx:26
    (anonymous namespace)::Symbol line sal_uInt16
basic/qa/cppunit/test_scanner.cxx:27
    (anonymous namespace)::Symbol col1 sal_uInt16
bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:56
    Data pMethod sal_uInt64
bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:57
    Data pStack sal_uInt64 *
bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:58
    Data nStack sal_uInt32
bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:59
    Data pGPR sal_uInt64 *
bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:60
    Data pFPR double *
bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx:437
    bridges::cpp_uno::shared::VtableFactory::Slot fn void *
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:115
    __cxxabiv1::__cxa_exception exceptionDestructor void (*)(void *)
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:116
    __cxxabiv1::__cxa_exception unexpectedHandler std::unexpected_handler
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:117
    __cxxabiv1::__cxa_exception terminateHandler std::terminate_handler
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:118
    __cxxabiv1::__cxa_exception nextException struct __cxxabiv1::__cxa_exception *
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:119
    __cxxabiv1::__cxa_exception handlerCount int
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:120
    __cxxabiv1::__cxa_exception handlerSwitchValue int
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:121
    __cxxabiv1::__cxa_exception actionRecord const char *
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:122
    __cxxabiv1::__cxa_exception languageSpecificData const char *
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:123
    __cxxabiv1::__cxa_exception catchTemp void *
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:125
    __cxxabiv1::__cxa_exception unwindHeader _Unwind_Exception
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:135
    __cxxabiv1::__cxa_eh_globals uncaughtExceptions unsigned int
bridges/source/jni_uno/jni_java2uno.cxx:148
    jni_uno::largest n sal_Int64
bridges/source/jni_uno/jni_java2uno.cxx:149
    jni_uno::largest d double
bridges/source/jni_uno/jni_java2uno.cxx:150
    jni_uno::largest p void *
bridges/source/jni_uno/jni_java2uno.cxx:151
    jni_uno::largest a uno_Any
canvas/source/cairo/cairo_spritedevicehelper.hxx:77
    cairocanvas::SpriteDeviceHelper mbFullScreen _Bool
canvas/source/cairo/cairo_spritehelper.hxx:103
    cairocanvas::SpriteHelper mbTextureDirty _Bool
canvas/source/opengl/ogl_spritedevicehelper.hxx:124
    oglcanvas::SpriteDeviceHelper mpDevice css::rendering::XGraphicDevice *
chart2/inc/ChartModel.hxx:484
    chart::ChartModel mnStart sal_Int32
chart2/inc/ChartModel.hxx:485
    chart::ChartModel mnEnd sal_Int32
chart2/source/controller/main/ElementSelector.hxx:37
    chart::ListBoxEntryData nHierarchyDepth sal_Int32
chart2/source/inc/MediaDescriptorHelper.hxx:82
    apphelper::MediaDescriptorHelper ReadOnly _Bool
chart2/source/view/charttypes/PieChart.hxx:128
    chart::PieChart::PieLabelInfo fValue double
chart2/source/view/inc/GL3DRenderer.hxx:63
    chart::opengl3D::LightSource lightPower float
chart2/source/view/inc/GL3DRenderer.hxx:80
    chart::opengl3D::Polygon3DInfo twoSidesLighting _Bool
chart2/source/view/inc/GL3DRenderer.hxx:94
    chart::opengl3D::Extrude3DInfo twoSidesLighting _Bool
chart2/source/view/inc/GL3DRenderer.hxx:123
    chart::opengl3D::RoundBarMesh topThreshold float
codemaker/source/cppumaker/dependencies.hxx:105
    codemaker::cppumaker::Dependencies m_voidDependency _Bool
codemaker/source/cppumaker/dependencies.hxx:111
    codemaker::cppumaker::Dependencies m_unsignedLongDependency _Bool
codemaker/source/cppumaker/dependencies.hxx:114
    codemaker::cppumaker::Dependencies m_floatDependency _Bool
codemaker/source/cppumaker/dependencies.hxx:115
    codemaker::cppumaker::Dependencies m_doubleDependency _Bool
configmgr/source/components.cxx:162
    configmgr::Components::WriteThread reference_ rtl::Reference<WriteThread> *
connectivity/source/drivers/mork/MorkParser.hxx:133
    MorkParser error_ enum MorkErrors
connectivity/source/inc/dbase/DTable.hxx:62
    connectivity::dbase::ODbaseTable::DBFHeader dateElems sal_uInt8 [3]
connectivity/source/inc/dbase/DTable.hxx:86
    connectivity::dbase::ODbaseTable::DBFColumn db_adr sal_uInt32
connectivity/source/inc/OTypeInfo.hxx:34
    connectivity::OTypeInfo nPrecision sal_Int32
connectivity/source/inc/OTypeInfo.hxx:36
    connectivity::OTypeInfo nMaximumScale sal_Int16
cppcanvas/source/mtfrenderer/emfpbrush.hxx:102
    cppcanvas::internal::EMFPBrush wrapMode sal_Int32
cppcanvas/source/mtfrenderer/emfppen.hxx:42
    cppcanvas::internal::EMFPPen pen_transformation struct cppcanvas::internal::XForm
cppcanvas/source/mtfrenderer/emfppen.hxx:47
    cppcanvas::internal::EMFPPen mitterLimit float
cppcanvas/source/mtfrenderer/emfppen.hxx:49
    cppcanvas::internal::EMFPPen dashCap sal_Int32
cppcanvas/source/mtfrenderer/emfppen.hxx:50
    cppcanvas::internal::EMFPPen dashOffset float
cppcanvas/source/mtfrenderer/emfppen.hxx:52
    cppcanvas::internal::EMFPPen alignment sal_Int32
cppu/source/uno/check.cxx:38
    (anonymous namespace)::C1 n1 sal_Int16
cppu/source/uno/check.cxx:67
    (anonymous namespace)::D d sal_Int16
cppu/source/uno/check.cxx:68
    (anonymous namespace)::D e sal_Int32
cppu/source/uno/check.cxx:72
    (anonymous namespace)::E a sal_Bool
cppu/source/uno/check.cxx:73
    (anonymous namespace)::E b sal_Bool
cppu/source/uno/check.cxx:74
    (anonymous namespace)::E c sal_Bool
cppu/source/uno/check.cxx:75
    (anonymous namespace)::E d sal_Int16
cppu/source/uno/check.cxx:76
    (anonymous namespace)::E e sal_Int32
cppu/source/uno/check.cxx:81
    (anonymous namespace)::M n sal_Int32
cppu/source/uno/check.cxx:82
    (anonymous namespace)::M o sal_Int16
cppu/source/uno/check.cxx:91
    (anonymous namespace)::N2 m struct (anonymous namespace)::M
cppu/source/uno/check.cxx:92
    (anonymous namespace)::N2 p sal_Int16
cppu/source/uno/check.cxx:97
    (anonymous namespace)::O p double
cppu/source/uno/check.cxx:98
    (anonymous namespace)::O q sal_Int16
cppu/source/uno/check.cxx:107
    (anonymous namespace)::P p2 double
cppu/source/uno/check.cxx:115
    (anonymous namespace)::second a int
cppu/source/uno/check.cxx:120
    (anonymous namespace)::AlignSize_Impl nInt16 sal_Int16
cppu/source/uno/check.cxx:121
    (anonymous namespace)::AlignSize_Impl dDouble double
cppu/source/uno/check.cxx:126
    (anonymous namespace)::Char1 c1 char
cppu/source/uno/check.cxx:130
    (anonymous namespace)::Char2 c2 char
cppu/source/uno/check.cxx:134
    (anonymous namespace)::Char3 c3 char
cppu/source/uno/check.cxx:138
    (anonymous namespace)::Char4 chars struct (anonymous namespace)::Char3
cppuhelper/source/access_control.cxx:80
    cppu::(anonymous namespace)::permission m_str1 rtl_uString *
cppuhelper/source/access_control.cxx:81
    cppu::(anonymous namespace)::permission m_str2 rtl_uString *
cui/source/inc/cuihyperdlg.hxx:57
    SvxHlinkCtrl aRdOnlyForwarder class SfxStatusForwarder
cui/source/inc/cuihyperdlg.hxx:77
    SvxHpLinkDlg maCtrl class SvxHlinkCtrl
dbaccess/source/core/dataaccess/documentdefinition.cxx:290
    dbaccess::LifetimeCoupler m_xClient Reference<class com::sun::star::uno::XInterface>
desktop/qa/desktop_lib/test_desktop_lib.cxx:178
    DesktopLOKTest m_bModified _Bool
desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx:117
    dp_gui::UpdateCommandEnv m_installThread ::rtl::Reference<UpdateInstallDialog::Thread>
desktop/unx/source/splashx.c:371
     input_mode long
drawinglayer/source/tools/emfpbrush.hxx:104
    emfplushelper::EMFPBrush wrapMode sal_Int32
drawinglayer/source/tools/emfpcustomlinecap.hxx:33
    emfplushelper::EMFPCustomLineCap mbIsFilled _Bool
drawinglayer/source/tools/emfppen.hxx:48
    emfplushelper::EMFPPen pen_transformation basegfx::B2DHomMatrix
drawinglayer/source/tools/emfppen.hxx:55
    emfplushelper::EMFPPen mitterLimit float
drawinglayer/source/tools/emfppen.hxx:57
    emfplushelper::EMFPPen dashCap sal_Int32
drawinglayer/source/tools/emfppen.hxx:58
    emfplushelper::EMFPPen dashOffset float
drawinglayer/source/tools/emfppen.hxx:60
    emfplushelper::EMFPPen alignment sal_Int32
embeddedobj/source/inc/oleembobj.hxx:129
    OleEmbeddedObject m_nTargetState sal_Int32
embeddedobj/source/inc/oleembobj.hxx:141
    OleEmbeddedObject m_xClosePreventer css::uno::Reference<css::util::XCloseListener>
embeddedobj/source/inc/oleembobj.hxx:163
    OleEmbeddedObject m_bHasSizeToSet _Bool
embeddedobj/source/inc/oleembobj.hxx:164
    OleEmbeddedObject m_aSizeToSet css::awt::Size
embeddedobj/source/inc/oleembobj.hxx:165
    OleEmbeddedObject m_nAspectToSet sal_Int64
embeddedobj/source/inc/oleembobj.hxx:170
    OleEmbeddedObject m_bGotStatus _Bool
embeddedobj/source/inc/oleembobj.hxx:171
    OleEmbeddedObject m_nStatus sal_Int64
embeddedobj/source/inc/oleembobj.hxx:172
    OleEmbeddedObject m_nStatusAspect sal_Int64
embeddedobj/source/inc/oleembobj.hxx:186
    OleEmbeddedObject m_bFromClipboard _Bool
emfio/inc/mtftools.hxx:121
    emfio::LOGFONTW lfOrientation sal_Int32
emfio/inc/mtftools.hxx:127
    emfio::LOGFONTW lfOutPrecision sal_uInt8
emfio/inc/mtftools.hxx:128
    emfio::LOGFONTW lfClipPrecision sal_uInt8
emfio/inc/mtftools.hxx:129
    emfio::LOGFONTW lfQuality sal_uInt8
emfio/source/reader/emfreader.cxx:310
    (anonymous namespace)::BLENDFUNCTION aBlendOperation unsigned char
emfio/source/reader/emfreader.cxx:311
    (anonymous namespace)::BLENDFUNCTION aBlendFlags unsigned char
extensions/source/scanner/scanner.hxx:45
    ScannerManager mpData void *
framework/inc/services/layoutmanager.hxx:258
    framework::LayoutManager m_bGlobalSettings _Bool
framework/source/layoutmanager/toolbarlayoutmanager.hxx:285
    framework::ToolbarLayoutManager m_bGlobalSettings _Bool
framework/source/services/frame.cxx:421
    (anonymous namespace)::Frame m_pWindowCommandDispatch class framework::WindowCommandDispatch *
include/basic/basmgr.hxx:52
    BasicError nReason enum BasicErrorReason
include/basic/sbxvar.hxx:70
    SbxValues::(anonymous) pData void *
include/canvas/base/canvascustomspritehelper.hxx:207
    canvas::CanvasCustomSpriteHelper mbAlphaDirty _Bool
include/canvas/base/canvascustomspritehelper.hxx:210
    canvas::CanvasCustomSpriteHelper mbPositionDirty _Bool
include/canvas/base/canvascustomspritehelper.hxx:216
    canvas::CanvasCustomSpriteHelper mbClipDirty _Bool
include/canvas/base/canvascustomspritehelper.hxx:219
    canvas::CanvasCustomSpriteHelper mbPrioDirty _Bool
include/canvas/base/canvascustomspritehelper.hxx:222
    canvas::CanvasCustomSpriteHelper mbVisibilityDirty _Bool
include/editeng/adjustitem.hxx:39
    SvxAdjustItem bLeft _Bool
include/LibreOfficeKit/LibreOfficeKit.h:108
    _LibreOfficeKitDocumentClass nSize size_t
include/LibreOfficeKit/LibreOfficeKit.h:310
    _LibreOfficeKitDocumentClass getPartInfo char *(*)(LibreOfficeKitDocument *, int)
include/opencl/openclwrapper.hxx:36
    openclwrapper::KernelEnv mpkProgram cl_program
include/opencl/openclwrapper.hxx:52
    openclwrapper::GPUEnv mbNeedsTDRAvoidance _Bool
include/opencl/platforminfo.hxx:29
    OpenCLDeviceInfo mnMemory size_t
include/opencl/platforminfo.hxx:30
    OpenCLDeviceInfo mnComputeUnits size_t
include/opencl/platforminfo.hxx:31
    OpenCLDeviceInfo mnFrequency size_t
include/svx/bmpmask.hxx:129
    SvxBmpMask aSelItem class SvxBmpMaskSelectItem
include/svx/float3d.hxx:177
    Svx3DWin pControllerItem class Svx3DCtrlItem *
include/svx/imapdlg.hxx:118
    SvxIMapDlg aIMapItem class SvxIMapDlgItem
include/svx/srchdlg.hxx:234
    SvxSearchDialog pSearchController class SvxSearchController *
include/svx/srchdlg.hxx:235
    SvxSearchDialog pOptionsController class SvxSearchController *
include/vcl/opengl/OpenGLContext.hxx:41
    GLWindow bMultiSampleSupported _Bool
include/vcl/salnativewidgets.hxx:415
    ToolbarValue mbIsTopDockingArea _Bool
include/vcl/salnativewidgets.hxx:463
    PushButtonValue mbBevelButton _Bool
include/vcl/salnativewidgets.hxx:464
    PushButtonValue mbSingleLine _Bool
include/xmloff/shapeimport.hxx:180
    SdXML3DSceneAttributesHelper mbVRPUsed _Bool
include/xmloff/shapeimport.hxx:181
    SdXML3DSceneAttributesHelper mbVPNUsed _Bool
include/xmloff/shapeimport.hxx:182
    SdXML3DSceneAttributesHelper mbVUPUsed _Bool
l10ntools/inc/common.hxx:31
    common::HandledArgs m_bUTF8BOM _Bool
libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:61
    GtvApplicationWindow statusbar GtkWidget *
libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.cxx:37
    GtvMainToolbarPrivateImpl m_pPartModeSelector GtkWidget *
lingucomponent/source/languageguessing/simpleguesser.cxx:79
    textcat_t maxsize uint4
lingucomponent/source/languageguessing/simpleguesser.cxx:81
    textcat_t output char [1024]
registry/source/reflread.cxx:488
    ConstantPool::readDoubleConstant(sal_uInt16)::(anonymous union)::(anonymous) b1 sal_uInt32
registry/source/reflread.cxx:489
    ConstantPool::readDoubleConstant(sal_uInt16)::(anonymous union)::(anonymous) b2 sal_uInt32
registry/source/reflread.cxx:557
    FieldList m_pCP class ConstantPool *
registry/source/reflread.cxx:743
    ReferenceList m_pCP class ConstantPool *
registry/source/reflread.cxx:846
    MethodList m_pCP class ConstantPool *
sal/rtl/alloc_arena.hxx:35
    rtl_arena_stat_type m_mem_total sal_Size
sal/rtl/alloc_arena.hxx:36
    rtl_arena_stat_type m_mem_alloc sal_Size
sal/rtl/alloc_cache.hxx:35
    rtl_cache_stat_type m_mem_total sal_Size
sal/rtl/alloc_cache.hxx:36
    rtl_cache_stat_type m_mem_alloc sal_Size
sal/rtl/alloc_cache.hxx:151
    rtl_cache_st m_cpu_stats struct rtl_cache_stat_type
sal/rtl/math.cxx:1005
     md union sal_math_Double
sal/textenc/tcvtutf7.cxx:96
    ImplUTF7ToUCContextData mbShifted _Bool
sal/textenc/tcvtutf7.cxx:97
    ImplUTF7ToUCContextData mbFirst _Bool
sal/textenc/tcvtutf7.cxx:98
    ImplUTF7ToUCContextData mbWroteOne _Bool
sal/textenc/tcvtutf7.cxx:99
    ImplUTF7ToUCContextData mnBitBuffer sal_uInt32
sal/textenc/tcvtutf7.cxx:100
    ImplUTF7ToUCContextData mnBufferBits sal_uInt32
sal/textenc/tcvtutf7.cxx:395
    ImplUTF7FromUCContextData mbShifted _Bool
sal/textenc/tcvtutf7.cxx:396
    ImplUTF7FromUCContextData mnBitBuffer sal_uInt32
sal/textenc/tcvtutf7.cxx:397
    ImplUTF7FromUCContextData mnBufferBits sal_uInt32
sc/inc/compiler.hxx:258
    ScCompiler::AddInMap pODFF const char *
sc/inc/compiler.hxx:259
    ScCompiler::AddInMap pEnglish const char *
sc/inc/compiler.hxx:261
    ScCompiler::AddInMap pUpper const char *
sc/inc/document.hxx:2513
    ScMutationDisable mpDocument class ScDocument *
sc/inc/pivot.hxx:74
    ScDPLabelData mnFlags sal_Int32
sc/inc/pivot.hxx:77
    ScDPLabelData mbIsValue _Bool
sc/source/core/data/cellvalues.cxx:25
    sc::(anonymous namespace)::BlockPos mnEnd size_t
sc/source/core/data/column4.cxx:1313
    (anonymous namespace)::StartListeningFormulaCellsHandler mnStartRow SCROW
sc/source/filter/excel/xltoolbar.hxx:23
    TBCCmd cmdID sal_uInt16
sc/source/filter/excel/xltoolbar.hxx:24
    TBCCmd A _Bool
sc/source/filter/excel/xltoolbar.hxx:25
    TBCCmd B _Bool
sc/source/filter/excel/xltoolbar.hxx:26
    TBCCmd cmdType sal_uInt16
sc/source/filter/excel/xltoolbar.hxx:27
    TBCCmd C _Bool
sc/source/filter/excel/xltoolbar.hxx:28
    TBCCmd reserved3 sal_uInt16
sc/source/filter/excel/xltoolbar.hxx:54
    ScCTB ectbid sal_uInt32
sc/source/filter/excel/xltoolbar.hxx:72
    CTBS bSignature sal_uInt8
sc/source/filter/excel/xltoolbar.hxx:73
    CTBS bVersion sal_uInt8
sc/source/filter/excel/xltoolbar.hxx:74
    CTBS reserved1 sal_uInt16
sc/source/filter/excel/xltoolbar.hxx:75
    CTBS reserved2 sal_uInt16
sc/source/filter/excel/xltoolbar.hxx:76
    CTBS reserved3 sal_uInt16
sc/source/filter/excel/xltoolbar.hxx:79
    CTBS ictbView sal_uInt16
sc/source/filter/excel/xltools.cxx:102
     smD union sal_math_Double
sc/source/filter/inc/exp_op.hxx:52
    ExportBiff5 pExcRoot struct RootData *
sc/source/filter/inc/imp_op.hxx:86
    ImportExcel::LastFormula mpCell class ScFormulaCell *
sc/source/filter/inc/orcusinterface.hxx:387
    ScOrcusStyles::xf mnStyleXf size_t
sc/source/filter/inc/orcusinterface.hxx:407
    ScOrcusStyles::cell_style mnBuiltInId size_t
sc/source/filter/inc/root.hxx:95
    LOTUS_ROOT eActType enum Lotus123Typ
sc/source/filter/inc/root.hxx:96
    LOTUS_ROOT aActRange class ScRange
sc/source/filter/inc/tokstack.hxx:144
    TokenPool pP_Err TokenPoolPool<sal_uInt16, 8>
sc/source/filter/oox/biffhelper.cxx:41
    oox::xls::(anonymous namespace)::DecodedDouble maStruct union sal_math_Double
sc/source/filter/xml/xmldpimp.hxx:262
    ScXMLDataPilotFieldContext mbHasHiddenMember _Bool
sc/source/filter/xml/xmldrani.hxx:75
    ScXMLDatabaseRangeContext bIsSelection _Bool
sc/source/filter/xml/xmlexternaltabi.hxx:113
    ScXMLExternalRefCellContext mnCellType sal_Int16
sc/source/ui/inc/AccessibleText.hxx:194
    ScAccessiblePreviewHeaderCellTextData mbRowHeader _Bool
sc/source/ui/inc/datastream.hxx:108
    sc::DataStream mnSettings sal_uInt32
sc/source/ui/inc/filtdlg.hxx:198
    ScSpecialFilterDlg pOptionsMgr class ScFilterOptionsMgr *
sc/source/ui/inc/preview.hxx:47
    ScPreview nTabPage long
sc/source/ui/inc/tabvwsh.hxx:129
    ScTabViewShell pPivotSource class ScArea *
sd/source/filter/eppt/eppt.hxx:176
    PPTWriter mnTxId sal_uInt32
sd/source/filter/ppt/ppt97animations.hxx:42
    Ppt97AnimationInfoAtom nSlideCount sal_uInt16
sd/source/filter/ppt/ppt97animations.hxx:48
    Ppt97AnimationInfoAtom nOLEVerb sal_uInt8
sd/source/filter/ppt/ppt97animations.hxx:51
    Ppt97AnimationInfoAtom nUnknown1 sal_uInt8
sd/source/filter/ppt/ppt97animations.hxx:52
    Ppt97AnimationInfoAtom nUnknown2 sal_uInt8
sd/source/ui/inc/animobjs.hxx:128
    sd::AnimationWindow pControllerItem class sd::AnimationControllerItem *
sd/source/ui/inc/navigatr.hxx:123
    SdNavigatorWin mpNavigatorCtrlItem class SdNavigatorControllerItem *
sd/source/ui/inc/navigatr.hxx:124
    SdNavigatorWin mpPageNameCtrlItem class SdPageNameControllerItem *
sd/source/ui/remotecontrol/Receiver.hxx:36
    sd::Receiver pTransmitter class sd::Transmitter *
sd/source/ui/sidebar/MasterPageContainerProviders.hxx:136
    sd::sidebar::TemplatePreviewProvider msURL class rtl::OUString
sd/source/ui/sidebar/SlideBackground.hxx:99
    sd::sidebar::SlideBackground m_pContainer VclPtr<class VclVBox>
sfx2/source/inc/appdata.hxx:74
    SfxAppData_Impl pDocTopics SfxDdeDocTopics_Impl *
sfx2/source/inc/appdata.hxx:75
    SfxAppData_Impl pTriggerTopic class SfxDdeTriggerTopic_Impl *
sfx2/source/inc/appdata.hxx:76
    SfxAppData_Impl pDdeService2 class DdeService *
sfx2/source/view/classificationcontroller.cxx:59
    sfx2::ClassificationCategoriesController m_aPropertyListener class sfx2::ClassificationPropertyListener
slideshow/source/engine/opengl/TransitionImpl.hxx:296
    Vertex normal glm::vec3
slideshow/source/engine/opengl/TransitionImpl.hxx:297
    Vertex texcoord glm::vec2
slideshow/source/engine/slideshowimpl.cxx:1044
    (anonymous namespace)::SlideShowImpl::PrefetchPropertiesFunc mpSlideShowImpl class (anonymous namespace)::SlideShowImpl *const
soltools/cpp/cpp.h:143
    macroValidator pMacro Nlist *
starmath/inc/view.hxx:158
    SmCmdBoxWindow aController class SmEditController
store/source/storbase.hxx:248
    store::PageData m_aMarked store::PageData::L
svl/source/crypto/cryptosign.cxx:144
    (anonymous namespace)::(anonymous) version SECItem
svl/source/crypto/cryptosign.cxx:146
    (anonymous namespace)::(anonymous) reqPolicy SECItem
svl/source/crypto/cryptosign.cxx:147
    (anonymous namespace)::(anonymous) nonce SECItem
svl/source/crypto/cryptosign.cxx:148
    (anonymous namespace)::(anonymous) certReq SECItem
svl/source/crypto/cryptosign.cxx:149
    (anonymous namespace)::(anonymous) extensions (anonymous namespace)::Extension *
svl/source/crypto/cryptosign.cxx:193
    (anonymous namespace)::SigningCertificateV2 certs struct (anonymous namespace)::ESSCertIDv2 **
svl/source/misc/inethist.cxx:48
    INetURLHistory_Impl::head_entry m_nMagic sal_uInt32
svx/source/dialog/contimp.hxx:57
    SvxSuperContourDlg aContourItem class SvxContourDlgItem
svx/source/form/dataaccessdescriptor.cxx:45
    svx::ODADescriptorImpl m_bSetOutOfDate _Bool
svx/source/sidebar/line/LinePropertyPanel.hxx:97
    svx::sidebar::LinePropertyPanel maStyleControl sfx2::sidebar::ControllerItem
svx/source/sidebar/line/LinePropertyPanel.hxx:98
    svx::sidebar::LinePropertyPanel maDashControl sfx2::sidebar::ControllerItem
svx/source/sidebar/line/LinePropertyPanel.hxx:100
    svx::sidebar::LinePropertyPanel maStartControl sfx2::sidebar::ControllerItem
svx/source/sidebar/line/LinePropertyPanel.hxx:101
    svx::sidebar::LinePropertyPanel maEndControl sfx2::sidebar::ControllerItem
svx/source/sidebar/line/LinePropertyPanel.hxx:102
    svx::sidebar::LinePropertyPanel maLineEndListControl sfx2::sidebar::ControllerItem
svx/source/sidebar/line/LinePropertyPanel.hxx:103
    svx::sidebar::LinePropertyPanel maLineStyleListControl sfx2::sidebar::ControllerItem
svx/source/sidebar/line/LinePropertyPanel.hxx:104
    svx::sidebar::LinePropertyPanel maTransControl sfx2::sidebar::ControllerItem
svx/source/sidebar/line/LinePropertyPanel.hxx:105
    svx::sidebar::LinePropertyPanel maEdgeStyle sfx2::sidebar::ControllerItem
svx/source/sidebar/line/LinePropertyPanel.hxx:106
    svx::sidebar::LinePropertyPanel maCapStyle sfx2::sidebar::ControllerItem
svx/source/table/tablertfimporter.cxx:53
    sdr::table::RTFCellDefault maItemSet class SfxItemSet
sw/inc/shellio.hxx:145
    SwReader aFileName class rtl::OUString
sw/source/core/doc/tblafmt.cxx:186
    SwAfVersions m_nVerticalAlignmentVersion sal_uInt16
sw/source/core/inc/swfont.hxx:978
    SvStatistics nGetStretchTextSize sal_uInt16
sw/source/core/text/xmldump.cxx:34
    XmlPortionDumper ofs sal_Int32
sw/source/filter/html/htmlcss1.cxx:77
    SwCSS1ItemIds nFormatBreak sal_uInt16
sw/source/filter/html/htmlcss1.cxx:78
    SwCSS1ItemIds nFormatPageDesc sal_uInt16
sw/source/filter/html/htmlcss1.cxx:79
    SwCSS1ItemIds nFormatKeep sal_uInt16
sw/source/filter/inc/rtf.hxx:28
    RTFSurround::(anonymous union)::(anonymous) nGoldCut sal_uInt8
sw/source/filter/inc/rtf.hxx:29
    RTFSurround::(anonymous union)::(anonymous) nOrder sal_uInt8
sw/source/filter/inc/rtf.hxx:30
    RTFSurround::(anonymous union)::(anonymous) nJunk sal_uInt8
sw/source/filter/inc/rtf.hxx:31
    RTFSurround::(anonymous) Flags struct (anonymous struct at /home/noel/libo3/sw/source/filter/inc/rtf.hxx:27:9)
ucb/source/ucp/gio/gio_mount.hxx:46
    OOoMountOperationClass parent_class GMountOperationClass
ucb/source/ucp/gio/gio_mount.hxx:49
    OOoMountOperationClass _gtk_reserved1 void (*)(void)
ucb/source/ucp/gio/gio_mount.hxx:50
    OOoMountOperationClass _gtk_reserved2 void (*)(void)
ucb/source/ucp/gio/gio_mount.hxx:51
    OOoMountOperationClass _gtk_reserved3 void (*)(void)
ucb/source/ucp/gio/gio_mount.hxx:52
    OOoMountOperationClass _gtk_reserved4 void (*)(void)
unoidl/source/legacyprovider.cxx:87
    unoidl::detail::(anonymous namespace)::Cursor manager_ rtl::Reference<Manager>
vbahelper/source/vbahelper/vbafillformat.hxx:36
    ScVbaFillFormat m_nForeColor sal_Int32
vcl/inc/accel.h:33
    ImplAccelEntry mpAutoAccel class Accelerator *
vcl/inc/opengl/RenderList.hxx:29
    Vertex color glm::vec4
vcl/inc/opengl/RenderList.hxx:30
    Vertex lineData glm::vec4
vcl/inc/salmenu.hxx:34
    SalItemParams nBits enum MenuItemBits
vcl/inc/salmenu.hxx:42
    SalMenuButtonItem mnId sal_uInt16
vcl/inc/salmenu.hxx:43
    SalMenuButtonItem maImage class Image
vcl/inc/salmenu.hxx:44
    SalMenuButtonItem maToolTipText class rtl::OUString
vcl/inc/salprn.hxx:43
    SalPrinterQueueInfo mpSysData class rtl::OUString *
vcl/inc/salwtype.hxx:195
    SalSurroundingTextRequestEvent mnStart sal_uLong
vcl/inc/salwtype.hxx:196
    SalSurroundingTextRequestEvent mnEnd sal_uLong
vcl/inc/salwtype.hxx:207
    SalQueryCharPositionEvent mbValid _Bool
vcl/inc/salwtype.hxx:209
    SalQueryCharPositionEvent mbVertical _Bool
vcl/inc/salwtype.hxx:210
    SalQueryCharPositionEvent mnCursorBoundX long
vcl/inc/salwtype.hxx:211
    SalQueryCharPositionEvent mnCursorBoundY long
vcl/inc/salwtype.hxx:212
    SalQueryCharPositionEvent mnCursorBoundWidth long
vcl/inc/salwtype.hxx:213
    SalQueryCharPositionEvent mnCursorBoundHeight long
vcl/inc/salwtype.hxx:242
    SalInputContext mpFont class FontSelectPattern *
vcl/inc/salwtype.hxx:250
    SalSwipeEvent mnVelocityY double
vcl/inc/sft.hxx:463
    vcl::TrueTypeFont mapper sal_uInt32 (*)(const sal_uInt8 *, sal_uInt32, sal_uInt32)
vcl/opengl/salbmp.cxx:426
    (anonymous namespace)::ScanlineWriter mpCurrentScanline sal_uInt8 *
vcl/source/filter/graphicfilter.cxx:1010
    ImpFilterLibCache mpLast struct ImpFilterLibCacheEntry *
vcl/source/filter/jpeg/Exif.hxx:56
    Exif::ExifIFD type sal_uInt16
vcl/source/filter/jpeg/Exif.hxx:57
    Exif::ExifIFD count sal_uInt32
vcl/unx/generic/app/wmadaptor.cxx:1271
    _mwmhints input_mode long
vcl/unx/generic/app/wmadaptor.cxx:1272
    _mwmhints status unsigned long
vcl/unx/gtk/a11y/atkwrapper.hxx:45
    AtkObjectWrapper aParent AtkObject
vcl/unx/gtk/a11y/atkwrapper.hxx:72
    AtkObjectWrapperClass aParentClass AtkObjectClass
vcl/unx/gtk/gloactiongroup.cxx:28
    GLOAction parent_instance GObject
vcl/unx/gtk/glomenu.cxx:20
    GLOMenu parent_instance GMenuModel
vcl/unx/gtk/hudawareness.cxx:20
    (anonymous) connection GDBusConnection *
vcl/unx/gtk/hudawareness.cxx:23
    (anonymous) notify GDestroyNotify
writerfilter/source/dmapper/PropertyMap.hxx:198
    writerfilter::dmapper::SectionPropertyMap m_nDebugSectionNumber sal_Int32