[Libreoffice-commits] core.git: compilerplugins/clang
Noel Grandin
noel.grandin at collabora.co.uk
Tue Apr 25 10:44:45 UTC 2017
compilerplugins/clang/mergeclasses.py | 2
compilerplugins/clang/singlevalfields.py | 2
compilerplugins/clang/singlevalfields.results | 222
compilerplugins/clang/unnecessaryvirtual.py | 2
compilerplugins/clang/unnecessaryvirtual.results | 331
compilerplugins/clang/unusedenumconstants.py | 6
compilerplugins/clang/unusedenumconstants.readonly.results | 538
compilerplugins/clang/unusedenumconstants.untouched.results | 78
compilerplugins/clang/unusedenumconstants.writeonly.results |17178 ++++++++++++
compilerplugins/clang/unusedfields.py | 5
compilerplugins/clang/unusedfields.untouched.results | 210
compilerplugins/clang/unusedfields.writeonly.results | 556
compilerplugins/clang/unusedmethods.py | 4
compilerplugins/clang/unusedmethods.results | 590
compilerplugins/clang/unusedmethods.unused-returns.results | 298
15 files changed, 20012 insertions(+), 10 deletions(-)
New commits:
commit 494c7103744ded1f6f2d373a8eb194c9d34f7b82
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date: Tue Apr 25 12:14:41 2017 +0200
add various loplugin results files
so that instead of trying to maintain a list of false positives inside
the python processing code, I can just run the plugin, generate the
result, and then look at the git diff from last time.
Change-Id: Ic287f19e3b139705222a1f9541ad6471dfcb9c18
diff --git a/compilerplugins/clang/mergeclasses.py b/compilerplugins/clang/mergeclasses.py
index 2af07ee3161d..aa8e73fe603a 100755
--- a/compilerplugins/clang/mergeclasses.py
+++ b/compilerplugins/clang/mergeclasses.py
@@ -53,7 +53,7 @@ def extractModuleName(clazz):
idx = filename.find("/")
return filename[:idx]
-with open("loplugin.mergeclasses.report", "wt") as f:
+with open("compilerplugins/clang/mergeclasses.results", "wt") as f:
# loop over defined, but not instantiated classes
for clazz in sorted(definitionSet - instantiatedSet):
# ignore classes without any children, and classes with more than one child
diff --git a/compilerplugins/clang/singlevalfields.py b/compilerplugins/clang/singlevalfields.py
index 38fc119bbbe8..5ed8c939bcea 100755
--- a/compilerplugins/clang/singlevalfields.py
+++ b/compilerplugins/clang/singlevalfields.py
@@ -79,7 +79,7 @@ def natural_sort_key(s, _nsre=re.compile('([0-9]+)')):
tmp1list.sort(key=lambda v: natural_sort_key(v[2]))
# print out the results
-with open("loplugin.singlevalfields.report", "wt") as f:
+with open("compilerplugins/clang/singlevalfields.results", "wt") as f:
for v in tmp1list:
f.write(v[2] + "\n")
f.write(" " + v[0] + "\n")
diff --git a/compilerplugins/clang/singlevalfields.results b/compilerplugins/clang/singlevalfields.results
new file mode 100644
index 000000000000..715700b6f0f3
--- /dev/null
+++ b/compilerplugins/clang/singlevalfields.results
@@ -0,0 +1,222 @@
+chart2/source/model/main/DataPoint.hxx:109
+ chart::DataPoint m_bNoParentPropAllowed
+ 0
+chart2/source/view/inc/GL3DRenderer.hxx:161
+ chart::opengl3D::TextInfoBatch batchNum
+ 512
+connectivity/source/inc/odbc/OBoundParam.hxx:113
+ connectivity::odbc::OBoundParam paramLength
+ 0
+connectivity/source/inc/OTypeInfo.hxx:37
+ connectivity::OTypeInfo nPrecision
+ 0
+connectivity/source/inc/OTypeInfo.hxx:39
+ connectivity::OTypeInfo nMaximumScale
+ 0
+connectivity/source/inc/OTypeInfo.hxx:40
+ connectivity::OTypeInfo nMinimumScale
+ 0
+connectivity/source/inc/OTypeInfo.hxx:43
+ connectivity::OTypeInfo nSearchType
+ 3
+connectivity/source/inc/OTypeInfo.hxx:44
+ connectivity::OTypeInfo nNumPrecRadix
+ 0
+connectivity/source/inc/OTypeInfo.hxx:46
+ connectivity::OTypeInfo bCurrency
+ 0
+connectivity/source/inc/OTypeInfo.hxx:47
+ connectivity::OTypeInfo bAutoIncrement
+ 0
+connectivity/source/inc/OTypeInfo.hxx:48
+ connectivity::OTypeInfo bNullable
+ 1
+connectivity/source/inc/OTypeInfo.hxx:49
+ connectivity::OTypeInfo bCaseSensitive
+ 0
+connectivity/source/inc/OTypeInfo.hxx:50
+ connectivity::OTypeInfo bUnsigned
+ 0
+include/basic/sbxvar.hxx:67
+ SbxValues::(anonymous) pData
+ 0
+include/filter/msfilter/dffpropset.hxx:33
+ DffPropFlags bSet
+ 0
+include/filter/msfilter/dffpropset.hxx:35
+ DffPropFlags bBlip
+ 1
+include/o3tl/vector_pool.hxx:93
+ o3tl::detail::struct_from_value::type nextFree
+ -1
+include/vcl/field.hxx:100
+ PatternFormatter mbInPattKeyInput
+ 0
+include/vcl/filter/pdfdocument.hxx:174
+ vcl::filter::PDFNameElement m_nLength
+ 0
+libreofficekit/source/gtk/lokdocview.cxx:85
+ LOKDocViewPrivateImpl m_bIsLoading
+ 0
+opencl/source/opencl_device.cxx:63
+ opencl::(anonymous namespace)::LibreOfficeDeviceEvaluationIO inputSize
+ 15360
+opencl/source/opencl_device.cxx:64
+ opencl::(anonymous namespace)::LibreOfficeDeviceEvaluationIO outputSize
+ 15360
+pyuno/source/module/pyuno_impl.hxx:314
+ pyuno::RuntimeCargo valid
+ 1
+rsc/inc/rscdef.hxx:55
+ RscExpType cUnused
+ 0
+sax/source/tools/fastserializer.hxx:231
+ sax_fastparser::FastSaxSerializer mbXescape
+ 1
+sc/inc/compiler.hxx:108
+ ScRawToken::(anonymous union)::(anonymous) bIsInForceArray
+ 0
+sc/inc/recursionhelper.hxx:56
+ ScRecursionHelper bConverging
+ 0
+sc/qa/unit/ucalc.hxx:41
+ Test::RangeNameDef mnIndex
+ 1
+sd/inc/sdpptwrp.hxx:42
+ SdPPTFilter pBas
+ 0
+sd/source/filter/html/htmlex.hxx:114
+ HtmlExport mbAutoSlide
+ 1
+sd/source/ui/remotecontrol/DiscoveryService.hxx:43
+ sd::DiscoveryService zService
+ 0
+sfx2/source/appl/lnkbase2.cxx:75
+ sfx2::ImplBaseLinkData::tDDEType pItem
+ 0
+sfx2/source/appl/lnkbase2.cxx:80
+ sfx2::ImplBaseLinkData::(anonymous) DDEType
+ 0
+sfx2/source/doc/doctemplates.cxx:134
+ (anonymous namespace)::WaitWindow_Impl mnTextStyle
+ 12576
+sfx2/source/view/ipclient.cxx:76
+ SfxBooleanFlagGuard m_bLifeValue
+ 1
+shell/source/sessioninstall/SyncDbusSessionHelper.cxx:26
+ (anonymous namespace)::GErrorWrapper m_pError
+ 0
+soltools/cpp/cpp.h:121
+ includelist deleted
+ 1
+soltools/mkdepend/def.h:130
+ inclist i_notified
+ 1
+soltools/mkdepend/def.h:132
+ inclist i_searched
+ 1
+starmath/inc/node.hxx:101
+ SmNode mnFlags
+ 0
+stoc/source/inspect/introspection.cxx:1537
+ (anonymous namespace)::Cache::Data hits
+ 1
+sw/inc/hints.hxx:196
+ SwAttrSetChg m_bDelSet
+ 0
+sw/inc/pagepreviewlayout.hxx:49
+ SwPagePreviewLayout mnYFree
+ 568
+sw/source/core/inc/frmtool.hxx:256
+ SwBorderAttrs m_bBorderDist
+ 1
+sw/source/core/inc/swfont.hxx:157
+ SwFont m_nToxCount
+ 0
+sw/source/core/inc/swfont.hxx:158
+ SwFont m_nRefCount
+ 0
+sw/source/core/inc/swfont.hxx:159
+ SwFont m_nMetaCount
+ 0
+sw/source/core/inc/swfont.hxx:160
+ SwFont m_nInputFieldCount
+ 0
+sw/source/core/inc/UndoSort.hxx:38
+ SwSortUndoElement::(anonymous union)::(anonymous) nKenn
+ 4294967295
+sw/source/core/text/porlay.hxx:239
+ SwParaPortion m_nDelta
+ 0
+sw/source/filter/html/htmlcss1.cxx:77
+ SwCSS1ItemIds nFormatBreak
+ 93
+sw/source/filter/html/htmlcss1.cxx:78
+ SwCSS1ItemIds nFormatPageDesc
+ 92
+sw/source/filter/html/htmlcss1.cxx:79
+ SwCSS1ItemIds nFormatKeep
+ 109
+sw/source/filter/html/svxcss1.hxx:205
+ SvxCSS1Parser nMinFixLineSpace
+ 141
+sw/source/filter/inc/rtf.hxx:30
+ RTFSurround::(anonymous union)::(anonymous) nJunk
+ 0
+sw/source/filter/ww8/ww8par.hxx:650
+ WW8FormulaControl mfUnknown
+ 0
+sw/source/filter/ww8/ww8par.hxx:659
+ WW8FormulaControl mhpsCheckBox
+ 20
+vcl/inc/salprn.hxx:41
+ SalPrinterQueueInfo mnStatus
+ 0
+vcl/inc/salprn.hxx:42
+ SalPrinterQueueInfo mnJobs
+ 4294967295
+vcl/inc/salprn.hxx:43
+ SalPrinterQueueInfo mpSysData
+ 0
+vcl/inc/svdata.hxx:253
+ ImplSVNWFData mnStatusBarLowerRightOffset
+ 0
+vcl/inc/svdata.hxx:269
+ ImplSVNWFData mbCenteredTabs
+ 0
+vcl/inc/svdata.hxx:270
+ ImplSVNWFData mbNoActiveTabTextRaise
+ 0
+vcl/inc/svdata.hxx:272
+ ImplSVNWFData mbProgressNeedsErase
+ 0
+vcl/inc/unx/i18n_cb.hxx:53
+ preedit_text_t nCursorPos
+ 0
+vcl/source/edit/textdat2.hxx:53
+ TETextPortion nWidth
+ -1
+vcl/source/edit/textdat2.hxx:54
+ TETextPortion nKind
+ 0
+vcl/source/filter/jpeg/transupp.h:128
+ (anonymous) perfect
+ 0
+vcl/source/filter/jpeg/transupp.h:129
+ (anonymous) trim
+ 0
+vcl/source/filter/jpeg/transupp.h:131
+ (anonymous) crop
+ 0
+vcl/source/font/font.cxx:540
+ (anonymous namespace)::WeightSearchEntry weight
+ 5
+vcl/source/gdi/pdfwriter_impl.hxx:709
+ vcl::PDFWriterImpl m_nInheritedPageWidth
+ 595
+vcl/source/gdi/pdfwriter_impl.hxx:710
+ vcl::PDFWriterImpl m_nInheritedPageHeight
+ 842
+writerfilter/source/dmapper/GraphicImport.cxx:229
+ writerfilter::dmapper::GraphicImport_Impl nCurrentBorderLine
+ 2
diff --git a/compilerplugins/clang/unnecessaryvirtual.py b/compilerplugins/clang/unnecessaryvirtual.py
index 651f8732758e..4cab2c8a21a8 100755
--- a/compilerplugins/clang/unnecessaryvirtual.py
+++ b/compilerplugins/clang/unnecessaryvirtual.py
@@ -57,7 +57,7 @@ def natural_sort_key(s, _nsre=re.compile('([0-9]+)')):
# sort results by name and line number
tmp1list = sorted(unnecessaryVirtualSet, key=lambda v: natural_sort_key(v[1]))
-with open("loplugin.unnecessaryvirtual.report", "wt") as f:
+with open("compilerplugins/clang/unnecessaryvirtual.results", "wt") as f:
for t in tmp1list:
f.write( t[1] + "\n" )
f.write( " " + t[0] + "\n" )
diff --git a/compilerplugins/clang/unnecessaryvirtual.results b/compilerplugins/clang/unnecessaryvirtual.results
new file mode 100644
index 000000000000..1d255376282c
--- /dev/null
+++ b/compilerplugins/clang/unnecessaryvirtual.results
@@ -0,0 +1,331 @@
+basic/source/comp/codegen.cxx:390
+ PCodeVisitor::void-~PCodeVisitor<T>()
+basic/source/comp/codegen.cxx:468
+ OffSetAccumulator::void-start(sal_uInt8 *,)
+basic/source/comp/codegen.cxx:469
+ OffSetAccumulator::void-processOpCode0(enum SbiOpcode,)
+basic/source/comp/codegen.cxx:470
+ OffSetAccumulator::void-processOpCode1(enum SbiOpcode,T,)
+basic/source/comp/codegen.cxx:471
+ OffSetAccumulator::void-processOpCode2(enum SbiOpcode,T,T,)
+basic/source/comp/codegen.cxx:472
+ OffSetAccumulator::void-end()
+basic/source/comp/codegen.cxx:487
+ OffSetAccumulator::_Bool-processParams()
+basic/source/comp/codegen.cxx:498
+ BufferTransformer::void-start(sal_uInt8 *,)
+basic/source/comp/codegen.cxx:499
+ BufferTransformer::void-processOpCode0(enum SbiOpcode,)
+basic/source/comp/codegen.cxx:503
+ BufferTransformer::void-processOpCode1(enum SbiOpcode,T,)
+basic/source/comp/codegen.cxx:528
+ BufferTransformer::void-processOpCode2(enum SbiOpcode,T,T,)
+basic/source/comp/codegen.cxx:538
+ BufferTransformer::_Bool-processParams()
+basic/source/comp/codegen.cxx:539
+ BufferTransformer::void-end()
+chart2/source/inc/WeakListenerAdapter.hxx:58
+ chart::WeakListenerAdapter::void-disposing(const css::lang::EventObject &,)
+extensions/source/dbpilots/unoautopilot.hxx:100
+ dbp::OUnoAutoPilot::::cppu::IPropertyArrayHelper *-createArrayHelper()const
+extensions/source/propctrlr/commoncontrol.hxx:127
+ pcr::CommonBehaviourControl::::sal_Int16-getControlType()
+extensions/source/propctrlr/commoncontrol.hxx:129
+ pcr::CommonBehaviourControl::css::uno::Reference<css::inspection::XPropertyControlContext>-getControlContext()
+extensions/source/propctrlr/commoncontrol.hxx:131
+ pcr::CommonBehaviourControl::void-setControlContext(const css::uno::Reference<css::inspection::XPropertyControlContext> &,)
+extensions/source/propctrlr/commoncontrol.hxx:133
+ pcr::CommonBehaviourControl::css::uno::Reference<css::awt::XWindow>-getControlWindow()
+extensions/source/propctrlr/commoncontrol.hxx:135
+ pcr::CommonBehaviourControl::sal_Bool-isModified()
+extensions/source/propctrlr/commoncontrol.hxx:137
+ pcr::CommonBehaviourControl::void-notifyModifiedValue()
+extensions/source/propctrlr/commoncontrol.hxx:141
+ pcr::CommonBehaviourControl::void-disposing()
+forms/source/xforms/collection.hxx:130
+ Collection::_Bool-isValid(const Collection::T &,)const
+forms/source/xforms/collection.hxx:139
+ Collection::void-_insert(const Collection::T &,)
+forms/source/xforms/collection.hxx:139
+ Collection::void-_insert(const Collection<class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> >::T &,)
+forms/source/xforms/collection.hxx:142
+ Collection::void-_remove(const Collection<class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> >::T &,)
+forms/source/xforms/collection.hxx:142
+ Collection::void-_remove(const Collection::T &,)
+forms/source/xforms/datatypes.hxx:234
+ xforms::ODerivedDataType::::cppu::IPropertyArrayHelper *-createArrayHelper()const
+forms/source/xforms/datatypes.hxx:237
+ xforms::ODerivedDataType::css::uno::Reference<css::beans::XPropertySetInfo>-getPropertySetInfo()
+forms/source/xforms/datatypes.hxx:238
+ xforms::ODerivedDataType::::cppu::IPropertyArrayHelper &-getInfoHelper()
+forms/source/xforms/namedcollection.hxx:87
+ NamedCollection::css::uno::Type-getElementType()
+forms/source/xforms/namedcollection.hxx:92
+ NamedCollection::sal_Bool-hasElements()
+forms/source/xforms/namedcollection.hxx:98
+ NamedCollection::css::uno::Any-getByName(const class rtl::OUString &,)
+forms/source/xforms/namedcollection.hxx:108
+ NamedCollection::css::uno::Sequence<OUString>-getElementNames()
+forms/source/xforms/namedcollection.hxx:113
+ NamedCollection::sal_Bool-hasByName(const class rtl::OUString &,)
+include/comphelper/IdPropArrayHelper.hxx:53
+ comphelper::OIdPropertyArrayUsageHelper::void-~OIdPropertyArrayUsageHelper<TYPE>()
+include/comphelper/interaction.hxx:55
+ comphelper::OInteraction::void-select()
+include/comphelper/proparrhlp.hxx:48
+ comphelper::OPropertyArrayUsageHelper::void-~OPropertyArrayUsageHelper<TYPE>()
+include/comphelper/proparrhlp.hxx:87
+ comphelper::OAggregationArrayUsageHelper::::cppu::IPropertyArrayHelper *-createArrayHelper()const
+include/comphelper/servicedecl.hxx:165
+ comphelper::service_decl::detail::OwnServiceImpl::class rtl::OUString-getImplementationName()
+include/comphelper/servicedecl.hxx:168
+ comphelper::service_decl::detail::OwnServiceImpl::sal_Bool-supportsService(const class rtl::OUString &,)
+include/comphelper/servicedecl.hxx:172
+ comphelper::service_decl::detail::OwnServiceImpl::css::uno::Sequence<OUString>-getSupportedServiceNames()
+include/comphelper/unique_disposing_ptr.hxx:40
+ comphelper::unique_disposing_ptr::void-reset(T *,)
+include/comphelper/unique_disposing_ptr.hxx:40
+ comphelper::unique_disposing_ptr::void-reset(class (anonymous namespace)::ImpTimedRefDev *,)
+include/comphelper/unique_disposing_ptr.hxx:65
+ comphelper::unique_disposing_ptr::void-~unique_disposing_ptr<T>()
+include/comphelper/unique_disposing_ptr.hxx:168
+ comphelper::unique_disposing_solar_mutex_reset_ptr::void-reset(T *,)
+include/comphelper/weakeventlistener.hxx:118
+ comphelper::OWeakListenerAdapter::void-disposing(const css::lang::EventObject &,)
+include/sfx2/controlwrapper.hxx:257
+ sfx::MetricFieldWrapper::_Bool-IsControlDontKnow()const
+include/sfx2/controlwrapper.hxx:258
+ sfx::MetricFieldWrapper::void-SetControlDontKnow(_Bool,)
+include/sfx2/controlwrapper.hxx:260
+ sfx::MetricFieldWrapper::ValueT-GetControlValue()const
+include/sfx2/controlwrapper.hxx:261
+ sfx::MetricFieldWrapper::void-SetControlValue(ValueT,)
+include/sfx2/controlwrapper.hxx:291
+ sfx::ListBoxWrapper::_Bool-IsControlDontKnow()const
+include/sfx2/controlwrapper.hxx:293
+ sfx::ListBoxWrapper::void-SetControlDontKnow(_Bool,)
+include/sfx2/controlwrapper.hxx:296
+ sfx::ListBoxWrapper::ValueT-GetControlValue()const
+include/sfx2/controlwrapper.hxx:297
+ sfx::ListBoxWrapper::void-SetControlValue(ValueT,)
+include/sfx2/controlwrapper.hxx:324
+ sfx::ValueSetWrapper::_Bool-IsControlDontKnow()const
+include/sfx2/controlwrapper.hxx:326
+ sfx::ValueSetWrapper::void-SetControlDontKnow(_Bool,)
+include/sfx2/controlwrapper.hxx:329
+ sfx::ValueSetWrapper::ValueT-GetControlValue()const
+include/sfx2/controlwrapper.hxx:330
+ sfx::ValueSetWrapper::void-SetControlValue(ValueT,)
+include/sfx2/itemwrapper.hxx:94
+ sfx::SingleItemWrapper::void-~SingleItemWrapper<ItemT, ValueT>()
+include/sfx2/itemwrapper.hxx:136
+ sfx::ValueItemWrapper::ValueT-GetItemValue(const ItemT &,)const
+include/sfx2/itemwrapper.hxx:138
+ sfx::ValueItemWrapper::void-SetItemValue(ItemT &,ValueT,)const
+include/sfx2/itemwrapper.hxx:156
+ sfx::IdentItemWrapper::const ItemT &-GetItemValue(const ItemT &,)const
+include/sfx2/itemwrapper.hxx:158
+ sfx::IdentItemWrapper::void-SetItemValue(ItemT &,const ItemT &,)const
+include/svl/svdde.hxx:307
+ DdeService::void-~DdeService()
+include/toolkit/controls/geometrycontrolmodel.hxx:192
+ OGeometryControlModel::void-fillProperties(css::uno::Sequence<css::beans::Property> &,css::uno::Sequence<css::beans::Property> &,)const
+include/vbahelper/vbacollectionimpl.hxx:292
+ ScVbaCollectionBase::::sal_Int32-getCount()
+include/vbahelper/vbacollectionimpl.hxx:297
+ ScVbaCollectionBase::css::uno::Any-Item(const css::uno::Any &,const css::uno::Any &,)
+include/vbahelper/vbacollectionimpl.hxx:326
+ ScVbaCollectionBase::sal_Bool-hasElements()
+include/vbahelper/vbahelperinterface.hxx:78
+ InheritedHelperInterfaceImpl::::sal_Int32-getCreator()
+include/vbahelper/vbahelperinterface.hxx:82
+ InheritedHelperInterfaceImpl::css::uno::Reference<ov::XHelperInterface>-getParent()
+include/vbahelper/vbahelperinterface.hxx:84
+ InheritedHelperInterfaceImpl::css::uno::Any-Application()
+include/vbahelper/vbahelperinterface.hxx:92
+ InheritedHelperInterfaceImpl::class rtl::OUString-getImplementationName()
+include/vbahelper/vbahelperinterface.hxx:93
+ InheritedHelperInterfaceImpl::sal_Bool-supportsService(const class rtl::OUString &,)
+include/vbahelper/vbahelperinterface.hxx:103
+ InheritedHelperInterfaceImpl::css::uno::Sequence<OUString>-getSupportedServiceNames()
+include/vbahelper/vbareturntypes.hxx:40
+ ooo::vba::DefaultReturnHelper::void-setValue(T1,)
+include/vbahelper/vbareturntypes.hxx:41
+ ooo::vba::DefaultReturnHelper::T1-getValue()
+include/vcl/vclptr.hxx:147
+ VclPtr::void-~VclPtr<T>()
+mysqlc/source/mysqlc_subcomponent.hxx:104
+ connectivity::mysqlc::OPropertyArrayUsageHelper::void-~OPropertyArrayUsageHelper<TYPE>()
+sc/inc/compressedarray.hxx:65
+ ScCompressedArray::void-~ScCompressedArray<A, D>()
+sc/source/core/opencl/formulagroupcl.cxx:936
+ sc::opencl::DynamicKernelSlidingArgument::_Bool-NeedParallelReduction()const
+sc/source/core/opencl/formulagroupcl.cxx:943
+ sc::opencl::DynamicKernelSlidingArgument::void-GenSlidingWindowFunction(std::stringstream &,)
+sc/source/core/opencl/formulagroupcl.cxx:945
+ sc::opencl::DynamicKernelSlidingArgument::std::string-GenSlidingWindowDeclRef(_Bool,)const
+sc/source/core/opencl/formulagroupcl.cxx:968
+ sc::opencl::DynamicKernelSlidingArgument::size_t-GenReductionLoopHeader(std::stringstream &,_Bool &,)
+sc/source/core/opencl/formulagroupcl.cxx:1224
+ sc::opencl::ParallelReductionVectorRef::void-GenSlidingWindowFunction(std::stringstream &,)
+sc/source/core/opencl/formulagroupcl.cxx:1403
+ sc::opencl::ParallelReductionVectorRef::std::string-GenSlidingWindowDeclRef(_Bool,)const
+sc/source/core/opencl/formulagroupcl.cxx:1413
+ sc::opencl::ParallelReductionVectorRef::size_t-GenReductionLoopHeader(std::stringstream &,int,_Bool &,)
+sc/source/core/opencl/formulagroupcl.cxx:1437
+ sc::opencl::ParallelReductionVectorRef::size_t-Marshal(cl_kernel,int,int,cl_program,)
+sc/source/ui/inc/anyrefdg.hxx:244
+ ScRefHdlrImpl::void-dispose()
+sc/source/ui/vba/vbacondition.hxx:39
+ ScVbaCondition::class rtl::OUString-Formula1()
+sc/source/ui/vba/vbacondition.hxx:40
+ ScVbaCondition::class rtl::OUString-Formula2()
+sc/source/ui/vba/vbacondition.hxx:42
+ ScVbaCondition::void-setFormula1(const uno::Any &,)
+sc/source/ui/vba/vbaformat.hxx:73
+ ScVbaFormat::css::uno::Any-Borders(const css::uno::Any &,)
+sc/source/ui/vba/vbaformat.hxx:76
+ ScVbaFormat::css::uno::Reference< ::ooo::vba::excel::XFont>-Font()
+sc/source/ui/vba/vbaformat.hxx:79
+ ScVbaFormat::css::uno::Reference< ::ooo::vba::excel::XInterior>-Interior()
+sc/source/ui/vba/vbaformat.hxx:82
+ ScVbaFormat::void-setNumberFormat(const css::uno::Any &,)
+sc/source/ui/vba/vbaformat.hxx:85
+ ScVbaFormat::css::uno::Any-getNumberFormat()
+sc/source/ui/vba/vbaformat.hxx:88
+ ScVbaFormat::void-setNumberFormatLocal(const css::uno::Any &,)
+sc/source/ui/vba/vbaformat.hxx:91
+ ScVbaFormat::css::uno::Any-getNumberFormatLocal()
+sc/source/ui/vba/vbaformat.hxx:94
+ ScVbaFormat::void-setIndentLevel(const css::uno::Any &,)
+sc/source/ui/vba/vbaformat.hxx:97
+ ScVbaFormat::css::uno::Any-getIndentLevel()
+sc/source/ui/vba/vbaformat.hxx:100
+ ScVbaFormat::void-setHorizontalAlignment(const css::uno::Any &,)
+sc/source/ui/vba/vbaformat.hxx:103
+ ScVbaFormat::css::uno::Any-getHorizontalAlignment()
+sc/source/ui/vba/vbaformat.hxx:106
+ ScVbaFormat::void-setVerticalAlignment(const css::uno::Any &,)
+sc/source/ui/vba/vbaformat.hxx:109
+ ScVbaFormat::css::uno::Any-getVerticalAlignment()
+sc/source/ui/vba/vbaformat.hxx:112
+ ScVbaFormat::void-setOrientation(const css::uno::Any &,)
+sc/source/ui/vba/vbaformat.hxx:115
+ ScVbaFormat::css::uno::Any-getOrientation()
+sc/source/ui/vba/vbaformat.hxx:118
+ ScVbaFormat::void-setShrinkToFit(const css::uno::Any &,)
+sc/source/ui/vba/vbaformat.hxx:121
+ ScVbaFormat::css::uno::Any-getShrinkToFit()
+sc/source/ui/vba/vbaformat.hxx:124
+ ScVbaFormat::void-setWrapText(const css::uno::Any &,)
+sc/source/ui/vba/vbaformat.hxx:127
+ ScVbaFormat::css::uno::Any-getWrapText()
+sc/source/ui/vba/vbaformat.hxx:130
+ ScVbaFormat::void-setLocked(const css::uno::Any &,)
+sc/source/ui/vba/vbaformat.hxx:133
+ ScVbaFormat::css::uno::Any-getLocked()
+sc/source/ui/vba/vbaformat.hxx:136
+ ScVbaFormat::void-setFormulaHidden(const css::uno::Any &,)
+sc/source/ui/vba/vbaformat.hxx:139
+ ScVbaFormat::css::uno::Any-getFormulaHidden()
+sc/source/ui/vba/vbaformat.hxx:148
+ ScVbaFormat::void-setReadingOrder(const css::uno::Any &,)
+sc/source/ui/vba/vbaformat.hxx:151
+ ScVbaFormat::css::uno::Any-getReadingOrder()
+sc/source/ui/vba/vbapagebreak.hxx:46
+ ScVbaPageBreak::sal_Int32-getType()
+sc/source/ui/vba/vbapagebreak.hxx:47
+ ScVbaPageBreak::void-setType(sal_Int32,)
+sc/source/ui/vba/vbapagebreak.hxx:49
+ ScVbaPageBreak::void-Delete()
+sc/source/ui/vba/vbapagebreak.hxx:50
+ ScVbaPageBreak::css::uno::Reference<ov::excel::XRange>-Location()
+sd/source/ui/inc/ShellFactory.hxx:42
+ sd::ShellFactory::void-~ShellFactory<ShellType>()
+sd/source/ui/remotecontrol/ZeroconfService.hxx:41
+ sd::ZeroconfService::void-~ZeroconfService()
+sd/source/ui/slidesorter/inc/model/SlsEnumeration.hxx:34
+ sd::slidesorter::model::Enumeration::void-~Enumeration<T>()
+slideshow/source/engine/activities/activitiesfactory.cxx:173
+ slideshow::internal::(anonymous namespace)::FromToByActivity::void-startAnimation()
+slideshow/source/engine/activities/activitiesfactory.cxx:241
+ slideshow::internal::(anonymous namespace)::FromToByActivity::void-endAnimation()
+slideshow/source/engine/activities/activitiesfactory.cxx:331
+ slideshow::internal::(anonymous namespace)::FromToByActivity::void-performEnd()
+slideshow/source/engine/activities/activitiesfactory.cxx:344
+ slideshow::internal::(anonymous namespace)::FromToByActivity::void-dispose()
+slideshow/source/engine/activities/activitiesfactory.cxx:526
+ slideshow::internal::(anonymous namespace)::ValuesActivity::void-startAnimation()
+slideshow/source/engine/activities/activitiesfactory.cxx:537
+ slideshow::internal::(anonymous namespace)::ValuesActivity::void-endAnimation()
+slideshow/source/engine/activities/activitiesfactory.cxx:582
+ slideshow::internal::(anonymous namespace)::ValuesActivity::void-performEnd()
+slideshow/source/engine/animationfactory.cxx:444
+ slideshow::internal::(anonymous namespace)::GenericAnimation::void-prefetch(const slideshow::internal::AnimatableShapeSharedPtr &,const slideshow::internal::ShapeAttributeLayerSharedPtr &,)
+slideshow/source/engine/animationfactory.cxx:448
+ slideshow::internal::(anonymous namespace)::GenericAnimation::void-start(const slideshow::internal::AnimatableShapeSharedPtr &,const slideshow::internal::ShapeAttributeLayerSharedPtr &,)
+sw/inc/docary.hxx:115
+ SwVectorModifyBase::void-~SwVectorModifyBase<Value>()
+sw/inc/flypos.hxx:37
+ SwPosFlyFrame::void-~SwPosFlyFrame()
+sw/inc/ring.hxx:45
+ sw::Ring::void-~Ring<value_type>()
+vcl/inc/opengl/BufferObject.hxx:31
+ vcl::BufferObject::void-~BufferObject<TYPE, BUFFER_TYPE>()
+vcl/inc/salframe.hxx:178
+ SalFrame::void-Flush(const tools::Rectangle &,)
+vcl/inc/sallayout.hxx:181
+ SalLayout::_Bool-GetBoundRect(class SalGraphics &,tools::Rectangle &,)const
+vcl/inc/salmenu.hxx:92
+ SalMenu::tools::Rectangle-GetMenuBarButtonRectPixel(sal_uInt16,class SalFrame *,)
+vcl/inc/salobj.hxx:46
+ SalObject::void-Enable(_Bool,)
+vcl/inc/unx/saldata.hxx:65
+ X11SalData::void-Init()
+vcl/inc/unx/saldata.hxx:68
+ X11SalData::void-initNWF()
+vcl/inc/unx/saldata.hxx:69
+ X11SalData::void-deInitNWF()
+vcl/inc/unx/saldisp.hxx:167
+ SalXLib::void-~SalXLib()
+vcl/inc/unx/saldisp.hxx:168
+ SalXLib::void-Init()
+vcl/inc/unx/saldisp.hxx:170
+ SalXLib::enum SalYieldResult-Yield(_Bool,_Bool,)
+vcl/inc/unx/saldisp.hxx:171
+ SalXLib::void-Wakeup()
+vcl/inc/unx/saldisp.hxx:172
+ SalXLib::void-PostUserEvent()
+vcl/inc/unx/saldisp.hxx:174
+ SalXLib::void-Insert(int,void *,YieldFunc,YieldFunc,YieldFunc,)
+vcl/inc/unx/saldisp.hxx:178
+ SalXLib::void-Remove(int,)
+vcl/inc/unx/saldisp.hxx:180
+ SalXLib::void-StartTimer(sal_uLong,)
+vcl/inc/unx/saldisp.hxx:181
+ SalXLib::void-StopTimer()
+vcl/inc/unx/saldisp.hxx:396
+ SalX11Display::void-Yield()
+vcl/inc/unx/salinst.h:47
+ X11SalInstance::class SalX11Display *-CreateDisplay()const
+writerfilter/source/ooxml/OOXMLFactory.hxx:68
+ writerfilter::ooxml::OOXMLFactory_ns::void-startAction(class writerfilter::ooxml::OOXMLFastContextHandler *,)
+writerfilter/source/ooxml/OOXMLFactory.hxx:69
+ writerfilter::ooxml::OOXMLFactory_ns::void-charactersAction(class writerfilter::ooxml::OOXMLFastContextHandler *,const class rtl::OUString &,)
+writerfilter/source/ooxml/OOXMLFactory.hxx:70
+ writerfilter::ooxml::OOXMLFactory_ns::void-endAction(class writerfilter::ooxml::OOXMLFastContextHandler *,)
+writerfilter/source/ooxml/OOXMLFactory.hxx:71
+ writerfilter::ooxml::OOXMLFactory_ns::void-attributeAction(class writerfilter::ooxml::OOXMLFastContextHandler *,writerfilter::Token_t,const class OOXMLValue::Pointer_t &,)
+writerfilter/source/ooxml/OOXMLFactory.hxx:74
+ writerfilter::ooxml::OOXMLFactory_ns::void-~OOXMLFactory_ns()
+writerperfect/inc/ImportFilter.hxx:178
+ writerperfect::detail::ImportFilterImpl::void-doRegisterHandlers(Generator &,)
+xmloff/source/forms/elementimport.hxx:576
+ xmloff::OContainerImport::class SvXMLImportContext *-CreateChildContext(sal_uInt16,const class rtl::OUString &,const css::uno::Reference<css::xml::sax::XAttributeList> &,)
+xmloff/source/forms/elementimport.hxx:579
+ xmloff::OContainerImport::void-EndElement()
+xmloff/source/forms/elementimport.hxx:584
+ xmloff::OContainerImport::css::uno::Reference<css::beans::XPropertySet>-createElement()
+xmloff/source/forms/elementimport.hxx:612
+ xmloff::OColumnImport::css::uno::Reference<css::beans::XPropertySet>-createElement()
+
diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py
index 5c360e230e72..033a9e7320ff 100755
--- a/compilerplugins/clang/unusedenumconstants.py
+++ b/compilerplugins/clang/unusedenumconstants.py
@@ -245,15 +245,15 @@ tmp2list = sorted(writeonlySet, key=lambda v: natural_sort_key(v[1]))
tmp3list = sorted(readonlySet, key=lambda v: natural_sort_key(v[1]))
# print out the results
-with open("loplugin.unusedenumconstants.report-untouched", "wt") as f:
+with open("compilerplugins/clang/unusedenumconstants.untouched.results", "wt") as f:
for t in tmp1list:
f.write( t[1] + "\n" )
f.write( " " + t[0] + "\n" )
-with open("loplugin.unusedenumconstants.report-writeonly", "wt") as f:
+with open("compilerplugins/clang/unusedenumconstants.writeonly.results", "wt") as f:
for t in tmp2list:
f.write( t[1] + "\n" )
f.write( " " + t[0] + "\n" )
-with open("loplugin.unusedenumconstants.report-readonly", "wt") as f:
+with open("compilerplugins/clang/unusedenumconstants.readonly.results", "wt") as f:
for t in tmp3list:
f.write( t[1] + "\n" )
f.write( " " + t[0] + "\n" )
diff --git a/compilerplugins/clang/unusedenumconstants.readonly.results b/compilerplugins/clang/unusedenumconstants.readonly.results
new file mode 100644
index 000000000000..e29333404d2b
--- /dev/null
+++ b/compilerplugins/clang/unusedenumconstants.readonly.results
@@ -0,0 +1,538 @@
+bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx:77
+ enum x86_64_reg_class X86_64_SSEUP_CLASS
+bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx:78
+ enum x86_64_reg_class X86_64_X87_CLASS
+bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx:79
+ enum x86_64_reg_class X86_64_X87UP_CLASS
+chart2/source/inc/CharacterProperties.hxx:120
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) FAST_PROPERTY_ID_END_CHAR_PROP
+chart2/source/inc/TitleHelper.hxx:47
+ enum chart::TitleHelper::eTitleType NORMAL_TITLE_END
+configmgr/source/access.hxx:454
+ enum configmgr::Access::(anonymous at /home/noel/libo3/configmgr/source/access.hxx:453:5) IS_EXTENSIBLE
+configmgr/source/access.hxx:454
+ enum configmgr::Access::(anonymous at /home/noel/libo3/configmgr/source/access.hxx:453:5) IS_SET
+configmgr/source/access.hxx:455
+ enum configmgr::Access::(anonymous at /home/noel/libo3/configmgr/source/access.hxx:453:5) IS_SET_MEMBER
+configmgr/source/access.hxx:455
+ enum configmgr::Access::(anonymous at /home/noel/libo3/configmgr/source/access.hxx:453:5) IS_GROUP_MEMBER
+configmgr/source/components.hxx:154
+ enum configmgr::Components::ModificationTarget Dconf
+configmgr/source/parsemanager.hxx:47
+ enum configmgr::ParseManager::(anonymous at /home/noel/libo3/configmgr/source/parsemanager.hxx:47:5) NAMESPACE_XSI
+configmgr/source/parsemanager.hxx:47
+ enum configmgr::ParseManager::(anonymous at /home/noel/libo3/configmgr/source/parsemanager.hxx:47:5) NAMESPACE_OOR
+configmgr/source/parsemanager.hxx:47
+ enum configmgr::ParseManager::(anonymous at /home/noel/libo3/configmgr/source/parsemanager.hxx:47:5) NAMESPACE_XS
+connectivity/source/inc/FDatabaseMetaDataResultSet.hxx:110
+ enum connectivity::ODatabaseMetaDataResultSet::MetaDataResultSetType eUDTs
+cui/source/options/optgenrl.cxx:53
+ enum (anonymous namespace)::RowType nRowCount
+dbaccess/source/filter/xml/xmlEnums.hxx:135
+ enum dbaxml::XMLQueryTable XML_TOK_UPDATE_TABLE
+editeng/source/misc/SvXMLAutoCorrectTokenHandler.hxx:28
+ enum SvXMLAutoCorrectToken BLOCK
+editeng/source/misc/SvXMLAutoCorrectTokenHandler.hxx:29
+ enum SvXMLAutoCorrectToken BLOCKLIST
+framework/inc/xml/imagesdocumenthandler.hxx:44
+ enum framework::OReadImagesDocumentHandler::Image_XML_Entry IMG_ELEMENT_IMAGECONTAINER
+framework/inc/xml/imagesdocumenthandler.hxx:45
+ enum framework::OReadImagesDocumentHandler::Image_XML_Entry IMG_ELEMENT_IMAGES
+framework/inc/xml/imagesdocumenthandler.hxx:46
+ enum framework::OReadImagesDocumentHandler::Image_XML_Entry IMG_ELEMENT_ENTRY
+framework/inc/xml/imagesdocumenthandler.hxx:47
+ enum framework::OReadImagesDocumentHandler::Image_XML_Entry IMG_ELEMENT_EXTERNALIMAGES
+framework/inc/xml/imagesdocumenthandler.hxx:48
+ enum framework::OReadImagesDocumentHandler::Image_XML_Entry IMG_ELEMENT_EXTERNALENTRY
+framework/inc/xml/imagesdocumenthandler.hxx:49
+ enum framework::OReadImagesDocumentHandler::Image_XML_Entry IMG_ATTRIBUTE_HREF
+framework/inc/xml/imagesdocumenthandler.hxx:50
+ enum framework::OReadImagesDocumentHandler::Image_XML_Entry IMG_ATTRIBUTE_MASKCOLOR
+framework/inc/xml/imagesdocumenthandler.hxx:51
+ enum framework::OReadImagesDocumentHandler::Image_XML_Entry IMG_ATTRIBUTE_COMMAND
+framework/inc/xml/imagesdocumenthandler.hxx:52
+ enum framework::OReadImagesDocumentHandler::Image_XML_Entry IMG_ATTRIBUTE_BITMAPINDEX
+framework/inc/xml/imagesdocumenthandler.hxx:53
+ enum framework::OReadImagesDocumentHandler::Image_XML_Entry IMG_ATTRIBUTE_MASKURL
+framework/inc/xml/imagesdocumenthandler.hxx:54
+ enum framework::OReadImagesDocumentHandler::Image_XML_Entry IMG_ATTRIBUTE_MASKMODE
+framework/inc/xml/imagesdocumenthandler.hxx:55
+ enum framework::OReadImagesDocumentHandler::Image_XML_Entry IMG_ATTRIBUTE_HIGHCONTRASTURL
+framework/inc/xml/imagesdocumenthandler.hxx:56
+ enum framework::OReadImagesDocumentHandler::Image_XML_Entry IMG_ATTRIBUTE_HIGHCONTRASTMASKURL
+framework/inc/xml/statusbardocumenthandler.hxx:44
+ enum framework::OReadStatusBarDocumentHandler::StatusBar_XML_Entry SB_ELEMENT_STATUSBAR
+framework/inc/xml/statusbardocumenthandler.hxx:45
+ enum framework::OReadStatusBarDocumentHandler::StatusBar_XML_Entry SB_ELEMENT_STATUSBARITEM
+framework/inc/xml/statusbardocumenthandler.hxx:46
+ enum framework::OReadStatusBarDocumentHandler::StatusBar_XML_Entry SB_ATTRIBUTE_URL
+framework/inc/xml/statusbardocumenthandler.hxx:47
+ enum framework::OReadStatusBarDocumentHandler::StatusBar_XML_Entry SB_ATTRIBUTE_ALIGN
+framework/inc/xml/statusbardocumenthandler.hxx:48
+ enum framework::OReadStatusBarDocumentHandler::StatusBar_XML_Entry SB_ATTRIBUTE_STYLE
+framework/inc/xml/statusbardocumenthandler.hxx:49
+ enum framework::OReadStatusBarDocumentHandler::StatusBar_XML_Entry SB_ATTRIBUTE_AUTOSIZE
+framework/inc/xml/statusbardocumenthandler.hxx:50
+ enum framework::OReadStatusBarDocumentHandler::StatusBar_XML_Entry SB_ATTRIBUTE_OWNERDRAW
+framework/inc/xml/statusbardocumenthandler.hxx:51
+ enum framework::OReadStatusBarDocumentHandler::StatusBar_XML_Entry SB_ATTRIBUTE_WIDTH
+framework/inc/xml/statusbardocumenthandler.hxx:52
+ enum framework::OReadStatusBarDocumentHandler::StatusBar_XML_Entry SB_ATTRIBUTE_OFFSET
+framework/inc/xml/statusbardocumenthandler.hxx:53
+ enum framework::OReadStatusBarDocumentHandler::StatusBar_XML_Entry SB_ATTRIBUTE_HELPURL
+framework/inc/xml/toolboxdocumenthandler.hxx:43
+ enum framework::OReadToolBoxDocumentHandler::ToolBox_XML_Entry TB_ELEMENT_TOOLBAR
+framework/inc/xml/toolboxdocumenthandler.hxx:44
+ enum framework::OReadToolBoxDocumentHandler::ToolBox_XML_Entry TB_ELEMENT_TOOLBARITEM
+framework/inc/xml/toolboxdocumenthandler.hxx:45
+ enum framework::OReadToolBoxDocumentHandler::ToolBox_XML_Entry TB_ELEMENT_TOOLBARSPACE
+framework/inc/xml/toolboxdocumenthandler.hxx:46
+ enum framework::OReadToolBoxDocumentHandler::ToolBox_XML_Entry TB_ELEMENT_TOOLBARBREAK
+framework/inc/xml/toolboxdocumenthandler.hxx:47
+ enum framework::OReadToolBoxDocumentHandler::ToolBox_XML_Entry TB_ELEMENT_TOOLBARSEPARATOR
+framework/inc/xml/toolboxdocumenthandler.hxx:48
+ enum framework::OReadToolBoxDocumentHandler::ToolBox_XML_Entry TB_ATTRIBUTE_TEXT
+framework/inc/xml/toolboxdocumenthandler.hxx:49
+ enum framework::OReadToolBoxDocumentHandler::ToolBox_XML_Entry TB_ATTRIBUTE_URL
+framework/inc/xml/toolboxdocumenthandler.hxx:50
+ enum framework::OReadToolBoxDocumentHandler::ToolBox_XML_Entry TB_ATTRIBUTE_VISIBLE
+framework/inc/xml/toolboxdocumenthandler.hxx:51
+ enum framework::OReadToolBoxDocumentHandler::ToolBox_XML_Entry TB_ATTRIBUTE_STYLE
+framework/inc/xml/toolboxdocumenthandler.hxx:52
+ enum framework::OReadToolBoxDocumentHandler::ToolBox_XML_Entry TB_ATTRIBUTE_UINAME
+include/desktop/exithelper.h:31
+ int EXITHELPER_CRASH_WITH_RESTART
+include/desktop/exithelper.h:33
+ int EXITHELPER_NORMAL_RESTART
+include/editeng/flditem.hxx:94
+ enum SvxDateFormat SVXDATEFORMAT_SYSTEM
+include/editeng/flditem.hxx:96
+ enum SvxDateFormat SVXDATEFORMAT_STDBIG
+include/editeng/flditem.hxx:251
+ enum SvxTimeFormat SVXTIMEFORMAT_SYSTEM
+include/editeng/flditem.hxx:259
+ enum SvxTimeFormat SVXTIMEFORMAT_AM_HM
+include/editeng/flditem.hxx:260
+ enum SvxTimeFormat SVXTIMEFORMAT_AM_HMS
+include/editeng/flditem.hxx:261
+ enum SvxTimeFormat SVXTIMEFORMAT_AM_HMSH
+include/editeng/flditem.hxx:339
+ enum SvxAuthorFormat SVXAUTHORFORMAT_NAME
+include/editeng/flditem.hxx:340
+ enum SvxAuthorFormat SVXAUTHORFORMAT_FIRSTNAME
+include/LibreOfficeKit/LibreOfficeKitEnums.h:31
+ LibreOfficeKitPartMode LOK_PARTMODE_SLIDES
+include/LibreOfficeKit/LibreOfficeKitEnums.h:32
+ LibreOfficeKitPartMode LOK_PARTMODE_NOTES
+include/LibreOfficeKit/LibreOfficeKitEnums.h:76
+ LibreOfficeKitOptionalFeatures LOK_FEATURE_NO_TILED_ANNOTATIONS
+include/oox/core/filterbase.hxx:82
+ enum oox::core::OoxmlVersion ISOIEC_29500_2008
+include/store/types.h:65
+ enum storeAccessMode ReadCreate
+include/svl/ctloptions.hxx:65
+ enum SvtCTLOptions::TextNumerals NUMERALS_HINDI
+include/svl/ctloptions.hxx:66
+ enum SvtCTLOptions::TextNumerals NUMERALS_SYSTEM
+include/svl/ctloptions.hxx:67
+ enum SvtCTLOptions::TextNumerals NUMERALS_CONTEXT
+include/svl/ctloptions.hxx:78
+ enum SvtCTLOptions::EOption E_CTLSEQUENCECHECKINGRESTRICTED
+include/svl/ctloptions.hxx:79
+ enum SvtCTLOptions::EOption E_CTLSEQUENCECHECKINGTYPEANDREPLACE
+include/svl/languageoptions.hxx:59
+ enum SvtLanguageOptions::EOption E_CJKFONT
+include/svl/languageoptions.hxx:60
+ enum SvtLanguageOptions::EOption E_VERTICALTEXT
+include/svl/languageoptions.hxx:61
+ enum SvtLanguageOptions::EOption E_ASIANTYPOGRAPHY
+include/svl/languageoptions.hxx:62
+ enum SvtLanguageOptions::EOption E_JAPANESEFIND
+include/svl/languageoptions.hxx:63
+ enum SvtLanguageOptions::EOption E_RUBY
+include/svl/languageoptions.hxx:64
+ enum SvtLanguageOptions::EOption E_CHANGECASEMAP
+include/svl/languageoptions.hxx:65
+ enum SvtLanguageOptions::EOption E_DOUBLELINES
+include/svl/languageoptions.hxx:66
+ enum SvtLanguageOptions::EOption E_EMPHASISMARKS
+include/svl/languageoptions.hxx:67
+ enum SvtLanguageOptions::EOption E_VERTICALCALLOUT
+include/svl/languageoptions.hxx:71
+ enum SvtLanguageOptions::EOption E_CTLSEQUENCECHECKING
+include/svl/languageoptions.hxx:72
+ enum SvtLanguageOptions::EOption E_CTLCURSORMOVEMENT
+include/svl/languageoptions.hxx:73
+ enum SvtLanguageOptions::EOption E_CTLTEXTNUMERALS
+include/svl/poolitem.hxx:90
+ enum SfxItemState READONLY
+include/svtools/apearcfg.hxx:30
+ enum SnapType ToMiddle
+include/svtools/apearcfg.hxx:35
+ enum DragMode FullWindow
+include/svtools/apearcfg.hxx:36
+ enum DragMode Frame
+include/svtools/table/tablemodel.hxx:48
+ enum ColumnAttributeGroup ALL
+include/svx/sdtakitm.hxx:31
+ enum SdrTextAniKind Blink
+include/svx/svdhdl.hxx:108
+ enum BitmapMarkerKind RectPlus_7x7
+include/svx/swframeposstrings.hxx:81
+ enum SvxSwFramePosString::StringId STR_MAX
+include/svx/swframetypes.hxx:41
+ enum RndStdIds HEADERR
+include/svx/swframetypes.hxx:42
+ enum RndStdIds FOOTERL
+include/svx/swframetypes.hxx:43
+ enum RndStdIds FOOTERR
+include/tools/errinf.hxx:51
+ enum ErrorHandlerFlags ButtonDefaultsCancel
+include/tools/errinf.hxx:52
+ enum ErrorHandlerFlags ButtonDefaultsYes
+include/tools/errinf.hxx:53
+ enum ErrorHandlerFlags ButtonDefaultsNo
+include/tools/inetmsg.hxx:70
+ enum InetMessageMime NUMHDR
+include/unotools/dynamicmenuoptions.hxx:46
+ enum EDynamicMenuType E_HELPBOOKMARKS
+include/unotools/fontdefs.hxx:77
+ enum DefaultFontType LATIN_DISPLAY
+include/unotools/fontdefs.hxx:78
+ enum DefaultFontType LATIN_FIXED
+include/unotools/fontdefs.hxx:88
+ enum DefaultFontType CTL_DISPLAY
+include/vcl/field.hxx:360
+ enum TimeFormatter::TimeFormat Hour12
+include/vcl/pdfwriter.hxx:107
+ enum vcl::PDFWriter::PDFVersion PDF_1_3
+include/vcl/pdfwriter.hxx:107
+ enum vcl::PDFWriter::PDFVersion PDF_1_2
+include/vcl/pdfwriter.hxx:107
+ enum vcl::PDFWriter::PDFVersion PDF_1_5
+include/vcl/ptrstyle.hxx:56
+ enum PointerStyle Pen
+include/vcl/ptrstyle.hxx:67
+ enum PointerStyle MoveData
+include/vcl/ptrstyle.hxx:71
+ enum PointerStyle CopyDataLink
+include/vcl/ptrstyle.hxx:72
+ enum PointerStyle MoveFile
+include/vcl/ptrstyle.hxx:73
+ enum PointerStyle CopyFile
+include/vcl/ptrstyle.hxx:74
+ enum PointerStyle LinkFile
+include/vcl/ptrstyle.hxx:75
+ enum PointerStyle MoveFileLink
+include/vcl/ptrstyle.hxx:76
+ enum PointerStyle CopyFileLink
+include/vcl/ptrstyle.hxx:77
+ enum PointerStyle MoveFiles
+include/vcl/ptrstyle.hxx:78
+ enum PointerStyle CopyFiles
+include/vcl/ptrstyle.hxx:92
+ enum PointerStyle Chart
+sc/inc/dociter.hxx:254
+ enum ScQueryCellIterator::StopOnMismatchBits nStopOnMismatchExecuted
+sc/inc/dociter.hxx:262
+ enum ScQueryCellIterator::TestEqualConditionBits nTestEqualConditionFulfilled
+sc/inc/token.hxx:218
+ enum ScTableRefToken::Item HEADERS_DATA
+sc/inc/token.hxx:219
+ enum ScTableRefToken::Item DATA_TOTALS
+sc/inc/types.hxx:111
+ enum sc::ListenerGroupType Single
+sc/source/filter/lotus/lotread.cxx:36
+ enum STATE S_WK1
+sc/source/ui/inc/undobase.hxx:142
+ enum ScMoveUndoMode SC_UNDO_REFFIRST
+sc/source/ui/unoobj/condformatuno.cxx:272
+ enum (anonymous namespace)::DateProperties Date_StyleName
+sc/source/ui/unoobj/condformatuno.cxx:273
+ enum (anonymous namespace)::DateProperties DateType
+sc/source/ui/vba/vbasheetobject.hxx:140
+ enum ScVbaControlObjectBase::ListenerType LISTENER_MOUSE
+sc/source/ui/vba/vbasheetobject.hxx:141
+ enum ScVbaControlObjectBase::ListenerType LISTENER_TEXT
+sc/source/ui/vba/vbasheetobject.hxx:142
+ enum ScVbaControlObjectBase::ListenerType LISTENER_VALUE
+sc/source/ui/vba/vbasheetobject.hxx:143
+ enum ScVbaControlObjectBase::ListenerType LISTENER_CHANGE
+scaddins/source/analysis/analysishelper.hxx:489
+ enum sca::analysis::ComplListAppendHandl AH_EmptyAsErr
+scaddins/source/analysis/analysishelper.hxx:490
+ enum sca::analysis::ComplListAppendHandl AH_EmpyAs0
+scaddins/source/datefunc/datefunc.hxx:50
+ enum ScaCategory Finance
+scaddins/source/datefunc/datefunc.hxx:51
+ enum ScaCategory Inf
+scaddins/source/datefunc/datefunc.hxx:52
+ enum ScaCategory Math
+scaddins/source/datefunc/datefunc.hxx:53
+ enum ScaCategory Tech
+scaddins/source/pricing/pricing.hxx:58
+ enum sca::pricing::ScaCategory DateTime
+scaddins/source/pricing/pricing.hxx:59
+ enum sca::pricing::ScaCategory Text
+scaddins/source/pricing/pricing.hxx:61
+ enum sca::pricing::ScaCategory Inf
+scaddins/source/pricing/pricing.hxx:62
+ enum sca::pricing::ScaCategory Math
+scaddins/source/pricing/pricing.hxx:63
+ enum sca::pricing::ScaCategory Tech
+sd/source/ui/slidesorter/cache/SlsRequestPriorityClass.hxx:40
+ enum sd::slidesorter::cache::RequestPriorityClass MAX_CLASS
+sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx:314
+ enum State Focused
+sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx:314
+ enum State MouseOver
+sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx:314
+ enum State Selected
+sfx2/source/sidebar/SidebarController.cxx:78
+ enum sfx2::sidebar::(anonymous namespace)::MenuId MID_FIRST_PANEL
+sfx2/source/sidebar/SidebarController.cxx:79
+ enum sfx2::sidebar::(anonymous namespace)::MenuId MID_FIRST_HIDE
+slideshow/source/engine/shapes/viewshape.hxx:281
+ enum slideshow::internal::ViewShape::(anonymous at /home/noel/libo3/slideshow/source/engine/shapes/viewshape.hxx:281:13) MAX_RENDER_CACHE_ENTRIES
+slideshow/source/engine/slideview.cxx:249
+ enum slideshow::internal::(anonymous namespace)::LayerSpriteContainer::(anonymous at /home/noel/libo3/slideshow/source/engine/slideview.cxx:249:5) SPRITE_ULLAGE
+slideshow/source/engine/slideview.cxx:729
+ enum slideshow::internal::(anonymous namespace)::SlideView::(anonymous at /home/noel/libo3/slideshow/source/engine/slideview.cxx:729:5) LAYER_ULLAGE
+soltools/cpp/cpp.h:42
+ int WS
+svgio/inc/svgstyleattributes.hxx:62
+ enum svgio::svgreader::FontSize FontSize_notset
+svl/source/numbers/zformat.cxx:428
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_DBNUM1
+svl/source/numbers/zformat.cxx:429
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_DBNUM2
+svl/source/numbers/zformat.cxx:430
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_DBNUM3
+svl/source/numbers/zformat.cxx:431
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_DBNUM4
+svl/source/numbers/zformat.cxx:432
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_DBNUM5
+svl/source/numbers/zformat.cxx:433
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_DBNUM6
+svl/source/numbers/zformat.cxx:434
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_DBNUM7
+svl/source/numbers/zformat.cxx:435
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_DBNUM8
+svl/source/numbers/zformat.cxx:436
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_DBNUM9
+svl/source/numbers/zformat.cxx:438
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM0
+svl/source/numbers/zformat.cxx:439
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM1
+svl/source/numbers/zformat.cxx:440
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM2
+svl/source/numbers/zformat.cxx:441
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM3
+svl/source/numbers/zformat.cxx:442
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM4
+svl/source/numbers/zformat.cxx:443
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM5
+svl/source/numbers/zformat.cxx:444
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM6
+svl/source/numbers/zformat.cxx:445
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM7
+svl/source/numbers/zformat.cxx:446
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM8
+svl/source/numbers/zformat.cxx:447
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM9
+svl/source/numbers/zformat.cxx:448
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM10
+svl/source/numbers/zformat.cxx:449
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM11
+svl/source/numbers/zformat.cxx:450
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM12
+svl/source/numbers/zformat.cxx:451
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM13
+svl/source/numbers/zformat.cxx:452
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM14
+svl/source/numbers/zformat.cxx:453
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM15
+svl/source/numbers/zformat.cxx:454
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM16
+svl/source/numbers/zformat.cxx:455
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM17
+svl/source/numbers/zformat.cxx:456
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM18
+svl/source/numbers/zformat.cxx:457
+ enum BracketFormatSymbolType BRACKET_SYMBOLTYPE_NATNUM19
+svtools/source/control/valueset.cxx:49
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/svtools/source/control/valueset.cxx:44:1) NAME_LINE_OFF_Y
+svtools/source/control/valueset.cxx:50
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/svtools/source/control/valueset.cxx:44:1) NAME_LINE_HEIGHT
+svtools/source/control/valueset.cxx:51
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/svtools/source/control/valueset.cxx:44:1) NAME_OFFSET
+svtools/source/control/valueset.cxx:52
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/svtools/source/control/valueset.cxx:44:1) SCRBAR_OFFSET
+sw/inc/dbmgr.hxx:294
+ enum SwDBManager::DBConnURITypes DBCONN_MSJET
+sw/inc/dbmgr.hxx:295
+ enum SwDBManager::DBConnURITypes DBCONN_MSACE
+sw/inc/docary.hxx:79
+ enum SwVectorModifyBase<class SwTextFormatColl *>::DestructorPolicy FreeElements
+sw/inc/docary.hxx:79
+ enum SwVectorModifyBase<class SwFrameFormat *>::DestructorPolicy FreeElements
+sw/inc/docary.hxx:79
+ enum SwVectorModifyBase<class SwGrfFormatColl *>::DestructorPolicy FreeElements
+sw/inc/docufld.hxx:113
+ enum SwExtUserSubType EU_FATHERSNAME
+sw/inc/docufld.hxx:114
+ enum SwExtUserSubType EU_APARTMENT
+sw/inc/hintids.hxx:319
+ enum RES_MSG RES_RESET_FMTWRITTEN
+sw/inc/hintids.hxx:322
+ enum RES_MSG RES_SECTION_RESETHIDDENFLAG
+sw/inc/hintids.hxx:347
+ enum RES_FLTRATTR RES_FLTRATTR_END
+sw/inc/poolfmt.hxx:116
+ enum RES_POOL_CHRFMT_TYPE RES_POOLCHR_LABEL
+sw/inc/poolfmt.hxx:117
+ enum RES_POOL_CHRFMT_TYPE RES_POOLCHR_DROPCAPS
+sw/inc/poolfmt.hxx:124
+ enum RES_POOL_CHRFMT_TYPE RES_POOLCHR_TOXJUMP
+sw/inc/poolfmt.hxx:131
+ enum RES_POOL_CHRFMT_TYPE RES_POOLCHR_VERT_NUM
+sw/inc/poolfmt.hxx:159
+ enum RES_POOL_FRMFMT_TYPE RES_POOLFRM_MARGINAL
+sw/inc/poolfmt.hxx:160
+ enum RES_POOL_FRMFMT_TYPE RES_POOLFRM_WATERSIGN
+sw/inc/poolfmt.hxx:189
+ enum RES_POOL_NUMRULE_TYPE RES_POOLNUMRULE_NUM1
+sw/inc/poolfmt.hxx:190
+ enum RES_POOL_NUMRULE_TYPE RES_POOLNUMRULE_NUM2
+sw/inc/poolfmt.hxx:191
+ enum RES_POOL_NUMRULE_TYPE RES_POOLNUMRULE_NUM3
+sw/inc/poolfmt.hxx:192
+ enum RES_POOL_NUMRULE_TYPE RES_POOLNUMRULE_NUM4
+sw/inc/poolfmt.hxx:193
+ enum RES_POOL_NUMRULE_TYPE RES_POOLNUMRULE_NUM5
+sw/inc/poolfmt.hxx:194
+ enum RES_POOL_NUMRULE_TYPE RES_POOLNUMRULE_BUL1
+sw/inc/poolfmt.hxx:195
+ enum RES_POOL_NUMRULE_TYPE RES_POOLNUMRULE_BUL2
+sw/inc/poolfmt.hxx:196
+ enum RES_POOL_NUMRULE_TYPE RES_POOLNUMRULE_BUL3
+sw/inc/poolfmt.hxx:197
+ enum RES_POOL_NUMRULE_TYPE RES_POOLNUMRULE_BUL4
+sw/inc/poolfmt.hxx:198
+ enum RES_POOL_NUMRULE_TYPE RES_POOLNUMRULE_BUL5
+sw/inc/poolfmt.hxx:207
+ enum RES_POOL_TABSTYLE_TYPE RES_POOLTABLESTYLE_3D
+sw/inc/poolfmt.hxx:243
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_GREETING
+sw/inc/poolfmt.hxx:246
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_MARGINAL
+sw/inc/poolfmt.hxx:259
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_HEADLINE10
+sw/inc/poolfmt.hxx:269
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_NUM_LEVEL1S
+sw/inc/poolfmt.hxx:271
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_NUM_LEVEL1E
+sw/inc/poolfmt.hxx:273
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_NUM_LEVEL2S
+sw/inc/poolfmt.hxx:275
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_NUM_LEVEL2E
+sw/inc/poolfmt.hxx:277
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_NUM_LEVEL3S
+sw/inc/poolfmt.hxx:279
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_NUM_LEVEL3E
+sw/inc/poolfmt.hxx:281
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_NUM_LEVEL4S
+sw/inc/poolfmt.hxx:283
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_NUM_LEVEL4E
+sw/inc/poolfmt.hxx:285
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_NUM_LEVEL5S
+sw/inc/poolfmt.hxx:287
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_NUM_LEVEL5E
+sw/inc/poolfmt.hxx:291
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_BUL_LEVEL1S
+sw/inc/poolfmt.hxx:293
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_BUL_LEVEL1E
+sw/inc/poolfmt.hxx:295
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_BUL_LEVEL2S
+sw/inc/poolfmt.hxx:297
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_BUL_LEVEL2E
+sw/inc/poolfmt.hxx:299
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_BUL_LEVEL3S
+sw/inc/poolfmt.hxx:301
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_BUL_LEVEL3E
+sw/inc/poolfmt.hxx:303
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_BUL_LEVEL4S
+sw/inc/poolfmt.hxx:305
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_BUL_LEVEL4E
+sw/inc/poolfmt.hxx:307
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_BUL_LEVEL5S
+sw/inc/poolfmt.hxx:309
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_BUL_LEVEL5E
+sw/inc/poolfmt.hxx:369
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_TOX_USER1
+sw/inc/poolfmt.hxx:370
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_TOX_USER2
+sw/inc/poolfmt.hxx:371
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_TOX_USER3
+sw/inc/poolfmt.hxx:372
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_TOX_USER4
+sw/inc/poolfmt.hxx:373
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_TOX_USER5
+sw/inc/poolfmt.hxx:379
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_TOX_CNTNT10
+sw/inc/poolfmt.hxx:383
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_TOX_ILLUS1
+sw/inc/poolfmt.hxx:387
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_TOX_OBJECT1
+sw/inc/poolfmt.hxx:391
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_TOX_TABLES1
+sw/inc/poolfmt.hxx:395
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_TOX_AUTHORITIES1
+sw/inc/poolfmt.hxx:398
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_TOX_USER6
+sw/inc/poolfmt.hxx:399
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_TOX_USER7
+sw/inc/poolfmt.hxx:400
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_TOX_USER8
+sw/inc/poolfmt.hxx:401
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_TOX_USER9
+sw/inc/poolfmt.hxx:402
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_TOX_USER10
+sw/inc/poolfmt.hxx:409
+ enum RES_POOL_COLLFMT_TYPE RES_POOLCOLL_DOC_TITEL
+sw/inc/reffld.hxx:37
+ enum REFERENCESUBTYPE REF_OUTLINE
+sw/source/core/inc/dbg_lay.hxx:37
+ enum PROT Pos
+sw/source/core/inc/dbg_lay.hxx:45
+ enum PROT Snapshot
+sw/source/core/inc/SwXMLBlockImport.hxx:81
+ enum SwXMLTextBlockToken OFFICE_BODY
+sw/source/core/inc/SwXMLBlockImport.hxx:82
+ enum SwXMLTextBlockToken OFFICE_TEXT
+sw/source/core/inc/SwXMLBlockImport.hxx:83
+ enum SwXMLTextBlockToken OFFICE_DOCUMENT
+sw/source/core/inc/SwXMLBlockImport.hxx:84
+ enum SwXMLTextBlockToken OFFICE_DOCUMENT_CONTENT
+sw/source/core/inc/SwXMLBlockImport.hxx:85
+ enum SwXMLTextBlockToken TEXT_P
+sw/source/core/inc/SwXMLBlockImport.hxx:107
+ enum SwXMLBlockListToken BLOCK
+sw/source/core/inc/SwXMLBlockImport.hxx:108
+ enum SwXMLBlockListToken BLOCK_LIST
+sw/source/core/unocore/unosett.cxx:1606
+ enum (anonymous at /home/noel/libo3/sw/source/core/unocore/unosett.cxx:1605:5) NotInChapterFirst
+sw/source/core/unocore/unosett.cxx:1607
+ enum (anonymous at /home/noel/libo3/sw/source/core/unocore/unosett.cxx:1605:5) NotInChapterLast
+sw/source/core/unocore/unosett.cxx:1608
+ enum (anonymous at /home/noel/libo3/sw/source/core/unocore/unosett.cxx:1605:5) InChapterFirst
+sw/source/core/unocore/unosett.cxx:1609
+ enum (anonymous at /home/noel/libo3/sw/source/core/unocore/unosett.cxx:1605:5) InChapterLast
+sw/source/filter/ww8/ww8scan.hxx:599
+ enum WW8PLCFx_Fc_FKP::Limits eMaxCache
+tools/source/generic/poly.cxx:1017
+ enum (anonymous at /home/noel/libo3/tools/source/generic/poly.cxx:1017:5) maxRecursionDepth
+vcl/source/gdi/CommonSalLayout.cxx:312
+ enum (anonymous namespace)::VerticalOrientation Upright
+vcl/source/gdi/CommonSalLayout.cxx:315
+ enum (anonymous namespace)::VerticalOrientation TransformedRotated
diff --git a/compilerplugins/clang/unusedenumconstants.untouched.results b/compilerplugins/clang/unusedenumconstants.untouched.results
new file mode 100644
index 000000000000..8ece846dc75f
--- /dev/null
+++ b/compilerplugins/clang/unusedenumconstants.untouched.results
@@ -0,0 +1,78 @@
+include/editeng/borderline.hxx:127
+ enum SvxBorderLineStyle BORDER_LINE_STYLE_MAX
+include/i18nutil/transliteration.hxx:46
+ enum TransliterationFlags NumToTextLower_zh_CN
+include/i18nutil/transliteration.hxx:48
+ enum TransliterationFlags NumToTextUpper_zh_CN
+include/i18nutil/transliteration.hxx:50
+ enum TransliterationFlags NumToTextLower_zh_TW
+include/i18nutil/transliteration.hxx:52
+ enum TransliterationFlags NumToTextUpper_zh_TW
+include/i18nutil/transliteration.hxx:54
+ enum TransliterationFlags NumToTextFormalHangul_ko
+include/i18nutil/transliteration.hxx:56
+ enum TransliterationFlags NumToTextFormalLower_ko
+include/i18nutil/transliteration.hxx:58
+ enum TransliterationFlags NumToTextFormalUpper_ko
+include/i18nutil/transliteration.hxx:118
+ enum TransliterationFlags smallToLarge_ja_JP
+include/i18nutil/transliteration.hxx:120
+ enum TransliterationFlags largeToSmall_ja_JP
+include/LibreOfficeKit/LibreOfficeKitEnums.h:38
+ LibreOfficeKitTileMode LOK_TILEMODE_RGBA
+include/oox/ole/axfontdata.hxx:39
+ enum AxFontFlags Disabled
+include/oox/ole/axfontdata.hxx:40
+ enum AxFontFlags AutoColor
+include/unotools/eventcfg.hxx:34
+ enum GlobalEventId STARTAPP
+include/unotools/eventcfg.hxx:35
+ enum GlobalEventId CLOSEAPP
+libreofficekit/source/gtk/lokdocview.cxx:286
+ enum (anonymous at /home/noel/libo3/libreofficekit/source/gtk/lokdocview.cxx:284:1) PROP_0
+sw/inc/poolfmt.hxx:96
+ enum RES_POOLFMT RES_POOL_CHRFMT
+sw/inc/poolfmt.hxx:97
+ enum RES_POOLFMT RES_POOL_FRMFMT
+sw/inc/poolfmt.hxx:98
+ enum RES_POOLFMT RES_POOL_TXTCOLL
+sw/inc/poolfmt.hxx:99
+ enum RES_POOLFMT RES_POOL_PAGEFMT
+sw/inc/poolfmt.hxx:101
+ enum RES_POOLFMT RES_POOL_PARFMT
+sw/inc/poolfmt.hxx:102
+ enum RES_POOLFMT RES_POOL_GRFFMT
+sw/inc/poolfmt.hxx:103
+ enum RES_POOLFMT RES_POOLFMT_END
+sw/inc/poolfmt.hxx:208
+ enum RES_POOL_TABSTYLE_TYPE RES_POOLTABLESTYLE_BLACK1
+sw/inc/poolfmt.hxx:209
+ enum RES_POOL_TABSTYLE_TYPE RES_POOLTABLESTYLE_BLACK2
+sw/inc/poolfmt.hxx:210
+ enum RES_POOL_TABSTYLE_TYPE RES_POOLTABLESTYLE_BLUE
+sw/inc/poolfmt.hxx:211
+ enum RES_POOL_TABSTYLE_TYPE RES_POOLTABLESTYLE_BROWN
+sw/inc/poolfmt.hxx:212
+ enum RES_POOL_TABSTYLE_TYPE RES_POOLTABLESTYLE_CURRENCY
+sw/inc/poolfmt.hxx:213
+ enum RES_POOL_TABSTYLE_TYPE RES_POOLTABLESTYLE_CURRENCY_3D
+sw/inc/poolfmt.hxx:214
+ enum RES_POOL_TABSTYLE_TYPE RES_POOLTABLESTYLE_CURRENCY_GRAY
+sw/inc/poolfmt.hxx:215
+ enum RES_POOL_TABSTYLE_TYPE RES_POOLTABLESTYLE_CURRENCY_LAVENDER
+sw/inc/poolfmt.hxx:216
+ enum RES_POOL_TABSTYLE_TYPE RES_POOLTABLESTYLE_CURRENCY_TURQUOISE
+sw/inc/poolfmt.hxx:217
+ enum RES_POOL_TABSTYLE_TYPE RES_POOLTABLESTYLE_GRAY
+sw/inc/poolfmt.hxx:218
+ enum RES_POOL_TABSTYLE_TYPE RES_POOLTABLESTYLE_GREEN
+sw/inc/poolfmt.hxx:219
+ enum RES_POOL_TABSTYLE_TYPE RES_POOLTABLESTYLE_LAVENDER
+sw/inc/poolfmt.hxx:220
+ enum RES_POOL_TABSTYLE_TYPE RES_POOLTABLESTYLE_RED
+sw/inc/poolfmt.hxx:221
+ enum RES_POOL_TABSTYLE_TYPE RES_POOLTABLESTYLE_TURQUOISE
+sw/inc/poolfmt.hxx:222
+ enum RES_POOL_TABSTYLE_TYPE RES_POOLTABLESTYLE_YELLOW
+vcl/source/gdi/CommonSalLayout.cxx:313
+ enum (anonymous namespace)::VerticalOrientation Rotated
diff --git a/compilerplugins/clang/unusedenumconstants.writeonly.results b/compilerplugins/clang/unusedenumconstants.writeonly.results
new file mode 100644
index 000000000000..567ec3498693
--- /dev/null
+++ b/compilerplugins/clang/unusedenumconstants.writeonly.results
@@ -0,0 +1,17178 @@
+basctl/source/basicide/baside3.cxx:903
+ enum NameClashMode NO_CLASH
+basctl/source/basicide/doceventnotifier.cxx:59
+ enum basctl::ListenerAction RemoveListener
+basctl/source/basicide/macrodlg.hxx:34
+ enum basctl::MacroExitCode Macro_Close
+basctl/source/basicide/macrodlg.hxx:36
+ enum basctl::MacroExitCode Macro_New
+basctl/source/basicide/macrodlg.hxx:37
+ enum basctl::MacroExitCode Macro_Edit
+basctl/source/inc/bastype2.hxx:41
+ enum BrowseMode Modules
+basctl/source/inc/bastype2.hxx:42
+ enum BrowseMode Subs
+basctl/source/inc/bastype2.hxx:43
+ enum BrowseMode Dialogs
+basctl/source/inc/bastype2.hxx:44
+ enum BrowseMode All
+basctl/source/inc/dlged.hxx:99
+ enum basctl::DlgEditor::Mode SELECT
+basctl/source/inc/dlgeddef.hxx:30
+ enum basctl::(anonymous at /home/noel/libo3/basctl/source/inc/dlgeddef.hxx:28:1) OBJ_DLG_CONTROL
+basctl/source/inc/dlgeddef.hxx:31
+ enum basctl::(anonymous at /home/noel/libo3/basctl/source/inc/dlgeddef.hxx:28:1) OBJ_DLG_DIALOG
+basctl/source/inc/layout.hxx:82
+ enum basctl::Layout::SplittedSide::Side Bottom
+basctl/source/inc/sbxitem.hxx:31
+ enum basctl::ItemType TYPE_SHELL
+basctl/source/inc/sbxitem.hxx:32
+ enum basctl::ItemType TYPE_LIBRARY
+basctl/source/inc/scriptdocument.hxx:47
+ enum basctl::LibraryLocation LIBRARY_LOCATION_UNKNOWN
+basegfx/source/range/b2drangeclipper.cxx:155
+ enum basegfx::(anonymous namespace)::SweepLineEvent::EdgeType FINISHING_EDGE
+basegfx/source/range/b2drangeclipper.cxx:161
+ enum basegfx::(anonymous namespace)::SweepLineEvent::EdgeDirection PROCEED_UP
+basegfx/source/range/b2drangeclipper.cxx:802
+ enum basegfx::(anonymous namespace)::(anonymous at /home/noel/libo3/basegfx/source/range/b2drangeclipper.cxx:802:9) PerformErase
+basegfx/source/range/b2drangeclipper.cxx:802
+ enum basegfx::(anonymous namespace)::(anonymous at /home/noel/libo3/basegfx/source/range/b2drangeclipper.cxx:802:9) NoErase
+basic/source/inc/expr.hxx:62
+ enum SbiExprMode EXPRMODE_STANDARD
+basic/source/inc/expr.hxx:79
+ enum SbiNodeType SbxDUMMY
+basic/source/inc/expr.hxx:86
+ enum RecursiveMode PREVENT_CALL
+basic/source/inc/image.hxx:34
+ enum SbiImageFlags EXPLICIT
+basic/source/inc/image.hxx:35
+ enum SbiImageFlags COMPARETEXT
+basic/source/inc/image.hxx:36
+ enum SbiImageFlags INITCODE
+basic/source/inc/image.hxx:37
+ enum SbiImageFlags CLASSMODULE
+basic/source/inc/iosys.hxx:37
+ enum SbiStreamFlags Input
+basic/source/inc/iosys.hxx:38
+ enum SbiStreamFlags Output
+basic/source/inc/iosys.hxx:39
+ enum SbiStreamFlags Random
+basic/source/inc/iosys.hxx:40
+ enum SbiStreamFlags Append
+basic/source/inc/iosys.hxx:41
+ enum SbiStreamFlags Binary
+basic/source/inc/namecont.hxx:227
+ enum basic::SfxLibraryContainer::InitMode LIBRARY_INIT_FILE
+basic/source/inc/namecont.hxx:229
+ enum basic::SfxLibraryContainer::InitMode OLD_BASIC_STORAGE
+basic/source/inc/runtime.hxx:94
+ enum SbAttributes READONLY
+basic/source/inc/runtime.hxx:95
+ enum SbAttributes HIDDEN
+basic/source/inc/runtime.hxx:96
+ enum SbAttributes DIRECTORY
+binaryurp/source/cache.hxx:36
+ enum binaryurp::cache::(anonymous at /home/noel/libo3/binaryurp/qa/../source/cache.hxx:36:1) size
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:66
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_MAX
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:67
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_MIN
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:68
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_STEPMAIN
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:69
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_STEPHELP
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:70
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_STEPHELP_COUNT
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:71
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_AUTO_MAX
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:72
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_AUTO_MIN
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:73
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_AUTO_STEPMAIN
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:74
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_AUTO_STEPHELP
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:75
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_TYPE
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:76
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_TIME_INCREMENT
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:77
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_EXPLICIT_TIME_INCREMENT
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:78
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_LOGARITHMIC
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:79
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_REVERSEDIRECTION
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:80
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_VISIBLE
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:81
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_CROSSOVER_POSITION
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:82
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_CROSSOVER_VALUE
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:83
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_ORIGIN
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:84
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_AUTO_ORIGIN
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:85
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_MARKS
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:86
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_HELPMARKS
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:87
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_MARK_POSITION
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:88
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_DISPLAY_LABELS
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:89
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_NUMBERFORMAT
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:90
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_LINK_NUMBERFORMAT_TO_SOURCE
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:91
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_LABEL_POSITION
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:92
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_TEXT_ROTATION
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:93
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_ARRANGE_ORDER
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:94
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_TEXTBREAK
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:95
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_CAN_OVERLAP
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:96
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_STACKEDTEXT
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:97
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_OVERLAP
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:98
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_GAP_WIDTH
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:99
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_DISPLAY_UNITS
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:100
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_BUILTINUNIT
+chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:101
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx:64:1) PROP_AXIS_TRY_STAGGERING_FIRST
+chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:140
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:138:1) PROP_DOCUMENT_HAS_MAIN_TITLE
+chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:141
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:138:1) PROP_DOCUMENT_HAS_SUB_TITLE
+chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:142
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:138:1) PROP_DOCUMENT_HAS_LEGEND
+chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:143
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:138:1) PROP_DOCUMENT_LABELS_IN_FIRST_ROW
+chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:144
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:138:1) PROP_DOCUMENT_LABELS_IN_FIRST_COLUMN
+chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:145
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:138:1) PROP_DOCUMENT_ADDIN
+chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:146
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:138:1) PROP_DOCUMENT_BASEDIAGRAM
+chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:147
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:138:1) PROP_DOCUMENT_ADDITIONAL_SHAPES
+chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:148
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:138:1) PROP_DOCUMENT_UPDATE_ADDIN
+chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:149
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:138:1) PROP_DOCUMENT_NULL_DATE
+chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:150
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:138:1) PROP_DOCUMENT_ENABLE_COMPLEX_CHARTTYPES
+chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:151
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx:138:1) PROP_DOCUMENT_ENABLE_DATATABLE_DIALOG
+chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:73
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:70:1) PROP_SERIES_DATAPOINT_SOLIDTYPE
+chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:74
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:70:1) PROP_SERIES_DATAPOINT_SEGMENT_OFFSET
+chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:75
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:70:1) PROP_SERIES_DATAPOINT_PERCENT_DIAGONAL
+chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:76
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:70:1) PROP_SERIES_DATAPOINT_LABEL_SEPARATOR
+chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:77
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:70:1) PROP_SERIES_NUMBERFORMAT
+chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:78
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:70:1) PROP_SERIES_LINK_NUMBERFORMAT_TO_SOURCE
+chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:79
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:70:1) PROP_SERIES_PERCENTAGE_NUMBERFORMAT
+chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:80
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:70:1) PROP_SERIES_DATAPOINT_TEXT_WORD_WRAP
+chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:81
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:70:1) PROP_SERIES_DATAPOINT_LABEL_PLACEMENT
+chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:83
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:70:1) PROP_SERIES_ATTACHED_AXIS
+chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:84
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:70:1) PROP_SERIES_DATAPOINT_TEXT_ROTATION
+chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:85
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:70:1) PROP_SERIES_DATAPOINT_LABEL_BORDER_STYLE
+chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:86
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:70:1) PROP_SERIES_DATAPOINT_LABEL_BORDER_WIDTH
+chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:87
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:70:1) PROP_SERIES_DATAPOINT_LABEL_BORDER_COLOR
+chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:88
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx:70:1) PROP_SERIES_DATAPOINT_LABEL_BORDER_TRANS
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:86
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_ATTRIBUTED_DATA_POINTS
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:87
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_PERCENT_STACKED
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:88
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_STACKED
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:89
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_THREE_D
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:90
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_SOLIDTYPE
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:91
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_DEEP
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:92
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_VERTICAL
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:93
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_NUMBER_OF_LINES
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:94
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_STACKED_BARS_CONNECTED
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:95
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_DATAROW_SOURCE
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:97
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_GROUP_BARS_PER_AXIS
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:98
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_INCLUDE_HIDDEN_CELLS
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:100
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_SORT_BY_X_VALUES
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:102
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_STARTING_ANGLE
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:104
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_RIGHT_ANGLED_AXES
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:105
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_PERSPECTIVE
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:106
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_ROTATION_HORIZONTAL
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:107
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_ROTATION_VERTICAL
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:109
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_MISSING_VALUE_TREATMENT
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:111
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_X_AXIS
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:112
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_X_AXIS_DESCR
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:113
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_X_AXIS_TITLE
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:114
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_X_AXIS_GRID
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:115
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_X_AXIS_HELP_GRID
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:117
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_Y_AXIS
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:118
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_Y_AXIS_DESCR
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:119
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_Y_AXIS_TITLE
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:120
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_Y_AXIS_GRID
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:121
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_Y_AXIS_HELP_GRID
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:123
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_Z_AXIS
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:124
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_Z_AXIS_DESCR
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:125
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_Z_AXIS_TITLE
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:126
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_Z_AXIS_GRID
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:127
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_Z_AXIS_HELP_GRID
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:129
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_SECOND_X_AXIS
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:130
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_SECOND_X_AXIS_DESCR
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:132
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_SECOND_Y_AXIS
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:133
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_SECOND_Y_AXIS_DESCR
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:135
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_SECOND_X_AXIS_TITLE
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:136
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_HAS_SECOND_Y_AXIS_TITLE
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:138
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_AUTOMATIC_SIZE
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:139
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_DATATABLEHBORDER
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:140
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_DATATABLEVBORDER
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:141
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_DATATABLEOUTLINE
+chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:142
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx:84:1) PROP_DIAGRAM_EXTERNALDATA
+chart2/source/controller/chartapiwrapper/LegendWrapper.cxx:207
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx:205:1) PROP_LEGEND_ALIGNMENT
+chart2/source/controller/chartapiwrapper/LegendWrapper.cxx:208
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx:205:1) PROP_LEGEND_EXPANSION
+chart2/source/controller/chartapiwrapper/TitleWrapper.cxx:118
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx:116:1) PROP_TITLE_STRING
+chart2/source/controller/chartapiwrapper/TitleWrapper.cxx:119
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx:116:1) PROP_TITLE_TEXT_ROTATION
+chart2/source/controller/chartapiwrapper/TitleWrapper.cxx:120
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx:116:1) PROP_TITLE_TEXT_STACKED
+chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx:98
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx:96:1) PROP_CHART_AUTOMATIC_POSITION
+chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx:54
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx:51:1) PROP_CHART_DATAPOINT_DATA_CAPTION
+chart2/source/controller/chartapiwrapper/WrappedGL3DProperties.cxx:28
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedGL3DProperties.cxx:26:1) PROP_GL3DCHARTTYPE_ROUNDED_EDGE
+chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx:110
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx:108:1) PROP_CHART_SCALE_TEXT
+chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx:171
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx:168:1) PROP_CHART_SPLINE_TYPE
+chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx:172
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx:168:1) PROP_CHART_SPLINE_ORDER
+chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx:173
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx:168:1) PROP_CHART_SPLINE_RESOLUTION
+chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:895
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:892:1) PROP_CHART_STATISTIC_CONST_ERROR_LOW
+chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:896
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:892:1) PROP_CHART_STATISTIC_CONST_ERROR_HIGH
+chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:897
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:892:1) PROP_CHART_STATISTIC_MEAN_VALUE
+chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:898
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:892:1) PROP_CHART_STATISTIC_ERROR_CATEGORY
+chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:899
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:892:1) PROP_CHART_STATISTIC_ERROR_BAR_STYLE
+chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:900
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:892:1) PROP_CHART_STATISTIC_PERCENT_ERROR
+chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:901
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:892:1) PROP_CHART_STATISTIC_ERROR_MARGIN
+chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:902
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:892:1) PROP_CHART_STATISTIC_ERROR_INDICATOR
+chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:903
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:892:1) PROP_CHART_STATISTIC_ERROR_RANGE_POSITIVE
+chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:904
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:892:1) PROP_CHART_STATISTIC_ERROR_RANGE_NEGATIVE
+chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:905
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:892:1) PROP_CHART_STATISTIC_REGRESSION_CURVES
+chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:906
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:892:1) PROP_CHART_STATISTIC_REGRESSION_PROPERTIES
+chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:907
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:892:1) PROP_CHART_STATISTIC_ERROR_PROPERTIES
+chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:908
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx:892:1) PROP_CHART_STATISTIC_MEAN_VALUE_PROPERTIES
+chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx:238
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx:235:1) PROP_CHART_STOCK_VOLUME
+chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx:239
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx:235:1) PROP_CHART_STOCK_UPDOWN
+chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx:102
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx:99:1) PROP_CHART_SYMBOL_TYPE
+chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx:103
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx:99:1) PROP_CHART_SYMBOL_BITMAP_URL
+chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx:104
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx:99:1) PROP_CHART_SYMBOL_SIZE
+chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx:105
+ enum chart::wrapper::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx:99:1) PROP_CHART_SYMBOL_AND_LINES
+chart2/source/controller/dialogs/DialogModel.hxx:101
+ enum chart::DialogModel::eMoveDirection MOVE_DOWN
+chart2/source/controller/dialogs/dlg_DataSource.cxx:118
+ enum chart::DataSourceDialogPages TP_RANGECHOOSER
+chart2/source/controller/dialogs/dlg_DataSource.cxx:119
+ enum chart::DataSourceDialogPages TP_DATA_SOURCE
+chart2/source/controller/dialogs/tp_Scale.cxx:251
+ enum chart::AxisTypeListBoxEntry TYPE_TEXT
+chart2/source/controller/inc/AccessibleBase.hxx:286
+ enum chart::AccessibleBase::eColorType ACC_BASE_BACKGROUND
+chart2/source/controller/inc/ChartController.hxx:86
+ enum chart::ChartDrawMode CHARTDRAW_SELECT
+chart2/source/controller/main/ChartModelClone.hxx:31
+ enum chart::ModelFacet E_MODEL
+chart2/source/controller/main/DragMethod_RotateDiagram.hxx:34
+ enum chart::DragMethod_RotateDiagram::RotationDirection ROTATIONDIRECTION_FREE
+chart2/source/controller/sidebar/ChartElementsPanel.cxx:58
+ enum chart::sidebar::(anonymous namespace)::GridType VERT_MINOR
+chart2/source/controller/sidebar/ChartElementsPanel.cxx:65
+ enum chart::sidebar::(anonymous namespace)::AxisType X_MAIN
+chart2/source/controller/sidebar/ChartErrorBarPanel.cxx:47
+ enum chart::sidebar::(anonymous namespace)::ErrorBarDirection POSITIVE
+chart2/source/inc/CharacterProperties.hxx:44
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_FONT_NAME
+chart2/source/inc/CharacterProperties.hxx:45
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_FONT_STYLE_NAME
+chart2/source/inc/CharacterProperties.hxx:46
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_FONT_FAMILY
+chart2/source/inc/CharacterProperties.hxx:47
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_FONT_CHAR_SET
+chart2/source/inc/CharacterProperties.hxx:48
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_FONT_PITCH
+chart2/source/inc/CharacterProperties.hxx:49
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_COLOR
+chart2/source/inc/CharacterProperties.hxx:52
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_ESCAPEMENT
+chart2/source/inc/CharacterProperties.hxx:53
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_CHAR_HEIGHT
+chart2/source/inc/CharacterProperties.hxx:54
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_UNDERLINE
+chart2/source/inc/CharacterProperties.hxx:55
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_UNDERLINE_COLOR
+chart2/source/inc/CharacterProperties.hxx:56
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_UNDERLINE_HAS_COLOR
+chart2/source/inc/CharacterProperties.hxx:57
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_OVERLINE
+chart2/source/inc/CharacterProperties.hxx:58
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_OVERLINE_COLOR
+chart2/source/inc/CharacterProperties.hxx:59
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_OVERLINE_HAS_COLOR
+chart2/source/inc/CharacterProperties.hxx:60
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_WEIGHT
+chart2/source/inc/CharacterProperties.hxx:61
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_POSTURE
+chart2/source/inc/CharacterProperties.hxx:62
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_AUTO_KERNING
+chart2/source/inc/CharacterProperties.hxx:63
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_KERNING
+chart2/source/inc/CharacterProperties.hxx:68
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_ESCAPEMENT_HEIGHT
+chart2/source/inc/CharacterProperties.hxx:71
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_STRIKE_OUT
+chart2/source/inc/CharacterProperties.hxx:72
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_WORD_MODE
+chart2/source/inc/CharacterProperties.hxx:74
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_LOCALE
+chart2/source/inc/CharacterProperties.hxx:77
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_SHADOWED
+chart2/source/inc/CharacterProperties.hxx:78
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_CONTOURED
+chart2/source/inc/CharacterProperties.hxx:79
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_RELIEF
+chart2/source/inc/CharacterProperties.hxx:84
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_EMPHASIS
+chart2/source/inc/CharacterProperties.hxx:92
... etc. - the rest is truncated
More information about the Libreoffice-commits
mailing list