summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-04-25 12:14:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-25 12:44:02 +0200
commit494c7103744ded1f6f2d373a8eb194c9d34f7b82 (patch)
treeef9bdffc52dfd0e97b8e1edb7e394c6adfa545c4 /compilerplugins
parenta8e818392d9129f74e751e1db0278cc314722208 (diff)
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
Diffstat (limited to 'compilerplugins')
-rwxr-xr-xcompilerplugins/clang/mergeclasses.py2
-rwxr-xr-xcompilerplugins/clang/singlevalfields.py2
-rw-r--r--compilerplugins/clang/singlevalfields.results222
-rwxr-xr-xcompilerplugins/clang/unnecessaryvirtual.py2
-rw-r--r--compilerplugins/clang/unnecessaryvirtual.results331
-rwxr-xr-xcompilerplugins/clang/unusedenumconstants.py6
-rw-r--r--compilerplugins/clang/unusedenumconstants.readonly.results538
-rw-r--r--compilerplugins/clang/unusedenumconstants.untouched.results78
-rw-r--r--compilerplugins/clang/unusedenumconstants.writeonly.results17178
-rwxr-xr-xcompilerplugins/clang/unusedfields.py5
-rw-r--r--compilerplugins/clang/unusedfields.untouched.results210
-rw-r--r--compilerplugins/clang/unusedfields.writeonly.results556
-rwxr-xr-xcompilerplugins/clang/unusedmethods.py4
-rw-r--r--compilerplugins/clang/unusedmethods.results590
-rw-r--r--compilerplugins/clang/unusedmethods.unused-returns.results298
15 files changed, 20012 insertions, 10 deletions
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
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_ASIAN_FONT_NAME
+chart2/source/inc/CharacterProperties.hxx:93
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_ASIAN_FONT_STYLE_NAME
+chart2/source/inc/CharacterProperties.hxx:94
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_ASIAN_FONT_FAMILY
+chart2/source/inc/CharacterProperties.hxx:95
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_ASIAN_CHAR_SET
+chart2/source/inc/CharacterProperties.hxx:96
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_ASIAN_FONT_PITCH
+chart2/source/inc/CharacterProperties.hxx:97
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_ASIAN_CHAR_HEIGHT
+chart2/source/inc/CharacterProperties.hxx:98
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_ASIAN_WEIGHT
+chart2/source/inc/CharacterProperties.hxx:99
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_ASIAN_POSTURE
+chart2/source/inc/CharacterProperties.hxx:100
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_ASIAN_LOCALE
+chart2/source/inc/CharacterProperties.hxx:106
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_COMPLEX_FONT_NAME
+chart2/source/inc/CharacterProperties.hxx:107
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_COMPLEX_FONT_STYLE_NAME
+chart2/source/inc/CharacterProperties.hxx:108
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_COMPLEX_FONT_FAMILY
+chart2/source/inc/CharacterProperties.hxx:109
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_COMPLEX_CHAR_SET
+chart2/source/inc/CharacterProperties.hxx:110
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_COMPLEX_FONT_PITCH
+chart2/source/inc/CharacterProperties.hxx:111
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_COMPLEX_CHAR_HEIGHT
+chart2/source/inc/CharacterProperties.hxx:112
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_COMPLEX_WEIGHT
+chart2/source/inc/CharacterProperties.hxx:113
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_COMPLEX_POSTURE
+chart2/source/inc/CharacterProperties.hxx:114
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_CHAR_COMPLEX_LOCALE
+chart2/source/inc/CharacterProperties.hxx:115
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_PARA_IS_CHARACTER_DISTANCE
+chart2/source/inc/CharacterProperties.hxx:117
+ enum chart::CharacterProperties::(anonymous at /home/noel/libo3/chart2/source/inc/CharacterProperties.hxx:41:5) PROP_WRITING_MODE
+chart2/source/inc/DiagramHelper.hxx:46
+ enum chart::DiagramPositioningMode DiagramPositioningMode_AUTO
+chart2/source/inc/FastPropertyIdRanges.hxx:27
+ enum chart::FastPropertyIdRanges FAST_PROPERTY_ID_START
+chart2/source/inc/FastPropertyIdRanges.hxx:28
+ enum chart::FastPropertyIdRanges FAST_PROPERTY_ID_START_DATA_SERIES
+chart2/source/inc/FastPropertyIdRanges.hxx:29
+ enum chart::FastPropertyIdRanges FAST_PROPERTY_ID_START_DATA_POINT
+chart2/source/inc/FastPropertyIdRanges.hxx:31
+ enum chart::FastPropertyIdRanges FAST_PROPERTY_ID_START_LINE_PROP
+chart2/source/inc/FastPropertyIdRanges.hxx:32
+ enum chart::FastPropertyIdRanges FAST_PROPERTY_ID_START_FILL_PROP
+chart2/source/inc/FastPropertyIdRanges.hxx:33
+ enum chart::FastPropertyIdRanges FAST_PROPERTY_ID_START_USERDEF_PROP
+chart2/source/inc/FastPropertyIdRanges.hxx:34
+ enum chart::FastPropertyIdRanges FAST_PROPERTY_ID_START_SCENE_PROP
+chart2/source/inc/FastPropertyIdRanges.hxx:37
+ enum chart::FastPropertyIdRanges FAST_PROPERTY_ID_START_CHART_STATISTIC_PROP
+chart2/source/inc/FastPropertyIdRanges.hxx:38
+ enum chart::FastPropertyIdRanges FAST_PROPERTY_ID_START_CHART_SYMBOL_PROP
+chart2/source/inc/FastPropertyIdRanges.hxx:39
+ enum chart::FastPropertyIdRanges FAST_PROPERTY_ID_START_CHART_DATACAPTION_PROP
+chart2/source/inc/FastPropertyIdRanges.hxx:40
+ enum chart::FastPropertyIdRanges FAST_PROPERTY_ID_START_CHART_SPLINE_PROP
+chart2/source/inc/FastPropertyIdRanges.hxx:41
+ enum chart::FastPropertyIdRanges FAST_PROPERTY_ID_START_CHART_STOCK_PROP
+chart2/source/inc/FastPropertyIdRanges.hxx:42
+ enum chart::FastPropertyIdRanges FAST_PROPERTY_ID_START_CHART_AUTOPOSITION_PROP
+chart2/source/inc/FastPropertyIdRanges.hxx:43
+ enum chart::FastPropertyIdRanges FAST_PROPERTY_ID_START_SCALE_TEXT_PROP
+chart2/source/inc/FastPropertyIdRanges.hxx:44
+ enum chart::FastPropertyIdRanges FAST_PROPERTY_ID_START_GL_3D
+chart2/source/inc/FillProperties.hxx:39
+ enum chart::FillProperties::(anonymous at /home/noel/libo3/chart2/source/inc/FillProperties.hxx:36:5) PROP_FILL_STYLE
+chart2/source/inc/FillProperties.hxx:40
+ enum chart::FillProperties::(anonymous at /home/noel/libo3/chart2/source/inc/FillProperties.hxx:36:5) PROP_FILL_COLOR
+chart2/source/inc/FillProperties.hxx:41
+ enum chart::FillProperties::(anonymous at /home/noel/libo3/chart2/source/inc/FillProperties.hxx:36:5) PROP_FILL_TRANSPARENCE
+chart2/source/inc/FillProperties.hxx:42
+ enum chart::FillProperties::(anonymous at /home/noel/libo3/chart2/source/inc/FillProperties.hxx:36:5) PROP_FILL_TRANSPARENCE_GRADIENT_NAME
+chart2/source/inc/FillProperties.hxx:44
+ enum chart::FillProperties::(anonymous at /home/noel/libo3/chart2/source/inc/FillProperties.hxx:36:5) PROP_FILL_GRADIENT_NAME
+chart2/source/inc/FillProperties.hxx:45
+ enum chart::FillProperties::(anonymous at /home/noel/libo3/chart2/source/inc/FillProperties.hxx:36:5) PROP_FILL_GRADIENT_STEPCOUNT
+chart2/source/inc/FillProperties.hxx:47
+ enum chart::FillProperties::(anonymous at /home/noel/libo3/chart2/source/inc/FillProperties.hxx:36:5) PROP_FILL_HATCH_NAME
+chart2/source/inc/FillProperties.hxx:50
+ enum chart::FillProperties::(anonymous at /home/noel/libo3/chart2/source/inc/FillProperties.hxx:36:5) PROP_FILL_BITMAP_NAME
+chart2/source/inc/FillProperties.hxx:53
+ enum chart::FillProperties::(anonymous at /home/noel/libo3/chart2/source/inc/FillProperties.hxx:36:5) PROP_FILL_BITMAP_OFFSETX
+chart2/source/inc/FillProperties.hxx:54
+ enum chart::FillProperties::(anonymous at /home/noel/libo3/chart2/source/inc/FillProperties.hxx:36:5) PROP_FILL_BITMAP_OFFSETY
+chart2/source/inc/FillProperties.hxx:55
+ enum chart::FillProperties::(anonymous at /home/noel/libo3/chart2/source/inc/FillProperties.hxx:36:5) PROP_FILL_BITMAP_POSITION_OFFSETX
+chart2/source/inc/FillProperties.hxx:56
+ enum chart::FillProperties::(anonymous at /home/noel/libo3/chart2/source/inc/FillProperties.hxx:36:5) PROP_FILL_BITMAP_POSITION_OFFSETY
+chart2/source/inc/FillProperties.hxx:57
+ enum chart::FillProperties::(anonymous at /home/noel/libo3/chart2/source/inc/FillProperties.hxx:36:5) PROP_FILL_BITMAP_RECTANGLEPOINT
+chart2/source/inc/FillProperties.hxx:58
+ enum chart::FillProperties::(anonymous at /home/noel/libo3/chart2/source/inc/FillProperties.hxx:36:5) PROP_FILL_BITMAP_LOGICALSIZE
+chart2/source/inc/FillProperties.hxx:59
+ enum chart::FillProperties::(anonymous at /home/noel/libo3/chart2/source/inc/FillProperties.hxx:36:5) PROP_FILL_BITMAP_SIZEX
+chart2/source/inc/FillProperties.hxx:60
+ enum chart::FillProperties::(anonymous at /home/noel/libo3/chart2/source/inc/FillProperties.hxx:36:5) PROP_FILL_BITMAP_SIZEY
+chart2/source/inc/FillProperties.hxx:61
+ enum chart::FillProperties::(anonymous at /home/noel/libo3/chart2/source/inc/FillProperties.hxx:36:5) PROP_FILL_BITMAP_MODE
+chart2/source/inc/FillProperties.hxx:63
+ enum chart::FillProperties::(anonymous at /home/noel/libo3/chart2/source/inc/FillProperties.hxx:36:5) PROP_FILL_BACKGROUND
+chart2/source/inc/LinePropertiesHelper.hxx:39
+ enum chart::LinePropertiesHelper::(anonymous at /home/noel/libo3/chart2/source/inc/LinePropertiesHelper.hxx:36:5) PROP_LINE_STYLE
+chart2/source/inc/LinePropertiesHelper.hxx:40
+ enum chart::LinePropertiesHelper::(anonymous at /home/noel/libo3/chart2/source/inc/LinePropertiesHelper.hxx:36:5) PROP_LINE_DASH
+chart2/source/inc/LinePropertiesHelper.hxx:41
+ enum chart::LinePropertiesHelper::(anonymous at /home/noel/libo3/chart2/source/inc/LinePropertiesHelper.hxx:36:5) PROP_LINE_DASH_NAME
+chart2/source/inc/LinePropertiesHelper.hxx:42
+ enum chart::LinePropertiesHelper::(anonymous at /home/noel/libo3/chart2/source/inc/LinePropertiesHelper.hxx:36:5) PROP_LINE_COLOR
+chart2/source/inc/LinePropertiesHelper.hxx:43
+ enum chart::LinePropertiesHelper::(anonymous at /home/noel/libo3/chart2/source/inc/LinePropertiesHelper.hxx:36:5) PROP_LINE_TRANSPARENCE
+chart2/source/inc/LinePropertiesHelper.hxx:44
+ enum chart::LinePropertiesHelper::(anonymous at /home/noel/libo3/chart2/source/inc/LinePropertiesHelper.hxx:36:5) PROP_LINE_WIDTH
+chart2/source/inc/LinePropertiesHelper.hxx:45
+ enum chart::LinePropertiesHelper::(anonymous at /home/noel/libo3/chart2/source/inc/LinePropertiesHelper.hxx:36:5) PROP_LINE_JOINT
+chart2/source/inc/ReferenceSizeProvider.hxx:44
+ enum chart::ReferenceSizeProvider::AutoResizeState AUTO_RESIZE_NO
+chart2/source/inc/SceneProperties.hxx:39
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_TRANSF_MATRIX
+chart2/source/inc/SceneProperties.hxx:40
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_DISTANCE
+chart2/source/inc/SceneProperties.hxx:41
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_FOCAL_LENGTH
+chart2/source/inc/SceneProperties.hxx:42
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_SHADOW_SLANT
+chart2/source/inc/SceneProperties.hxx:43
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_SHADE_MODE
+chart2/source/inc/SceneProperties.hxx:44
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_AMBIENT_COLOR
+chart2/source/inc/SceneProperties.hxx:45
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_TWO_SIDED_LIGHTING
+chart2/source/inc/SceneProperties.hxx:46
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_CAMERA_GEOMETRY
+chart2/source/inc/SceneProperties.hxx:47
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_PERSPECTIVE
+chart2/source/inc/SceneProperties.hxx:48
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_COLOR_1
+chart2/source/inc/SceneProperties.hxx:49
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_DIRECTION_1
+chart2/source/inc/SceneProperties.hxx:50
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_ON_1
+chart2/source/inc/SceneProperties.hxx:51
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_COLOR_2
+chart2/source/inc/SceneProperties.hxx:52
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_DIRECTION_2
+chart2/source/inc/SceneProperties.hxx:53
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_ON_2
+chart2/source/inc/SceneProperties.hxx:54
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_COLOR_3
+chart2/source/inc/SceneProperties.hxx:55
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_DIRECTION_3
+chart2/source/inc/SceneProperties.hxx:56
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_ON_3
+chart2/source/inc/SceneProperties.hxx:57
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_COLOR_4
+chart2/source/inc/SceneProperties.hxx:58
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_DIRECTION_4
+chart2/source/inc/SceneProperties.hxx:59
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_ON_4
+chart2/source/inc/SceneProperties.hxx:60
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_COLOR_5
+chart2/source/inc/SceneProperties.hxx:61
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_DIRECTION_5
+chart2/source/inc/SceneProperties.hxx:62
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_ON_5
+chart2/source/inc/SceneProperties.hxx:63
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_COLOR_6
+chart2/source/inc/SceneProperties.hxx:64
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_DIRECTION_6
+chart2/source/inc/SceneProperties.hxx:65
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_ON_6
+chart2/source/inc/SceneProperties.hxx:66
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_COLOR_7
+chart2/source/inc/SceneProperties.hxx:67
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_DIRECTION_7
+chart2/source/inc/SceneProperties.hxx:68
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_ON_7
+chart2/source/inc/SceneProperties.hxx:69
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_COLOR_8
+chart2/source/inc/SceneProperties.hxx:70
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_DIRECTION_8
+chart2/source/inc/SceneProperties.hxx:71
+ enum chart::SceneProperties::(anonymous at /home/noel/libo3/chart2/source/inc/SceneProperties.hxx:36:5) PROP_SCENE_LIGHT_ON_8
+chart2/source/inc/ThreeDHelper.hxx:45
+ enum chart::CuboidPlanePosition CuboidPlanePosition_Top
+chart2/source/inc/TitleHelper.hxx:39
+ enum chart::TitleHelper::eTitleType TITLE_BEGIN
+chart2/source/inc/UserDefinedProperties.hxx:39
+ enum chart::UserDefinedProperties::(anonymous at /home/noel/libo3/chart2/source/inc/UserDefinedProperties.hxx:36:5) PROP_XML_USERDEF_CHART
+chart2/source/inc/UserDefinedProperties.hxx:40
+ enum chart::UserDefinedProperties::(anonymous at /home/noel/libo3/chart2/source/inc/UserDefinedProperties.hxx:36:5) PROP_XML_USERDEF_TEXT
+chart2/source/inc/UserDefinedProperties.hxx:41
+ enum chart::UserDefinedProperties::(anonymous at /home/noel/libo3/chart2/source/inc/UserDefinedProperties.hxx:36:5) PROP_XML_USERDEF_PARA
+chart2/source/inc/UserDefinedProperties.hxx:46
+ enum chart::UserDefinedProperties::(anonymous at /home/noel/libo3/chart2/source/inc/UserDefinedProperties.hxx:36:5) PROP_XML_USERDEF
+chart2/source/model/main/Axis.cxx:63
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_SHOW
+chart2/source/model/main/Axis.cxx:64
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_CROSSOVER_POSITION
+chart2/source/model/main/Axis.cxx:65
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_CROSSOVER_VALUE
+chart2/source/model/main/Axis.cxx:66
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_DISPLAY_LABELS
+chart2/source/model/main/Axis.cxx:67
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_NUMBERFORMAT
+chart2/source/model/main/Axis.cxx:68
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_LINK_NUMBERFORMAT_TO_SOURCE
+chart2/source/model/main/Axis.cxx:69
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_LABEL_POSITION
+chart2/source/model/main/Axis.cxx:70
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_TEXT_ROTATION
+chart2/source/model/main/Axis.cxx:71
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_TEXT_BREAK
+chart2/source/model/main/Axis.cxx:72
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_TEXT_OVERLAP
+chart2/source/model/main/Axis.cxx:73
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_TEXT_STACKED
+chart2/source/model/main/Axis.cxx:74
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_TEXT_ARRANGE_ORDER
+chart2/source/model/main/Axis.cxx:75
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_REFERENCE_DIAGRAM_SIZE
+chart2/source/model/main/Axis.cxx:77
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_MAJOR_TICKMARKS
+chart2/source/model/main/Axis.cxx:78
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_MINOR_TICKMARKS
+chart2/source/model/main/Axis.cxx:79
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_MARK_POSITION
+chart2/source/model/main/Axis.cxx:81
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_DISPLAY_UNITS
+chart2/source/model/main/Axis.cxx:82
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_BUILTINUNIT
+chart2/source/model/main/Axis.cxx:84
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Axis.cxx:61:1) PROP_AXIS_TRY_STAGGERING_FIRST
+chart2/source/model/main/BaseCoordinateSystem.cxx:45
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/BaseCoordinateSystem.cxx:43:1) PROP_COORDINATESYSTEM_SWAPXANDYAXIS
+chart2/source/model/main/DataPointProperties.hxx:38
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_COLOR
+chart2/source/model/main/DataPointProperties.hxx:39
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_TRANSPARENCY
+chart2/source/model/main/DataPointProperties.hxx:42
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_FILL_STYLE
+chart2/source/model/main/DataPointProperties.hxx:43
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_TRANSPARENCY_GRADIENT_NAME
+chart2/source/model/main/DataPointProperties.hxx:44
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_GRADIENT_NAME
+chart2/source/model/main/DataPointProperties.hxx:45
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_GRADIENT_STEPCOUNT
+chart2/source/model/main/DataPointProperties.hxx:46
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_HATCH_NAME
+chart2/source/model/main/DataPointProperties.hxx:47
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_FILL_BITMAP_NAME
+chart2/source/model/main/DataPointProperties.hxx:48
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_FILL_BACKGROUND
+chart2/source/model/main/DataPointProperties.hxx:51
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_BORDER_COLOR
+chart2/source/model/main/DataPointProperties.hxx:52
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_BORDER_STYLE
+chart2/source/model/main/DataPointProperties.hxx:53
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_BORDER_WIDTH
+chart2/source/model/main/DataPointProperties.hxx:54
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_BORDER_DASH_NAME
+chart2/source/model/main/DataPointProperties.hxx:55
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_BORDER_TRANSPARENCY
+chart2/source/model/main/DataPointProperties.hxx:58
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_SYMBOL_PROP
+chart2/source/model/main/DataPointProperties.hxx:59
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_OFFSET
+chart2/source/model/main/DataPointProperties.hxx:60
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_GEOMETRY3D
+chart2/source/model/main/DataPointProperties.hxx:61
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_NUMBER_FORMAT
+chart2/source/model/main/DataPointProperties.hxx:62
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_LINK_NUMBERFORMAT_TO_SOURCE
+chart2/source/model/main/DataPointProperties.hxx:63
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_PERCENTAGE_NUMBER_FORMAT
+chart2/source/model/main/DataPointProperties.hxx:64
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_LABEL_PLACEMENT
+chart2/source/model/main/DataPointProperties.hxx:65
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_REFERENCE_DIAGRAM_SIZE
+chart2/source/model/main/DataPointProperties.hxx:66
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_TEXT_ROTATION
+chart2/source/model/main/DataPointProperties.hxx:71
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_SHOW_ERROR_BOX
+chart2/source/model/main/DataPointProperties.hxx:72
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_PERCENT_DIAGONAL
+chart2/source/model/main/DataPointProperties.hxx:75
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_LABEL
+chart2/source/model/main/DataPointProperties.hxx:76
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_LABEL_SEPARATOR
+chart2/source/model/main/DataPointProperties.hxx:77
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_TEXT_WORD_WRAP
+chart2/source/model/main/DataPointProperties.hxx:78
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_LABEL_BORDER_STYLE
+chart2/source/model/main/DataPointProperties.hxx:79
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_LABEL_BORDER_COLOR
+chart2/source/model/main/DataPointProperties.hxx:80
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_LABEL_BORDER_WIDTH
+chart2/source/model/main/DataPointProperties.hxx:81
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_LABEL_BORDER_DASH
+chart2/source/model/main/DataPointProperties.hxx:82
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_LABEL_BORDER_DASH_NAME
+chart2/source/model/main/DataPointProperties.hxx:83
+ enum chart::DataPointProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataPointProperties.hxx:35:5) PROP_DATAPOINT_LABEL_BORDER_TRANS
+chart2/source/model/main/DataSeriesProperties.hxx:36
+ enum chart::DataSeriesProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataSeriesProperties.hxx:33:5) PROP_DATASERIES_STACKING_DIRECTION
+chart2/source/model/main/DataSeriesProperties.hxx:37
+ enum chart::DataSeriesProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataSeriesProperties.hxx:33:5) PROP_DATASERIES_VARY_COLORS_BY_POINT
+chart2/source/model/main/DataSeriesProperties.hxx:38
+ enum chart::DataSeriesProperties::(anonymous at /home/noel/libo3/chart2/source/model/main/DataSeriesProperties.hxx:33:5) PROP_DATASERIES_ATTACHED_AXIS_INDEX
+chart2/source/model/main/Diagram.cxx:63
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Diagram.cxx:61:1) PROP_DIAGRAM_REL_POS
+chart2/source/model/main/Diagram.cxx:64
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Diagram.cxx:61:1) PROP_DIAGRAM_REL_SIZE
+chart2/source/model/main/Diagram.cxx:65
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Diagram.cxx:61:1) PROP_DIAGRAM_POSSIZE_EXCLUDE_LABELS
+chart2/source/model/main/Diagram.cxx:66
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Diagram.cxx:61:1) PROP_DIAGRAM_SORT_BY_X_VALUES
+chart2/source/model/main/Diagram.cxx:67
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Diagram.cxx:61:1) PROP_DIAGRAM_CONNECT_BARS
+chart2/source/model/main/Diagram.cxx:68
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Diagram.cxx:61:1) PROP_DIAGRAM_GROUP_BARS_PER_AXIS
+chart2/source/model/main/Diagram.cxx:69
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Diagram.cxx:61:1) PROP_DIAGRAM_INCLUDE_HIDDEN_CELLS
+chart2/source/model/main/Diagram.cxx:70
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Diagram.cxx:61:1) PROP_DIAGRAM_STARTING_ANGLE
+chart2/source/model/main/Diagram.cxx:71
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Diagram.cxx:61:1) PROP_DIAGRAM_RIGHT_ANGLED_AXES
+chart2/source/model/main/Diagram.cxx:75
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Diagram.cxx:61:1) PROP_DIAGRAM_MISSING_VALUE_TREATMENT
+chart2/source/model/main/Diagram.cxx:76
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Diagram.cxx:61:1) PROP_DIAGRAM_3DRELATIVEHEIGHT
+chart2/source/model/main/Diagram.cxx:77
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Diagram.cxx:61:1) PROP_DIAGRAM_DATATABLEHBORDER
+chart2/source/model/main/Diagram.cxx:78
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Diagram.cxx:61:1) PROP_DIAGRAM_DATATABLEVBORDER
+chart2/source/model/main/Diagram.cxx:79
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Diagram.cxx:61:1) PROP_DIAGRAM_DATATABLEOUTLINE
+chart2/source/model/main/Diagram.cxx:80
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Diagram.cxx:61:1) PROP_DIAGRAM_EXTERNALDATA
+chart2/source/model/main/GridProperties.cxx:42
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/GridProperties.cxx:40:1) PROP_GRID_SHOW
+chart2/source/model/main/Legend.cxx:52
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Legend.cxx:50:1) PROP_LEGEND_ANCHOR_POSITION
+chart2/source/model/main/Legend.cxx:53
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Legend.cxx:50:1) PROP_LEGEND_EXPANSION
+chart2/source/model/main/Legend.cxx:54
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Legend.cxx:50:1) PROP_LEGEND_SHOW
+chart2/source/model/main/Legend.cxx:55
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Legend.cxx:50:1) PROP_LEGEND_REF_PAGE_SIZE
+chart2/source/model/main/Legend.cxx:56
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Legend.cxx:50:1) PROP_LEGEND_REL_POS
+chart2/source/model/main/Legend.cxx:57
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Legend.cxx:50:1) PROP_LEGEND_REL_SIZE
+chart2/source/model/main/Title.cxx:52
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Title.cxx:50:1) PROP_TITLE_PARA_ADJUST
+chart2/source/model/main/Title.cxx:53
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Title.cxx:50:1) PROP_TITLE_PARA_LAST_LINE_ADJUST
+chart2/source/model/main/Title.cxx:54
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Title.cxx:50:1) PROP_TITLE_PARA_LEFT_MARGIN
+chart2/source/model/main/Title.cxx:55
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Title.cxx:50:1) PROP_TITLE_PARA_RIGHT_MARGIN
+chart2/source/model/main/Title.cxx:56
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Title.cxx:50:1) PROP_TITLE_PARA_TOP_MARGIN
+chart2/source/model/main/Title.cxx:57
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Title.cxx:50:1) PROP_TITLE_PARA_BOTTOM_MARGIN
+chart2/source/model/main/Title.cxx:58
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Title.cxx:50:1) PROP_TITLE_PARA_IS_HYPHENATION
+chart2/source/model/main/Title.cxx:59
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Title.cxx:50:1) PROP_TITLE_VISIBLE
+chart2/source/model/main/Title.cxx:61
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Title.cxx:50:1) PROP_TITLE_TEXT_ROTATION
+chart2/source/model/main/Title.cxx:62
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Title.cxx:50:1) PROP_TITLE_TEXT_STACKED
+chart2/source/model/main/Title.cxx:63
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Title.cxx:50:1) PROP_TITLE_REL_POS
+chart2/source/model/main/Title.cxx:65
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/main/Title.cxx:50:1) PROP_TITLE_REF_PAGE_SIZE
+chart2/source/model/template/AreaChartTypeTemplate.cxx:42
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/AreaChartTypeTemplate.cxx:40:1) PROP_AREA_TEMPLATE_DIMENSION
+chart2/source/model/template/BarChartTypeTemplate.cxx:43
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/BarChartTypeTemplate.cxx:41:1) PROP_BAR_TEMPLATE_DIMENSION
+chart2/source/model/template/BarChartTypeTemplate.cxx:44
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/BarChartTypeTemplate.cxx:41:1) PROP_BAR_TEMPLATE_GEOMETRY3D
+chart2/source/model/template/CandleStickChartType.cxx:39
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/CandleStickChartType.cxx:37:1) PROP_CANDLESTICKCHARTTYPE_JAPANESE
+chart2/source/model/template/CandleStickChartType.cxx:43
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/CandleStickChartType.cxx:37:1) PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST
+chart2/source/model/template/CandleStickChartType.cxx:44
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/CandleStickChartType.cxx:37:1) PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW
+chart2/source/model/template/ColumnChartType.cxx:36
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/ColumnChartType.cxx:34:1) PROP_BARCHARTTYPE_OVERLAP_SEQUENCE
+chart2/source/model/template/ColumnChartType.cxx:37
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/ColumnChartType.cxx:34:1) PROP_BARCHARTTYPE_GAPWIDTH_SEQUENCE
+chart2/source/model/template/ColumnLineChartTypeTemplate.cxx:47
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/ColumnLineChartTypeTemplate.cxx:45:1) PROP_COL_LINE_NUMBER_OF_LINES
+chart2/source/model/template/GL3DBarChartType.cxx:27
+ enum chart::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/GL3DBarChartType.cxx:25:1) PROP_GL3DCHARTTYPE_ROUNDED_EDGE
+chart2/source/model/template/GL3DBarChartTypeTemplate.cxx:30
+ enum chart::(anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/GL3DBarChartTypeTemplate.cxx:28:1) PROP_GL3DCHARTTYPE_ROUNDED_EDGE
+chart2/source/model/template/LineChartType.cxx:40
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/LineChartType.cxx:38:1) PROP_LINECHARTTYPE_CURVE_STYLE
+chart2/source/model/template/LineChartType.cxx:41
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/LineChartType.cxx:38:1) PROP_LINECHARTTYPE_CURVE_RESOLUTION
+chart2/source/model/template/LineChartType.cxx:42
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/LineChartType.cxx:38:1) PROP_LINECHARTTYPE_SPLINE_ORDER
+chart2/source/model/template/LineChartTypeTemplate.cxx:46
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/LineChartTypeTemplate.cxx:44:1) PROP_LINECHARTTYPE_TEMPLATE_CURVE_STYLE
+chart2/source/model/template/LineChartTypeTemplate.cxx:47
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/LineChartTypeTemplate.cxx:44:1) PROP_LINECHARTTYPE_TEMPLATE_CURVE_RESOLUTION
+chart2/source/model/template/LineChartTypeTemplate.cxx:48
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/LineChartTypeTemplate.cxx:44:1) PROP_LINECHARTTYPE_TEMPLATE_SPLINE_ORDER
+chart2/source/model/template/PieChartType.cxx:42
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/PieChartType.cxx:40:1) PROP_PIECHARTTYPE_USE_RINGS
+chart2/source/model/template/PieChartType.cxx:43
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/PieChartType.cxx:40:1) PROP_PIECHARTTYPE_3DRELATIVEHEIGHT
+chart2/source/model/template/PieChartTypeTemplate.cxx:51
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/PieChartTypeTemplate.cxx:49:1) PROP_PIE_TEMPLATE_DEFAULT_OFFSET
+chart2/source/model/template/PieChartTypeTemplate.cxx:52
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/PieChartTypeTemplate.cxx:49:1) PROP_PIE_TEMPLATE_OFFSET_MODE
+chart2/source/model/template/PieChartTypeTemplate.cxx:53
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/PieChartTypeTemplate.cxx:49:1) PROP_PIE_TEMPLATE_DIMENSION
+chart2/source/model/template/PieChartTypeTemplate.cxx:54
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/PieChartTypeTemplate.cxx:49:1) PROP_PIE_TEMPLATE_USE_RINGS
+chart2/source/model/template/ScatterChartType.cxx:45
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/ScatterChartType.cxx:43:1) PROP_SCATTERCHARTTYPE_CURVE_STYLE
+chart2/source/model/template/ScatterChartType.cxx:46
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/ScatterChartType.cxx:43:1) PROP_SCATTERCHARTTYPE_CURVE_RESOLUTION
+chart2/source/model/template/ScatterChartType.cxx:47
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/ScatterChartType.cxx:43:1) PROP_SCATTERCHARTTYPE_SPLINE_ORDER
+chart2/source/model/template/ScatterChartTypeTemplate.cxx:48
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/ScatterChartTypeTemplate.cxx:46:1) PROP_SCATTERCHARTTYPE_TEMPLATE_CURVE_STYLE
+chart2/source/model/template/ScatterChartTypeTemplate.cxx:49
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/ScatterChartTypeTemplate.cxx:46:1) PROP_SCATTERCHARTTYPE_TEMPLATE_CURVE_RESOLUTION
+chart2/source/model/template/ScatterChartTypeTemplate.cxx:50
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/ScatterChartTypeTemplate.cxx:46:1) PROP_SCATTERCHARTTYPE_TEMPLATE_SPLINE_ORDER
+chart2/source/model/template/StockChartTypeTemplate.cxx:53
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/StockChartTypeTemplate.cxx:51:1) PROP_STOCKCHARTTYPE_TEMPLATE_VOLUME
+chart2/source/model/template/StockChartTypeTemplate.cxx:54
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/StockChartTypeTemplate.cxx:51:1) PROP_STOCKCHARTTYPE_TEMPLATE_OPEN
+chart2/source/model/template/StockChartTypeTemplate.cxx:55
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/StockChartTypeTemplate.cxx:51:1) PROP_STOCKCHARTTYPE_TEMPLATE_LOW_HIGH
+chart2/source/model/template/StockChartTypeTemplate.cxx:56
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/model/template/StockChartTypeTemplate.cxx:51:1) PROP_STOCKCHARTTYPE_TEMPLATE_JAPANESE
+chart2/source/model/template/StockChartTypeTemplate.hxx:38
+ enum chart::StockChartTypeTemplate::StockVariant LOW_HI_CLOSE
+chart2/source/tools/CachedDataSequence.cxx:53
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/CachedDataSequence.cxx:50:1) PROP_NUMBERFORMAT_KEY
+chart2/source/tools/CachedDataSequence.cxx:54
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/CachedDataSequence.cxx:50:1) PROP_PROPOSED_ROLE
+chart2/source/tools/RegressionCurveModel.cxx:59
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/RegressionCurveModel.cxx:57:1) PROPERTY_DEGREE
+chart2/source/tools/RegressionCurveModel.cxx:60
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/RegressionCurveModel.cxx:57:1) PROPERTY_PERIOD
+chart2/source/tools/RegressionCurveModel.cxx:61
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/RegressionCurveModel.cxx:57:1) PROPERTY_EXTRAPOLATE_FORWARD
+chart2/source/tools/RegressionCurveModel.cxx:62
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/RegressionCurveModel.cxx:57:1) PROPERTY_EXTRAPOLATE_BACKWARD
+chart2/source/tools/RegressionCurveModel.cxx:63
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/RegressionCurveModel.cxx:57:1) PROPERTY_FORCE_INTERCEPT
+chart2/source/tools/RegressionCurveModel.cxx:64
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/RegressionCurveModel.cxx:57:1) PROPERTY_INTERCEPT_VALUE
+chart2/source/tools/RegressionCurveModel.cxx:65
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/RegressionCurveModel.cxx:57:1) PROPERTY_CURVE_NAME
+chart2/source/tools/RegressionEquation.cxx:51
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/RegressionEquation.cxx:49:1) PROP_EQUATION_SHOW
+chart2/source/tools/RegressionEquation.cxx:52
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/RegressionEquation.cxx:49:1) PROP_EQUATION_XNAME
+chart2/source/tools/RegressionEquation.cxx:53
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/RegressionEquation.cxx:49:1) PROP_EQUATION_YNAME
+chart2/source/tools/RegressionEquation.cxx:54
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/RegressionEquation.cxx:49:1) PROP_EQUATION_SHOW_CORRELATION_COEFF
+chart2/source/tools/RegressionEquation.cxx:55
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/RegressionEquation.cxx:49:1) PROP_EQUATION_REF_PAGE_SIZE
+chart2/source/tools/RegressionEquation.cxx:56
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/RegressionEquation.cxx:49:1) PROP_EQUATION_REL_POS
+chart2/source/tools/RegressionEquation.cxx:57
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/RegressionEquation.cxx:49:1) PROP_EQUATION_NUMBER_FORMAT
+chart2/source/tools/UncachedDataSequence.cxx:48
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/UncachedDataSequence.cxx:46:1) PROP_NUMBERFORMAT_KEY
+chart2/source/tools/UncachedDataSequence.cxx:49
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/UncachedDataSequence.cxx:46:1) PROP_PROPOSED_ROLE
+chart2/source/tools/UncachedDataSequence.cxx:50
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/chart2/source/tools/UncachedDataSequence.cxx:46:1) PROP_XML_RANGE
+chart2/source/view/axes/VAxisProperties.hxx:54
+ enum chart::AxisLabelStaggering SIDE_BY_SIDE
+chart2/source/view/inc/LegendEntryProvider.hxx:39
+ enum chart::LegendSymbolStyle LegendSymbolStyle_BOX
+codemaker/source/cppumaker/dependencies.hxx:48
+ enum codemaker::cppumaker::Dependencies::Kind KIND_NORMAL
+comphelper/source/misc/backupfilehelper.cxx:395
+ enum (anonymous namespace)::PackageRepository USER
+comphelper/source/misc/backupfilehelper.cxx:395
+ enum (anonymous namespace)::PackageRepository SHARED
+comphelper/source/misc/backupfilehelper.cxx:395
+ enum (anonymous namespace)::PackageRepository BUNDLED
+comphelper/source/misc/syntaxhighlight.cxx:31
+ enum CharFlags StartIdentifier
+comphelper/source/misc/syntaxhighlight.cxx:32
+ enum CharFlags InIdentifier
+comphelper/source/misc/syntaxhighlight.cxx:33
+ enum CharFlags StartNumber
+comphelper/source/misc/syntaxhighlight.cxx:34
+ enum CharFlags InNumber
+comphelper/source/misc/syntaxhighlight.cxx:35
+ enum CharFlags InHexNumber
+comphelper/source/misc/syntaxhighlight.cxx:36
+ enum CharFlags InOctNumber
+comphelper/source/misc/syntaxhighlight.cxx:37
+ enum CharFlags StartString
+comphelper/source/misc/syntaxhighlight.cxx:38
+ enum CharFlags Operator
+comphelper/source/misc/syntaxhighlight.cxx:39
+ enum CharFlags Space
+comphelper/source/misc/syntaxhighlight.cxx:40
+ enum CharFlags EOL
+compilerplugins/clang/test/redundantcast.cxx:13
+ enum Enum1 X
+configmgr/source/access.hxx:454
+ enum configmgr::Access::(anonymous at /home/noel/libo3/configmgr/source/access.hxx:453:5) IS_ANY
+configmgr/source/partial.hxx:34
+ enum configmgr::Partial::Containment CONTAINS_SUBNODES
+connectivity/source/drivers/mork/MorkParser.hxx:60
+ enum MorkErrors NoError
+connectivity/source/drivers/mork/MorkParser.hxx:61
+ enum MorkErrors FailedToOpen
+connectivity/source/drivers/mork/MorkParser.hxx:62
+ enum MorkErrors DefectedFormat
+connectivity/source/drivers/mork/MorkParser.hxx:144
+ enum MorkParser::NP Values
+connectivity/source/drivers/mork/MStatement.hxx:104
+ enum connectivity::mork::OCommonStatement::StatementType eCreateTable
+connectivity/source/drivers/postgresql/pq_connection.hxx:86
+ enum pq_sdbc_driver::LogLevel Error
+connectivity/source/drivers/postgresql/pq_connection.hxx:87
+ enum pq_sdbc_driver::LogLevel Sql
+connectivity/source/drivers/postgresql/pq_connection.hxx:88
+ enum pq_sdbc_driver::LogLevel Info
+connectivity/source/inc/java/sql/ConnectionLog.hxx:67
+ enum connectivity::java::sql::ConnectionLog::ObjectType CONNECTION
+connectivity/source/inc/java/sql/ConnectionLog.hxx:68
+ enum connectivity::java::sql::ConnectionLog::ObjectType STATEMENT
+connectivity/source/inc/java/sql/ConnectionLog.hxx:69
+ enum connectivity::java::sql::ConnectionLog::ObjectType RESULTSET
+connectivity/source/inc/java/sql/ConnectionLog.hxx:71
+ enum connectivity::java::sql::ConnectionLog::ObjectType ObjectTypeCount
+connectivity/source/inc/TSortIndex.hxx:37
+ enum connectivity::TAscendingOrder DESC
+cppuhelper/source/servicemanager.hxx:151
+ enum cppuhelper::ServiceManager::Data::Implementation::Status STATUS_WRAPPER
+cui/source/dialogs/colorpicker.cxx:61
+ enum UpdateFlags RGB
+cui/source/dialogs/colorpicker.cxx:62
+ enum UpdateFlags CMYK
+cui/source/dialogs/colorpicker.cxx:63
+ enum UpdateFlags HSB
+cui/source/dialogs/colorpicker.cxx:64
+ enum UpdateFlags ColorChooser
+cui/source/dialogs/colorpicker.cxx:65
+ enum UpdateFlags ColorSlider
+cui/source/dialogs/colorpicker.cxx:66
+ enum UpdateFlags Hex
+cui/source/dialogs/colorpicker.cxx:67
+ enum UpdateFlags All
+cui/source/dialogs/hangulhanjadlg.cxx:89
+ enum svx::PseudoRubyText::RubyPosition eBelow
+cui/source/inc/cfgutil.hxx:80
+ enum SfxCfgKind FUNCTION_SLOT
+cui/source/inc/cuitabarea.hxx:89
+ enum PageType Area
+cui/source/inc/cuitabarea.hxx:93
+ enum PageType Shadow
+cui/source/inc/cuitabarea.hxx:94
+ enum PageType Transparence
+cui/source/inc/hldoctp.hxx:54
+ enum SvxHyperlinkDocTp::EPathType Type_Invalid
+cui/source/inc/scriptdlg.hxx:90
+ enum InputDialogMode NEWLIB
+cui/source/options/optcolor.cxx:53
+ enum (anonymous namespace)::Group Group_General
+cui/source/options/optcolor.cxx:58
+ enum (anonymous namespace)::Group Group_Basic
+cui/source/options/optfltr.cxx:32
+ enum MSFltrPg2_CheckBoxEntries Math
+cui/source/options/optfltr.cxx:33
+ enum MSFltrPg2_CheckBoxEntries Writer
+cui/source/options/optfltr.cxx:34
+ enum MSFltrPg2_CheckBoxEntries Calc
+cui/source/options/optfltr.cxx:35
+ enum MSFltrPg2_CheckBoxEntries Impress
+cui/source/options/optfltr.cxx:36
+ enum MSFltrPg2_CheckBoxEntries SmartArt
+cui/source/options/optgenrl.cxx:42
+ enum (anonymous namespace)::RowType Row_Company
+cui/source/options/optgenrl.cxx:43
+ enum (anonymous namespace)::RowType Row_Name
+cui/source/options/optgenrl.cxx:44
+ enum (anonymous namespace)::RowType Row_Street
+cui/source/options/optgenrl.cxx:45
+ enum (anonymous namespace)::RowType Row_Street_Russian
+cui/source/options/optgenrl.cxx:46
+ enum (anonymous namespace)::RowType Row_City
+cui/source/options/optgenrl.cxx:47
+ enum (anonymous namespace)::RowType Row_City_US
+cui/source/options/optgenrl.cxx:48
+ enum (anonymous namespace)::RowType Row_Country
+cui/source/options/optgenrl.cxx:49
+ enum (anonymous namespace)::RowType Row_TitlePos
+cui/source/options/optgenrl.cxx:50
+ enum (anonymous namespace)::RowType Row_Phone
+cui/source/options/optgenrl.cxx:51
+ enum (anonymous namespace)::RowType Row_FaxMail
+cui/source/options/optlingu.cxx:271
+ enum EID_OPTIONS EID_SPELL_AUTO
+cui/source/options/optlingu.cxx:272
+ enum EID_OPTIONS EID_GRAMMAR_AUTO
+cui/source/options/optlingu.cxx:273
+ enum EID_OPTIONS EID_CAPITAL_WORDS
+cui/source/options/optlingu.cxx:274
+ enum EID_OPTIONS EID_WORDS_WITH_DIGITS
+cui/source/options/optlingu.cxx:275
+ enum EID_OPTIONS EID_SPELL_SPECIAL
+cui/source/options/optlingu.cxx:279
+ enum EID_OPTIONS EID_HYPH_AUTO
+cui/source/options/optlingu.cxx:280
+ enum EID_OPTIONS EID_HYPH_SPECIAL
+cui/source/tabpages/autocdlg.cxx:393
+ enum OfaAutoFmtOptions USE_REPLACE_TABLE
+cui/source/tabpages/autocdlg.cxx:394
+ enum OfaAutoFmtOptions CORR_UPPER
+cui/source/tabpages/autocdlg.cxx:395
+ enum OfaAutoFmtOptions BEGIN_UPPER
+cui/source/tabpages/autocdlg.cxx:396
+ enum OfaAutoFmtOptions BOLD_UNDERLINE
+cui/source/tabpages/autocdlg.cxx:397
+ enum OfaAutoFmtOptions DETECT_URL
+cui/source/tabpages/autocdlg.cxx:398
+ enum OfaAutoFmtOptions REPLACE_DASHES
+cui/source/tabpages/autocdlg.cxx:399
+ enum OfaAutoFmtOptions DEL_SPACES_AT_STT_END
+cui/source/tabpages/autocdlg.cxx:400
+ enum OfaAutoFmtOptions DEL_SPACES_BETWEEN_LINES
+cui/source/tabpages/autocdlg.cxx:401
+ enum OfaAutoFmtOptions IGNORE_DBLSPACE
+cui/source/tabpages/autocdlg.cxx:402
+ enum OfaAutoFmtOptions CORRECT_CAPS_LOCK
+cui/source/tabpages/autocdlg.cxx:404
+ enum OfaAutoFmtOptions INSERT_BORDER
+cui/source/tabpages/autocdlg.cxx:405
+ enum OfaAutoFmtOptions CREATE_TABLE
+cui/source/tabpages/autocdlg.cxx:406
+ enum OfaAutoFmtOptions REPLACE_STYLES
+cui/source/tabpages/autocdlg.cxx:407
+ enum OfaAutoFmtOptions DEL_EMPTY_NODE
+cui/source/tabpages/autocdlg.cxx:408
+ enum OfaAutoFmtOptions REPLACE_USER_COLL
+cui/source/tabpages/autocdlg.cxx:1782
+ enum OfaQuoteOptions ADD_NONBRK_SPACE
+cui/source/tabpages/autocdlg.cxx:1783
+ enum OfaQuoteOptions REPLACE_1ST
+dbaccess/source/core/dataaccess/databasedocument.hxx:161
+ enum dbaccess::ODatabaseDocument::InitState NotInitialized
+dbaccess/source/core/dataaccess/databasedocument.hxx:625
+ enum dbaccess::DocumentGuard::InitMethod_ InitMethod
+dbaccess/source/core/dataaccess/databasedocument.hxx:631
+ enum dbaccess::DocumentGuard::DefaultMethod_ DefaultMethod
+dbaccess/source/core/dataaccess/databasedocument.hxx:637
+ enum dbaccess::DocumentGuard::MethodUsedDuringInit_ MethodUsedDuringInit
+dbaccess/source/core/dataaccess/databasedocument.hxx:643
+ enum dbaccess::DocumentGuard::MethodWithoutInit_ MethodWithoutInit
+dbaccess/source/core/dataaccess/ModelImpl.hxx:162
+ enum dbaccess::ODatabaseModelImpl::EmbeddedMacros eDocumentWideMacros
+dbaccess/source/core/inc/definitioncontainer.hxx:111
+ enum dbaccess::ODefinitionContainer::ListenerType ContainerListemers
+dbaccess/source/core/inc/objectnameapproval.hxx:49
+ enum dbaccess::ObjectNameApproval::ObjectType TypeTable
+dbaccess/source/core/inc/SingleSelectQueryComposer.hxx:72
+ enum dbaccess::OSingleSelectQueryComposer::EColumnType SelectColumns
+dbaccess/source/core/inc/SingleSelectQueryComposer.hxx:73
+ enum dbaccess::OSingleSelectQueryComposer::EColumnType GroupByColumns
+dbaccess/source/core/inc/SingleSelectQueryComposer.hxx:74
+ enum dbaccess::OSingleSelectQueryComposer::EColumnType OrderColumns
+dbaccess/source/core/inc/SingleSelectQueryComposer.hxx:75
+ enum dbaccess::OSingleSelectQueryComposer::EColumnType ParameterColumns
+dbaccess/source/ext/macromigration/migrationengine.cxx:250
+ enum dbmm::(anonymous namespace)::OpenDocResult eFailure
+dbaccess/source/filter/xml/xmlDataSource.hxx:35
+ enum dbaxml::OXMLDataSource::UsedFor eDataSource
+dbaccess/source/filter/xml/xmlEnums.hxx:114
+ enum dbaxml::XMLDocuments XML_TOK_QUERY_COLLECTION
+dbaccess/source/ui/app/AppView.hxx:76
+ enum dbaui::OApplicationView::ChildFocusState PANELSWAP
+dbaccess/source/ui/dlg/ConnectionHelper.hxx:34
+ enum dbaui::IS_PATH_EXIST PATH_EXIST
+dbaccess/source/ui/dlg/detailpages.hxx:39
+ enum OCommonBehaviourTabPageFlags UseCharset
+dbaccess/source/ui/dlg/detailpages.hxx:40
+ enum OCommonBehaviourTabPageFlags UseOptions
+dbaccess/source/ui/inc/dbadmin.hxx:115
+ enum dbaui::ODbAdminDialog::ApplyResult AR_KEEP
+dbaccess/source/ui/inc/dlgsave.hxx:39
+ enum SADFlags AdditionalDescription
+dbaccess/source/ui/inc/dsmeta.hxx:40
+ enum dbaui::AuthenticationMode AuthPwd
+dbaccess/source/ui/inc/paramdialog.hxx:48
+ enum VisitFlags Visited
+dbaccess/source/ui/inc/paramdialog.hxx:49
+ enum VisitFlags Dirty
+dbaccess/source/ui/inc/QEnumTypes.hxx:27
+ enum dbaui::EOrderDir ORDER_ASC
+dbaccess/source/ui/inc/QEnumTypes.hxx:28
+ enum dbaui::EOrderDir ORDER_DESC
+dbaccess/source/ui/inc/QEnumTypes.hxx:50
+ enum dbaui::ETableFieldType TAB_NORMAL_FIELD
+dbaccess/source/ui/inc/QEnumTypes.hxx:51
+ enum dbaui::ETableFieldType TAB_PRIMARY_FIELD
+dbaccess/source/ui/inc/QueryDesignView.hxx:49
+ enum dbaui::SqlParseError eIllegalJoinCondition
+dbaccess/source/ui/inc/QueryDesignView.hxx:62
+ enum dbaui::OQueryDesignView::ChildFocusState TABLEVIEW
+dbaccess/source/ui/inc/WCopyTable.hxx:230
+ enum dbaui::OCopyTableWizard::Wizard_Button_Style WIZARD_PREV
+dbaccess/source/ui/tabledesign/TableFieldDescWin.hxx:40
+ enum dbaui::OTableFieldDescWin::ChildFocusState HELP
+desktop/inc/app.hxx:68
+ enum desktop::Desktop::BootstrapStatus BS_OK
+desktop/source/app/officeipcthread.cxx:818
+ enum PipeMode PIPEMODE_CONNECTED
+desktop/source/app/officeipcthread.hxx:83
+ enum desktop::RequestHandler::State Starting
+desktop/source/app/userinstall.hxx:32
+ enum desktop::userinstall::Status ERROR_OTHER
+desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx:247
+ enum dp_gui::ExtensionCmdQueue::Thread::Input START
+desktop/source/deployment/inc/dp_update.hxx:49
+ enum dp_misc::UPDATE_SOURCE UPDATE_SOURCE_ONLINE
+desktop/source/deployment/registry/component/dp_component.cxx:117
+ enum dp_registry::backend::component::(anonymous namespace)::BackendImpl::ComponentPackageImpl::reg REG_NOT_REGISTERED
+desktop/source/deployment/registry/component/dp_component.cxx:249
+ enum dp_registry::backend::component::(anonymous namespace)::BackendImpl::RcItem RCITEM_COMPONENTS
+desktop/source/deployment/registry/inc/dp_backend.h:221
+ enum dp_registry::backend::PackageRegistryBackend::Context Tmp
+desktop/source/deployment/registry/inc/dp_backend.h:221
+ enum dp_registry::backend::PackageRegistryBackend::Context Unknown
+desktop/source/deployment/registry/inc/dp_backend.h:221
+ enum dp_registry::backend::PackageRegistryBackend::Context Document
+desktop/source/lib/init.cxx:2521
+ enum UndoOrRedo REDO
+desktop/source/lib/init.cxx:3112
+ enum (anonymous at /home/noel/libo3/desktop/source/lib/init.cxx:3109:5) FULL_INIT
+desktop/source/migration/services/oo3extensionmigration.hxx:78
+ enum migration::OO3ExtensionMigration::ScanResult SCANRESULT_DONTMIGRATE_EXTENSION
+desktop/unx/source/start.c:180
+ int ProgressRestart
+desktop/unx/source/start.c:180
+ int ProgressExit
+editeng/source/editeng/editdoc.hxx:347
+ enum AsianCompressionFlags Normal
+editeng/source/editeng/impedit.hxx:107
+ enum GetCursorFlags TextOnly
+editeng/source/editeng/impedit.hxx:108
+ enum GetCursorFlags StartOfLine
+editeng/source/editeng/impedit.hxx:109
+ enum GetCursorFlags EndOfLine
+editeng/source/editeng/impedit.hxx:110
+ enum GetCursorFlags PreferPortionStart
+editeng/source/items/paraitem.cxx:74
+ enum SvxSpecialLineSpace End
+editeng/source/misc/svxacorr.cxx:87
+ enum Flags ExclamationMark
+editeng/source/misc/svxacorr.cxx:88
+ enum Flags QuestionMark
+editeng/source/misc/SvXMLAutoCorrectTokenHandler.hxx:26
+ enum SvXMLAutoCorrectToken NAMESPACE
+editeng/source/misc/SvXMLAutoCorrectTokenHandler.hxx:27
+ enum SvXMLAutoCorrectToken ABBREVIATED_NAME
+editeng/source/misc/SvXMLAutoCorrectTokenHandler.hxx:30
+ enum SvXMLAutoCorrectToken NAME
+extensions/source/propctrlr/browserlistbox.cxx:130
+ enum pcr::PropertyControlContext_Impl::NotificationMode eAsynchronously
+extensions/source/propctrlr/eformshelper.hxx:182
+ enum pcr::EFormsHelper::ModelElementType Binding
+extensions/source/propctrlr/formcomponenthandler.hxx:51
+ enum pcr::ComponentClassification eUnknown
+extensions/source/propctrlr/formlinkdialog.cxx:83
+ enum pcr::FieldLinkRow::LinkParticipant eMasterField
+filter/inc/gfxtypes.hxx:57
+ enum svgi::Gradient::GradientType RADIAL
+filter/inc/gfxtypes.hxx:118
+ enum svgi::FillRule NON_ZERO
+filter/inc/gfxtypes.hxx:119
+ enum svgi::FillRule EVEN_ODD
+filter/inc/gfxtypes.hxx:131
+ enum svgi::CapStyle BUTT
+filter/inc/gfxtypes.hxx:132
+ enum svgi::CapStyle RECT
+filter/inc/gfxtypes.hxx:133
+ enum svgi::CapStyle ROUND
+filter/source/config/cache/filtercache.hxx:144
+ enum filter::config::FilterCache::EItemFlushState E_ITEM_UNCHANGED
+filter/source/graphicfilter/ipict/ipict.cxx:69
+ enum PictReaderInternal::Pattern::PenStyle PEN_DASH
+filter/source/graphicfilter/ipict/ipict.cxx:69
+ enum PictReaderInternal::Pattern::PenStyle PEN_NULL
+filter/source/graphicfilter/ipict/ipict.cxx:69
+ enum PictReaderInternal::Pattern::PenStyle PEN_SOLID
+filter/source/graphicfilter/ipict/ipict.cxx:69
+ enum PictReaderInternal::Pattern::PenStyle PEN_DASHDOT
+filter/source/graphicfilter/ipict/ipict.cxx:69
+ enum PictReaderInternal::Pattern::PenStyle PEN_DOT
+filter/source/graphicfilter/ipict/ipict.cxx:70
+ enum PictReaderInternal::Pattern::BrushStyle BRUSH_VERT
+filter/source/graphicfilter/ipict/ipict.cxx:70
+ enum PictReaderInternal::Pattern::BrushStyle BRUSH_HORZ
+filter/source/graphicfilter/ipict/ipict.cxx:70
+ enum PictReaderInternal::Pattern::BrushStyle BRUSH_SOLID
+filter/source/graphicfilter/ipict/ipict.cxx:71
+ enum PictReaderInternal::Pattern::BrushStyle BRUSH_CROSS
+filter/source/graphicfilter/ipict/ipict.cxx:71
+ enum PictReaderInternal::Pattern::BrushStyle BRUSH_UPDIAG
+filter/source/graphicfilter/ipict/ipict.cxx:71
+ enum PictReaderInternal::Pattern::BrushStyle BRUSH_DIAGCROSS
+filter/source/graphicfilter/ipict/ipict.cxx:71
+ enum PictReaderInternal::Pattern::BrushStyle BRUSH_DOWNDIAG
+filter/source/graphicfilter/ipict/ipict.cxx:72
+ enum PictReaderInternal::Pattern::BrushStyle BRUSH_25
+filter/source/graphicfilter/ipict/ipict.cxx:72
+ enum PictReaderInternal::Pattern::BrushStyle BRUSH_75
+filter/source/graphicfilter/ipict/ipict.cxx:72
+ enum PictReaderInternal::Pattern::BrushStyle BRUSH_50
+filter/source/graphicfilter/ipict/ipict.cxx:140
+ enum PictDrawingMethod UNDEFINED
+filter/source/svg/svgreader.cxx:53
+ enum svgi::SvgiVisitorCaller STYLE_WRITER
+filter/source/svg/svgreader.cxx:53
+ enum svgi::SvgiVisitorCaller STYLE_ANNOTATOR
+filter/source/xmlfilteradaptor/XmlFilterAdaptor.hxx:36
+ enum FilterType FILTER_IMPORT
+filter/source/xsltdialog/typedetectionimport.hxx:48
+ enum ImportState e_Unknown
+forms/source/inc/FormComponent.hxx:567
+ enum frm::OBoundControlModel::ValueChangeInstigator eOther
+forms/source/richtext/rtattributes.hxx:40
+ enum frm::AttributeCheckState eIndetermined
+forms/source/solar/inc/navtoolbar.hxx:44
+ enum frm::NavigationToolBar::ImageSize eSmall
+forms/source/xforms/submission/submission.hxx:123
+ enum CSubmission::SubmissionResult UNKNOWN_ERROR
+fpicker/source/office/fpdialogbase.hxx:40
+ enum PickerFlags AutoExtension
+fpicker/source/office/fpdialogbase.hxx:41
+ enum PickerFlags FilterOptions
+fpicker/source/office/fpdialogbase.hxx:42
+ enum PickerFlags ShowVersions
+fpicker/source/office/fpdialogbase.hxx:43
+ enum PickerFlags InsertAsLink
+fpicker/source/office/fpdialogbase.hxx:44
+ enum PickerFlags ShowPreview
+fpicker/source/office/fpdialogbase.hxx:45
+ enum PickerFlags Templates
+fpicker/source/office/fpdialogbase.hxx:46
+ enum PickerFlags PlayButton
+fpicker/source/office/fpdialogbase.hxx:47
+ enum PickerFlags Selection
+fpicker/source/office/fpdialogbase.hxx:48
+ enum PickerFlags ImageTemplate
+fpicker/source/office/fpdialogbase.hxx:49
+ enum PickerFlags PathDialog
+fpicker/source/office/fpdialogbase.hxx:50
+ enum PickerFlags Open
+fpicker/source/office/fpdialogbase.hxx:51
+ enum PickerFlags SaveAs
+fpicker/source/office/fpdialogbase.hxx:52
+ enum PickerFlags Password
+fpicker/source/office/fpdialogbase.hxx:53
+ enum PickerFlags ReadOnly
+fpicker/source/office/fpdialogbase.hxx:54
+ enum PickerFlags MultiSelection
+fpicker/source/office/fpinteraction.hxx:47
+ enum svt::OFilePickerInteractionHandler::EInterceptedInteractions E_NOINTERCEPTION
+fpicker/source/office/fpsmartcontent.hxx:60
+ enum svt::SmartContent::Type Document
+fpicker/source/office/fpsmartcontent.hxx:98
+ enum svt::SmartContent::InteractionHandlerType IHT_OWN
+fpicker/source/office/iodlg.cxx:328
+ enum CustomContainer::FocusState Places
+fpicker/source/office/iodlg.cxx:329
+ enum CustomContainer::FocusState Add
+fpicker/source/office/iodlg.cxx:330
+ enum CustomContainer::FocusState Delete
+fpicker/source/office/iodlg.cxx:331
+ enum CustomContainer::FocusState FileView
+fpicker/source/office/iodlg.cxx:333
+ enum CustomContainer::FocusState FocusCount
+fpicker/source/office/iodlg.hxx:57
+ enum AdjustFilterFlags NonEmpty
+fpicker/source/office/iodlg.hxx:58
+ enum AdjustFilterFlags Changed
+fpicker/source/office/iodlg.hxx:59
+ enum AdjustFilterFlags UserFilter
+fpicker/source/office/RemoteFilesDialog.cxx:17
+ enum FileViewContainer::FocusState TreeView
+fpicker/source/office/RemoteFilesDialog.cxx:18
+ enum FileViewContainer::FocusState FileView
+fpicker/source/office/RemoteFilesDialog.cxx:20
+ enum FileViewContainer::FocusState FocusCount
+framework/inc/dispatch/closedispatcher.hxx:73
+ enum framework::CloseDispatcher::EOperation E_CLOSE_WIN
+framework/inc/jobs/jobdata.hxx:55
+ enum framework::JobData::EMode E_UNKNOWN_MODE
+framework/inc/jobs/jobdata.hxx:59
+ enum framework::JobData::EMode E_SERVICE
+framework/inc/jobs/jobdata.hxx:71
+ enum framework::JobData::EEnvironment E_UNKNOWN_ENVIRONMENT
+framework/inc/jobs/jobresult.hxx:56
+ enum framework::JobResult::EParts E_NOPART
+framework/inc/jobs/jobresult.hxx:57
+ enum framework::JobResult::EParts E_ARGUMENTS
+framework/inc/jobs/jobresult.hxx:58
+ enum framework::JobResult::EParts E_DEACTIVATE
+framework/inc/jobs/jobresult.hxx:59
+ enum framework::JobResult::EParts E_DISPATCHRESULT
+framework/inc/services/desktop.hxx:63
+ enum framework::ELoadState E_NOTSET
+framework/inc/services/desktop.hxx:64
+ enum framework::ELoadState E_SUCCESSFUL
+framework/inc/services/desktop.hxx:65
+ enum framework::ELoadState E_FAILED
+framework/inc/threadhelp/transactionmanager.hxx:85
+ enum framework::EExceptionMode E_SOFTEXCEPTIONS
+framework/inc/uielement/menubarmerger.hxx:47
+ enum framework::RPResultInfo RP_POPUPMENU_NOT_FOUND
+framework/inc/uielement/menubarmerger.hxx:48
+ enum framework::RPResultInfo RP_MENUITEM_NOT_FOUND
+framework/inc/uielement/togglebuttontoolbarcontroller.hxx:43
+ enum framework::ToggleButtonToolbarController::Style ToggleDropDownButton
+framework/inc/xml/imagesconfiguration.hxx:39
+ enum framework::ImageMaskMode ImageMaskMode_Color
+framework/inc/xml/imagesdocumenthandler.hxx:63
+ enum framework::OReadImagesDocumentHandler::Image_XML_Namespace IMG_NS_XLINK
+framework/inc/xml/statusbardocumenthandler.hxx:60
+ enum framework::OReadStatusBarDocumentHandler::StatusBar_XML_Namespace SB_NS_XLINK
+framework/inc/xml/toolboxdocumenthandler.hxx:59
+ enum framework::OReadToolBoxDocumentHandler::ToolBox_XML_Namespace TB_NS_XLINK
+framework/source/fwe/classes/actiontriggerseparatorpropertyset.cxx:42
+ enum EPROPERTIES PROPERTYCOUNT
+framework/source/fwe/classes/addonsoptions.cxx:209
+ enum framework::AddonsOptions_Impl::ImageSize IMGSIZE_SMALL
+framework/source/fwe/classes/addonsoptions.cxx:210
+ enum framework::AddonsOptions_Impl::ImageSize IMGSIZE_BIG
+framework/source/inc/loadenv/loadenv.hxx:57
+ enum LoadEnvFeatures WorkWithUI
+framework/source/inc/loadenv/loadenv.hxx:59
+ enum LoadEnvFeatures AllowContentHandler
+framework/source/inc/loadenv/loadenv.hxx:102
+ enum framework::LoadEnv::EContentType E_CAN_BE_HANDLED
+framework/source/inc/loadenv/loadenvexception.hxx:58
+ enum framework::LoadEnvException::EIDs ID_INVALID_ENVIRONMENT
+framework/source/inc/loadenv/loadenvexception.hxx:61
+ enum framework::LoadEnvException::EIDs ID_NO_TARGET_FOUND
+framework/source/inc/loadenv/loadenvexception.hxx:64
+ enum framework::LoadEnvException::EIDs ID_COULD_NOT_REACTIVATE_CONTROLLER
+framework/source/inc/loadenv/loadenvexception.hxx:69
+ enum framework::LoadEnvException::EIDs ID_STILL_RUNNING
+framework/source/inc/loadenv/loadenvexception.hxx:74
+ enum framework::LoadEnvException::EIDs ID_GENERAL_ERROR
+framework/source/layoutmanager/toolbarlayoutmanager.hxx:70
+ enum framework::ToolbarLayoutManager::PreviewFrameDetection PREVIEWFRAME_NO
+framework/source/services/autorecovery.cxx:188
+ enum (anonymous namespace)::AutoRecovery::EDocStates E_UNKNOWN
+framework/source/services/autorecovery.cxx:196
+ enum (anonymous namespace)::AutoRecovery::EDocStates E_TRY_SAVE
+framework/source/services/autorecovery.cxx:207
+ enum (anonymous namespace)::AutoRecovery::EDocStates E_SUCCEDED
+framework/source/services/autorecovery.cxx:218
+ enum (anonymous namespace)::AutoRecovery::EFailureSafeResult E_COPIED
+framework/source/services/autorecovery.cxx:219
+ enum (anonymous namespace)::AutoRecovery::EFailureSafeResult E_ORIGINAL_FILE_MISSING
+framework/source/services/autorecovery.cxx:220
+ enum (anonymous namespace)::AutoRecovery::EFailureSafeResult E_WRONG_TARGET_PATH
+framework/source/services/substitutepathvars.cxx:52
+ enum (anonymous namespace)::PreDefVariable PREDEFVAR_INST
+framework/source/services/substitutepathvars.cxx:53
+ enum (anonymous namespace)::PreDefVariable PREDEFVAR_PROG
+framework/source/services/substitutepathvars.cxx:54
+ enum (anonymous namespace)::PreDefVariable PREDEFVAR_USER
+framework/source/services/substitutepathvars.cxx:56
+ enum (anonymous namespace)::PreDefVariable PREDEFVAR_HOME
+framework/source/services/substitutepathvars.cxx:57
+ enum (anonymous namespace)::PreDefVariable PREDEFVAR_TEMP
+framework/source/services/substitutepathvars.cxx:59
+ enum (anonymous namespace)::PreDefVariable PREDEFVAR_USERNAME
+framework/source/services/substitutepathvars.cxx:60
+ enum (anonymous namespace)::PreDefVariable PREDEFVAR_LANGID
+framework/source/services/substitutepathvars.cxx:61
+ enum (anonymous namespace)::PreDefVariable PREDEFVAR_VLANG
+framework/source/services/substitutepathvars.cxx:62
+ enum (anonymous namespace)::PreDefVariable PREDEFVAR_INSTPATH
+framework/source/services/substitutepathvars.cxx:63
+ enum (anonymous namespace)::PreDefVariable PREDEFVAR_PROGPATH
+framework/source/services/substitutepathvars.cxx:64
+ enum (anonymous namespace)::PreDefVariable PREDEFVAR_USERPATH
+framework/source/services/substitutepathvars.cxx:65
+ enum (anonymous namespace)::PreDefVariable PREDEFVAR_INSTURL
+framework/source/services/substitutepathvars.cxx:66
+ enum (anonymous namespace)::PreDefVariable PREDEFVAR_PROGURL
+framework/source/services/substitutepathvars.cxx:67
+ enum (anonymous namespace)::PreDefVariable PREDEFVAR_USERURL
+framework/source/services/substitutepathvars.cxx:70
+ enum (anonymous namespace)::PreDefVariable PREDEFVAR_BASEINSTURL
+framework/source/services/substitutepathvars.cxx:71
+ enum (anonymous namespace)::PreDefVariable PREDEFVAR_USERDATAURL
+framework/source/services/substitutepathvars.cxx:72
+ enum (anonymous namespace)::PreDefVariable PREDEFVAR_BRANDBASEURL
+framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx:140
+ enum (anonymous namespace)::ModuleUIConfigurationManager::Layer LAYER_DEFAULT
+framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx:142
+ enum (anonymous namespace)::ModuleUIConfigurationManager::Layer LAYER_COUNT
+framework/source/uiconfiguration/windowstateconfiguration.cxx:140
+ enum (anonymous namespace)::ConfigurationAccess_WindowState::WindowStateMask WINDOWSTATE_MASK_DOCKINGAREA
+framework/source/uiconfiguration/windowstateconfiguration.cxx:141
+ enum (anonymous namespace)::ConfigurationAccess_WindowState::WindowStateMask WINDOWSTATE_MASK_POS
+framework/source/uiconfiguration/windowstateconfiguration.cxx:142
+ enum (anonymous namespace)::ConfigurationAccess_WindowState::WindowStateMask WINDOWSTATE_MASK_SIZE
+framework/source/uiconfiguration/windowstateconfiguration.cxx:143
+ enum (anonymous namespace)::ConfigurationAccess_WindowState::WindowStateMask WINDOWSTATE_MASK_UINAME
+framework/source/uiconfiguration/windowstateconfiguration.cxx:144
+ enum (anonymous namespace)::ConfigurationAccess_WindowState::WindowStateMask WINDOWSTATE_MASK_INTERNALSTATE
+framework/source/uiconfiguration/windowstateconfiguration.cxx:145
+ enum (anonymous namespace)::ConfigurationAccess_WindowState::WindowStateMask WINDOWSTATE_MASK_STYLE
+framework/source/uiconfiguration/windowstateconfiguration.cxx:146
+ enum (anonymous namespace)::ConfigurationAccess_WindowState::WindowStateMask WINDOWSTATE_MASK_DOCKPOS
+framework/source/uiconfiguration/windowstateconfiguration.cxx:147
+ enum (anonymous namespace)::ConfigurationAccess_WindowState::WindowStateMask WINDOWSTATE_MASK_DOCKSIZE
+helpcompiler/inc/BasCodeTagger.hxx:41
+ enum BasicCodeTagger::TaggerException NULL_DOCUMENT
+helpcompiler/inc/HelpCompiler.hxx:60
+ enum fs::convert native
+i18nlangtag/source/languagetag/languagetag.cxx:336
+ enum LanguageTagImpl::Extraction EXTRACTED_X
+i18nlangtag/source/languagetag/languagetag.cxx:337
+ enum LanguageTagImpl::Extraction EXTRACTED_X_JOKER
+i18npool/inc/cclass_unicode.hxx:38
+ enum ParserFlags ILLEGAL
+i18npool/inc/cclass_unicode.hxx:39
+ enum ParserFlags CHAR
+i18npool/inc/cclass_unicode.hxx:40
+ enum ParserFlags CHAR_BOOL
+i18npool/inc/cclass_unicode.hxx:41
+ enum ParserFlags CHAR_WORD
+i18npool/inc/cclass_unicode.hxx:42
+ enum ParserFlags CHAR_VALUE
+i18npool/inc/cclass_unicode.hxx:43
+ enum ParserFlags CHAR_STRING
+i18npool/inc/cclass_unicode.hxx:44
+ enum ParserFlags CHAR_DONTCARE
+i18npool/inc/cclass_unicode.hxx:45
+ enum ParserFlags BOOL
+i18npool/inc/cclass_unicode.hxx:46
+ enum ParserFlags WORD
+i18npool/inc/cclass_unicode.hxx:47
+ enum ParserFlags WORD_SEP
+i18npool/inc/cclass_unicode.hxx:48
+ enum ParserFlags VALUE
+i18npool/inc/cclass_unicode.hxx:49
+ enum ParserFlags VALUE_SEP
+i18npool/inc/cclass_unicode.hxx:50
+ enum ParserFlags VALUE_EXP
+i18npool/inc/cclass_unicode.hxx:51
+ enum ParserFlags VALUE_SIGN
+i18npool/inc/cclass_unicode.hxx:52
+ enum ParserFlags VALUE_EXP_VALUE
+i18npool/inc/cclass_unicode.hxx:53
+ enum ParserFlags VALUE_DIGIT
+i18npool/inc/cclass_unicode.hxx:54
+ enum ParserFlags NAME_SEP
+i18npool/inc/cclass_unicode.hxx:55
+ enum ParserFlags STRING_SEP
+i18npool/inc/cclass_unicode.hxx:56
+ enum ParserFlags EXCLUDED
+idl/inc/types.hxx:50
+ enum MetaTypeType Interface
+idl/inc/types.hxx:50
+ enum MetaTypeType Enum
+idlc/inc/idlctypes.hxx:68
+ enum ParseState PS_SingletonDeclSeen
+idlc/inc/idlctypes.hxx:79
+ enum ParseState PS_ServiceQsSeen
+idlc/inc/idlctypes.hxx:85
+ enum ParseState PS_SingletonSeen
+idlc/inc/idlctypes.hxx:86
+ enum ParseState PS_SingletonIDSeen
+idlc/inc/idlctypes.hxx:87
+ enum ParseState PS_SingletonSqSeen
+idlc/inc/idlctypes.hxx:88
+ enum ParseState PS_SingletonQsSeen
+idlc/inc/idlctypes.hxx:89
+ enum ParseState PS_SingletonBodySeen
+include/avmedia/mediaitem.hxx:36
+ enum AVMediaSetMask STATE
+include/avmedia/mediaitem.hxx:37
+ enum AVMediaSetMask DURATION
+include/avmedia/mediaitem.hxx:38
+ enum AVMediaSetMask TIME
+include/avmedia/mediaitem.hxx:39
+ enum AVMediaSetMask LOOP
+include/avmedia/mediaitem.hxx:40
+ enum AVMediaSetMask MUTE
+include/avmedia/mediaitem.hxx:41
+ enum AVMediaSetMask VOLUMEDB
+include/avmedia/mediaitem.hxx:42
+ enum AVMediaSetMask ZOOM
+include/avmedia/mediaitem.hxx:43
+ enum AVMediaSetMask URL
+include/avmedia/mediaitem.hxx:44
+ enum AVMediaSetMask MIME_TYPE
+include/avmedia/mediaitem.hxx:45
+ enum AVMediaSetMask ALL
+include/basegfx/polygon/b2dpolygontools.hxx:39
+ enum CutFlagValue LINE
+include/basegfx/polygon/b2dpolygontools.hxx:40
+ enum CutFlagValue START1
+include/basegfx/polygon/b2dpolygontools.hxx:41
+ enum CutFlagValue START2
+include/basegfx/polygon/b2dpolygontools.hxx:42
+ enum CutFlagValue END1
+include/basegfx/polygon/b2dpolygontools.hxx:43
+ enum CutFlagValue END2
+include/basegfx/polygon/b2dpolygontools.hxx:44
+ enum CutFlagValue ALL
+include/basegfx/polygon/b2dpolygontools.hxx:45
+ enum CutFlagValue DEFAULT
+include/basic/basmgr.hxx:37
+ enum BasicErrorReason OPENLIBSTORAGE
+include/basic/basmgr.hxx:38
+ enum BasicErrorReason OPENMGRSTREAM
+include/basic/basmgr.hxx:39
+ enum BasicErrorReason OPENLIBSTREAM
+include/basic/basmgr.hxx:40
+ enum BasicErrorReason LIBNOTFOUND
+include/basic/basmgr.hxx:41
+ enum BasicErrorReason STORAGENOTFOUND
+include/basic/basmgr.hxx:42
+ enum BasicErrorReason BASICLOADERROR
+include/basic/basmgr.hxx:43
+ enum BasicErrorReason STDLIB
+include/basic/sbdef.hxx:45
+ enum BasicDebugFlags Break
+include/basic/sbdef.hxx:47
+ enum BasicDebugFlags StepOver
+include/basic/sbdef.hxx:48
+ enum BasicDebugFlags Continue
+include/canvas/spriteredrawmanager.hxx:146
+ enum canvas::SpriteRedrawManager::SpriteChangeRecord::ChangeType none
+include/codemaker/commoncpp.hxx:50
+ enum codemaker::cpp::IdentifierTranslationMode NonGlobal
+include/comphelper/componentbase.hxx:110
+ enum comphelper::ComponentMethodGuard::MethodType Default
+include/comphelper/configurationhelper.hxx:46
+ enum comphelper::EConfigurationModes Standard
+include/comphelper/configurationhelper.hxx:48
+ enum comphelper::EConfigurationModes ReadOnly
+include/comphelper/configurationhelper.hxx:50
+ enum comphelper::EConfigurationModes AllLocales
+include/comphelper/configurationhelper.hxx:52
+ enum comphelper::EConfigurationModes LazyWrite
+include/comphelper/docpasswordhelper.hxx:37
+ enum comphelper::DocPasswordVerifierResult Abort
+include/comphelper/documentconstants.hxx:92
+ enum SfxFilterFlags IMPORT
+include/comphelper/documentconstants.hxx:93
+ enum SfxFilterFlags EXPORT
+include/comphelper/documentconstants.hxx:94
+ enum SfxFilterFlags TEMPLATE
+include/comphelper/documentconstants.hxx:95
+ enum SfxFilterFlags INTERNAL
+include/comphelper/documentconstants.hxx:96
+ enum SfxFilterFlags TEMPLATEPATH
+include/comphelper/documentconstants.hxx:97
+ enum SfxFilterFlags OWN
+include/comphelper/documentconstants.hxx:98
+ enum SfxFilterFlags ALIEN
+include/comphelper/documentconstants.hxx:101
+ enum SfxFilterFlags SUPPORTSSELECTION
+include/comphelper/documentconstants.hxx:102
+ enum SfxFilterFlags NOTINFILEDLG
+include/comphelper/documentconstants.hxx:104
+ enum SfxFilterFlags OPENREADONLY
+include/comphelper/documentconstants.hxx:105
+ enum SfxFilterFlags MUSTINSTALL
+include/comphelper/documentconstants.hxx:106
+ enum SfxFilterFlags CONSULTSERVICE
+include/comphelper/documentconstants.hxx:107
+ enum SfxFilterFlags STARONEFILTER
+include/comphelper/documentconstants.hxx:108
+ enum SfxFilterFlags PACKED
+include/comphelper/documentconstants.hxx:109
+ enum SfxFilterFlags COMBINED
+include/comphelper/documentconstants.hxx:111
+ enum SfxFilterFlags ENCRYPTION
+include/comphelper/documentconstants.hxx:112
+ enum SfxFilterFlags PASSWORDTOMODIFY
+include/comphelper/documentconstants.hxx:113
+ enum SfxFilterFlags PREFERED
+include/comphelper/documentconstants.hxx:114
+ enum SfxFilterFlags STARTPRESENTATION
+include/comphelper/documentconstants.hxx:115
+ enum SfxFilterFlags SUPPORTSSIGNING
+include/connectivity/filtermanager.hxx:64
+ enum dbtools::FilterManager::FilterComponent LinkFilter
+include/connectivity/parameters.hxx:61
+ enum dbtools::ParameterManager::ParameterClassification LinkedByParamName
+include/connectivity/sqliterator.hxx:42
+ enum connectivity::TraversalParts Parameters
+include/connectivity/sqliterator.hxx:43
+ enum connectivity::TraversalParts TableNames
+include/connectivity/sqliterator.hxx:44
+ enum connectivity::TraversalParts SelectColumns
+include/connectivity/sqliterator.hxx:52
+ enum connectivity::TraversalParts All
+include/connectivity/sqlnode.hxx:131
+ enum connectivity::OSQLParseNode::Rule UNKNOWN_RULE
+include/connectivity/sqlnode.hxx:232
+ enum connectivity::OSQLParseNode::Rule null_predicate_part_2
+include/connectivity/sqlnode.hxx:235
+ enum connectivity::OSQLParseNode::Rule rule_count
+include/desktop/exithelper.h:29
+ enum EExitCodes EXITHELPER_FATAL_ERROR
+include/desktop/exithelper.h:31
+ enum EExitCodes EXITHELPER_CRASH_WITH_RESTART
+include/desktop/exithelper.h:33
+ enum EExitCodes EXITHELPER_NORMAL_RESTART
+include/drawinglayer/primitive2d/helplineprimitive2d.hxx:42
+ enum drawinglayer::primitive2d::HelplineStyle2D Point
+include/drawinglayer/primitive2d/svggradientprimitive2d.hxx:87
+ enum drawinglayer::primitive2d::SpreadMethod Repeat
+include/drawinglayer/primitive2d/texthierarchyprimitive2d.hxx:132
+ enum drawinglayer::primitive2d::FieldType FIELD_TYPE_COMMON
+include/editeng/AccessibleContextBase.hxx:69
+ enum accessibility::AccessibleContextBase::StringOrigin ManuallySet
+include/editeng/AccessibleContextBase.hxx:70
+ enum accessibility::AccessibleContextBase::StringOrigin FromShape
+include/editeng/AccessibleContextBase.hxx:71
+ enum accessibility::AccessibleContextBase::StringOrigin AutomaticallyCreated
+include/editeng/boxitem.hxx:144
+ enum SvxBoxInfoItemValidFlags TOP
+include/editeng/boxitem.hxx:145
+ enum SvxBoxInfoItemValidFlags BOTTOM
+include/editeng/boxitem.hxx:146
+ enum SvxBoxInfoItemValidFlags LEFT
+include/editeng/boxitem.hxx:147
+ enum SvxBoxInfoItemValidFlags RIGHT
+include/editeng/boxitem.hxx:148
+ enum SvxBoxInfoItemValidFlags HORI
+include/editeng/boxitem.hxx:149
+ enum SvxBoxInfoItemValidFlags VERT
+include/editeng/boxitem.hxx:150
+ enum SvxBoxInfoItemValidFlags DISTANCE
+include/editeng/boxitem.hxx:151
+ enum SvxBoxInfoItemValidFlags DISABLE
+include/editeng/boxitem.hxx:152
+ enum SvxBoxInfoItemValidFlags ALL
+include/editeng/editdata.hxx:36
+ enum EESelectionMode EE_SELMODE_TXTONLY
+include/editeng/editdata.hxx:36
+ enum EESelectionMode EE_SELMODE_STD
+include/editeng/editeng.hxx:130
+ enum GetAttribsFlags STYLESHEET
+include/editeng/editeng.hxx:131
+ enum GetAttribsFlags PARAATTRIBS
+include/editeng/editeng.hxx:132
+ enum GetAttribsFlags CHARATTRIBS
+include/editeng/editeng.hxx:133
+ enum GetAttribsFlags ALL
+include/editeng/editstat.hxx:31
+ enum EEControlBits USECHARATTRIBS
+include/editeng/editstat.hxx:32
+ enum EEControlBits USEPARAATTRIBS
+include/editeng/editstat.hxx:33
+ enum EEControlBits CRSRLEFTPARA
+include/editeng/editstat.hxx:34
+ enum EEControlBits DOIDLEFORMAT
+include/editeng/editstat.hxx:35
+ enum EEControlBits PASTESPECIAL
+include/editeng/editstat.hxx:36
+ enum EEControlBits AUTOINDENTING
+include/editeng/editstat.hxx:37
+ enum EEControlBits UNDOATTRIBS
+include/editeng/editstat.hxx:38
+ enum EEControlBits ONECHARPERLINE
+include/editeng/editstat.hxx:39
+ enum EEControlBits NOCOLORS
+include/editeng/editstat.hxx:40
+ enum EEControlBits OUTLINER
+include/editeng/editstat.hxx:41
+ enum EEControlBits OUTLINER2
+include/editeng/editstat.hxx:42
+ enum EEControlBits ALLOWBIGOBJS
+include/editeng/editstat.hxx:43
+ enum EEControlBits ONLINESPELLING
+include/editeng/editstat.hxx:44
+ enum EEControlBits STRETCHING
+include/editeng/editstat.hxx:45
+ enum EEControlBits MARKFIELDS
+include/editeng/editstat.hxx:46
+ enum EEControlBits RESTOREFONT
+include/editeng/editstat.hxx:47
+ enum EEControlBits RTFSTYLESHEETS
+include/editeng/editstat.hxx:48
+ enum EEControlBits AUTOCORRECT
+include/editeng/editstat.hxx:49
+ enum EEControlBits AUTOCOMPLETE
+include/editeng/editstat.hxx:50
+ enum EEControlBits AUTOPAGESIZEX
+include/editeng/editstat.hxx:51
+ enum EEControlBits AUTOPAGESIZEY
+include/editeng/editstat.hxx:52
+ enum EEControlBits AUTOPAGESIZE
+include/editeng/editstat.hxx:53
+ enum EEControlBits TABINDENTING
+include/editeng/editstat.hxx:54
+ enum EEControlBits FORMAT100
+include/editeng/editstat.hxx:55
+ enum EEControlBits ULSPACESUMMATION
+include/editeng/editstat.hxx:56
+ enum EEControlBits ULSPACEFIRSTPARA
+include/editeng/editstat.hxx:65
+ enum EVControlBits AUTOSCROLL
+include/editeng/editstat.hxx:66
+ enum EVControlBits BIGSCROLL
+include/editeng/editstat.hxx:67
+ enum EVControlBits ENABLEPASTE
+include/editeng/editstat.hxx:68
+ enum EVControlBits SINGLELINEPASTE
+include/editeng/editstat.hxx:69
+ enum EVControlBits OVERWRITE
+include/editeng/editstat.hxx:70
+ enum EVControlBits INVONEMORE
+include/editeng/editstat.hxx:71
+ enum EVControlBits AUTOSIZEX
+include/editeng/editstat.hxx:72
+ enum EVControlBits AUTOSIZEY
+include/editeng/editstat.hxx:73
+ enum EVControlBits AUTOSIZE
+include/editeng/editstat.hxx:83
+ enum EditStatusFlags HSCROLL
+include/editeng/editstat.hxx:84
+ enum EditStatusFlags VSCROLL
+include/editeng/editstat.hxx:85
+ enum EditStatusFlags CURSOROUT
+include/editeng/editstat.hxx:86
+ enum EditStatusFlags CRSRMOVEFAIL
+include/editeng/editstat.hxx:87
+ enum EditStatusFlags CRSRLEFTPARA
+include/editeng/editstat.hxx:88
+ enum EditStatusFlags TEXTWIDTHCHANGED
+include/editeng/editstat.hxx:89
+ enum EditStatusFlags TextHeightChanged
+include/editeng/editstat.hxx:90
+ enum EditStatusFlags WRONGWORDCHANGED
+include/editeng/editstat.hxx:134
+ enum SpellCallbackCommand WORDLANGUAGE
+include/editeng/editstat.hxx:135
+ enum SpellCallbackCommand PARALANGUAGE
+include/editeng/editview.hxx:77
+ enum ScrollRangeCheck NoNegative
+include/editeng/flditem.hxx:299
+ enum SvxFileType SVXFILETYPE_VAR
+include/editeng/flditem.hxx:337
+ enum SvxAuthorType SVXAUTHORTYPE_VAR
+include/editeng/hangulhanja.hxx:83
+ enum editeng::HangulHanjaConversion::ConversionDirection eHanjaToHangul
+include/editeng/numitem.hxx:215
+ enum SvxNumRuleFlags CONTINUOUS
+include/editeng/numitem.hxx:216
+ enum SvxNumRuleFlags CHAR_TEXT_DISTANCE
+include/editeng/numitem.hxx:217
+ enum SvxNumRuleFlags CHAR_STYLE
+include/editeng/numitem.hxx:218
+ enum SvxNumRuleFlags BULLET_REL_SIZE
+include/editeng/numitem.hxx:219
+ enum SvxNumRuleFlags BULLET_COLOR
+include/editeng/numitem.hxx:220
+ enum SvxNumRuleFlags SYMBOL_ALIGNMENT
+include/editeng/numitem.hxx:221
+ enum SvxNumRuleFlags NO_NUMBERS
+include/editeng/numitem.hxx:222
+ enum SvxNumRuleFlags ENABLE_LINKED_BMP
+include/editeng/numitem.hxx:223
+ enum SvxNumRuleFlags ENABLE_EMBEDDED_BMP
+include/editeng/numitem.hxx:233
+ enum SvxNumRuleType OUTLINE_NUMBERING
+include/editeng/outliner.hxx:110
+ enum ParaFlag HOLDDEPTH
+include/editeng/outliner.hxx:111
+ enum ParaFlag SETBULLETTEXT
+include/editeng/outliner.hxx:112
+ enum ParaFlag ISPAGE
+include/editeng/outliner.hxx:202
+ enum OutlinerView::MouseTarget Outside
+include/editeng/svxrtf.hxx:234
+ enum SvxRTFParser::RTF_CharTypeDef NOTDEF_CHARTYPE
+include/filter/msfilter/msdffimp.hxx:360
+ enum DffSeekToContentMode SEEK_FROM_CURRENT
+include/formula/formula.hxx:52
+ enum formula::FormulaDlgMode FORMULA_FORMDLG_EDIT
+include/formula/tokenarray.hxx:57
+ enum ScRecalcMode ALWAYS
+include/formula/tokenarray.hxx:58
+ enum ScRecalcMode ONLOAD
+include/formula/tokenarray.hxx:59
+ enum ScRecalcMode ONLOAD_ONCE
+include/formula/tokenarray.hxx:60
+ enum ScRecalcMode FORCED
+include/formula/tokenarray.hxx:61
+ enum ScRecalcMode ONREFMOVE
+include/formula/tokenarray.hxx:62
+ enum ScRecalcMode EMask
+include/formula/tokenarray.hxx:142
+ enum formula::FormulaTokenArray::ReplaceMode CODE_ONLY
+include/formula/vectortoken.hxx:42
+ enum formula::VectorRefArray::InitInvalid Invalid
+include/framework/framelistanalyzer.hxx:36
+ enum FrameAnalyzerFlags Model
+include/framework/framelistanalyzer.hxx:37
+ enum FrameAnalyzerFlags Help
+include/framework/framelistanalyzer.hxx:38
+ enum FrameAnalyzerFlags BackingComponent
+include/framework/framelistanalyzer.hxx:39
+ enum FrameAnalyzerFlags Hidden
+include/framework/framelistanalyzer.hxx:40
+ enum FrameAnalyzerFlags All
+include/framework/framelistanalyzer.hxx:41
+ enum FrameAnalyzerFlags Zombie
+include/i18nutil/casefolding.hxx:34
+ enum MappingType ToUpper
+include/i18nutil/casefolding.hxx:35
+ enum MappingType ToLower
+include/i18nutil/casefolding.hxx:36
+ enum MappingType ToTitle
+include/i18nutil/casefolding.hxx:37
+ enum MappingType SimpleFolding
+include/i18nutil/casefolding.hxx:38
+ enum MappingType FullFolding
+include/i18nutil/casefolding.hxx:39
+ enum MappingType CasedLetterMask
+include/i18nutil/casefolding.hxx:40
+ enum MappingType NotValue
+include/i18nutil/transliteration.hxx:38
+ enum TransliterationFlags HALFWIDTH_FULLWIDTH
+include/i18nutil/transliteration.hxx:40
+ enum TransliterationFlags FULLWIDTH_HALFWIDTH
+include/i18nutil/transliteration.hxx:42
+ enum TransliterationFlags KATAKANA_HIRAGANA
+include/i18nutil/transliteration.hxx:44
+ enum TransliterationFlags HIRAGANA_KATAKANA
+include/i18nutil/transliteration.hxx:76
+ enum TransliterationFlags NON_IGNORE_MASK
+include/i18nutil/transliteration.hxx:77
+ enum TransliterationFlags IGNORE_MASK
+include/i18nutil/transliteration.hxx:82
+ enum TransliterationFlags IGNORE_KANA
+include/i18nutil/transliteration.hxx:84
+ enum TransliterationFlags IGNORE_WIDTH
+include/i18nutil/transliteration.hxx:86
+ enum TransliterationFlags ignoreTraditionalKanji_ja_JP
+include/i18nutil/transliteration.hxx:88
+ enum TransliterationFlags ignoreTraditionalKana_ja_JP
+include/i18nutil/transliteration.hxx:90
+ enum TransliterationFlags ignoreMinusSign_ja_JP
+include/i18nutil/transliteration.hxx:92
+ enum TransliterationFlags ignoreIterationMark_ja_JP
+include/i18nutil/transliteration.hxx:94
+ enum TransliterationFlags ignoreSeparator_ja_JP
+include/i18nutil/transliteration.hxx:96
+ enum TransliterationFlags ignoreZiZu_ja_JP
+include/i18nutil/transliteration.hxx:98
+ enum TransliterationFlags ignoreBaFa_ja_JP
+include/i18nutil/transliteration.hxx:100
+ enum TransliterationFlags ignoreTiJi_ja_JP
+include/i18nutil/transliteration.hxx:102
+ enum TransliterationFlags ignoreHyuByu_ja_JP
+include/i18nutil/transliteration.hxx:104
+ enum TransliterationFlags ignoreSeZe_ja_JP
+include/i18nutil/transliteration.hxx:106
+ enum TransliterationFlags ignoreIandEfollowedByYa_ja_JP
+include/i18nutil/transliteration.hxx:108
+ enum TransliterationFlags ignoreKiKuFollowedBySa_ja_JP
+include/i18nutil/transliteration.hxx:110
+ enum TransliterationFlags ignoreSize_ja_JP
+include/i18nutil/transliteration.hxx:112
+ enum TransliterationFlags ignoreProlongedSoundMark_ja_JP
+include/i18nutil/transliteration.hxx:114
+ enum TransliterationFlags ignoreMiddleDot_ja_JP
+include/i18nutil/transliteration.hxx:116
+ enum TransliterationFlags ignoreSpace_ja_JP
+include/i18nutil/transliteration.hxx:122
+ enum TransliterationFlags IGNORE_DIACRITICS_CTL
+include/i18nutil/transliteration.hxx:123
+ enum TransliterationFlags IGNORE_KASHIDA_CTL
+include/jvmfwk/framework.hxx:195
+ enum javaFrameworkError JFW_E_ERROR
+include/jvmfwk/framework.hxx:205
+ enum javaFrameworkError JFW_E_CONFIGURATION
+include/LibreOfficeKit/LibreOfficeKitEnums.h:39
+ LibreOfficeKitTileMode LOK_TILEMODE_BGRA
+include/linguistic/misc.hxx:68
+ enum linguistic::DictionaryError NOT_EXISTS
+include/linguistic/misc.hxx:75
+ enum linguistic::CapType NOCAP
+include/oox/drawingml/shape.hxx:302
+ enum oox::drawingml::Shape::FrameType FRAMETYPE_TABLE
+include/oox/ole/axcontrol.hxx:165
+ enum oox::ole::ApiControlType API_CONTROL_TABSTRIP
+include/oox/ole/axcontrol.hxx:186
+ enum oox::ole::ApiDefaultStateMode API_DEFAULTSTATE_SHORT
+include/oox/ole/axfontdata.hxx:35
+ enum AxFontFlags Bold
+include/oox/ole/axfontdata.hxx:36
+ enum AxFontFlags Italic
+include/oox/ole/axfontdata.hxx:37
+ enum AxFontFlags Underline
+include/oox/ole/axfontdata.hxx:38
+ enum AxFontFlags Strikeout
+include/oox/ppt/animationspersist.hxx:45
+ enum oox::ppt::(anonymous at /home/noel/libo3/include/oox/ppt/animationspersist.hxx:36:5) NP_DISPLAY
+include/oox/ppt/pptfilterhelpers.hxx:39
+ enum oox::ppt::MS_AttributeNames MS_STYLEFONTFAMILY
+include/oox/token/relationship.hxx:18
+ enum oox::Relationship HYPERLINK
+include/registry/regtype.h:43
+ enum RegAccessMode READONLY
+include/registry/regtype.h:44
+ enum RegAccessMode READWRITE
+include/registry/regtype.h:86
+ enum RegError REGISTRY_NOT_OPEN
+include/registry/regtype.h:90
+ enum RegError REGISTRY_READONLY
+include/registry/regtype.h:92
+ enum RegError DESTROY_REGISTRY_FAILED
+include/registry/regtype.h:96
+ enum RegError CANNOT_OPEN_FOR_READWRITE
+include/registry/regtype.h:103
+ enum RegError KEY_NOT_OPEN
+include/registry/regtype.h:107
+ enum RegError CREATE_KEY_FAILED
+include/registry/regtype.h:109
+ enum RegError DELETE_KEY_FAILED
+include/registry/regtype.h:115
+ enum RegError INVALID_KEY
+include/registry/regtype.h:120
+ enum RegError SET_VALUE_FAILED
+include/registry/regtype.h:122
+ enum RegError DELETE_VALUE_FAILED
+include/sfx2/app.hxx:92
+ enum SfxToolsModule Math
+include/sfx2/app.hxx:93
+ enum SfxToolsModule Calc
+include/sfx2/app.hxx:94
+ enum SfxToolsModule Draw
+include/sfx2/app.hxx:95
+ enum SfxToolsModule Writer
+include/sfx2/app.hxx:96
+ enum SfxToolsModule Basic
+include/sfx2/bindings.hxx:61
+ enum SfxCallMode ASYNCHRON
+include/sfx2/childwin.hxx:46
+ enum SfxChildWindowFlags ZOOMIN
+include/sfx2/childwin.hxx:47
+ enum SfxChildWindowFlags FORCEDOCK
+include/sfx2/childwin.hxx:48
+ enum SfxChildWindowFlags TASK
+include/sfx2/childwin.hxx:49
+ enum SfxChildWindowFlags CANTGETFOCUS
+include/sfx2/childwin.hxx:50
+ enum SfxChildWindowFlags ALWAYSAVAILABLE
+include/sfx2/childwin.hxx:51
+ enum SfxChildWindowFlags NEVERHIDE
+include/sfx2/dispatch.hxx:62
+ enum SfxDispatcherPopFlags POP_UNTIL
+include/sfx2/dispatch.hxx:63
+ enum SfxDispatcherPopFlags POP_DELETE
+include/sfx2/dispatch.hxx:64
+ enum SfxDispatcherPopFlags PUSH
+include/sfx2/docfile.hxx:164
+ enum SfxMedium::ShowLockResult NoLock
+include/sfx2/event.hxx:41
+ enum SfxEventHintId CloseView
+include/sfx2/event.hxx:43
+ enum SfxEventHintId DeactivateDoc
+include/sfx2/event.hxx:49
+ enum SfxEventHintId PrepareCloseView
+include/sfx2/event.hxx:50
+ enum SfxEventHintId PrintDoc
+include/sfx2/event.hxx:53
+ enum SfxEventHintId SaveAsDocFailed
+include/sfx2/event.hxx:56
+ enum SfxEventHintId SaveDocFailed
+include/sfx2/event.hxx:59
+ enum SfxEventHintId SaveToDocFailed
+include/sfx2/event.hxx:62
+ enum SfxEventHintId VisAreaChanged
+include/sfx2/event.hxx:64
+ enum SfxEventHintId SwMailMerge
+include/sfx2/event.hxx:65
+ enum SfxEventHintId SwMailMergeEnd
+include/sfx2/event.hxx:66
+ enum SfxEventHintId SwEventPageCount
+include/sfx2/event.hxx:67
+ enum SfxEventHintId SwEventFieldMerge
+include/sfx2/event.hxx:68
+ enum SfxEventHintId SwEventFieldMergeFinished
+include/sfx2/filedlghelper.hxx:64
+ enum FileDialogFlags Insert
+include/sfx2/filedlghelper.hxx:65
+ enum FileDialogFlags Export
+include/sfx2/filedlghelper.hxx:66
+ enum FileDialogFlags SaveACopy
+include/sfx2/filedlghelper.hxx:67
+ enum FileDialogFlags MultiSelection
+include/sfx2/filedlghelper.hxx:68
+ enum FileDialogFlags Graphic
+include/sfx2/filedlghelper.hxx:70
+ enum FileDialogFlags SignPDF
+include/sfx2/filedlghelper.hxx:71
+ enum FileDialogFlags InsertCompare
+include/sfx2/filedlghelper.hxx:72
+ enum FileDialogFlags InsertMerge
+include/sfx2/filedlghelper.hxx:90
+ enum sfx2::FileDialogHelper::Context SW_INSERT_GRAPHIC
+include/sfx2/frmdescr.hxx:49
+ enum ScrollingMode No
+include/sfx2/itemconnect.hxx:37
+ enum ItemConnFlags HideUnknown
+include/sfx2/lnkbase.hxx:130
+ enum sfx2::SvBaseLink::UpdateResult ERROR_GENERAL
+include/sfx2/mailmodelapi.hxx:43
+ enum SfxMailModel::SaveResult SAVE_ERROR
+include/sfx2/mailmodelapi.hxx:70
+ enum SfxMailModel::SendMailResult SEND_MAIL_CANCELLED
+include/sfx2/msg.hxx:37
+ enum SfxSlotMode TOGGLE
+include/sfx2/msg.hxx:38
+ enum SfxSlotMode AUTOUPDATE
+include/sfx2/msg.hxx:39
+ enum SfxSlotMode ASYNCHRON
+include/sfx2/msg.hxx:41
+ enum SfxSlotMode NORECORD
+include/sfx2/msg.hxx:42
+ enum SfxSlotMode RECORDPERITEM
+include/sfx2/msg.hxx:43
+ enum SfxSlotMode RECORDPERSET
+include/sfx2/msg.hxx:44
+ enum SfxSlotMode RECORDABSOLUTE
+include/sfx2/msg.hxx:46
+ enum SfxSlotMode METHOD
+include/sfx2/msg.hxx:48
+ enum SfxSlotMode FASTCALL
+include/sfx2/msg.hxx:50
+ enum SfxSlotMode MENUCONFIG
+include/sfx2/msg.hxx:51
+ enum SfxSlotMode TOOLBOXCONFIG
+include/sfx2/msg.hxx:52
+ enum SfxSlotMode ACCELCONFIG
+include/sfx2/msg.hxx:54
+ enum SfxSlotMode CONTAINER
+include/sfx2/msg.hxx:55
+ enum SfxSlotMode READONLYDOC
+include/sfx2/msg.hxx:87
+ enum SfxSlotKind Standard
+include/sfx2/new.hxx:44
+ enum SfxTemplateFlags LOAD_TEXT_STYLES
+include/sfx2/new.hxx:45
+ enum SfxTemplateFlags LOAD_FRAME_STYLES
+include/sfx2/new.hxx:46
+ enum SfxTemplateFlags LOAD_PAGE_STYLES
+include/sfx2/new.hxx:47
+ enum SfxTemplateFlags LOAD_NUM_STYLES
+include/sfx2/new.hxx:48
+ enum SfxTemplateFlags MERGE_STYLES
+include/sfx2/objsh.hxx:122
+ enum SfxObjectShellFlags STD_NORMAL
+include/sfx2/objsh.hxx:123
+ enum SfxObjectShellFlags HASMENU
+include/sfx2/objsh.hxx:124
+ enum SfxObjectShellFlags DONTCLOSE
+include/sfx2/objsh.hxx:125
+ enum SfxObjectShellFlags NODOCINFO
+include/sfx2/objsh.hxx:146
+ enum SfxLoadedFlags MAINDOCUMENT
+include/sfx2/objsh.hxx:147
+ enum SfxLoadedFlags IMAGES
+include/sfx2/objsh.hxx:158
+ enum HiddenInformation RECORDEDCHANGES
+include/sfx2/objsh.hxx:159
+ enum HiddenInformation NOTES
+include/sfx2/objsh.hxx:160
+ enum HiddenInformation DOCUMENTVERSIONS
+include/sfx2/objsh.hxx:214
+ enum SfxObjectShell::TriState no
+include/sfx2/passwd.hxx:37
+ enum SfxShowExtras USER
+include/sfx2/passwd.hxx:38
+ enum SfxShowExtras CONFIRM
+include/sfx2/passwd.hxx:39
+ enum SfxShowExtras PASSWORD2
+include/sfx2/passwd.hxx:40
+ enum SfxShowExtras CONFIRM2
+include/sfx2/passwd.hxx:41
+ enum SfxShowExtras ALL
+include/sfx2/recentdocsview.hxx:37
+ enum sfx2::ApplicationType TYPE_WRITER
+include/sfx2/recentdocsview.hxx:38
+ enum sfx2::ApplicationType TYPE_CALC
+include/sfx2/recentdocsview.hxx:39
+ enum sfx2::ApplicationType TYPE_IMPRESS
+include/sfx2/recentdocsview.hxx:40
+ enum sfx2::ApplicationType TYPE_DRAW
+include/sfx2/recentdocsview.hxx:41
+ enum sfx2::ApplicationType TYPE_DATABASE
+include/sfx2/recentdocsview.hxx:42
+ enum sfx2::ApplicationType TYPE_MATH
+include/sfx2/recentdocsview.hxx:43
+ enum sfx2::ApplicationType TYPE_OTHER
+include/sfx2/sfxmodelfactory.hxx:32
+ enum SfxModelFlags EMBEDDED_OBJECT
+include/sfx2/sfxmodelfactory.hxx:33
+ enum SfxModelFlags EXTERNAL_LINK
+include/sfx2/sfxmodelfactory.hxx:34
+ enum SfxModelFlags DISABLE_EMBEDDED_SCRIPTS
+include/sfx2/sfxmodelfactory.hxx:35
+ enum SfxModelFlags DISABLE_DOCUMENT_RECOVERY
+include/sfx2/StylePreviewRenderer.hxx:34
+ enum sfx2::StylePreviewRenderer::RenderAlign TOP
+include/sfx2/tabdlg.hxx:219
+ enum DeactivateRC RefreshSet
+include/sfx2/viewsh.hxx:75
+ enum SfxPrinterChangeFlags JOBSETUP
+include/sfx2/viewsh.hxx:98
+ enum SfxViewShellFlags HAS_PRINTOPTIONS
+include/sfx2/viewsh.hxx:99
+ enum SfxViewShellFlags NO_SHOW
+include/sfx2/viewsh.hxx:100
+ enum SfxViewShellFlags NO_NEWWINDOW
+include/sfx2/zoomitem.hxx:40
+ enum SvxZoomEnableFlags N50
+include/sfx2/zoomitem.hxx:41
+ enum SvxZoomEnableFlags N75
+include/sfx2/zoomitem.hxx:42
+ enum SvxZoomEnableFlags N100
+include/sfx2/zoomitem.hxx:43
+ enum SvxZoomEnableFlags N150
+include/sfx2/zoomitem.hxx:44
+ enum SvxZoomEnableFlags N200
+include/sfx2/zoomitem.hxx:45
+ enum SvxZoomEnableFlags OPTIMAL
+include/sfx2/zoomitem.hxx:46
+ enum SvxZoomEnableFlags WHOLEPAGE
+include/sfx2/zoomitem.hxx:47
+ enum SvxZoomEnableFlags PAGEWIDTH
+include/sfx2/zoomitem.hxx:48
+ enum SvxZoomEnableFlags ALL
+include/sot/exchange.hxx:87
+ enum SotExchangeActionFlags KeepPosSize
+include/sot/exchange.hxx:88
+ enum SotExchangeActionFlags InsertImageMap
+include/sot/exchange.hxx:89
+ enum SotExchangeActionFlags ReplaceImageMap
+include/sot/exchange.hxx:90
+ enum SotExchangeActionFlags Fill
+include/sot/exchange.hxx:91
+ enum SotExchangeActionFlags InsertTargetUrl
+include/sot/exchange.hxx:102
+ enum SotExchangeDest CHARTDOC_OLEOBJ
+include/sot/exchange.hxx:108
+ enum SotExchangeDest DOC_IMAPREGION
+include/sot/exchange.hxx:111
+ enum SotExchangeDest DOC_URLFIELD
+include/sot/exchange.hxx:114
+ enum SotExchangeDest SCDOC_FREE_AREA
+include/sot/exchange.hxx:115
+ enum SotExchangeDest SDDOC_FREE_AREA
+include/store/types.h:77
+ storeError store_E_AccessViolation
+include/store/types.h:79
+ storeError store_E_CantSeek
+include/store/types.h:80
+ storeError store_E_CantRead
+include/store/types.h:81
+ storeError store_E_CantWrite
+include/store/types.h:82
+ storeError store_E_InvalidAccess
+include/store/types.h:83
+ storeError store_E_InvalidHandle
+include/store/types.h:84
+ storeError store_E_InvalidParameter
+include/store/types.h:88
+ storeError store_E_NotDirectory
+include/store/types.h:89
+ storeError store_E_NotFile
+include/store/types.h:90
+ storeError store_E_NoMoreFiles
+include/store/types.h:91
+ storeError store_E_NameTooLong
+include/store/types.h:92
+ storeError store_E_OutOfMemory
+include/store/types.h:93
+ storeError store_E_OutOfSpace
+include/store/types.h:96
+ storeError store_E_WrongVersion
+include/store/types.h:97
+ storeError store_E_Unknown
+include/svl/hint.hxx:28
+ enum SfxHintId NameChanged
+include/svl/hint.hxx:59
+ enum SfxHintId BasicObjectChanged
+include/svl/IndexedStyleSheets.hxx:127
+ enum svl::IndexedStyleSheets::SearchBehavior ReturnAll
+include/svl/inettype.hxx:130
+ enum INetContentType CONTENT_TYPE_APP_PDF
+include/svl/inettype.hxx:131
+ enum INetContentType CONTENT_TYPE_APP_RTF
+include/svl/inettype.hxx:132
+ enum INetContentType CONTENT_TYPE_APP_MSWORD
+include/svl/inettype.hxx:133
+ enum INetContentType CONTENT_TYPE_APP_MSWORD_TEMPL
+include/svl/inettype.hxx:134
+ enum INetContentType CONTENT_TYPE_APP_STARCALC
+include/svl/inettype.hxx:135
+ enum INetContentType CONTENT_TYPE_APP_STARCHART
+include/svl/inettype.hxx:136
+ enum INetContentType CONTENT_TYPE_APP_STARDRAW
+include/svl/inettype.hxx:137
+ enum INetContentType CONTENT_TYPE_APP_STARHELP
+include/svl/inettype.hxx:138
+ enum INetContentType CONTENT_TYPE_APP_STARIMAGE
+include/svl/inettype.hxx:139
+ enum INetContentType CONTENT_TYPE_APP_STARIMPRESS
+include/svl/inettype.hxx:140
+ enum INetContentType CONTENT_TYPE_APP_STARMATH
+include/svl/inettype.hxx:141
+ enum INetContentType CONTENT_TYPE_APP_STARWRITER
+include/svl/inettype.hxx:142
+ enum INetContentType CONTENT_TYPE_APP_ZIP
+include/svl/inettype.hxx:143
+ enum INetContentType CONTENT_TYPE_AUDIO_AIFF
+include/svl/inettype.hxx:144
+ enum INetContentType CONTENT_TYPE_AUDIO_BASIC
+include/svl/inettype.hxx:145
+ enum INetContentType CONTENT_TYPE_AUDIO_MIDI
+include/svl/inettype.hxx:146
+ enum INetContentType CONTENT_TYPE_AUDIO_VORBIS
+include/svl/inettype.hxx:147
+ enum INetContentType CONTENT_TYPE_AUDIO_WAV
+include/svl/inettype.hxx:148
+ enum INetContentType CONTENT_TYPE_AUDIO_WEBM
+include/svl/inettype.hxx:149
+ enum INetContentType CONTENT_TYPE_IMAGE_GIF
+include/svl/inettype.hxx:150
+ enum INetContentType CONTENT_TYPE_IMAGE_JPEG
+include/svl/inettype.hxx:151
+ enum INetContentType CONTENT_TYPE_IMAGE_PCX
+include/svl/inettype.hxx:152
+ enum INetContentType CONTENT_TYPE_IMAGE_PNG
+include/svl/inettype.hxx:153
+ enum INetContentType CONTENT_TYPE_IMAGE_TIFF
+include/svl/inettype.hxx:154
+ enum INetContentType CONTENT_TYPE_IMAGE_BMP
+include/svl/inettype.hxx:155
+ enum INetContentType CONTENT_TYPE_TEXT_HTML
+include/svl/inettype.hxx:156
+ enum INetContentType CONTENT_TYPE_TEXT_PLAIN
+include/svl/inettype.hxx:157
+ enum INetContentType CONTENT_TYPE_TEXT_URL
+include/svl/inettype.hxx:158
+ enum INetContentType CONTENT_TYPE_TEXT_VCARD
+include/svl/inettype.hxx:159
+ enum INetContentType CONTENT_TYPE_VIDEO_MSVIDEO
+include/svl/inettype.hxx:160
+ enum INetContentType CONTENT_TYPE_VIDEO_THEORA
+include/svl/inettype.hxx:161
+ enum INetContentType CONTENT_TYPE_VIDEO_VDO
+include/svl/inettype.hxx:162
+ enum INetContentType CONTENT_TYPE_VIDEO_WEBM
+include/svl/inettype.hxx:163
+ enum INetContentType CONTENT_TYPE_X_CNT_FSYSBOX
+include/svl/inettype.hxx:164
+ enum INetContentType CONTENT_TYPE_X_CNT_FSYSFOLDER
+include/svl/inettype.hxx:165
+ enum INetContentType CONTENT_TYPE_X_STARMAIL
+include/svl/inettype.hxx:166
+ enum INetContentType CONTENT_TYPE_X_VRML
+include/svl/inettype.hxx:167
+ enum INetContentType CONTENT_TYPE_APP_GALLERY
+include/svl/inettype.hxx:168
+ enum INetContentType CONTENT_TYPE_APP_GALLERY_THEME
+include/svl/inettype.hxx:169
+ enum INetContentType CONTENT_TYPE_APP_STARWRITER_GLOB
+include/svl/inettype.hxx:170
+ enum INetContentType CONTENT_TYPE_APP_STARMAIL_SDM
+include/svl/inettype.hxx:171
+ enum INetContentType CONTENT_TYPE_APP_STARMAIL_SMD
+include/svl/inettype.hxx:172
+ enum INetContentType CONTENT_TYPE_APP_VND_CALC
+include/svl/inettype.hxx:173
+ enum INetContentType CONTENT_TYPE_APP_VND_CHART
+include/svl/inettype.hxx:174
+ enum INetContentType CONTENT_TYPE_APP_VND_DRAW
+include/svl/inettype.hxx:175
+ enum INetContentType CONTENT_TYPE_APP_VND_IMAGE
+include/svl/inettype.hxx:176
+ enum INetContentType CONTENT_TYPE_APP_VND_IMPRESS
+include/svl/inettype.hxx:177
+ enum INetContentType CONTENT_TYPE_APP_VND_MAIL
+include/svl/inettype.hxx:178
+ enum INetContentType CONTENT_TYPE_APP_VND_MATH
+include/svl/inettype.hxx:179
+ enum INetContentType CONTENT_TYPE_APP_VND_WRITER
+include/svl/inettype.hxx:180
+ enum INetContentType CONTENT_TYPE_APP_VND_WRITER_GLOBAL
+include/svl/inettype.hxx:181
+ enum INetContentType CONTENT_TYPE_APP_VND_WRITER_WEB
+include/svl/inettype.hxx:182
+ enum INetContentType CONTENT_TYPE_APP_FRAMESET
+include/svl/inettype.hxx:183
+ enum INetContentType CONTENT_TYPE_APP_MACRO
+include/svl/inettype.hxx:184
+ enum INetContentType CONTENT_TYPE_X_CNT_FSYSSPECIALFOLDER
+include/svl/inettype.hxx:185
+ enum INetContentType CONTENT_TYPE_APP_VND_TEMPLATE
+include/svl/inettype.hxx:186
+ enum INetContentType CONTENT_TYPE_IMAGE_GENERIC
+include/svl/inettype.hxx:187
+ enum INetContentType CONTENT_TYPE_APP_VND_NEWS
+include/svl/inettype.hxx:188
+ enum INetContentType CONTENT_TYPE_APP_VND_OUTTRAY
+include/svl/inettype.hxx:189
+ enum INetContentType CONTENT_TYPE_APP_MSEXCEL
+include/svl/inettype.hxx:190
+ enum INetContentType CONTENT_TYPE_APP_MSEXCEL_TEMPL
+include/svl/inettype.hxx:191
+ enum INetContentType CONTENT_TYPE_APP_MSPPOINT
+include/svl/inettype.hxx:192
+ enum INetContentType CONTENT_TYPE_APP_MSPPOINT_TEMPL
+include/svl/inettype.hxx:193
+ enum INetContentType CONTENT_TYPE_TEXT_VCALENDAR
+include/svl/inettype.hxx:194
+ enum INetContentType CONTENT_TYPE_TEXT_ICALENDAR
+include/svl/inettype.hxx:195
+ enum INetContentType CONTENT_TYPE_TEXT_XMLICALENDAR
+include/svl/inettype.hxx:196
+ enum INetContentType CONTENT_TYPE_APP_CDE_CALENDAR_APP
+include/svl/inettype.hxx:197
+ enum INetContentType CONTENT_TYPE_INET_MESSAGE_RFC822
+include/svl/inettype.hxx:198
+ enum INetContentType CONTENT_TYPE_INET_MULTIPART_ALTERNATIVE
+include/svl/inettype.hxx:199
+ enum INetContentType CONTENT_TYPE_INET_MULTIPART_DIGEST
+include/svl/inettype.hxx:200
+ enum INetContentType CONTENT_TYPE_INET_MULTIPART_PARALLEL
+include/svl/inettype.hxx:201
+ enum INetContentType CONTENT_TYPE_INET_MULTIPART_RELATED
+include/svl/inettype.hxx:202
+ enum INetContentType CONTENT_TYPE_INET_MULTIPART_MIXED
+include/svl/inettype.hxx:203
+ enum INetContentType CONTENT_TYPE_APP_VND_IMPRESSPACKED
+include/svl/inettype.hxx:204
+ enum INetContentType CONTENT_TYPE_APP_JAR
+include/svl/inettype.hxx:205
+ enum INetContentType CONTENT_TYPE_APP_VND_SUN_XML_WRITER
+include/svl/inettype.hxx:206
+ enum INetContentType CONTENT_TYPE_APP_VND_SUN_XML_CALC
+include/svl/inettype.hxx:207
+ enum INetContentType CONTENT_TYPE_APP_VND_SUN_XML_IMPRESS
+include/svl/inettype.hxx:208
+ enum INetContentType CONTENT_TYPE_APP_VND_SUN_XML_DRAW
+include/svl/inettype.hxx:209
+ enum INetContentType CONTENT_TYPE_APP_VND_SUN_XML_CHART
+include/svl/inettype.hxx:210
+ enum INetContentType CONTENT_TYPE_APP_VND_SUN_XML_MATH
+include/svl/inettype.hxx:211
+ enum INetContentType CONTENT_TYPE_APP_VND_SUN_XML_WRITER_GLOBAL
+include/svl/inettype.hxx:212
+ enum INetContentType CONTENT_TYPE_APP_VND_SUN_XML_IMPRESSPACKED
+include/svl/lockfilecommon.hxx:38
+ enum LockFileComponent SYSUSERNAME
+include/svl/lockfilecommon.hxx:38
+ enum LockFileComponent OOOUSERNAME
+include/svl/lockfilecommon.hxx:38
+ enum LockFileComponent EDITTIME
+include/svl/lockfilecommon.hxx:38
+ enum LockFileComponent LOCALHOST
+include/svl/lockfilecommon.hxx:38
+ enum LockFileComponent USERURL
+include/svl/nfsymbol.hxx:48
+ enum svt::NfSymbolType NF_SYMBOLTYPE_CURRDEL
+include/svl/srchdefs.hxx:28
+ enum SearchOptionFlags SEARCH
+include/svl/srchdefs.hxx:29
+ enum SearchOptionFlags SEARCHALL
+include/svl/srchdefs.hxx:30
+ enum SearchOptionFlags REPLACE
+include/svl/srchdefs.hxx:31
+ enum SearchOptionFlags REPLACE_ALL
+include/svl/srchdefs.hxx:32
+ enum SearchOptionFlags WHOLE_WORDS
+include/svl/srchdefs.hxx:33
+ enum SearchOptionFlags BACKWARDS
+include/svl/srchdefs.hxx:34
+ enum SearchOptionFlags REG_EXP
+include/svl/srchdefs.hxx:35
+ enum SearchOptionFlags EXACT
+include/svl/srchdefs.hxx:36
+ enum SearchOptionFlags SELECTION
+include/svl/srchdefs.hxx:37
+ enum SearchOptionFlags FAMILIES
+include/svl/srchdefs.hxx:38
+ enum SearchOptionFlags FORMAT
+include/svl/srchdefs.hxx:39
+ enum SearchOptionFlags SIMILARITY
+include/svl/srchdefs.hxx:40
+ enum SearchOptionFlags WILDCARD
+include/svl/srchdefs.hxx:41
+ enum SearchOptionFlags ALL
+include/svtools/colorcfg.hxx:34
+ enum svtools::ColorConfigEntry DOCBOUNDARIES
+include/svtools/colorcfg.hxx:36
+ enum svtools::ColorConfigEntry OBJECTBOUNDARIES
+include/svtools/colorcfg.hxx:37
+ enum svtools::ColorConfigEntry TABLEBOUNDARIES
+include/svtools/colorcfg.hxx:41
+ enum svtools::ColorConfigEntry SPELL
+include/svtools/colorcfg.hxx:42
+ enum svtools::ColorConfigEntry SMARTTAGS
+include/svtools/colorcfg.hxx:43
+ enum svtools::ColorConfigEntry SHADOWCOLOR
+include/svtools/colorcfg.hxx:44
+ enum svtools::ColorConfigEntry WRITERTEXTGRID
+include/svtools/colorcfg.hxx:45
+ enum svtools::ColorConfigEntry WRITERFIELDSHADINGS
+include/svtools/colorcfg.hxx:46
+ enum svtools::ColorConfigEntry WRITERIDXSHADINGS
+include/svtools/colorcfg.hxx:47
+ enum svtools::ColorConfigEntry WRITERDIRECTCURSOR
+include/svtools/colorcfg.hxx:48
+ enum svtools::ColorConfigEntry WRITERSCRIPTINDICATOR
+include/svtools/colorcfg.hxx:49
+ enum svtools::ColorConfigEntry WRITERSECTIONBOUNDARIES
+include/svtools/colorcfg.hxx:50
+ enum svtools::ColorConfigEntry WRITERHEADERFOOTERMARK
+include/svtools/colorcfg.hxx:51
+ enum svtools::ColorConfigEntry WRITERPAGEBREAKS
+include/svtools/colorcfg.hxx:56
+ enum svtools::ColorConfigEntry CALCGRID
+include/svtools/colorcfg.hxx:57
+ enum svtools::ColorConfigEntry CALCPAGEBREAK
+include/svtools/colorcfg.hxx:58
+ enum svtools::ColorConfigEntry CALCPAGEBREAKMANUAL
+include/svtools/colorcfg.hxx:59
+ enum svtools::ColorConfigEntry CALCPAGEBREAKAUTOMATIC
+include/svtools/colorcfg.hxx:60
+ enum svtools::ColorConfigEntry CALCDETECTIVE
+include/svtools/colorcfg.hxx:61
+ enum svtools::ColorConfigEntry CALCDETECTIVEERROR
+include/svtools/colorcfg.hxx:62
+ enum svtools::ColorConfigEntry CALCREFERENCE
+include/svtools/colorcfg.hxx:63
+ enum svtools::ColorConfigEntry CALCNOTESBACKGROUND
+include/svtools/colorcfg.hxx:64
+ enum svtools::ColorConfigEntry DRAWGRID
+include/svtools/colorcfg.hxx:65
+ enum svtools::ColorConfigEntry BASICIDENTIFIER
+include/svtools/colorcfg.hxx:66
+ enum svtools::ColorConfigEntry BASICCOMMENT
+include/svtools/colorcfg.hxx:67
+ enum svtools::ColorConfigEntry BASICNUMBER
+include/svtools/colorcfg.hxx:68
+ enum svtools::ColorConfigEntry BASICSTRING
+include/svtools/colorcfg.hxx:69
+ enum svtools::ColorConfigEntry BASICOPERATOR
+include/svtools/colorcfg.hxx:70
+ enum svtools::ColorConfigEntry BASICKEYWORD
+include/svtools/colorcfg.hxx:71
+ enum svtools::ColorConfigEntry BASICERROR
+include/svtools/colorcfg.hxx:72
+ enum svtools::ColorConfigEntry SQLIDENTIFIER
+include/svtools/colorcfg.hxx:73
+ enum svtools::ColorConfigEntry SQLNUMBER
+include/svtools/colorcfg.hxx:74
+ enum svtools::ColorConfigEntry SQLSTRING
+include/svtools/colorcfg.hxx:75
+ enum svtools::ColorConfigEntry SQLOPERATOR
+include/svtools/colorcfg.hxx:76
+ enum svtools::ColorConfigEntry SQLKEYWORD
+include/svtools/colorcfg.hxx:77
+ enum svtools::ColorConfigEntry SQLPARAMETER
+include/svtools/colorcfg.hxx:78
+ enum svtools::ColorConfigEntry SQLCOMMENT
+include/svtools/colrdlg.hxx:32
+ enum svtools::ColorPickerMode ColorPickerMode_MODIFY
+include/svtools/colrdlg.hxx:32
+ enum svtools::ColorPickerMode ColorPickerMode_SELECT
+include/svtools/ctrlbox.hxx:151
+ enum BorderWidthImplFlags FIXED
+include/svtools/ctrlbox.hxx:152
+ enum BorderWidthImplFlags CHANGE_LINE1
+include/svtools/ctrlbox.hxx:153
+ enum BorderWidthImplFlags CHANGE_LINE2
+include/svtools/ctrlbox.hxx:154
+ enum BorderWidthImplFlags CHANGE_DIST
+include/svtools/editbrowsebox.hxx:50
+ enum EditBrowseBoxFlags NO_HANDLE_COLUMN_CONTENT
+include/svtools/editbrowsebox.hxx:53
+ enum EditBrowseBoxFlags ACTIVATE_ON_BUTTONDOWN
+include/svtools/editbrowsebox.hxx:66
+ enum EditBrowseBoxFlags SMART_TAB_TRAVEL
+include/svtools/editbrowsebox.hxx:431
+ enum svt::EditBrowseBox::BrowseInfo COLCHANGE
+include/svtools/filectrl.hxx:34
+ enum FileControlMode_Internal INRESIZE
+include/svtools/filectrl.hxx:35
+ enum FileControlMode_Internal ORIGINALBUTTONTEXT
+include/svtools/fmtfield.hxx:35
+ enum FORMAT_CHANGE_TYPE CURRENCY_SYMBOL
+include/svtools/fmtfield.hxx:36
+ enum FORMAT_CHANGE_TYPE CURRSYM_POSITION
+include/svtools/fmtfield.hxx:72
+ enum FormattedField::valueState valueDirty
+include/svtools/grfmgr.hxx:31
+ enum GraphicManagerDrawFlags CACHED
+include/svtools/grfmgr.hxx:32
+ enum GraphicManagerDrawFlags SMOOTHSCALE
+include/svtools/grfmgr.hxx:33
+ enum GraphicManagerDrawFlags USE_DRAWMODE_SETTINGS
+include/svtools/grfmgr.hxx:34
+ enum GraphicManagerDrawFlags SUBSTITUTE
+include/svtools/grfmgr.hxx:35
+ enum GraphicManagerDrawFlags NO_SUBSTITUTE
+include/svtools/grfmgr.hxx:36
+ enum GraphicManagerDrawFlags STANDARD
+include/svtools/grfmgr.hxx:54
+ enum GraphicAdjustmentFlags DRAWMODE
+include/svtools/grfmgr.hxx:55
+ enum GraphicAdjustmentFlags COLORS
+include/svtools/grfmgr.hxx:56
+ enum GraphicAdjustmentFlags MIRROR
+include/svtools/grfmgr.hxx:57
+ enum GraphicAdjustmentFlags ROTATE
+include/svtools/grfmgr.hxx:58
+ enum GraphicAdjustmentFlags TRANSPARENCY
+include/svtools/grfmgr.hxx:59
+ enum GraphicAdjustmentFlags ALL
+include/svtools/headbar.hxx:185
+ enum HeaderBarItemBits LEFT
+include/svtools/headbar.hxx:186
+ enum HeaderBarItemBits CENTER
+include/svtools/headbar.hxx:187
+ enum HeaderBarItemBits RIGHT
+include/svtools/headbar.hxx:188
+ enum HeaderBarItemBits TOP
+include/svtools/headbar.hxx:189
+ enum HeaderBarItemBits VCENTER
+include/svtools/headbar.hxx:190
+ enum HeaderBarItemBits BOTTOM
+include/svtools/headbar.hxx:191
+ enum HeaderBarItemBits LEFTIMAGE
+include/svtools/headbar.hxx:192
+ enum HeaderBarItemBits RIGHTIMAGE
+include/svtools/headbar.hxx:193
+ enum HeaderBarItemBits FIXED
+include/svtools/headbar.hxx:194
+ enum HeaderBarItemBits FIXEDPOS
+include/svtools/headbar.hxx:195
+ enum HeaderBarItemBits CLICKABLE
+include/svtools/headbar.hxx:196
+ enum HeaderBarItemBits FLAT
+include/svtools/headbar.hxx:197
+ enum HeaderBarItemBits DOWNARROW
+include/svtools/headbar.hxx:199
+ enum HeaderBarItemBits STDSTYLE
+include/svtools/ivctrl.hxx:38
+ enum SvxIconViewFlags POS_LOCKED
+include/svtools/ivctrl.hxx:39
+ enum SvxIconViewFlags SELECTED
+include/svtools/ivctrl.hxx:40
+ enum SvxIconViewFlags FOCUSED
+include/svtools/ivctrl.hxx:41
+ enum SvxIconViewFlags CURSORED
+include/svtools/ivctrl.hxx:42
+ enum SvxIconViewFlags POS_MOVED
+include/svtools/ivctrl.hxx:43
+ enum SvxIconViewFlags DROP_TARGET
+include/svtools/ivctrl.hxx:44
+ enum SvxIconViewFlags BLOCK_EMPHASIS
+include/svtools/ivctrl.hxx:45
+ enum SvxIconViewFlags PRED_SET
+include/svtools/ivctrl.hxx:55
+ enum SvxIconChoiceCtrlTextMode Short
+include/svtools/ivctrl.hxx:60
+ enum SvxIconChoiceCtrlPositionMode Free
+include/svtools/parhtml.hxx:46
+ enum HTMLTableFrame Void
+include/svtools/parhtml.hxx:56
+ enum HTMLInputType Range
+include/svtools/parhtml.hxx:57
+ enum HTMLInputType Scribble
+include/svtools/parhtml.hxx:69
+ enum HTMLScriptLanguage JavaScript
+include/svtools/parhtml.hxx:70
+ enum HTMLScriptLanguage Unknown
+include/svtools/ruler.hxx:470
+ enum RulerExtra DontKnow
+include/svtools/ruler.hxx:490
+ enum RulerMarginStyle Invisible
+include/svtools/ruler.hxx:498
+ enum RulerBorderStyle Sizeable
+include/svtools/ruler.hxx:499
+ enum RulerBorderStyle Moveable
+include/svtools/ruler.hxx:500
+ enum RulerBorderStyle Variable
+include/svtools/ruler.hxx:501
+ enum RulerBorderStyle Table
+include/svtools/ruler.hxx:502
+ enum RulerBorderStyle Snap
+include/svtools/ruler.hxx:503
+ enum RulerBorderStyle Margin
+include/svtools/ruler.hxx:504
+ enum RulerBorderStyle Invisible
+include/svtools/ruler.hxx:520
+ enum RulerIndentStyle Top
+include/svtools/svlbitm.hxx:35
+ enum SvBmp UNCHECKED
+include/svtools/svlbitm.hxx:36
+ enum SvBmp CHECKED
+include/svtools/svlbitm.hxx:37
+ enum SvBmp TRISTATE
+include/svtools/svlbitm.hxx:38
+ enum SvBmp HIUNCHECKED
+include/svtools/svlbitm.hxx:39
+ enum SvBmp HICHECKED
+include/svtools/svlbitm.hxx:40
+ enum SvBmp HITRISTATE
+include/svtools/svlbitm.hxx:50
+ enum SvItemStateFlags HILIGHTED
+include/svtools/tabbar.hxx:281
+ enum TabBarAllowRenamingReturnCode TABBAR_RENAMING_CANCEL
+include/svtools/table/tablemodel.hxx:44
+ enum ColumnAttributeGroup WIDTH
+include/svtools/table/tablemodel.hxx:46
+ enum ColumnAttributeGroup APPEARANCE
+include/svtools/table/tablemodel.hxx:67
+ enum svt::table::ScrollbarVisibility ScrollbarShowSmart
+include/svtools/table/tablesort.hxx:35
+ enum svt::table::ColumnSortDirection ColumnSortDescending
+include/svtools/treelistbox.hxx:77
+ enum SvLBoxTabFlags DYNAMIC
+include/svtools/treelistbox.hxx:78
+ enum SvLBoxTabFlags ADJUST_RIGHT
+include/svtools/treelistbox.hxx:79
+ enum SvLBoxTabFlags ADJUST_LEFT
+include/svtools/treelistbox.hxx:80
+ enum SvLBoxTabFlags ADJUST_CENTER
+include/svtools/treelistbox.hxx:81
+ enum SvLBoxTabFlags ADJUST_NUMERIC
+include/svtools/treelistbox.hxx:83
+ enum SvLBoxTabFlags SHOW_SELECTION
+include/svtools/treelistbox.hxx:85
+ enum SvLBoxTabFlags EDITABLE
+include/svtools/treelistbox.hxx:86
+ enum SvLBoxTabFlags PUSHABLE
+include/svtools/treelistbox.hxx:87
+ enum SvLBoxTabFlags INV_ALWAYS
+include/svtools/treelistbox.hxx:88
+ enum SvLBoxTabFlags FORCE
+include/svtools/treelistbox.hxx:105
+ enum SvTreeFlags USESEL
+include/svtools/treelistbox.hxx:106
+ enum SvTreeFlags MANINS
+include/svtools/treelistbox.hxx:107
+ enum SvTreeFlags RECALCTABS
+include/svtools/treelistbox.hxx:108
+ enum SvTreeFlags FIXEDHEIGHT
+include/svtools/treelistbox.hxx:173
+ enum DragDropMode CTRL_MOVE
+include/svtools/treelistbox.hxx:174
+ enum DragDropMode CTRL_COPY
+include/svtools/treelistbox.hxx:175
+ enum DragDropMode APP_MOVE
+include/svtools/treelistbox.hxx:176
+ enum DragDropMode APP_COPY
+include/svtools/treelistbox.hxx:180
+ enum DragDropMode ENABLE_TOP
+include/svtools/treelistbox.hxx:181
+ enum DragDropMode ALL
+include/svtools/treelistbox.hxx:191
+ enum SvTreeListBoxFlags IN_EDT
+include/svtools/treelistbox.hxx:192
+ enum SvTreeListBoxFlags EDT_ENABLED
+include/svtools/treelistbox.hxx:193
+ enum SvTreeListBoxFlags IS_EXPANDING
+include/svtools/treelistbox.hxx:194
+ enum SvTreeListBoxFlags IS_TRAVELSELECT
+include/svtools/treelistbox.hxx:195
+ enum SvTreeListBoxFlags TARGEMPH_VIS
+include/svtools/treelistbox.hxx:196
+ enum SvTreeListBoxFlags EDTEND_CALLED
+include/svtools/treelistentry.hxx:36
+ enum SvTLEntryFlags CHILDREN_ON_DEMAND
+include/svtools/treelistentry.hxx:37
+ enum SvTLEntryFlags DISABLE_DROP
+include/svtools/treelistentry.hxx:38
+ enum SvTLEntryFlags IN_USE
+include/svtools/treelistentry.hxx:40
+ enum SvTLEntryFlags NO_NODEBMP
+include/svtools/treelistentry.hxx:42
+ enum SvTLEntryFlags HAD_CHILDREN
+include/svtools/treelistentry.hxx:43
+ enum SvTLEntryFlags SEMITRANSPARENT
+include/svtools/wizardmachine.hxx:33
+ enum WizardButtonFlags NEXT
+include/svtools/wizardmachine.hxx:34
+ enum WizardButtonFlags PREVIOUS
+include/svtools/wizardmachine.hxx:35
+ enum WizardButtonFlags FINISH
+include/svtools/wizardmachine.hxx:36
+ enum WizardButtonFlags CANCEL
+include/svtools/wizardmachine.hxx:37
+ enum WizardButtonFlags HELP
+include/svx/anchorid.hxx:27
+ enum SvxAnchorIds Paragraph
+include/svx/anchorid.hxx:28
+ enum SvxAnchorIds Character
+include/svx/anchorid.hxx:29
+ enum SvxAnchorIds Page
+include/svx/anchorid.hxx:30
+ enum SvxAnchorIds Fly
+include/svx/anchorid.hxx:33
+ enum SvxAnchorIds NoResize
+include/svx/anchorid.hxx:36
+ enum SvxAnchorIds NoProtect
+include/svx/cube3d.hxx:51
+ enum CubeFaces Bottom
+include/svx/cube3d.hxx:52
+ enum CubeFaces Back
+include/svx/cube3d.hxx:53
+ enum CubeFaces Left
+include/svx/cube3d.hxx:54
+ enum CubeFaces Top
+include/svx/cube3d.hxx:55
+ enum CubeFaces Right
+include/svx/cube3d.hxx:56
+ enum CubeFaces Front
+include/svx/cube3d.hxx:57
+ enum CubeFaces Full
+include/svx/dataaccessdescriptor.hxx:35
+ enum svx::DataAccessDescriptorProperty DataSource
+include/svx/dataaccessdescriptor.hxx:36
+ enum svx::DataAccessDescriptorProperty DatabaseLocation
+include/svx/dataaccessdescriptor.hxx:37
+ enum svx::DataAccessDescriptorProperty ConnectionResource
+include/svx/dataaccessdescriptor.hxx:38
+ enum svx::DataAccessDescriptorProperty Connection
+include/svx/dataaccessdescriptor.hxx:40
+ enum svx::DataAccessDescriptorProperty Command
+include/svx/dataaccessdescriptor.hxx:41
+ enum svx::DataAccessDescriptorProperty CommandType
+include/svx/dataaccessdescriptor.hxx:42
+ enum svx::DataAccessDescriptorProperty EscapeProcessing
+include/svx/dataaccessdescriptor.hxx:43
+ enum svx::DataAccessDescriptorProperty Filter
+include/svx/dataaccessdescriptor.hxx:44
+ enum svx::DataAccessDescriptorProperty Cursor
+include/svx/dataaccessdescriptor.hxx:46
+ enum svx::DataAccessDescriptorProperty ColumnName
+include/svx/dataaccessdescriptor.hxx:47
+ enum svx::DataAccessDescriptorProperty ColumnObject
+include/svx/dataaccessdescriptor.hxx:49
+ enum svx::DataAccessDescriptorProperty Selection
+include/svx/dataaccessdescriptor.hxx:50
+ enum svx::DataAccessDescriptorProperty BookmarkSelection
+include/svx/dataaccessdescriptor.hxx:52
+ enum svx::DataAccessDescriptorProperty Component
+include/svx/dbaexchange.hxx:37
+ enum ColumnTransferFormatFlags FIELD_DESCRIPTOR
+include/svx/dbaexchange.hxx:38
+ enum ColumnTransferFormatFlags CONTROL_EXCHANGE
+include/svx/def3d.hxx:35
+ enum E3dDragConstraint X
+include/svx/def3d.hxx:36
+ enum E3dDragConstraint Y
+include/svx/def3d.hxx:38
+ enum E3dDragConstraint XYZ
+include/svx/dlgctrl.hxx:62
+ enum CTL_STATE NOHORZ
+include/svx/dlgctrl.hxx:63
+ enum CTL_STATE NOVERT
+include/svx/EnhancedCustomShape2d.hxx:49
+ enum HandleFlags MIRRORED_X
+include/svx/EnhancedCustomShape2d.hxx:50
+ enum HandleFlags MIRRORED_Y
+include/svx/EnhancedCustomShape2d.hxx:51
+ enum HandleFlags SWITCHED
+include/svx/EnhancedCustomShape2d.hxx:52
+ enum HandleFlags POLAR
+include/svx/EnhancedCustomShape2d.hxx:53
+ enum HandleFlags RANGE_X_MINIMUM
+include/svx/EnhancedCustomShape2d.hxx:54
+ enum HandleFlags RANGE_X_MAXIMUM
+include/svx/EnhancedCustomShape2d.hxx:55
+ enum HandleFlags RANGE_Y_MINIMUM
+include/svx/EnhancedCustomShape2d.hxx:56
+ enum HandleFlags RANGE_Y_MAXIMUM
+include/svx/EnhancedCustomShape2d.hxx:57
+ enum HandleFlags RADIUS_RANGE_MINIMUM
+include/svx/EnhancedCustomShape2d.hxx:58
+ enum HandleFlags RADIUS_RANGE_MAXIMUM
+include/svx/EnhancedCustomShape2d.hxx:59
+ enum HandleFlags REFX
+include/svx/EnhancedCustomShape2d.hxx:60
+ enum HandleFlags REFY
+include/svx/EnhancedCustomShape2d.hxx:61
+ enum HandleFlags REFANGLE
+include/svx/EnhancedCustomShape2d.hxx:62
+ enum HandleFlags REFR
+include/svx/EnhancedCustomShapeGeometry.hxx:46
+ enum SvxMSDffHandleFlags MIRRORED_X
+include/svx/EnhancedCustomShapeGeometry.hxx:47
+ enum SvxMSDffHandleFlags MIRRORED_Y
+include/svx/EnhancedCustomShapeGeometry.hxx:48
+ enum SvxMSDffHandleFlags SWITCHED
+include/svx/EnhancedCustomShapeGeometry.hxx:49
+ enum SvxMSDffHandleFlags POLAR
+include/svx/EnhancedCustomShapeGeometry.hxx:50
+ enum SvxMSDffHandleFlags MAP
+include/svx/EnhancedCustomShapeGeometry.hxx:51
+ enum SvxMSDffHandleFlags RANGE
+include/svx/EnhancedCustomShapeGeometry.hxx:52
+ enum SvxMSDffHandleFlags RANGE_X_MIN_IS_SPECIAL
+include/svx/EnhancedCustomShapeGeometry.hxx:53
+ enum SvxMSDffHandleFlags RANGE_X_MAX_IS_SPECIAL
+include/svx/EnhancedCustomShapeGeometry.hxx:54
+ enum SvxMSDffHandleFlags RANGE_Y_MIN_IS_SPECIAL
+include/svx/EnhancedCustomShapeGeometry.hxx:55
+ enum SvxMSDffHandleFlags RANGE_Y_MAX_IS_SPECIAL
+include/svx/EnhancedCustomShapeGeometry.hxx:56
+ enum SvxMSDffHandleFlags CENTER_X_IS_SPECIAL
+include/svx/EnhancedCustomShapeGeometry.hxx:57
+ enum SvxMSDffHandleFlags CENTER_Y_IS_SPECIAL
+include/svx/EnhancedCustomShapeGeometry.hxx:58
+ enum SvxMSDffHandleFlags RADIUS_RANGE
+include/svx/flagsdef.hxx:31
+ enum SwBorderModes FRAME
+include/svx/flagsdef.hxx:43
+ enum SvxBackgroundTabFlags SHOW_SELECTOR
+include/svx/flagsdef.hxx:44
+ enum SvxBackgroundTabFlags SHOW_TBLCTL
+include/svx/flagsdef.hxx:45
+ enum SvxBackgroundTabFlags SHOW_HIGHLIGHTING
+include/svx/flagsdef.hxx:74
+ enum SvxNumValCategory Standard
+include/svx/flagsdef.hxx:75
+ enum SvxNumValCategory Percent
+include/svx/flagsdef.hxx:76
+ enum SvxNumValCategory Currency
+include/svx/flagsdef.hxx:77
+ enum SvxNumValCategory Date
+include/svx/flagsdef.hxx:78
+ enum SvxNumValCategory Time
+include/svx/flagsdef.hxx:79
+ enum SvxNumValCategory Scientific
+include/svx/flagsdef.hxx:80
+ enum SvxNumValCategory Fraction
+include/svx/flagsdef.hxx:81
+ enum SvxNumValCategory Boolean
+include/svx/flagsdef.hxx:82
+ enum SvxNumValCategory NoValue
+include/svx/flagsdef.hxx:99
+ enum SvxModeType SVX_PAGE_MODE_STANDARD
+include/svx/flagsdef.hxx:109
+ enum TabulatorDisableFlags TypeLeft
+include/svx/flagsdef.hxx:110
+ enum TabulatorDisableFlags TypeRight
+include/svx/flagsdef.hxx:111
+ enum TabulatorDisableFlags TypeCenter
+include/svx/flagsdef.hxx:112
+ enum TabulatorDisableFlags TypeDecimal
+include/svx/flagsdef.hxx:113
+ enum TabulatorDisableFlags TypeMask
+include/svx/flagsdef.hxx:116
+ enum TabulatorDisableFlags FillPoint
+include/svx/flagsdef.hxx:117
+ enum TabulatorDisableFlags FillDashLine
+include/svx/flagsdef.hxx:118
+ enum TabulatorDisableFlags FillSolidLine
+include/svx/flagsdef.hxx:119
+ enum TabulatorDisableFlags FillSpecial
+include/svx/flagsdef.hxx:120
+ enum TabulatorDisableFlags FillMask
+include/svx/fmsrcimp.hxx:154
+ enum FmSearchEngine::SearchFor NotNull
+include/svx/frmsel.hxx:40
+ enum FrameSelFlags Left
+include/svx/frmsel.hxx:42
+ enum FrameSelFlags Right
+include/svx/frmsel.hxx:44
+ enum FrameSelFlags Top
+include/svx/frmsel.hxx:46
+ enum FrameSelFlags Bottom
+include/svx/frmsel.hxx:48
+ enum FrameSelFlags InnerHorizontal
+include/svx/frmsel.hxx:50
+ enum FrameSelFlags InnerVertical
+include/svx/frmsel.hxx:52
+ enum FrameSelFlags DiagonalTLBR
+include/svx/frmsel.hxx:54
+ enum FrameSelFlags DiagonalBLTR
+include/svx/frmsel.hxx:57
+ enum FrameSelFlags Outer
+include/svx/frmsel.hxx:60
+ enum FrameSelFlags DontCare
+include/svx/galmisc.hxx:71
+ enum GalleryGraphicImportRet IMPORT_FILE
+include/svx/galmisc.hxx:191
+ enum GalleryHintType OBJECT_REMOVED
+include/svx/gridctrl.hxx:57
+ enum GridRowStatus Invalid
+include/svx/gridctrl.hxx:120
+ enum InitWindowFacet Font
+include/svx/gridctrl.hxx:121
+ enum InitWindowFacet Foreground
+include/svx/gridctrl.hxx:122
+ enum InitWindowFacet Background
+include/svx/gridctrl.hxx:123
+ enum InitWindowFacet WritingMode
+include/svx/gridctrl.hxx:124
+ enum InitWindowFacet All
+include/svx/gridctrl.hxx:137
+ enum DbGridControlOptions Insert
+include/svx/gridctrl.hxx:138
+ enum DbGridControlOptions Update
+include/svx/gridctrl.hxx:139
+ enum DbGridControlOptions Delete
+include/svx/langbox.hxx:33
+ enum SvxLanguageListFlags ALL
+include/svx/langbox.hxx:34
+ enum SvxLanguageListFlags WESTERN
+include/svx/langbox.hxx:35
+ enum SvxLanguageListFlags CTL
+include/svx/langbox.hxx:36
+ enum SvxLanguageListFlags CJK
+include/svx/langbox.hxx:37
+ enum SvxLanguageListFlags FBD_CHARS
+include/svx/langbox.hxx:38
+ enum SvxLanguageListFlags SPELL_AVAIL
+include/svx/langbox.hxx:39
+ enum SvxLanguageListFlags HYPH_AVAIL
+include/svx/langbox.hxx:40
+ enum SvxLanguageListFlags THES_AVAIL
+include/svx/langbox.hxx:41
+ enum SvxLanguageListFlags ONLY_KNOWN
+include/svx/langbox.hxx:42
+ enum SvxLanguageListFlags SPELL_USED
+include/svx/langbox.hxx:43
+ enum SvxLanguageListFlags HYPH_USED
+include/svx/langbox.hxx:44
+ enum SvxLanguageListFlags THES_USED
+include/svx/langbox.hxx:45
+ enum SvxLanguageListFlags ALSO_PRIMARY_ONLY
+include/svx/numvset.hxx:55
+ enum NumberingPageType BITMAP
+include/svx/optgenrl.hxx:26
+ enum EditPosition COMPANY
+include/svx/optgenrl.hxx:27
+ enum EditPosition FIRSTNAME
+include/svx/optgenrl.hxx:28
+ enum EditPosition LASTNAME
+include/svx/optgenrl.hxx:29
+ enum EditPosition STREET
+include/svx/optgenrl.hxx:30
+ enum EditPosition COUNTRY
+include/svx/optgenrl.hxx:31
+ enum EditPosition PLZ
+include/svx/optgenrl.hxx:32
+ enum EditPosition CITY
+include/svx/optgenrl.hxx:33
+ enum EditPosition STATE
+include/svx/optgenrl.hxx:34
+ enum EditPosition TITLE
+include/svx/optgenrl.hxx:35
+ enum EditPosition POSITION
+include/svx/optgenrl.hxx:36
+ enum EditPosition SHORTNAME
+include/svx/optgenrl.hxx:37
+ enum EditPosition TELPRIV
+include/svx/optgenrl.hxx:38
+ enum EditPosition TELCOMPANY
+include/svx/optgenrl.hxx:39
+ enum EditPosition FAX
+include/svx/optgenrl.hxx:40
+ enum EditPosition EMAIL
+include/svx/papersizelistbox.hxx:30
+ enum PaperSizeApp Draw
+include/svx/ruler.hxx:47
+ enum SvxRulerDragFlags OBJECT
+include/svx/ruler.hxx:49
+ enum SvxRulerDragFlags OBJECT_SIZE_LINEAR
+include/svx/ruler.hxx:50
+ enum SvxRulerDragFlags OBJECT_SIZE_PROPORTIONAL
+include/svx/ruler.hxx:52
+ enum SvxRulerDragFlags OBJECT_ACTLINE_ONLY
+include/svx/ruler.hxx:54
+ enum SvxRulerDragFlags OBJECT_LEFT_INDENT_ONLY
+include/svx/ruler.hxx:64
+ enum SvxRulerSupportFlags PARAGRAPH_MARGINS
+include/svx/ruler.hxx:69
+ enum SvxRulerSupportFlags PARAGRAPH_MARGINS_VERTICAL
+include/svx/ruler.hxx:70
+ enum SvxRulerSupportFlags REDUCED_METRIC
+include/svx/sdr/overlay/overlayselection.hxx:35
+ enum sdr::overlay::OverlayType Solid
+include/svx/shapeproperty.hxx:32
+ enum svx::ShapeProperty Position
+include/svx/shapeproperty.hxx:33
+ enum svx::ShapeProperty Size
+include/svx/shapeproperty.hxx:35
+ enum svx::ShapeProperty TextDocAnchor
+include/svx/shapeproperty.hxx:37
+ enum svx::ShapeProperty CalcDocAnchor
+include/svx/ShapeTypeHandler.hxx:81
+ enum accessibility::ShapeTypeHandler::(anonymous at /home/noel/libo3/include/svx/ShapeTypeHandler.hxx:81:5) UNKNOWN_SHAPE_TYPE
+include/svx/srchdlg.hxx:84
+ enum SearchLabel Empty
+include/svx/svdedtv.hxx:60
+ enum SdrInsertFlags DONTMARK
+include/svx/svdedtv.hxx:61
+ enum SdrInsertFlags ADDMARK
+include/svx/svdedtv.hxx:62
+ enum SdrInsertFlags SETDEFATTR
+include/svx/svdedtv.hxx:63
+ enum SdrInsertFlags SETDEFLAYER
+include/svx/svdedtv.hxx:64
+ enum SdrInsertFlags NOBROADCAST
+include/svx/svdedxv.hxx:50
+ enum SdrEndTextEditKind Changed
+include/svx/svdglue.hxx:43
+ enum SdrEscapeDirection ALL
+include/svx/svdglue.hxx:56
+ enum SdrAlign HORZ_DONTCARE
+include/svx/svdglue.hxx:60
+ enum SdrAlign VERT_DONTCARE
+include/svx/svditer.hxx:36
+ enum SdrIterMode DeepWithGroups
+include/svx/svdmodel.hxx:95
+ enum SdrSwapGraphicsMode TEMP
+include/svx/svdmodel.hxx:96
+ enum SdrSwapGraphicsMode PURGE
+include/svx/svdmodel.hxx:97
+ enum SdrSwapGraphicsMode DEFAULT
+include/svx/svdmodel.hxx:116
+ enum SdrHintKind DefaultFontHeightChange
+include/svx/svdmrkv.hxx:36
+ enum SdrSearchOptions DEEP
+include/svx/svdmrkv.hxx:37
+ enum SdrSearchOptions ALSOONMASTER
+include/svx/svdmrkv.hxx:38
+ enum SdrSearchOptions WHOLEPAGE
+include/svx/svdmrkv.hxx:39
+ enum SdrSearchOptions TESTMARKABLE
+include/svx/svdmrkv.hxx:40
+ enum SdrSearchOptions TESTMACRO
+include/svx/svdmrkv.hxx:41
+ enum SdrSearchOptions TESTTEXTEDIT
+include/svx/svdmrkv.hxx:42
+ enum SdrSearchOptions WITHTEXT
+include/svx/svdmrkv.hxx:43
+ enum SdrSearchOptions TESTTEXTAREA
+include/svx/svdmrkv.hxx:44
+ enum SdrSearchOptions BACKWARD
+include/svx/svdmrkv.hxx:45
+ enum SdrSearchOptions NEXT
+include/svx/svdmrkv.hxx:46
+ enum SdrSearchOptions MARKED
+include/svx/svdmrkv.hxx:47
+ enum SdrSearchOptions PASS2BOUND
+include/svx/svdmrkv.hxx:48
+ enum SdrSearchOptions PASS3NEAREST
+include/svx/svdmrkv.hxx:49
+ enum SdrSearchOptions BEFOREMARK
+include/svx/svdmrkv.hxx:51
+ enum SdrSearchOptions IMPISMASTER
+include/svx/svdmrkv.hxx:52
+ enum SdrSearchOptions PICKMARKABLE
+include/svx/svdmrkv.hxx:53
+ enum SdrSearchOptions PICKTEXTEDIT
+include/svx/svdmrkv.hxx:54
+ enum SdrSearchOptions PICKMACRO
+include/svx/svdmrkv.hxx:64
+ enum SdrHitKind Object
+include/svx/svdoashp.hxx:54
+ enum CustomShapeHandleModes RESIZE_FIXED
+include/svx/svdoashp.hxx:55
+ enum CustomShapeHandleModes CREATE_FIXED
+include/svx/svdoashp.hxx:56
+ enum CustomShapeHandleModes RESIZE_ABSOLUTE_X
+include/svx/svdoashp.hxx:57
+ enum CustomShapeHandleModes RESIZE_ABSOLUTE_Y
+include/svx/svdoashp.hxx:58
+ enum CustomShapeHandleModes MOVE_SHAPE
+include/svx/svdoashp.hxx:59
+ enum CustomShapeHandleModes ORTHO4
+include/svx/svdobj.hxx:148
+ enum SdrInventor IMap
+include/svx/svdograf.hxx:48
+ enum SdrGrafObjTransformsAttrs COLOR
+include/svx/svdograf.hxx:49
+ enum SdrGrafObjTransformsAttrs MIRROR
+include/svx/svdograf.hxx:50
+ enum SdrGrafObjTransformsAttrs ROTATE
+include/svx/svdograf.hxx:51
+ enum SdrGrafObjTransformsAttrs ALL
+include/svx/svdotable.hxx:56
+ enum sdr::table::TableHitKind HorizontalBorder
+include/svx/svdotable.hxx:57
+ enum sdr::table::TableHitKind VerticallBorder
+include/svx/svdpntv.hxx:68
+ enum SdrAnimationMode Disable
+include/svx/svdsnpv.hxx:73
+ enum SdrSnap NOTSNAPPED
+include/svx/svdsnpv.hxx:74
+ enum SdrSnap XSNAPPED
+include/svx/svdsnpv.hxx:75
+ enum SdrSnap YSNAPPED
+include/svx/svdtypes.hxx:67
+ enum SdrObjListKind Unknown
+include/svx/svdtypes.hxx:83
+ enum SdrRepeatFunc Move
+include/svx/svdtypes.hxx:84
+ enum SdrRepeatFunc Resize
+include/svx/svdtypes.hxx:85
+ enum SdrRepeatFunc Rotate
+include/svx/svdview.hxx:57
+ enum SdrViewContext GluePointEdit
+include/svx/svdview.hxx:92
+ enum SdrMouseEventKind MOVE
+include/svx/SvxShapeTypes.hxx:68
+ enum accessibility::SvxShapeTypes DRAWING_END
+include/svx/swframeposstrings.hxx:38
+ enum SvxSwFramePosString::StringId LEFT
+include/svx/swframeposstrings.hxx:39
+ enum SvxSwFramePosString::StringId RIGHT
+include/svx/swframeposstrings.hxx:41
+ enum SvxSwFramePosString::StringId MIR_LEFT
+include/svx/swframeposstrings.hxx:42
+ enum SvxSwFramePosString::StringId MIR_RIGHT
+include/svx/swframeposstrings.hxx:43
+ enum SvxSwFramePosString::StringId MIR_FROMLEFT
+include/svx/swframeposstrings.hxx:44
+ enum SvxSwFramePosString::StringId FRAME
+include/svx/swframeposstrings.hxx:45
+ enum SvxSwFramePosString::StringId PRTAREA
+include/svx/swframeposstrings.hxx:46
+ enum SvxSwFramePosString::StringId REL_PG_LEFT
+include/svx/swframeposstrings.hxx:47
+ enum SvxSwFramePosString::StringId REL_PG_RIGHT
+include/svx/swframeposstrings.hxx:48
+ enum SvxSwFramePosString::StringId REL_FRM_LEFT
+include/svx/swframeposstrings.hxx:49
+ enum SvxSwFramePosString::StringId REL_FRM_RIGHT
+include/svx/swframeposstrings.hxx:50
+ enum SvxSwFramePosString::StringId MIR_REL_PG_LEFT
+include/svx/swframeposstrings.hxx:51
+ enum SvxSwFramePosString::StringId MIR_REL_PG_RIGHT
+include/svx/swframeposstrings.hxx:52
+ enum SvxSwFramePosString::StringId MIR_REL_FRM_LEFT
+include/svx/swframeposstrings.hxx:53
+ enum SvxSwFramePosString::StringId MIR_REL_FRM_RIGHT
+include/svx/swframeposstrings.hxx:54
+ enum SvxSwFramePosString::StringId REL_PG_FRAME
+include/svx/swframeposstrings.hxx:55
+ enum SvxSwFramePosString::StringId REL_PG_PRTAREA
+include/svx/swframeposstrings.hxx:56
+ enum SvxSwFramePosString::StringId REL_BASE
+include/svx/swframeposstrings.hxx:57
+ enum SvxSwFramePosString::StringId REL_CHAR
+include/svx/swframeposstrings.hxx:58
+ enum SvxSwFramePosString::StringId REL_ROW
+include/svx/swframeposstrings.hxx:59
+ enum SvxSwFramePosString::StringId REL_BORDER
+include/svx/swframeposstrings.hxx:60
+ enum SvxSwFramePosString::StringId REL_PRTAREA
+include/svx/swframeposstrings.hxx:61
+ enum SvxSwFramePosString::StringId FLY_REL_PG_LEFT
+include/svx/swframeposstrings.hxx:62
+ enum SvxSwFramePosString::StringId FLY_REL_PG_RIGHT
+include/svx/swframeposstrings.hxx:63
+ enum SvxSwFramePosString::StringId FLY_REL_PG_FRAME
+include/svx/swframeposstrings.hxx:64
+ enum SvxSwFramePosString::StringId FLY_REL_PG_PRTAREA
+include/svx/swframeposstrings.hxx:65
+ enum SvxSwFramePosString::StringId FLY_MIR_REL_PG_LEFT
+include/svx/swframeposstrings.hxx:66
+ enum SvxSwFramePosString::StringId FLY_MIR_REL_PG_RIGHT
+include/svx/swframeposstrings.hxx:67
+ enum SvxSwFramePosString::StringId TOP
+include/svx/swframeposstrings.hxx:68
+ enum SvxSwFramePosString::StringId BOTTOM
+include/svx/swframeposstrings.hxx:69
+ enum SvxSwFramePosString::StringId CENTER_HORI
+include/svx/swframeposstrings.hxx:70
+ enum SvxSwFramePosString::StringId CENTER_VERT
+include/svx/swframeposstrings.hxx:72
+ enum SvxSwFramePosString::StringId FROMBOTTOM
+include/svx/swframeposstrings.hxx:73
+ enum SvxSwFramePosString::StringId BELOW
+include/svx/swframeposstrings.hxx:74
+ enum SvxSwFramePosString::StringId FROMRIGHT
+include/svx/swframeposstrings.hxx:75
+ enum SvxSwFramePosString::StringId REL_PG_TOP
+include/svx/swframeposstrings.hxx:76
+ enum SvxSwFramePosString::StringId REL_PG_BOTTOM
+include/svx/swframeposstrings.hxx:77
+ enum SvxSwFramePosString::StringId REL_FRM_TOP
+include/svx/swframeposstrings.hxx:78
+ enum SvxSwFramePosString::StringId REL_FRM_BOTTOM
+include/svx/swframeposstrings.hxx:79
+ enum SvxSwFramePosString::StringId REL_LINE
+include/svx/tabarea.hxx:27
+ enum ChangeType MODIFIED
+include/svx/tabarea.hxx:28
+ enum ChangeType CHANGED
+include/svx/tabarea.hxx:29
+ enum ChangeType SAVED
+include/svx/xenum.hxx:26
+ enum XFormTextShadow Slant
+include/svx/xoutbmp.hxx:31
+ enum XOutFlags MirrorHorz
+include/svx/xoutbmp.hxx:32
+ enum XOutFlags MirrorVert
+include/svx/xoutbmp.hxx:33
+ enum XOutFlags ContourHorz
+include/svx/xoutbmp.hxx:34
+ enum XOutFlags ContourVert
+include/svx/xoutbmp.hxx:35
+ enum XOutFlags ContourEdgeDetect
+include/svx/xoutbmp.hxx:36
+ enum XOutFlags DontAddExtension
+include/svx/xoutbmp.hxx:37
+ enum XOutFlags DontExpandFilename
+include/svx/xoutbmp.hxx:38
+ enum XOutFlags UseGifIfPossible
+include/svx/xoutbmp.hxx:39
+ enum XOutFlags UseGifIfSensible
+include/svx/xoutbmp.hxx:40
+ enum XOutFlags UseNativeIfPossible
+include/toolkit/awt/vclxgraphics.hxx:44
+ enum InitOutDevFlags FONT
+include/toolkit/awt/vclxgraphics.hxx:45
+ enum InitOutDevFlags COLORS
+include/toolkit/controls/unocontrols.hxx:761
+ enum UnoControlListBoxModel::ConstructorMode ConstructWithoutProperties
+include/tools/date.hxx:60
+ enum Date::DateInitSystem SYSTEM
+include/tools/date.hxx:65
+ enum Date::DateInitEmpty EMPTY
+include/tools/datetime.hxx:34
+ enum DateTime::DateTimeInitSystem SYSTEM
+include/tools/datetime.hxx:39
+ enum DateTime::DateTimeInitEmpty EMPTY
+include/tools/errinf.hxx:44
+ enum ErrorHandlerFlags ButtonsOkCancel
+include/tools/errinf.hxx:47
+ enum ErrorHandlerFlags ButtonsYesNo
+include/tools/errinf.hxx:48
+ enum ErrorHandlerFlags ButtonsYesNoCancel
+include/tools/inetmsg.hxx:66
+ enum InetMessageMime VERSION
+include/tools/inetmsg.hxx:67
+ enum InetMessageMime CONTENT_DISPOSITION
+include/tools/inetmsg.hxx:68
+ enum InetMessageMime CONTENT_TYPE
+include/tools/inetmsg.hxx:69
+ enum InetMessageMime CONTENT_TRANSFER_ENCODING
+include/tools/mapunit.hxx:34
+ enum MapUnit LASTENUMDUMMY
+include/tools/poly.hxx:34
+ enum PolyOptimizeFlags OPEN
+include/tools/poly.hxx:35
+ enum PolyOptimizeFlags CLOSE
+include/tools/poly.hxx:36
+ enum PolyOptimizeFlags NO_SAME
+include/tools/poly.hxx:37
+ enum PolyOptimizeFlags REDUCE
+include/tools/resmgr.hxx:55
+ enum RCFlags AUTORELEASE
+include/tools/resmgr.hxx:56
+ enum RCFlags NOTFOUND
+include/tools/resmgr.hxx:57
+ enum RCFlags FALLBACK_DOWN
+include/tools/resmgr.hxx:58
+ enum RCFlags FALLBACK_UP
+include/tools/stream.hxx:49
+ enum StreamMode NOCREATE
+include/tools/stream.hxx:51
+ enum StreamMode COPY_ON_SYMLINK
+include/tools/stream.hxx:54
+ enum StreamMode SHARE_DENYREAD
+include/tools/stream.hxx:55
+ enum StreamMode SHARE_DENYWRITE
+include/tools/stream.hxx:56
+ enum StreamMode SHARE_DENYALL
+include/tools/stream.hxx:58
+ enum StreamMode READWRITE
+include/tools/stream.hxx:59
+ enum StreamMode STD_READ
+include/tools/stream.hxx:60
+ enum StreamMode STD_WRITE
+include/tools/stream.hxx:61
+ enum StreamMode STD_READWRITE
+include/tools/stream.hxx:75
+ enum SvStreamCompressFlags ZBITMAP
+include/tools/stream.hxx:76
+ enum SvStreamCompressFlags NATIVE
+include/tools/stream.hxx:98
+ enum SvLockBytesStatFlag SVSTATFLAG_DEFAULT
+include/tools/time.hxx:45
+ enum tools::Time::TimeInitSystem SYSTEM
+include/tools/time.hxx:51
+ enum tools::Time::TimeInitEmpty EMPTY
+include/tools/urlobj.hxx:172
+ enum FSysStyle Detect
+include/tools/urlobj.hxx:242
+ enum INetURLObject::DecodeMechanism WithCharset
+include/tools/urlobj.hxx:799
+ enum INetURLObject::Part PART_USER_PASSWORD
+include/tools/urlobj.hxx:800
+ enum INetURLObject::Part PART_FPATH
+include/tools/urlobj.hxx:801
+ enum INetURLObject::Part PART_AUTHORITY
+include/tools/urlobj.hxx:802
+ enum INetURLObject::Part PART_REL_SEGMENT_EXTRA
+include/tools/urlobj.hxx:803
+ enum INetURLObject::Part PART_URIC
+include/tools/urlobj.hxx:804
+ enum INetURLObject::Part PART_HTTP_PATH
+include/tools/urlobj.hxx:805
+ enum INetURLObject::Part PART_MESSAGE_ID_PATH
+include/tools/urlobj.hxx:806
+ enum INetURLObject::Part PART_MAILTO
+include/tools/urlobj.hxx:807
+ enum INetURLObject::Part PART_PATH_BEFORE_QUERY
+include/tools/urlobj.hxx:808
+ enum INetURLObject::Part PART_PCHAR
+include/tools/urlobj.hxx:809
+ enum INetURLObject::Part PART_VISIBLE
+include/tools/urlobj.hxx:810
+ enum INetURLObject::Part PART_VISIBLE_NONSPECIAL
+include/tools/urlobj.hxx:811
+ enum INetURLObject::Part PART_UNO_PARAM_VALUE
+include/tools/urlobj.hxx:812
+ enum INetURLObject::Part PART_UNAMBIGUOUS
+include/tools/urlobj.hxx:813
+ enum INetURLObject::Part PART_URIC_NO_SLASH
+include/tools/urlobj.hxx:814
+ enum INetURLObject::Part PART_HTTP_QUERY
+include/tools/wintypes.hxx:97
+ enum WindowType INTROWINDOW
+include/tools/wintypes.hxx:287
+ enum SymbolAlign LEFT
+include/tools/wintypes.hxx:300
+ enum StandardButtonType More
+include/tools/wintypes.hxx:303
+ enum StandardButtonType Less
+include/tools/wintypes.hxx:304
+ enum StandardButtonType Count
+include/tools/wintypes.hxx:309
+ enum ProminentEntry TOP
+include/tools/zcodec.hxx:38
+ enum ZCodec::State STATE_DECOMPRESS
+include/ucbhelper/content.hxx:72
+ enum ucbhelper::ResultSetInclude INCLUDE_FOLDERS_AND_DOCUMENTS
+include/ucbhelper/simpleauthenticationrequest.hxx:73
+ enum ucbhelper::SimpleAuthenticationRequest::EntityType ENTITY_FIXED
+include/ucbhelper/simpleinteractionrequest.hxx:36
+ enum ContinuationFlags Abort
+include/ucbhelper/simpleinteractionrequest.hxx:38
+ enum ContinuationFlags Retry
+include/unotest/filters-test.hxx:22
+ enum test::filterStatus fail
+include/unotest/filters-test.hxx:23
+ enum test::filterStatus pass
+include/unotools/bootstrap.hxx:61
+ enum utl::Bootstrap::PathStatus DATA_UNKNOWN
+include/unotools/bootstrap.hxx:84
+ enum utl::Bootstrap::Status MISSING_USER_INSTALL
+include/unotools/bootstrap.hxx:85
+ enum utl::Bootstrap::Status INVALID_USER_INSTALL
+include/unotools/bootstrap.hxx:86
+ enum utl::Bootstrap::Status INVALID_BASE_INSTALL
+include/unotools/configitem.hxx:48
+ enum ConfigItemMode ImmediateUpdate
+include/unotools/configitem.hxx:49
+ enum ConfigItemMode DelayedUpdate
+include/unotools/configitem.hxx:51
+ enum ConfigItemMode ReleaseTree
+include/unotools/confignode.hxx:176
+ enum utl::OConfigurationNode::NAMEORIGIN NO_CONFIGURATION
+include/unotools/confignode.hxx:207
+ enum utl::OConfigurationTreeRoot::CREATION_MODE CM_UPDATABLE
+include/unotools/eventcfg.hxx:36
+ enum GlobalEventId DOCCREATED
+include/unotools/eventcfg.hxx:37
+ enum GlobalEventId CREATEDOC
+include/unotools/eventcfg.hxx:38
+ enum GlobalEventId LOADFINISHED
+include/unotools/eventcfg.hxx:39
+ enum GlobalEventId OPENDOC
+include/unotools/eventcfg.hxx:40
+ enum GlobalEventId PREPARECLOSEDOC
+include/unotools/eventcfg.hxx:41
+ enum GlobalEventId CLOSEDOC
+include/unotools/eventcfg.hxx:42
+ enum GlobalEventId SAVEDOC
+include/unotools/eventcfg.hxx:43
+ enum GlobalEventId SAVEDOCDONE
+include/unotools/eventcfg.hxx:44
+ enum GlobalEventId SAVEDOCFAILED
+include/unotools/eventcfg.hxx:45
+ enum GlobalEventId SAVEASDOC
+include/unotools/eventcfg.hxx:46
+ enum GlobalEventId SAVEASDOCDONE
+include/unotools/eventcfg.hxx:47
+ enum GlobalEventId SAVEASDOCFAILED
+include/unotools/eventcfg.hxx:48
+ enum GlobalEventId SAVETODOC
+include/unotools/eventcfg.hxx:49
+ enum GlobalEventId SAVETODOCDONE
+include/unotools/eventcfg.hxx:50
+ enum GlobalEventId SAVETODOCFAILED
+include/unotools/eventcfg.hxx:51
+ enum GlobalEventId ACTIVATEDOC
+include/unotools/eventcfg.hxx:52
+ enum GlobalEventId DEACTIVATEDOC
+include/unotools/eventcfg.hxx:53
+ enum GlobalEventId PRINTDOC
+include/unotools/eventcfg.hxx:54
+ enum GlobalEventId VIEWCREATED
+include/unotools/eventcfg.hxx:55
+ enum GlobalEventId PREPARECLOSEVIEW
+include/unotools/eventcfg.hxx:56
+ enum GlobalEventId CLOSEVIEW
+include/unotools/eventcfg.hxx:57
+ enum GlobalEventId MODIFYCHANGED
+include/unotools/eventcfg.hxx:58
+ enum GlobalEventId TITLECHANGED
+include/unotools/eventcfg.hxx:59
+ enum GlobalEventId VISAREACHANGED
+include/unotools/eventcfg.hxx:60
+ enum GlobalEventId MODECHANGED
+include/unotools/eventcfg.hxx:61
+ enum GlobalEventId STORAGECHANGED
+include/unotools/extendedsecurityoptions.hxx:52
+ enum SvtExtendedSecurityOptions::OpenHyperlinkMode OPEN_WITHSECURITYCHECK
+include/unotools/fontcfg.hxx:49
+ enum ImplFontAttrs Default
+include/unotools/fontcfg.hxx:50
+ enum ImplFontAttrs Standard
+include/unotools/fontcfg.hxx:51
+ enum ImplFontAttrs Normal
+include/unotools/fontcfg.hxx:52
+ enum ImplFontAttrs Symbol
+include/unotools/fontcfg.hxx:53
+ enum ImplFontAttrs Fixed
+include/unotools/fontcfg.hxx:54
+ enum ImplFontAttrs SansSerif
+include/unotools/fontcfg.hxx:55
+ enum ImplFontAttrs Serif
+include/unotools/fontcfg.hxx:56
+ enum ImplFontAttrs Decorative
+include/unotools/fontcfg.hxx:57
+ enum ImplFontAttrs Special
+include/unotools/fontcfg.hxx:58
+ enum ImplFontAttrs Italic
+include/unotools/fontcfg.hxx:59
+ enum ImplFontAttrs Titling
+include/unotools/fontcfg.hxx:60
+ enum ImplFontAttrs Capitals
+include/unotools/fontcfg.hxx:61
+ enum ImplFontAttrs CJK
+include/unotools/fontcfg.hxx:62
+ enum ImplFontAttrs CJK_JP
+include/unotools/fontcfg.hxx:63
+ enum ImplFontAttrs CJK_SC
+include/unotools/fontcfg.hxx:64
+ enum ImplFontAttrs CJK_TC
+include/unotools/fontcfg.hxx:65
+ enum ImplFontAttrs CJK_KR
+include/unotools/fontcfg.hxx:66
+ enum ImplFontAttrs CTL
+include/unotools/fontcfg.hxx:67
+ enum ImplFontAttrs NoneLatin
+include/unotools/fontcfg.hxx:68
+ enum ImplFontAttrs Full
+include/unotools/fontcfg.hxx:69
+ enum ImplFontAttrs Outline
+include/unotools/fontcfg.hxx:70
+ enum ImplFontAttrs Shadow
+include/unotools/fontcfg.hxx:71
+ enum ImplFontAttrs Rounded
+include/unotools/fontcfg.hxx:72
+ enum ImplFontAttrs Typewriter
+include/unotools/fontcfg.hxx:73
+ enum ImplFontAttrs Script
+include/unotools/fontcfg.hxx:74
+ enum ImplFontAttrs Handwriting
+include/unotools/fontcfg.hxx:75
+ enum ImplFontAttrs Chancery
+include/unotools/fontcfg.hxx:76
+ enum ImplFontAttrs Comic
+include/unotools/fontcfg.hxx:77
+ enum ImplFontAttrs BrushScript
+include/unotools/fontcfg.hxx:78
+ enum ImplFontAttrs Gothic
+include/unotools/fontcfg.hxx:79
+ enum ImplFontAttrs Schoolbook
+include/unotools/fontcfg.hxx:80
+ enum ImplFontAttrs OtherStyle
+include/unotools/fontcfg.hxx:81
+ enum ImplFontAttrs CJK_AllLang
+include/unotools/fontcfg.hxx:82
+ enum ImplFontAttrs AllScript
+include/unotools/fontcfg.hxx:83
+ enum ImplFontAttrs AllSubscript
+include/unotools/fontcfg.hxx:84
+ enum ImplFontAttrs AllSerifStyle
+include/unotools/fontcvt.hxx:31
+ enum FontToSubsFontFlags IMPORT
+include/unotools/fontcvt.hxx:32
+ enum FontToSubsFontFlags EXPORT
+include/unotools/fontcvt.hxx:33
+ enum FontToSubsFontFlags ONLYOLDSOSYMBOLFONTS
+include/unotools/fontdefs.hxx:36
+ enum SubsFontFlags ONLYONE
+include/unotools/fontdefs.hxx:37
+ enum SubsFontFlags MS
+include/unotools/fontdefs.hxx:38
+ enum SubsFontFlags PS
+include/unotools/fontdefs.hxx:39
+ enum SubsFontFlags HTML
+include/unotools/moduleoptions.hxx:83
+ enum SvtModuleOptions::EFactory STARTMODULE
+include/unotools/options.hxx:32
+ enum ConfigurationHints Locale
+include/unotools/options.hxx:33
+ enum ConfigurationHints Currency
+include/unotools/options.hxx:34
+ enum ConfigurationHints UiLocale
+include/unotools/options.hxx:35
+ enum ConfigurationHints DecSep
+include/unotools/options.hxx:36
+ enum ConfigurationHints DatePatterns
+include/unotools/options.hxx:37
+ enum ConfigurationHints IgnoreLang
+include/unotools/options.hxx:38
+ enum ConfigurationHints CtlSettingsChanged
+include/unotools/readwritemutexguard.hxx:27
+ enum ReadWriteGuardMode ReadOnly
+include/unotools/readwritemutexguard.hxx:28
+ enum ReadWriteGuardMode Write
+include/unotools/readwritemutexguard.hxx:29
+ enum ReadWriteGuardMode CriticalChange
+include/unotools/readwritemutexguard.hxx:30
+ enum ReadWriteGuardMode BlockCritical
+include/unotools/sharedunocomponent.hxx:149
+ enum utl::SharedUNOComponent<class com::sun::star::frame::XModel, class utl::CloseableComponent>::AssignmentMode NoTakeOwnership
+include/unotools/sharedunocomponent.hxx:149
+ enum utl::SharedUNOComponent<class com::sun::star::sdbc::XConnection, class utl::DisposableComponent>::AssignmentMode NoTakeOwnership
+include/unotools/sharedunocomponent.hxx:149
+ enum utl::SharedUNOComponent<class com::sun::star::sdbc::XResultSet, class utl::DisposableComponent>::AssignmentMode NoTakeOwnership
+include/unotools/sharedunocomponent.hxx:149
+ enum utl::SharedUNOComponent<class com::sun::star::awt::XControl, class utl::DisposableComponent>::AssignmentMode NoTakeOwnership
+include/unotools/useroptions.hxx:31
+ enum UserOptToken City
+include/unotools/useroptions.hxx:32
+ enum UserOptToken Company
+include/unotools/useroptions.hxx:33
+ enum UserOptToken Country
+include/unotools/useroptions.hxx:34
+ enum UserOptToken Email
+include/unotools/useroptions.hxx:35
+ enum UserOptToken Fax
+include/unotools/useroptions.hxx:36
+ enum UserOptToken FirstName
+include/unotools/useroptions.hxx:38
+ enum UserOptToken Position
+include/unotools/useroptions.hxx:39
+ enum UserOptToken State
+include/unotools/useroptions.hxx:40
+ enum UserOptToken Street
+include/unotools/useroptions.hxx:41
+ enum UserOptToken TelephoneHome
+include/unotools/useroptions.hxx:42
+ enum UserOptToken TelephoneWork
+include/unotools/useroptions.hxx:43
+ enum UserOptToken Title
+include/unotools/useroptions.hxx:45
+ enum UserOptToken Zip
+include/unotools/useroptions.hxx:46
+ enum UserOptToken FathersName
+include/unotools/useroptions.hxx:47
+ enum UserOptToken Apartment
+include/vcl/bitmap.hxx:36
+ enum BmpMirrorFlags Horizontal
+include/vcl/bitmap.hxx:37
+ enum BmpMirrorFlags Vertical
+include/vcl/bitmap.hxx:62
+ enum BmpDitherFlags Matrix
+include/vcl/bitmap.hxx:63
+ enum BmpDitherFlags Floyd
+include/vcl/bitmap.hxx:64
+ enum BmpDitherFlags Floyd16
+include/vcl/bitmap.hxx:110
+ enum BmpFilter Unknown
+include/vcl/btndlg.hxx:39
+ enum ButtonDialogFlags Default
+include/vcl/btndlg.hxx:40
+ enum ButtonDialogFlags OK
+include/vcl/btndlg.hxx:41
+ enum ButtonDialogFlags Cancel
+include/vcl/btndlg.hxx:42
+ enum ButtonDialogFlags Help
+include/vcl/btndlg.hxx:43
+ enum ButtonDialogFlags Focus
+include/vcl/decoview.hxx:37
+ enum DrawSymbolFlags Mono
+include/vcl/decoview.hxx:38
+ enum DrawSymbolFlags Disable
+include/vcl/decoview.hxx:59
+ enum DrawFrameFlags Menu
+include/vcl/decoview.hxx:60
+ enum DrawFrameFlags WindowBorder
+include/vcl/decoview.hxx:61
+ enum DrawFrameFlags BorderWindowBorder
+include/vcl/decoview.hxx:62
+ enum DrawFrameFlags Mono
+include/vcl/decoview.hxx:63
+ enum DrawFrameFlags NoDraw
+include/vcl/decoview.hxx:74
+ enum DrawHighlightFrameStyle Out
+include/vcl/decoview.hxx:81
+ enum DrawButtonFlags Default
+include/vcl/decoview.hxx:82
+ enum DrawButtonFlags NoLightBorder
+include/vcl/decoview.hxx:83
+ enum DrawButtonFlags Pressed
+include/vcl/decoview.hxx:84
+ enum DrawButtonFlags Checked
+include/vcl/decoview.hxx:85
+ enum DrawButtonFlags DontKnow
+include/vcl/decoview.hxx:86
+ enum DrawButtonFlags Mono
+include/vcl/decoview.hxx:87
+ enum DrawButtonFlags NoFill
+include/vcl/decoview.hxx:88
+ enum DrawButtonFlags Disabled
+include/vcl/decoview.hxx:89
+ enum DrawButtonFlags Highlight
+include/vcl/decoview.hxx:91
+ enum DrawButtonFlags NoLeftLightBorder
+include/vcl/decoview.hxx:92
+ enum DrawButtonFlags NoText
+include/vcl/decoview.hxx:93
+ enum DrawButtonFlags NoImage
+include/vcl/dialog.hxx:36
+ enum Dialog::InitFlag Default
+include/vcl/EnumContext.hxx:43
+ enum vcl::EnumContext::Application Chart
+include/vcl/EnumContext.hxx:56
+ enum vcl::EnumContext::Application Any
+include/vcl/EnumContext.hxx:68
+ enum vcl::EnumContext::Context Auditing
+include/vcl/EnumContext.hxx:69
+ enum vcl::EnumContext::Context Axis
+include/vcl/EnumContext.hxx:72
+ enum vcl::EnumContext::Context ChartElements
+include/vcl/EnumContext.hxx:75
+ enum vcl::EnumContext::Context DrawPage
+include/vcl/EnumContext.hxx:78
+ enum vcl::EnumContext::Context ErrorBar
+include/vcl/EnumContext.hxx:80
+ enum vcl::EnumContext::Context Frame
+include/vcl/EnumContext.hxx:82
+ enum vcl::EnumContext::Context Grid
+include/vcl/EnumContext.hxx:83
+ enum vcl::EnumContext::Context HandoutPage
+include/vcl/EnumContext.hxx:84
+ enum vcl::EnumContext::Context MasterPage
+include/vcl/EnumContext.hxx:87
+ enum vcl::EnumContext::Context NotesPage
+include/vcl/EnumContext.hxx:91
+ enum vcl::EnumContext::Context Series
+include/vcl/EnumContext.hxx:92
+ enum vcl::EnumContext::Context SlidesorterPage
+include/vcl/EnumContext.hxx:96
+ enum vcl::EnumContext::Context Trendline
+include/vcl/event.hxx:88
+ enum MouseEventModifiers SIMPLEMOVE
+include/vcl/event.hxx:89
+ enum MouseEventModifiers DRAGMOVE
+include/vcl/event.hxx:90
+ enum MouseEventModifiers DRAGCOPY
+include/vcl/event.hxx:91
+ enum MouseEventModifiers ENTERWINDOW
+include/vcl/event.hxx:92
+ enum MouseEventModifiers LEAVEWINDOW
+include/vcl/event.hxx:93
+ enum MouseEventModifiers SYNTHETIC
+include/vcl/event.hxx:94
+ enum MouseEventModifiers MODIFIERCHANGED
+include/vcl/event.hxx:96
+ enum MouseEventModifiers SIMPLECLICK
+include/vcl/event.hxx:97
+ enum MouseEventModifiers SELECT
+include/vcl/event.hxx:98
+ enum MouseEventModifiers MULTISELECT
+include/vcl/event.hxx:99
+ enum MouseEventModifiers RANGESELECT
+include/vcl/event.hxx:181
+ enum HelpEventMode CONTEXT
+include/vcl/event.hxx:182
+ enum HelpEventMode EXTENDED
+include/vcl/event.hxx:184
+ enum HelpEventMode QUICK
+include/vcl/event.hxx:289
+ enum MouseNotifyEvent DESTROY
+include/vcl/event.hxx:291
+ enum MouseNotifyEvent INPUTDISABLE
+include/vcl/event.hxx:348
+ enum DataChangedEventType USER
+include/vcl/field.hxx:361
+ enum TimeFormatter::TimeFormat Hour24
+include/vcl/filter/pdfdocument.hxx:215
+ enum vcl::filter::TokenizeMode END_OF_STREAM
+include/vcl/filter/pdfdocument.hxx:221
+ enum vcl::filter::TokenizeMode STORED_OBJECT
+include/vcl/floatwin.hxx:34
+ enum FloatWinPopupFlags AllowTearOff
+include/vcl/floatwin.hxx:39
+ enum FloatWinPopupFlags NoKeyClose
+include/vcl/floatwin.hxx:40
+ enum FloatWinPopupFlags AllMouseButtonClose
+include/vcl/floatwin.hxx:41
+ enum FloatWinPopupFlags NoAppFocusClose
+include/vcl/floatwin.hxx:42
+ enum FloatWinPopupFlags NewLevel
+include/vcl/floatwin.hxx:43
+ enum FloatWinPopupFlags NoMouseUpClose
+include/vcl/floatwin.hxx:44
+ enum FloatWinPopupFlags GrabFocus
+include/vcl/floatwin.hxx:45
+ enum FloatWinPopupFlags NoHorzPlacement
+include/vcl/floatwin.hxx:55
+ enum FloatWinPopupEndFlags Cancel
+include/vcl/floatwin.hxx:56
+ enum FloatWinPopupEndFlags TearOff
+include/vcl/floatwin.hxx:57
+ enum FloatWinPopupEndFlags DontCallHdl
+include/vcl/floatwin.hxx:58
+ enum FloatWinPopupEndFlags CloseAll
+include/vcl/floatwin.hxx:67
+ enum FloatWinTitleType Unknown
+include/vcl/floatwin.hxx:76
+ enum HitTest HITTEST_OUTSIDE
+include/vcl/floatwin.hxx:77
+ enum HitTest HITTEST_WINDOW
+include/vcl/fntstyle.hxx:31
+ enum FontKerning FontSpecific
+include/vcl/fntstyle.hxx:32
+ enum FontKerning Asian
+include/vcl/fontcapabilities.hxx:162
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP1252
+include/vcl/fontcapabilities.hxx:163
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP1250
+include/vcl/fontcapabilities.hxx:164
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP1251
+include/vcl/fontcapabilities.hxx:165
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP1253
+include/vcl/fontcapabilities.hxx:166
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP1254
+include/vcl/fontcapabilities.hxx:167
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP1255
+include/vcl/fontcapabilities.hxx:168
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP1256
+include/vcl/fontcapabilities.hxx:169
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP1257
+include/vcl/fontcapabilities.hxx:170
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP1258
+include/vcl/fontcapabilities.hxx:171
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP874
+include/vcl/fontcapabilities.hxx:172
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP932
+include/vcl/fontcapabilities.hxx:173
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP936
+include/vcl/fontcapabilities.hxx:174
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP949
+include/vcl/fontcapabilities.hxx:175
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP950
+include/vcl/fontcapabilities.hxx:176
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP1361
+include/vcl/fontcapabilities.hxx:177
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP869
+include/vcl/fontcapabilities.hxx:178
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP866
+include/vcl/fontcapabilities.hxx:179
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP865
+include/vcl/fontcapabilities.hxx:180
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP864
+include/vcl/fontcapabilities.hxx:181
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP863
+include/vcl/fontcapabilities.hxx:182
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP862
+include/vcl/fontcapabilities.hxx:183
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP861
+include/vcl/fontcapabilities.hxx:184
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP860
+include/vcl/fontcapabilities.hxx:185
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP857
+include/vcl/fontcapabilities.hxx:186
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP855
+include/vcl/fontcapabilities.hxx:187
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP852
+include/vcl/fontcapabilities.hxx:188
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP775
+include/vcl/fontcapabilities.hxx:189
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP737
+include/vcl/fontcapabilities.hxx:190
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP780
+include/vcl/fontcapabilities.hxx:191
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP850
+include/vcl/fontcapabilities.hxx:192
+ enum vcl::CodePageCoverage::CodePageCoverageEnum CP437
+include/vcl/fontcapabilities.hxx:193
+ enum vcl::CodePageCoverage::CodePageCoverageEnum MAX_CP_ENUM
+include/vcl/gdimtf.hxx:49
+ enum MtfConversion N8BitGreys
+include/vcl/graphicfilter.hxx:55
+ enum GraphicFilterImportFlags SetLogsizeForJpeg
+include/vcl/graphicfilter.hxx:56
+ enum GraphicFilterImportFlags DontSetLogsizeForJpeg
+include/vcl/graphicfilter.hxx:57
+ enum GraphicFilterImportFlags ForPreview
+include/vcl/graphicfilter.hxx:58
+ enum GraphicFilterImportFlags AllowPartialStreamRead
+include/vcl/graphictools.hxx:216
+ enum SvtGraphicFill::FillRule fillNonZero
+include/vcl/graphictools.hxx:241
+ enum SvtGraphicFill::HatchType hatchSingle
+include/vcl/graphictools.hxx:243
+ enum SvtGraphicFill::HatchType hatchDouble
+include/vcl/graphictools.hxx:248
+ enum SvtGraphicFill::HatchType hatchTriple
+include/vcl/graphictools.hxx:251
+ enum SvtGraphicFill::GradientType Rectangular
+include/vcl/graphictools.hxx:253
+ enum SvtGraphicFill::(anonymous at /home/noel/libo3/include/vcl/graphictools.hxx:253:5) gradientStepsInfinite
+include/vcl/help.hxx:36
+ enum QuickHelpFlags Left
+include/vcl/help.hxx:37
+ enum QuickHelpFlags Center
+include/vcl/help.hxx:38
+ enum QuickHelpFlags Right
+include/vcl/help.hxx:39
+ enum QuickHelpFlags Top
+include/vcl/help.hxx:40
+ enum QuickHelpFlags VCenter
+include/vcl/help.hxx:41
+ enum QuickHelpFlags Bottom
+include/vcl/help.hxx:42
+ enum QuickHelpFlags NoAutoPos
+include/vcl/help.hxx:43
+ enum QuickHelpFlags CtrlText
+include/vcl/help.hxx:45
+ enum QuickHelpFlags NoDelay
+include/vcl/help.hxx:47
+ enum QuickHelpFlags TipStyleBalloon
+include/vcl/help.hxx:48
+ enum QuickHelpFlags NoEvadePointer
+include/vcl/help.hxx:49
+ enum QuickHelpFlags BiDiRtl
+include/vcl/image.hxx:46
+ enum vcl::ImageType Small
+include/vcl/ImageTree.hxx:30
+ enum ImageLoadFlags IgnoreScalingFactor
+include/vcl/ImageTree.hxx:31
+ enum ImageLoadFlags IgnoreDarkTheme
+include/vcl/inputctx.hxx:32
+ enum InputContextFlags Text
+include/vcl/inputctx.hxx:33
+ enum InputContextFlags ExtText
+include/vcl/inputtypes.hxx:27
+ enum VclInputFlags MOUSE
+include/vcl/inputtypes.hxx:28
+ enum VclInputFlags KEYBOARD
+include/vcl/inputtypes.hxx:29
+ enum VclInputFlags PAINT
+include/vcl/inputtypes.hxx:30
+ enum VclInputFlags TIMER
+include/vcl/inputtypes.hxx:31
+ enum VclInputFlags OTHER
+include/vcl/inputtypes.hxx:32
+ enum VclInputFlags APPEVENT
+include/vcl/keycodes.hxx:158
+ enum ModKeyFlags LeftShift
+include/vcl/keycodes.hxx:159
+ enum ModKeyFlags RightShift
+include/vcl/keycodes.hxx:160
+ enum ModKeyFlags LeftMod1
+include/vcl/keycodes.hxx:161
+ enum ModKeyFlags RightMod1
+include/vcl/keycodes.hxx:162
+ enum ModKeyFlags LeftMod2
+include/vcl/keycodes.hxx:163
+ enum ModKeyFlags RightMod2
+include/vcl/keycodes.hxx:164
+ enum ModKeyFlags LeftMod3
+include/vcl/keycodes.hxx:165
+ enum ModKeyFlags RightMod3
+include/vcl/keycodes.hxx:166
+ enum ModKeyFlags Mod1Msk
+include/vcl/keycodes.hxx:167
+ enum ModKeyFlags Mod2Msk
+include/vcl/keycodes.hxx:175
+ enum KeyIndicatorState CAPSLOCK
+include/vcl/keycodes.hxx:176
+ enum KeyIndicatorState NUMLOCK
+include/vcl/keycodes.hxx:177
+ enum KeyIndicatorState SCROLLLOCK
+include/vcl/layout.hxx:191
+ enum VclButtonBoxStyle Edge
+include/vcl/lstbox.hxx:48
+ enum ListBoxEntryFlags DisableSelection
+include/vcl/lstbox.hxx:55
+ enum ListBoxEntryFlags MultiLine
+include/vcl/lstbox.hxx:60
+ enum ListBoxEntryFlags DrawDisabled
+include/vcl/menu.hxx:68
+ enum PopupMenuFlags ExecuteDown
+include/vcl/menu.hxx:69
+ enum PopupMenuFlags ExecuteUp
+include/vcl/menu.hxx:70
+ enum PopupMenuFlags ExecuteLeft
+include/vcl/menu.hxx:71
+ enum PopupMenuFlags ExecuteRight
+include/vcl/menu.hxx:72
+ enum PopupMenuFlags NoMouseUpClose
+include/vcl/menu.hxx:78
+ enum PopupMenuFlags NoHorzPlacement
+include/vcl/menu.hxx:89
+ enum MenuFlags NoAutoMnemonics
+include/vcl/menu.hxx:90
+ enum MenuFlags HideDisabledEntries
+include/vcl/menu.hxx:92
+ enum MenuFlags AlwaysShowDisabledEntries
+include/vcl/outdev.hxx:132
+ enum SalLayoutFlags BiDiRtl
+include/vcl/outdev.hxx:133
+ enum SalLayoutFlags BiDiStrong
+include/vcl/outdev.hxx:134
+ enum SalLayoutFlags RightAlign
+include/vcl/outdev.hxx:135
+ enum SalLayoutFlags DisableKerning
+include/vcl/outdev.hxx:136
+ enum SalLayoutFlags KerningAsian
+include/vcl/outdev.hxx:137
+ enum SalLayoutFlags Vertical
+include/vcl/outdev.hxx:138
+ enum SalLayoutFlags EnableLigatures
+include/vcl/outdev.hxx:139
+ enum SalLayoutFlags SubstituteDigits
+include/vcl/outdev.hxx:140
+ enum SalLayoutFlags KashidaJustification
+include/vcl/outdev.hxx:141
+ enum SalLayoutFlags ForFallback
+include/vcl/outdev.hxx:156
+ enum DrawTextFlags Disable
+include/vcl/outdev.hxx:157
+ enum DrawTextFlags Mnemonic
+include/vcl/outdev.hxx:158
+ enum DrawTextFlags Mono
+include/vcl/outdev.hxx:159
+ enum DrawTextFlags Clip
+include/vcl/outdev.hxx:160
+ enum DrawTextFlags Left
+include/vcl/outdev.hxx:161
+ enum DrawTextFlags Center
+include/vcl/outdev.hxx:162
+ enum DrawTextFlags Right
+include/vcl/outdev.hxx:163
+ enum DrawTextFlags Top
+include/vcl/outdev.hxx:164
+ enum DrawTextFlags VCenter
+include/vcl/outdev.hxx:165
+ enum DrawTextFlags Bottom
+include/vcl/outdev.hxx:166
+ enum DrawTextFlags EndEllipsis
+include/vcl/outdev.hxx:167
+ enum DrawTextFlags PathEllipsis
+include/vcl/outdev.hxx:168
+ enum DrawTextFlags MultiLine
+include/vcl/outdev.hxx:169
+ enum DrawTextFlags WordBreak
+include/vcl/outdev.hxx:170
+ enum DrawTextFlags NewsEllipsis
+include/vcl/outdev.hxx:173
+ enum DrawTextFlags HideMnemonic
+include/vcl/outdev.hxx:185
+ enum DrawImageFlags Highlight
+include/vcl/outdev.hxx:186
+ enum DrawImageFlags Deactive
+include/vcl/outdev.hxx:187
+ enum DrawImageFlags ColorTransform
+include/vcl/outdev.hxx:188
+ enum DrawImageFlags SemiTransparent
+include/vcl/outdev.hxx:199
+ enum DrawGridFlags Dots
+include/vcl/outdev.hxx:200
+ enum DrawGridFlags HorzLines
+include/vcl/outdev.hxx:201
+ enum DrawGridFlags VertLines
+include/vcl/outdev.hxx:211
+ enum DrawModeFlags Default
+include/vcl/outdev.hxx:212
+ enum DrawModeFlags BlackLine
+include/vcl/outdev.hxx:213
+ enum DrawModeFlags BlackFill
+include/vcl/outdev.hxx:214
+ enum DrawModeFlags BlackText
+include/vcl/outdev.hxx:215
+ enum DrawModeFlags BlackBitmap
+include/vcl/outdev.hxx:216
+ enum DrawModeFlags BlackGradient
+include/vcl/outdev.hxx:217
+ enum DrawModeFlags GrayLine
+include/vcl/outdev.hxx:218
+ enum DrawModeFlags GrayFill
+include/vcl/outdev.hxx:219
+ enum DrawModeFlags GrayText
+include/vcl/outdev.hxx:220
+ enum DrawModeFlags GrayBitmap
+include/vcl/outdev.hxx:221
+ enum DrawModeFlags GrayGradient
+include/vcl/outdev.hxx:222
+ enum DrawModeFlags NoFill
+include/vcl/outdev.hxx:223
+ enum DrawModeFlags NoBitmap
+include/vcl/outdev.hxx:224
+ enum DrawModeFlags NoGradient
+include/vcl/outdev.hxx:225
+ enum DrawModeFlags GhostedLine
+include/vcl/outdev.hxx:226
+ enum DrawModeFlags GhostedFill
+include/vcl/outdev.hxx:227
+ enum DrawModeFlags GhostedText
+include/vcl/outdev.hxx:228
+ enum DrawModeFlags GhostedBitmap
+include/vcl/outdev.hxx:229
+ enum DrawModeFlags GhostedGradient
+include/vcl/outdev.hxx:230
+ enum DrawModeFlags WhiteLine
+include/vcl/outdev.hxx:231
+ enum DrawModeFlags WhiteFill
+include/vcl/outdev.hxx:232
+ enum DrawModeFlags WhiteText
+include/vcl/outdev.hxx:233
+ enum DrawModeFlags WhiteBitmap
+include/vcl/outdev.hxx:234
+ enum DrawModeFlags WhiteGradient
+include/vcl/outdev.hxx:235
+ enum DrawModeFlags SettingsLine
+include/vcl/outdev.hxx:236
+ enum DrawModeFlags SettingsFill
+include/vcl/outdev.hxx:237
+ enum DrawModeFlags SettingsText
+include/vcl/outdev.hxx:238
+ enum DrawModeFlags SettingsGradient
+include/vcl/outdev.hxx:239
+ enum DrawModeFlags NoTransparency
+include/vcl/outdev.hxx:250
+ enum AntialiasingFlags DisableText
+include/vcl/outdev.hxx:251
+ enum AntialiasingFlags EnableB2dDraw
+include/vcl/outdev.hxx:252
+ enum AntialiasingFlags PixelSnapHairline
+include/vcl/outdev.hxx:263
+ enum AddFontSubstituteFlags ALWAYS
+include/vcl/outdev.hxx:264
+ enum AddFontSubstituteFlags ScreenOnly
+include/vcl/outdev.hxx:275
+ enum GetDefaultFontFlags OnlyOne
+include/vcl/outdev.hxx:286
+ enum InvertFlags Highlight
+include/vcl/outdev.hxx:287
+ enum InvertFlags N50
+include/vcl/outdev.hxx:294
+ enum OutDevType OUTDEV_DONTKNOW
+include/vcl/outdev.hxx:296
+ enum OutDevViewType DontKnow
+include/vcl/outdev.hxx:296
+ enum OutDevViewType SlideShow
+include/vcl/outdevstate.hxx:37
+ enum PushFlags LINECOLOR
+include/vcl/outdevstate.hxx:38
+ enum PushFlags FILLCOLOR
+include/vcl/outdevstate.hxx:39
+ enum PushFlags FONT
+include/vcl/outdevstate.hxx:40
+ enum PushFlags TEXTCOLOR
+include/vcl/outdevstate.hxx:41
+ enum PushFlags MAPMODE
+include/vcl/outdevstate.hxx:42
+ enum PushFlags CLIPREGION
+include/vcl/outdevstate.hxx:43
+ enum PushFlags RASTEROP
+include/vcl/outdevstate.hxx:44
+ enum PushFlags TEXTFILLCOLOR
+include/vcl/outdevstate.hxx:45
+ enum PushFlags TEXTALIGN
+include/vcl/outdevstate.hxx:46
+ enum PushFlags REFPOINT
+include/vcl/outdevstate.hxx:47
+ enum PushFlags TEXTLINECOLOR
+include/vcl/outdevstate.hxx:48
+ enum PushFlags TEXTLAYOUTMODE
+include/vcl/outdevstate.hxx:49
+ enum PushFlags TEXTLANGUAGE
+include/vcl/outdevstate.hxx:50
+ enum PushFlags OVERLINECOLOR
+include/vcl/outdevstate.hxx:68
+ enum ComplexTextLayoutFlags TextOriginLeft
+include/vcl/outdevstate.hxx:69
+ enum ComplexTextLayoutFlags TextOriginRight
+include/vcl/pdfwriter.hxx:119
+ enum vcl::PDFWriter::StructElement Division
+include/vcl/pdfwriter.hxx:119
+ enum vcl::PDFWriter::StructElement Section
+include/vcl/pdfwriter.hxx:119
+ enum vcl::PDFWriter::StructElement Part
+include/vcl/pdfwriter.hxx:119
+ enum vcl::PDFWriter::StructElement Article
+include/vcl/pdfwriter.hxx:120
+ enum vcl::PDFWriter::StructElement TOCI
+include/vcl/pdfwriter.hxx:120
+ enum vcl::PDFWriter::StructElement TOC
+include/vcl/pdfwriter.hxx:120
+ enum vcl::PDFWriter::StructElement Index
+include/vcl/pdfwriter.hxx:542
+ enum vcl::PDFWriter::ColorMode DrawColor
+include/vcl/ppdparser.hxx:41
+ enum psp::PPDValueType eSymbol
+include/vcl/ppdparser.hxx:41
+ enum psp::PPDValueType eString
+include/vcl/ppdparser.hxx:41
+ enum psp::PPDValueType eQuoted
+include/vcl/ppdparser.hxx:76
+ enum psp::PPDKey::UIType PickMany
+include/vcl/ppdparser.hxx:76
+ enum psp::PPDKey::UIType PickOne
+include/vcl/ppdparser.hxx:76
+ enum psp::PPDKey::UIType Boolean
+include/vcl/ppdparser.hxx:77
+ enum psp::PPDKey::SetupType Prolog
+include/vcl/ppdparser.hxx:77
+ enum psp::PPDKey::SetupType JCLSetup
+include/vcl/ppdparser.hxx:77
+ enum psp::PPDKey::SetupType ExitServer
+include/vcl/prntypes.hxx:38
+ enum PrintQueueFlags Ready
+include/vcl/prntypes.hxx:39
+ enum PrintQueueFlags Paused
+include/vcl/prntypes.hxx:40
+ enum PrintQueueFlags PendingDeletion
+include/vcl/prntypes.hxx:41
+ enum PrintQueueFlags Busy
+include/vcl/prntypes.hxx:42
+ enum PrintQueueFlags Initializing
+include/vcl/prntypes.hxx:43
+ enum PrintQueueFlags Waiting
+include/vcl/prntypes.hxx:44
+ enum PrintQueueFlags WarmingUp
+include/vcl/prntypes.hxx:45
+ enum PrintQueueFlags Processing
+include/vcl/prntypes.hxx:46
+ enum PrintQueueFlags Printing
+include/vcl/prntypes.hxx:47
+ enum PrintQueueFlags Offline
+include/vcl/prntypes.hxx:48
+ enum PrintQueueFlags Error
+include/vcl/prntypes.hxx:49
+ enum PrintQueueFlags StatusUnknown
+include/vcl/prntypes.hxx:50
+ enum PrintQueueFlags PaperJam
+include/vcl/prntypes.hxx:51
+ enum PrintQueueFlags PaperOut
+include/vcl/prntypes.hxx:52
+ enum PrintQueueFlags ManualFeed
+include/vcl/prntypes.hxx:53
+ enum PrintQueueFlags PaperProblem
+include/vcl/prntypes.hxx:54
+ enum PrintQueueFlags IOActive
+include/vcl/prntypes.hxx:55
+ enum PrintQueueFlags OutputBinFull
+include/vcl/prntypes.hxx:56
+ enum PrintQueueFlags TonerLow
+include/vcl/prntypes.hxx:57
+ enum PrintQueueFlags NoToner
+include/vcl/prntypes.hxx:58
+ enum PrintQueueFlags PagePunt
+include/vcl/prntypes.hxx:59
+ enum PrintQueueFlags UserIntervention
+include/vcl/prntypes.hxx:60
+ enum PrintQueueFlags OutOfMemory
+include/vcl/prntypes.hxx:61
+ enum PrintQueueFlags DoorOpen
+include/vcl/prntypes.hxx:62
+ enum PrintQueueFlags PowerSave
+include/vcl/salgtype.hxx:28
+ enum DeviceFormat DEFAULT
+include/vcl/salgtype.hxx:80
+ enum SalInvert Highlight
+include/vcl/salgtype.hxx:81
+ enum SalInvert N50
+include/vcl/salgtype.hxx:82
+ enum SalInvert TrackFrame
+include/vcl/salnativewidgets.hxx:95
+ enum ControlType IntroProgress
+include/vcl/salnativewidgets.hxx:132
+ enum ControlPart TrackHorzLeft
+include/vcl/salnativewidgets.hxx:133
+ enum ControlPart TrackVertUpper
+include/vcl/salnativewidgets.hxx:134
+ enum ControlPart TrackHorzRight
+include/vcl/salnativewidgets.hxx:135
+ enum ControlPart TrackVertLower
+include/vcl/salnativewidgets.hxx:194
+ enum ControlPart BackgroundWindow
+include/vcl/salnativewidgets.hxx:195
+ enum ControlPart BackgroundDialog
+include/vcl/salnativewidgets.hxx:215
+ enum ControlState ENABLED
+include/vcl/salnativewidgets.hxx:216
+ enum ControlState FOCUSED
+include/vcl/salnativewidgets.hxx:217
+ enum ControlState PRESSED
+include/vcl/salnativewidgets.hxx:218
+ enum ControlState ROLLOVER
+include/vcl/salnativewidgets.hxx:219
+ enum ControlState DEFAULT
+include/vcl/salnativewidgets.hxx:220
+ enum ControlState SELECTED
+include/vcl/salnativewidgets.hxx:221
+ enum ControlState DOUBLEBUFFERING
+include/vcl/salnativewidgets.hxx:222
+ enum ControlState CACHING_ALLOWED
+include/vcl/salnativewidgets.hxx:236
+ enum ButtonValue DontKnow
+include/vcl/salnativewidgets.hxx:340
+ enum TabitemFlags LeftAligned
+include/vcl/salnativewidgets.hxx:341
+ enum TabitemFlags RightAligned
+include/vcl/salnativewidgets.hxx:342
+ enum TabitemFlags FirstInGroup
+include/vcl/salnativewidgets.hxx:343
+ enum TabitemFlags LastInGroup
+include/vcl/scheduler.hxx:66
+ enum TaskPriority HIGHEST
+include/vcl/scheduler.hxx:67
+ enum TaskPriority HIGH
+include/vcl/scheduler.hxx:68
+ enum TaskPriority RESIZE
+include/vcl/scheduler.hxx:69
+ enum TaskPriority REPAINT
+include/vcl/scheduler.hxx:70
+ enum TaskPriority MEDIUM
+include/vcl/scheduler.hxx:71
+ enum TaskPriority POST_PAINT
+include/vcl/scheduler.hxx:72
+ enum TaskPriority DEFAULT_IDLE
+include/vcl/seleng.hxx:63
+ enum SelectionEngineFlags DRG_ENAB
+include/vcl/seleng.hxx:64
+ enum SelectionEngineFlags IN_SEL
+include/vcl/seleng.hxx:65
+ enum SelectionEngineFlags IN_ADD
+include/vcl/seleng.hxx:66
+ enum SelectionEngineFlags ADD_ALW
+include/vcl/seleng.hxx:67
+ enum SelectionEngineFlags HAS_ANCH
+include/vcl/seleng.hxx:68
+ enum SelectionEngineFlags CMDEVT
+include/vcl/seleng.hxx:69
+ enum SelectionEngineFlags WAIT_UPEVT
+include/vcl/seleng.hxx:70
+ enum SelectionEngineFlags EXPANDONMOVE
+include/vcl/splitwin.hxx:33
+ enum SplitWindowItemFlags Fixed
+include/vcl/splitwin.hxx:34
+ enum SplitWindowItemFlags RelativeSize
+include/vcl/splitwin.hxx:35
+ enum SplitWindowItemFlags PercentSize
+include/vcl/splitwin.hxx:36
+ enum SplitWindowItemFlags ColSet
+include/vcl/splitwin.hxx:37
+ enum SplitWindowItemFlags Invisible
+include/vcl/status.hxx:39
+ enum StatusBarItemBits Left
+include/vcl/status.hxx:40
+ enum StatusBarItemBits Center
+include/vcl/status.hxx:41
+ enum StatusBarItemBits Right
+include/vcl/status.hxx:42
+ enum StatusBarItemBits In
+include/vcl/status.hxx:43
+ enum StatusBarItemBits Out
+include/vcl/status.hxx:44
+ enum StatusBarItemBits Flat
+include/vcl/status.hxx:45
+ enum StatusBarItemBits AutoSize
+include/vcl/status.hxx:46
+ enum StatusBarItemBits UserDraw
+include/vcl/svgdata.hxx:72
+ enum SvgData::State PARSED
+include/vcl/syswin.hxx:49
+ enum WindowStateMask X
+include/vcl/syswin.hxx:50
+ enum WindowStateMask Y
+include/vcl/syswin.hxx:51
+ enum WindowStateMask Width
+include/vcl/syswin.hxx:52
+ enum WindowStateMask Height
+include/vcl/syswin.hxx:53
+ enum WindowStateMask State
+include/vcl/syswin.hxx:54
+ enum WindowStateMask Minimized
+include/vcl/syswin.hxx:55
+ enum WindowStateMask MaximizedX
+include/vcl/syswin.hxx:56
+ enum WindowStateMask MaximizedY
+include/vcl/syswin.hxx:57
+ enum WindowStateMask MaximizedWidth
+include/vcl/syswin.hxx:58
+ enum WindowStateMask MaximizedHeight
+include/vcl/syswin.hxx:59
+ enum WindowStateMask Pos
+include/vcl/syswin.hxx:60
+ enum WindowStateMask All
+include/vcl/syswin.hxx:69
+ enum WindowStateState Normal
+include/vcl/syswin.hxx:70
+ enum WindowStateState Minimized
+include/vcl/syswin.hxx:71
+ enum WindowStateState Maximized
+include/vcl/syswin.hxx:72
+ enum WindowStateState Rollup
+include/vcl/syswin.hxx:73
+ enum WindowStateState MaximizedHorz
+include/vcl/syswin.hxx:74
+ enum WindowStateState MaximizedVert
+include/vcl/syswin.hxx:75
+ enum WindowStateState SystemMask
+include/vcl/syswin.hxx:137
+ enum MenuBarMode Normal
+include/vcl/toolbox.hxx:51
+ enum ToolBoxMenuType ClippedItems
+include/vcl/toolbox.hxx:52
+ enum ToolBoxMenuType Customize
+include/vcl/toolbox.hxx:73
+ enum ToolBoxLayoutMode Normal
+include/vcl/vclenum.hxx:56
+ enum HatchStyle Single
+include/vcl/vclenum.hxx:72
+ enum FontAutoHint Yes
+include/vcl/vclenum.hxx:72
+ enum FontAutoHint No
+include/vcl/vclenum.hxx:72
+ enum FontAutoHint DontKnow
+include/vcl/vclenum.hxx:74
+ enum FontHinting No
+include/vcl/vclenum.hxx:74
+ enum FontHinting DontKnow
+include/vcl/vclenum.hxx:74
+ enum FontHinting Yes
+include/vcl/vclenum.hxx:76
+ enum FontHintStyle Medium
+include/vcl/vclenum.hxx:76
+ enum FontHintStyle Slight
+include/vcl/vclenum.hxx:76
+ enum FontHintStyle Full
+include/vcl/vclenum.hxx:123
+ enum VclResponseType RET_IGNORE
+include/vcl/vclenum.hxx:124
+ enum VclResponseType RET_CLOSE
+include/vcl/vclevent.hxx:62
+ enum VclEventId ListboxFocus
+include/vcl/vclevent.hxx:67
+ enum VclEventId ListboxStateUpdate
+include/vcl/vclevent.hxx:91
+ enum VclEventId ScrollbarEndScroll
+include/vcl/vclevent.hxx:100
+ enum VclEventId StatusbarClick
+include/vcl/vclevent.hxx:101
+ enum VclEventId StatusbarDoubleClick
+include/vcl/vclevent.hxx:141
+ enum VclEventId WindowChildCreated
+include/vcl/virdev.hxx:42
+ enum VirtualDevice::RefDevMode Custom
+include/vcl/window.hxx:112
+ enum TrackingEventFlags Cancel
+include/vcl/window.hxx:113
+ enum TrackingEventFlags Key
+include/vcl/window.hxx:114
+ enum TrackingEventFlags Focus
+include/vcl/window.hxx:115
+ enum TrackingEventFlags Repeat
+include/vcl/window.hxx:116
+ enum TrackingEventFlags End
+include/vcl/window.hxx:117
+ enum TrackingEventFlags DontCallHdl
+include/vcl/window.hxx:149
+ enum PosSizeFlags X
+include/vcl/window.hxx:150
+ enum PosSizeFlags Y
+include/vcl/window.hxx:151
+ enum PosSizeFlags Width
+include/vcl/window.hxx:152
+ enum PosSizeFlags Height
+include/vcl/window.hxx:153
+ enum PosSizeFlags Pos
+include/vcl/window.hxx:154
+ enum PosSizeFlags Size
+include/vcl/window.hxx:155
+ enum PosSizeFlags PosSize
+include/vcl/window.hxx:156
+ enum PosSizeFlags All
+include/vcl/window.hxx:168
+ enum ShowFlags NoParentUpdate
+include/vcl/window.hxx:169
+ enum ShowFlags NoFocusChange
+include/vcl/window.hxx:170
+ enum ShowFlags NoActivate
+include/vcl/window.hxx:171
+ enum ShowFlags ForegroundTask
+include/vcl/window.hxx:182
+ enum ZOrderFlags Before
+include/vcl/window.hxx:183
+ enum ZOrderFlags Behind
+include/vcl/window.hxx:184
+ enum ZOrderFlags First
+include/vcl/window.hxx:185
+ enum ZOrderFlags Last
+include/vcl/window.hxx:196
+ enum ActivateModeFlags GrabFocus
+include/vcl/window.hxx:207
+ enum ToTopFlags RestoreWhenMin
+include/vcl/window.hxx:208
+ enum ToTopFlags ForegroundTask
+include/vcl/window.hxx:209
+ enum ToTopFlags NoGrabFocus
+include/vcl/window.hxx:210
+ enum ToTopFlags GrabFocusOnly
+include/vcl/window.hxx:222
+ enum InvalidateFlags Children
+include/vcl/window.hxx:223
+ enum InvalidateFlags NoChildren
+include/vcl/window.hxx:224
+ enum InvalidateFlags NoErase
+include/vcl/window.hxx:225
+ enum InvalidateFlags Update
+include/vcl/window.hxx:226
+ enum InvalidateFlags Transparent
+include/vcl/window.hxx:227
+ enum InvalidateFlags NoTransparent
+include/vcl/window.hxx:228
+ enum InvalidateFlags NoClipChildren
+include/vcl/window.hxx:239
+ enum ValidateFlags Children
+include/vcl/window.hxx:240
+ enum ValidateFlags NoChildren
+include/vcl/window.hxx:251
+ enum ScrollFlags Clip
+include/vcl/window.hxx:252
+ enum ScrollFlags Children
+include/vcl/window.hxx:253
+ enum ScrollFlags NoChildren
+include/vcl/window.hxx:254
+ enum ScrollFlags UseClipRegion
+include/vcl/window.hxx:255
+ enum ScrollFlags Update
+include/vcl/window.hxx:266
+ enum ParentClipMode Clip
+include/vcl/window.hxx:267
+ enum ParentClipMode NoClip
+include/vcl/window.hxx:277
+ enum ShowTrackFlags Small
+include/vcl/window.hxx:281
+ enum ShowTrackFlags StyleMask
+include/vcl/window.hxx:282
+ enum ShowTrackFlags TrackWindow
+include/vcl/window.hxx:283
+ enum ShowTrackFlags Clip
+include/vcl/window.hxx:294
+ enum StartTrackingFlags KeyInput
+include/vcl/window.hxx:295
+ enum StartTrackingFlags KeyMod
+include/vcl/window.hxx:296
+ enum StartTrackingFlags NoKeyCancel
+include/vcl/window.hxx:297
+ enum StartTrackingFlags ScrollRepeat
+include/vcl/window.hxx:298
+ enum StartTrackingFlags ButtonRepeat
+include/vcl/window.hxx:299
+ enum StartTrackingFlags MouseButtonDown
+include/vcl/window.hxx:300
+ enum StartTrackingFlags FocusCancel
+include/vcl/window.hxx:312
+ enum StartAutoScrollFlags Vert
+include/vcl/window.hxx:313
+ enum StartAutoScrollFlags Horz
+include/vcl/window.hxx:336
+ enum StateChangedType ExtendedStyle
+include/vcl/window.hxx:338
+ enum StateChangedType Layout
+include/vcl/window.hxx:347
+ enum GetFocusFlags Tab
+include/vcl/window.hxx:348
+ enum GetFocusFlags CURSOR
+include/vcl/window.hxx:349
+ enum GetFocusFlags Mnemonic
+include/vcl/window.hxx:350
+ enum GetFocusFlags F6
+include/vcl/window.hxx:351
+ enum GetFocusFlags Forward
+include/vcl/window.hxx:352
+ enum GetFocusFlags Backward
+include/vcl/window.hxx:353
+ enum GetFocusFlags Around
+include/vcl/window.hxx:354
+ enum GetFocusFlags UniqueMnemonic
+include/vcl/window.hxx:355
+ enum GetFocusFlags Init
+include/vcl/window.hxx:356
+ enum GetFocusFlags FloatWinPopupModeEndCancel
+include/vcl/window.hxx:368
+ enum DrawFlags Mono
+include/vcl/window.hxx:369
+ enum DrawFlags NoBorder
+include/vcl/window.hxx:370
+ enum DrawFlags NoControls
+include/vcl/window.hxx:371
+ enum DrawFlags NoDisable
+include/vcl/window.hxx:372
+ enum DrawFlags NoMnemonic
+include/vcl/window.hxx:373
+ enum DrawFlags NoSelection
+include/vcl/window.hxx:374
+ enum DrawFlags NoBackground
+include/vcl/window.hxx:375
+ enum DrawFlags NoRollover
+include/vcl/window.hxx:386
+ enum DialogControlFlags Return
+include/vcl/window.hxx:387
+ enum DialogControlFlags WantFocus
+include/vcl/window.hxx:388
+ enum DialogControlFlags FloatWinPopupModeEndCancel
+include/vcl/window.hxx:399
+ enum EndExtTextInputFlags Complete
+include/vcl/window.hxx:459
+ enum WindowHitTest Inside
+include/vcl/window.hxx:460
+ enum WindowHitTest Transparent
+include/vcl/wrkwin.hxx:36
+ enum PresentationFlags HideAllApps
+include/vcl/wrkwin.hxx:37
+ enum PresentationFlags NoFullScreen
+include/vcl/wrkwin.hxx:38
+ enum PresentationFlags NoAutoShow
+include/xmloff/shapeexport.hxx:50
+ enum XMLShapeExportFlags X
+include/xmloff/shapeexport.hxx:51
+ enum XMLShapeExportFlags Y
+include/xmloff/shapeexport.hxx:52
+ enum XMLShapeExportFlags POSITION
+include/xmloff/shapeexport.hxx:53
+ enum XMLShapeExportFlags WIDTH
+include/xmloff/shapeexport.hxx:54
+ enum XMLShapeExportFlags HEIGHT
+include/xmloff/shapeexport.hxx:55
+ enum XMLShapeExportFlags SIZE
+include/xmloff/shapeexport.hxx:57
+ enum XMLShapeExportFlags NO_CHART_DATA
+include/xmloff/shapeexport.hxx:60
+ enum XMLShapeExportFlags NO_WS
+include/xmloff/txtimp.hxx:106
+ enum XMLTextPElemTokens XML_TOK_TEXT_SOFT_PAGE_BREAK
+include/xmloff/txtimp.hxx:298
+ enum XMLTextFrameAttrTokens XML_TOK_TEXT_FRAME_CLASS_ID
+include/xmloff/txtimp.hxx:348
+ enum XMLTextType Footnote
+include/xmloff/txtparae.hxx:69
+ enum TextPNS ODF
+include/xmloff/txtparae.hxx:112
+ enum XMLTextParagraphExport::FieldmarkType CHECK
+include/xmloff/xmlerror.hxx:81
+ enum SvXMLErrorFlags ERROR_OCCURRED
+include/xmloff/xmlerror.hxx:82
+ enum SvXMLErrorFlags WARNING_OCCURRED
+include/xmloff/xmlexp.hxx:94
+ enum SvXMLExportFlags MASTERSTYLES
+include/xmloff/xmlexp.hxx:95
+ enum SvXMLExportFlags AUTOSTYLES
+include/xmloff/xmlexp.hxx:97
+ enum SvXMLExportFlags SCRIPTS
+include/xmloff/xmlexp.hxx:99
+ enum SvXMLExportFlags FONTDECLS
+include/xmloff/xmlexp.hxx:100
+ enum SvXMLExportFlags EMBEDDED
+include/xmloff/xmlexp.hxx:102
+ enum SvXMLExportFlags SAVEBACKWARDCOMPATIBLE
+include/xmloff/xmlexp.hxx:103
+ enum SvXMLExportFlags OASIS
+include/xmloff/xmlexp.hxx:104
+ enum SvXMLExportFlags ALL
+include/xmloff/xmlexppr.hxx:35
+ enum SvXmlExportFlags DEFAULTS
+include/xmloff/xmlexppr.hxx:36
+ enum SvXmlExportFlags DEEP
+include/xmloff/xmlexppr.hxx:38
+ enum SvXmlExportFlags EMPTY
+include/xmloff/xmlexppr.hxx:40
+ enum SvXmlExportFlags IGN_WS
+include/xmloff/xmlimp.hxx:100
+ enum SvXMLImportFlags META
+include/xmloff/xmlimp.hxx:101
+ enum SvXMLImportFlags STYLES
+include/xmloff/xmlimp.hxx:102
+ enum SvXMLImportFlags MASTERSTYLES
+include/xmloff/xmlimp.hxx:103
+ enum SvXMLImportFlags AUTOSTYLES
+include/xmloff/xmlimp.hxx:104
+ enum SvXMLImportFlags CONTENT
+include/xmloff/xmlimp.hxx:105
+ enum SvXMLImportFlags SCRIPTS
+include/xmloff/xmlimp.hxx:106
+ enum SvXMLImportFlags SETTINGS
+include/xmloff/xmlimp.hxx:107
+ enum SvXMLImportFlags FONTDECLS
+include/xmloff/xmlimp.hxx:108
+ enum SvXMLImportFlags EMBEDDED
+include/xmloff/xmlnumfi.hxx:51
+ enum SvXMLDateElementAttributes XML_DEA_SHORT
+include/xmloff/xmlnumfi.hxx:52
+ enum SvXMLDateElementAttributes XML_DEA_LONG
+include/xmloff/xmlnumfi.hxx:53
+ enum SvXMLDateElementAttributes XML_DEA_TEXTSHORT
+include/xmloff/xmlnumfi.hxx:54
+ enum SvXMLDateElementAttributes XML_DEA_TEXTLONG
+include/xmloff/xmltoken.hxx:53
+ enum xmloff::token::XMLTokenEnum XML_CDATA
+include/xmloff/xmltoken.hxx:54
+ enum xmloff::token::XMLTokenEnum XML_WS
+include/xmloff/xmltoken.hxx:55
+ enum xmloff::token::XMLTokenEnum XML_XML
+include/xmloff/xmltoken.hxx:56
+ enum xmloff::token::XMLTokenEnum XML_XMLNS
+include/xmloff/xmltoken.hxx:57
+ enum xmloff::token::XMLTokenEnum XML_XML_PI
+include/xmloff/xmltoken.hxx:58
+ enum xmloff::token::XMLTokenEnum XML_XML_DOCTYPE_PREFIX
+include/xmloff/xmltoken.hxx:59
+ enum xmloff::token::XMLTokenEnum XML_XML_DOCTYPE_SUFFIX
+include/xmloff/xmltoken.hxx:62
+ enum xmloff::token::XMLTokenEnum XML_N_XML
+include/xmloff/xmltoken.hxx:63
+ enum xmloff::token::XMLTokenEnum XML_NP_OFFICE
+include/xmloff/xmltoken.hxx:64
+ enum xmloff::token::XMLTokenEnum XML_N_OFFICE
+include/xmloff/xmltoken.hxx:65
+ enum xmloff::token::XMLTokenEnum XML_N_OFFICE_OLD
+include/xmloff/xmltoken.hxx:66
+ enum xmloff::token::XMLTokenEnum XML_NP_META
+include/xmloff/xmltoken.hxx:67
+ enum xmloff::token::XMLTokenEnum XML_N_META
+include/xmloff/xmltoken.hxx:68
+ enum xmloff::token::XMLTokenEnum XML_N_META_OLD
+include/xmloff/xmltoken.hxx:69
+ enum xmloff::token::XMLTokenEnum XML_NP_STYLE
+include/xmloff/xmltoken.hxx:70
+ enum xmloff::token::XMLTokenEnum XML_N_STYLE
+include/xmloff/xmltoken.hxx:71
+ enum xmloff::token::XMLTokenEnum XML_N_STYLE_OLD
+include/xmloff/xmltoken.hxx:72
+ enum xmloff::token::XMLTokenEnum XML_NP_NUMBER
+include/xmloff/xmltoken.hxx:73
+ enum xmloff::token::XMLTokenEnum XML_N_NUMBER
+include/xmloff/xmltoken.hxx:74
+ enum xmloff::token::XMLTokenEnum XML_N_NUMBER_OLD
+include/xmloff/xmltoken.hxx:75
+ enum xmloff::token::XMLTokenEnum XML_NP_TEXT
+include/xmloff/xmltoken.hxx:76
+ enum xmloff::token::XMLTokenEnum XML_N_TEXT
+include/xmloff/xmltoken.hxx:77
+ enum xmloff::token::XMLTokenEnum XML_N_TEXT_OLD
+include/xmloff/xmltoken.hxx:78
+ enum xmloff::token::XMLTokenEnum XML_NP_TABLE
+include/xmloff/xmltoken.hxx:79
+ enum xmloff::token::XMLTokenEnum XML_N_TABLE
+include/xmloff/xmltoken.hxx:80
+ enum xmloff::token::XMLTokenEnum XML_N_TABLE_OLD
+include/xmloff/xmltoken.hxx:81
+ enum xmloff::token::XMLTokenEnum XML_NP_DRAW
+include/xmloff/xmltoken.hxx:82
+ enum xmloff::token::XMLTokenEnum XML_N_DRAW
+include/xmloff/xmltoken.hxx:83
+ enum xmloff::token::XMLTokenEnum XML_NP_DR3D
+include/xmloff/xmltoken.hxx:84
+ enum xmloff::token::XMLTokenEnum XML_N_DR3D
+include/xmloff/xmltoken.hxx:85
+ enum xmloff::token::XMLTokenEnum XML_N_DRAW_OLD
+include/xmloff/xmltoken.hxx:86
+ enum xmloff::token::XMLTokenEnum XML_NP_PRESENTATION
+include/xmloff/xmltoken.hxx:87
+ enum xmloff::token::XMLTokenEnum XML_N_PRESENTATION
+include/xmloff/xmltoken.hxx:88
+ enum xmloff::token::XMLTokenEnum XML_N_PRESENTATION_OLD
+include/xmloff/xmltoken.hxx:89
+ enum xmloff::token::XMLTokenEnum XML_NP_CHART
+include/xmloff/xmltoken.hxx:90
+ enum xmloff::token::XMLTokenEnum XML_N_CHART
+include/xmloff/xmltoken.hxx:91
+ enum xmloff::token::XMLTokenEnum XML_NP_CONFIG
+include/xmloff/xmltoken.hxx:92
+ enum xmloff::token::XMLTokenEnum XML_N_CONFIG
+include/xmloff/xmltoken.hxx:93
+ enum xmloff::token::XMLTokenEnum XML_N_CHART_OLD
+include/xmloff/xmltoken.hxx:94
+ enum xmloff::token::XMLTokenEnum XML_NP_FO
+include/xmloff/xmltoken.hxx:95
+ enum xmloff::token::XMLTokenEnum XML_N_FO_OLD
+include/xmloff/xmltoken.hxx:96
+ enum xmloff::token::XMLTokenEnum XML_N_FO
+include/xmloff/xmltoken.hxx:97
+ enum xmloff::token::XMLTokenEnum XML_NP_XLINK
+include/xmloff/xmltoken.hxx:98
+ enum xmloff::token::XMLTokenEnum XML_N_XLINK
+include/xmloff/xmltoken.hxx:99
+ enum xmloff::token::XMLTokenEnum XML_N_XLINK_OLD
+include/xmloff/xmltoken.hxx:100
+ enum xmloff::token::XMLTokenEnum XML_NP_DC
+include/xmloff/xmltoken.hxx:101
+ enum xmloff::token::XMLTokenEnum XML_N_DC
+include/xmloff/xmltoken.hxx:102
+ enum xmloff::token::XMLTokenEnum XML_NP_SVG
+include/xmloff/xmltoken.hxx:103
+ enum xmloff::token::XMLTokenEnum XML_N_SVG
+include/xmloff/xmltoken.hxx:104
+ enum xmloff::token::XMLTokenEnum XML_NP_FORM
+include/xmloff/xmltoken.hxx:105
+ enum xmloff::token::XMLTokenEnum XML_N_FORM
+include/xmloff/xmltoken.hxx:106
+ enum xmloff::token::XMLTokenEnum XML_NP_SCRIPT
+include/xmloff/xmltoken.hxx:107
+ enum xmloff::token::XMLTokenEnum XML_N_SCRIPT
+include/xmloff/xmltoken.hxx:108
+ enum xmloff::token::XMLTokenEnum XML_NP_XFORMS_1_0
+include/xmloff/xmltoken.hxx:109
+ enum xmloff::token::XMLTokenEnum XML_N_XFORMS_1_0
+include/xmloff/xmltoken.hxx:110
+ enum xmloff::token::XMLTokenEnum XML_NP_XSD
+include/xmloff/xmltoken.hxx:111
+ enum xmloff::token::XMLTokenEnum XML_N_XSD
+include/xmloff/xmltoken.hxx:112
+ enum xmloff::token::XMLTokenEnum XML_NP_XSI
+include/xmloff/xmltoken.hxx:113
+ enum xmloff::token::XMLTokenEnum XML_N_XSI
+include/xmloff/xmltoken.hxx:115
+ enum xmloff::token::XMLTokenEnum XML_NP_BLOCK_LIST
+include/xmloff/xmltoken.hxx:116
+ enum xmloff::token::XMLTokenEnum XML_N_BLOCK_LIST
+include/xmloff/xmltoken.hxx:118
+ enum xmloff::token::XMLTokenEnum XML_NP_MATH
+include/xmloff/xmltoken.hxx:119
+ enum xmloff::token::XMLTokenEnum XML_N_MATH
+include/xmloff/xmltoken.hxx:121
+ enum xmloff::token::XMLTokenEnum XML_NP_VERSIONS_LIST
+include/xmloff/xmltoken.hxx:122
+ enum xmloff::token::XMLTokenEnum XML_N_VERSIONS_LIST
+include/xmloff/xmltoken.hxx:125
+ enum xmloff::token::XMLTokenEnum XML_NP_OF
+include/xmloff/xmltoken.hxx:126
+ enum xmloff::token::XMLTokenEnum XML_N_OF
+include/xmloff/xmltoken.hxx:129
+ enum xmloff::token::XMLTokenEnum XML_NP_XHTML
+include/xmloff/xmltoken.hxx:130
+ enum xmloff::token::XMLTokenEnum XML_N_XHTML
+include/xmloff/xmltoken.hxx:131
+ enum xmloff::token::XMLTokenEnum XML_NP_GRDDL
+include/xmloff/xmltoken.hxx:132
+ enum xmloff::token::XMLTokenEnum XML_N_GRDDL
+include/xmloff/xmltoken.hxx:135
+ enum xmloff::token::XMLTokenEnum XML_NP_OFFICE_EXT
+include/xmloff/xmltoken.hxx:136
+ enum xmloff::token::XMLTokenEnum XML_N_OFFICE_EXT
+include/xmloff/xmltoken.hxx:139
+ enum xmloff::token::XMLTokenEnum XML_NP_FORMX
+include/xmloff/xmltoken.hxx:140
+ enum xmloff::token::XMLTokenEnum XML_N_FORMX
+include/xmloff/xmltoken.hxx:142
+ enum xmloff::token::XMLTokenEnum XML_NP_TABLE_EXT
+include/xmloff/xmltoken.hxx:143
+ enum xmloff::token::XMLTokenEnum XML_N_TABLE_EXT
+include/xmloff/xmltoken.hxx:145
+ enum xmloff::token::XMLTokenEnum XML_NP_DRAW_EXT
+include/xmloff/xmltoken.hxx:146
+ enum xmloff::token::XMLTokenEnum XML_N_DRAW_EXT
+include/xmloff/xmltoken.hxx:149
+ enum xmloff::token::XMLTokenEnum XML_NP_CSS3TEXT
+include/xmloff/xmltoken.hxx:150
+ enum xmloff::token::XMLTokenEnum XML_N_CSS3TEXT
+include/xmloff/xmltoken.hxx:153
+ enum xmloff::token::XMLTokenEnum XML_NP_CALC_EXT
+include/xmloff/xmltoken.hxx:154
+ enum xmloff::token::XMLTokenEnum XML_N_CALC_EXT
+include/xmloff/xmltoken.hxx:156
+ enum xmloff::token::XMLTokenEnum XML_NP_LO_EXT
+include/xmloff/xmltoken.hxx:157
+ enum xmloff::token::XMLTokenEnum XML_N_LO_EXT
+include/xmloff/xmltoken.hxx:160
+ enum xmloff::token::XMLTokenEnum XML_UNIT_MM
+include/xmloff/xmltoken.hxx:161
+ enum xmloff::token::XMLTokenEnum XML_UNIT_M
+include/xmloff/xmltoken.hxx:162
+ enum xmloff::token::XMLTokenEnum XML_UNIT_KM
+include/xmloff/xmltoken.hxx:163
+ enum xmloff::token::XMLTokenEnum XML_UNIT_CM
+include/xmloff/xmltoken.hxx:164
+ enum xmloff::token::XMLTokenEnum XML_UNIT_PT
+include/xmloff/xmltoken.hxx:165
+ enum xmloff::token::XMLTokenEnum XML_UNIT_PC
+include/xmloff/xmltoken.hxx:166
+ enum xmloff::token::XMLTokenEnum XML_UNIT_FOOT
+include/xmloff/xmltoken.hxx:167
+ enum xmloff::token::XMLTokenEnum XML_UNIT_MILES
+include/xmloff/xmltoken.hxx:168
+ enum xmloff::token::XMLTokenEnum XML_UNIT_INCH
+include/xmloff/xmltoken.hxx:171
+ enum xmloff::token::XMLTokenEnum XML_1
+include/xmloff/xmltoken.hxx:172
+ enum xmloff::token::XMLTokenEnum XML_10
+include/xmloff/xmltoken.hxx:173
+ enum xmloff::token::XMLTokenEnum XML_2
+include/xmloff/xmltoken.hxx:174
+ enum xmloff::token::XMLTokenEnum XML_3
+include/xmloff/xmltoken.hxx:175
+ enum xmloff::token::XMLTokenEnum XML_4
+include/xmloff/xmltoken.hxx:176
+ enum xmloff::token::XMLTokenEnum XML_5
+include/xmloff/xmltoken.hxx:177
+ enum xmloff::token::XMLTokenEnum XML_6
+include/xmloff/xmltoken.hxx:178
+ enum xmloff::token::XMLTokenEnum XML_7
+include/xmloff/xmltoken.hxx:179
+ enum xmloff::token::XMLTokenEnum XML_8
+include/xmloff/xmltoken.hxx:180
+ enum xmloff::token::XMLTokenEnum XML_9
+include/xmloff/xmltoken.hxx:181
+ enum xmloff::token::XMLTokenEnum XML_A_UPCASE
+include/xmloff/xmltoken.hxx:182
+ enum xmloff::token::XMLTokenEnum XML_I_UPCASE
+include/xmloff/xmltoken.hxx:183
+ enum xmloff::token::XMLTokenEnum XML_IBM437
+include/xmloff/xmltoken.hxx:184
+ enum xmloff::token::XMLTokenEnum XML_IBM850
+include/xmloff/xmltoken.hxx:185
+ enum xmloff::token::XMLTokenEnum XML_IBM860
+include/xmloff/xmltoken.hxx:186
+ enum xmloff::token::XMLTokenEnum XML_IBM861
+include/xmloff/xmltoken.hxx:187
+ enum xmloff::token::XMLTokenEnum XML_IBM863
+include/xmloff/xmltoken.hxx:188
+ enum xmloff::token::XMLTokenEnum XML_IBM865
+include/xmloff/xmltoken.hxx:189
+ enum xmloff::token::XMLTokenEnum XML_ISO_8859_1
+include/xmloff/xmltoken.hxx:190
+ enum xmloff::token::XMLTokenEnum XML_OLE2
+include/xmloff/xmltoken.hxx:191
+ enum xmloff::token::XMLTokenEnum XML__COLON
+include/xmloff/xmltoken.hxx:192
+ enum xmloff::token::XMLTokenEnum XML__EMPTY
+include/xmloff/xmltoken.hxx:193
+ enum xmloff::token::XMLTokenEnum XML__UNKNOWN_
+include/xmloff/xmltoken.hxx:195
+ enum xmloff::token::XMLTokenEnum XML_A
+include/xmloff/xmltoken.hxx:196
+ enum xmloff::token::XMLTokenEnum XML_ABBREVIATED_NAME
+include/xmloff/xmltoken.hxx:197
+ enum xmloff::token::XMLTokenEnum XML_ABOVE
+include/xmloff/xmltoken.hxx:198
+ enum xmloff::token::XMLTokenEnum XML_ABS
+include/xmloff/xmltoken.hxx:199
+ enum xmloff::token::XMLTokenEnum XML_ACCENT
+include/xmloff/xmltoken.hxx:200
+ enum xmloff::token::XMLTokenEnum XML_ACCENTUNDER
+include/xmloff/xmltoken.hxx:201
+ enum xmloff::token::XMLTokenEnum XML_ACCEPTANCE_STATE
+include/xmloff/xmltoken.hxx:202
+ enum xmloff::token::XMLTokenEnum XML_ACCEPTED
+include/xmloff/xmltoken.hxx:204
+ enum xmloff::token::XMLTokenEnum XML_ACTIVE
+include/xmloff/xmltoken.hxx:205
+ enum xmloff::token::XMLTokenEnum XML_ACTIVE_SPLIT_RANGE
+include/xmloff/xmltoken.hxx:206
+ enum xmloff::token::XMLTokenEnum XML_ACTIVE_TABLE
+include/xmloff/xmltoken.hxx:207
+ enum xmloff::token::XMLTokenEnum XML_ACTUATE
+include/xmloff/xmltoken.hxx:209
+ enum xmloff::token::XMLTokenEnum XML_ADD_IN_NAME
+include/xmloff/xmltoken.hxx:210
+ enum xmloff::token::XMLTokenEnum XML_ADDRESS
+include/xmloff/xmltoken.hxx:211
+ enum xmloff::token::XMLTokenEnum XML_ADJUSTMENT
+include/xmloff/xmltoken.hxx:212
+ enum xmloff::token::XMLTokenEnum XML_ALGORITHM
+include/xmloff/xmltoken.hxx:213
+ enum xmloff::token::XMLTokenEnum XML_ALIGN
+include/xmloff/xmltoken.hxx:214
+ enum xmloff::token::XMLTokenEnum XML_ALL
+include/xmloff/xmltoken.hxx:215
+ enum xmloff::token::XMLTokenEnum XML_ALLOW_EMPTY_CELL
+include/xmloff/xmltoken.hxx:216
+ enum xmloff::token::XMLTokenEnum XML_ALPHABETICAL_INDEX
+include/xmloff/xmltoken.hxx:217
+ enum xmloff::token::XMLTokenEnum XML_ALPHABETICAL_INDEX_AUTO_MARK_FILE
+include/xmloff/xmltoken.hxx:218
+ enum xmloff::token::XMLTokenEnum XML_ALPHABETICAL_INDEX_ENTRY_TEMPLATE
+include/xmloff/xmltoken.hxx:219
+ enum xmloff::token::XMLTokenEnum XML_ALPHABETICAL_INDEX_MARK
+include/xmloff/xmltoken.hxx:220
+ enum xmloff::token::XMLTokenEnum XML_ALPHABETICAL_INDEX_MARK_END
+include/xmloff/xmltoken.hxx:221
+ enum xmloff::token::XMLTokenEnum XML_ALPHABETICAL_INDEX_MARK_START
+include/xmloff/xmltoken.hxx:222
+ enum xmloff::token::XMLTokenEnum XML_ALPHABETICAL_INDEX_SOURCE
+include/xmloff/xmltoken.hxx:223
+ enum xmloff::token::XMLTokenEnum XML_ALPHABETICAL_SEPARATORS
+include/xmloff/xmltoken.hxx:224
+ enum xmloff::token::XMLTokenEnum XML_ALTERNATE
+include/xmloff/xmltoken.hxx:225
+ enum xmloff::token::XMLTokenEnum XML_AM_PM
+include/xmloff/xmltoken.hxx:226
+ enum xmloff::token::XMLTokenEnum XML_AMBIENT_COLOR
+include/xmloff/xmltoken.hxx:227
+ enum xmloff::token::XMLTokenEnum XML_ANCHOR_PAGE_NUMBER
+include/xmloff/xmltoken.hxx:228
+ enum xmloff::token::XMLTokenEnum XML_ANCHOR_TYPE
+include/xmloff/xmltoken.hxx:229
+ enum xmloff::token::XMLTokenEnum XML_AND
+include/xmloff/xmltoken.hxx:230
+ enum xmloff::token::XMLTokenEnum XML_ANIMATION
+include/xmloff/xmltoken.hxx:231
+ enum xmloff::token::XMLTokenEnum XML_ANIMATION_DELAY
+include/xmloff/xmltoken.hxx:232
+ enum xmloff::token::XMLTokenEnum XML_ANIMATION_DIRECTION
+include/xmloff/xmltoken.hxx:233
+ enum xmloff::token::XMLTokenEnum XML_ANIMATION_REPEAT
+include/xmloff/xmltoken.hxx:234
+ enum xmloff::token::XMLTokenEnum XML_ANIMATION_START_INSIDE
+include/xmloff/xmltoken.hxx:235
+ enum xmloff::token::XMLTokenEnum XML_ANIMATION_STEPS
+include/xmloff/xmltoken.hxx:236
+ enum xmloff::token::XMLTokenEnum XML_ANIMATION_STOP_INSIDE
+include/xmloff/xmltoken.hxx:237
+ enum xmloff::token::XMLTokenEnum XML_ANIMATIONS
+include/xmloff/xmltoken.hxx:238
+ enum xmloff::token::XMLTokenEnum XML_ANNOTATION
+include/xmloff/xmltoken.hxx:239
+ enum xmloff::token::XMLTokenEnum XML_ANNOTATION_END
+include/xmloff/xmltoken.hxx:240
+ enum xmloff::token::XMLTokenEnum XML_ANNOTATIONS
+include/xmloff/xmltoken.hxx:241
+ enum xmloff::token::XMLTokenEnum XML_ANNOTE
+include/xmloff/xmltoken.hxx:242
+ enum xmloff::token::XMLTokenEnum XML_APPEAR
+include/xmloff/xmltoken.hxx:243
+ enum xmloff::token::XMLTokenEnum XML_APPLET
+include/xmloff/xmltoken.hxx:244
+ enum xmloff::token::XMLTokenEnum XML_APPLET_NAME
+include/xmloff/xmltoken.hxx:245
+ enum xmloff::token::XMLTokenEnum XML_APPLICATION_DATA
+include/xmloff/xmltoken.hxx:246
+ enum xmloff::token::XMLTokenEnum XML_APPLICATION_XML
+include/xmloff/xmltoken.hxx:247
+ enum xmloff::token::XMLTokenEnum XML_APPLY
+include/xmloff/xmltoken.hxx:248
+ enum xmloff::token::XMLTokenEnum XML_APPLY_DESIGN_MODE
+include/xmloff/xmltoken.hxx:249
+ enum xmloff::token::XMLTokenEnum XML_APPLY_STYLE_NAME
+include/xmloff/xmltoken.hxx:250
+ enum xmloff::token::XMLTokenEnum XML_AQUA
+include/xmloff/xmltoken.hxx:251
+ enum xmloff::token::XMLTokenEnum XML_ARC
+include/xmloff/xmltoken.hxx:252
+ enum xmloff::token::XMLTokenEnum XML_ARCCOS
+include/xmloff/xmltoken.hxx:253
+ enum xmloff::token::XMLTokenEnum XML_ARCHIVE
+include/xmloff/xmltoken.hxx:254
+ enum xmloff::token::XMLTokenEnum XML_ARCSIN
+include/xmloff/xmltoken.hxx:255
+ enum xmloff::token::XMLTokenEnum XML_ARCTAN
+include/xmloff/xmltoken.hxx:256
+ enum xmloff::token::XMLTokenEnum XML_AREA
+include/xmloff/xmltoken.hxx:260
+ enum xmloff::token::XMLTokenEnum XML_ARTICLE
+include/xmloff/xmltoken.hxx:261
+ enum xmloff::token::XMLTokenEnum XML_AS_CHAR
+include/xmloff/xmltoken.hxx:262
+ enum xmloff::token::XMLTokenEnum XML_ASCENDING
+include/xmloff/xmltoken.hxx:263
+ enum xmloff::token::XMLTokenEnum XML_ATTACHED_AXIS
+include/xmloff/xmltoken.hxx:264
+ enum xmloff::token::XMLTokenEnum XML_ATTRACTIVE
+include/xmloff/xmltoken.hxx:265
+ enum xmloff::token::XMLTokenEnum XML_AUTHOR
+include/xmloff/xmltoken.hxx:266
+ enum xmloff::token::XMLTokenEnum XML_AUTHOR_INITIALS
+include/xmloff/xmltoken.hxx:267
+ enum xmloff::token::XMLTokenEnum XML_AUTHOR_NAME
+include/xmloff/xmltoken.hxx:268
+ enum xmloff::token::XMLTokenEnum XML_AUTO
+include/xmloff/xmltoken.hxx:269
+ enum xmloff::token::XMLTokenEnum XML_AUTO_GROW_HEIGHT
+include/xmloff/xmltoken.hxx:270
+ enum xmloff::token::XMLTokenEnum XML_AUTO_GROW_WIDTH
+include/xmloff/xmltoken.hxx:271
+ enum xmloff::token::XMLTokenEnum XML_AUTO_RELOAD
+include/xmloff/xmltoken.hxx:272
+ enum xmloff::token::XMLTokenEnum XML_AUTO_TEXT
+include/xmloff/xmltoken.hxx:273
+ enum xmloff::token::XMLTokenEnum XML_AUTO_TEXT_EVENTS
+include/xmloff/xmltoken.hxx:274
+ enum xmloff::token::XMLTokenEnum XML_AUTO_TEXT_GROUP
+include/xmloff/xmltoken.hxx:275
+ enum xmloff::token::XMLTokenEnum XML_AUTO_TEXT_INDENT
+include/xmloff/xmltoken.hxx:276
+ enum xmloff::token::XMLTokenEnum XML_AUTO_UPDATE
+include/xmloff/xmltoken.hxx:277
+ enum xmloff::token::XMLTokenEnum XML_AUTOMATIC
+include/xmloff/xmltoken.hxx:278
+ enum xmloff::token::XMLTokenEnum XML_AUTOMATIC_FIND_LABELS
+include/xmloff/xmltoken.hxx:279
+ enum xmloff::token::XMLTokenEnum XML_AUTOMATIC_FOCUS
+include/xmloff/xmltoken.hxx:280
+ enum xmloff::token::XMLTokenEnum XML_AUTOMATIC_ORDER
+include/xmloff/xmltoken.hxx:281
+ enum xmloff::token::XMLTokenEnum XML_AUTOMATIC_STYLES
+include/xmloff/xmltoken.hxx:282
+ enum xmloff::token::XMLTokenEnum XML_AUTOMATIC_UPDATE
+include/xmloff/xmltoken.hxx:283
+ enum xmloff::token::XMLTokenEnum XML_AUTOSIZE
+include/xmloff/xmltoken.hxx:284
+ enum xmloff::token::XMLTokenEnum XML_AVERAGE
+include/xmloff/xmltoken.hxx:285
+ enum xmloff::token::XMLTokenEnum XML_AXIS
+include/xmloff/xmltoken.hxx:286
+ enum xmloff::token::XMLTokenEnum XML_AXIS_COLOR
+include/xmloff/xmltoken.hxx:287
+ enum xmloff::token::XMLTokenEnum XML_BACK_SCALE
+include/xmloff/xmltoken.hxx:288
+ enum xmloff::token::XMLTokenEnum XML_BACKFACE_CULLING
+include/xmloff/xmltoken.hxx:289
+ enum xmloff::token::XMLTokenEnum XML_BACKGROUND
+include/xmloff/xmltoken.hxx:290
+ enum xmloff::token::XMLTokenEnum XML_BACKGROUND_COLOR
+include/xmloff/xmltoken.hxx:291
+ enum xmloff::token::XMLTokenEnum XML_BACKGROUND_IMAGE
+include/xmloff/xmltoken.hxx:292
+ enum xmloff::token::XMLTokenEnum XML_BACKGROUND_NO_REPEAT
+include/xmloff/xmltoken.hxx:293
+ enum xmloff::token::XMLTokenEnum XML_BACKGROUND_REPEAT
+include/xmloff/xmltoken.hxx:294
+ enum xmloff::token::XMLTokenEnum XML_BACKGROUND_STRETCH
+include/xmloff/xmltoken.hxx:295
+ enum xmloff::token::XMLTokenEnum XML_BAR
+include/xmloff/xmltoken.hxx:296
+ enum xmloff::token::XMLTokenEnum XML_BASE64BINARY
+include/xmloff/xmltoken.hxx:297
+ enum xmloff::token::XMLTokenEnum XML_BASE_CELL_ADDRESS
+include/xmloff/xmltoken.hxx:298
+ enum xmloff::token::XMLTokenEnum XML_BASELINE
+include/xmloff/xmltoken.hxx:299
+ enum xmloff::token::XMLTokenEnum XML_BEFORE_DATE_TIME
+include/xmloff/xmltoken.hxx:300
+ enum xmloff::token::XMLTokenEnum XML_BELOW
+include/xmloff/xmltoken.hxx:301
+ enum xmloff::token::XMLTokenEnum XML_BETWEEN_DATE_TIMES
+include/xmloff/xmltoken.hxx:302
+ enum xmloff::token::XMLTokenEnum XML_BEVEL
+include/xmloff/xmltoken.hxx:303
+ enum xmloff::token::XMLTokenEnum XML_BEVELLED
+include/xmloff/xmltoken.hxx:304
+ enum xmloff::token::XMLTokenEnum XML_BIBILIOGRAPHIC_TYPE
+include/xmloff/xmltoken.hxx:305
+ enum xmloff::token::XMLTokenEnum XML_BIBLIOGRAPHY
+include/xmloff/xmltoken.hxx:306
+ enum xmloff::token::XMLTokenEnum XML_BIBLIOGRAPHY_CONFIGURATION
+include/xmloff/xmltoken.hxx:307
+ enum xmloff::token::XMLTokenEnum XML_BIBLIOGRAPHY_DATA_FIELD
+include/xmloff/xmltoken.hxx:308
+ enum xmloff::token::XMLTokenEnum XML_BIBLIOGRAPHY_ENTRY_TEMPLATE
+include/xmloff/xmltoken.hxx:309
+ enum xmloff::token::XMLTokenEnum XML_BIBLIOGRAPHY_MARK
+include/xmloff/xmltoken.hxx:310
+ enum xmloff::token::XMLTokenEnum XML_BIBLIOGRAPHY_SOURCE
+include/xmloff/xmltoken.hxx:311
+ enum xmloff::token::XMLTokenEnum XML_BIBLIOGRAPHY_TYPE
+include/xmloff/xmltoken.hxx:312
+ enum xmloff::token::XMLTokenEnum XML_BIND_STYLES_TO_CONTENT
+include/xmloff/xmltoken.hxx:313
+ enum xmloff::token::XMLTokenEnum XML_BITMAP
+include/xmloff/xmltoken.hxx:314
+ enum xmloff::token::XMLTokenEnum XML_BLACK
+include/xmloff/xmltoken.hxx:315
+ enum xmloff::token::XMLTokenEnum XML_BLEND
+include/xmloff/xmltoken.hxx:316
+ enum xmloff::token::XMLTokenEnum XML_BLINKING
+include/xmloff/xmltoken.hxx:317
+ enum xmloff::token::XMLTokenEnum XML_BLOCK
+include/xmloff/xmltoken.hxx:318
+ enum xmloff::token::XMLTokenEnum XML_BLOCK_LIST
+include/xmloff/xmltoken.hxx:319
+ enum xmloff::token::XMLTokenEnum XML_BLUE
+include/xmloff/xmltoken.hxx:320
+ enum xmloff::token::XMLTokenEnum XML_BODY
+include/xmloff/xmltoken.hxx:322
+ enum xmloff::token::XMLTokenEnum XML_BOOK
+include/xmloff/xmltoken.hxx:323
+ enum xmloff::token::XMLTokenEnum XML_BOOKLET
+include/xmloff/xmltoken.hxx:324
+ enum xmloff::token::XMLTokenEnum XML_BOOKMARK
+include/xmloff/xmltoken.hxx:325
+ enum xmloff::token::XMLTokenEnum XML_BOOKMARK_END
+include/xmloff/xmltoken.hxx:326
+ enum xmloff::token::XMLTokenEnum XML_BOOKMARK_REF
+include/xmloff/xmltoken.hxx:327
+ enum xmloff::token::XMLTokenEnum XML_BOOKMARK_START
+include/xmloff/xmltoken.hxx:328
+ enum xmloff::token::XMLTokenEnum XML_BOOKTITLE
+include/xmloff/xmltoken.hxx:330
+ enum xmloff::token::XMLTokenEnum XML_BOOLEAN_STYLE
+include/xmloff/xmltoken.hxx:331
+ enum xmloff::token::XMLTokenEnum XML_BOOLEAN_VALUE
+include/xmloff/xmltoken.hxx:333
+ enum xmloff::token::XMLTokenEnum XML_BORDER_BOTTOM
+include/xmloff/xmltoken.hxx:334
+ enum xmloff::token::XMLTokenEnum XML_BORDER_COLOR
+include/xmloff/xmltoken.hxx:335
+ enum xmloff::token::XMLTokenEnum XML_BORDER_LEFT
+include/xmloff/xmltoken.hxx:336
+ enum xmloff::token::XMLTokenEnum XML_BORDER_LINE_WIDTH
+include/xmloff/xmltoken.hxx:337
+ enum xmloff::token::XMLTokenEnum XML_BORDER_LINE_WIDTH_BOTTOM
+include/xmloff/xmltoken.hxx:338
+ enum xmloff::token::XMLTokenEnum XML_BORDER_LINE_WIDTH_LEFT
+include/xmloff/xmltoken.hxx:339
+ enum xmloff::token::XMLTokenEnum XML_BORDER_LINE_WIDTH_RIGHT
+include/xmloff/xmltoken.hxx:340
+ enum xmloff::token::XMLTokenEnum XML_BORDER_LINE_WIDTH_TOP
+include/xmloff/xmltoken.hxx:341
+ enum xmloff::token::XMLTokenEnum XML_BORDER_RIGHT
+include/xmloff/xmltoken.hxx:342
+ enum xmloff::token::XMLTokenEnum XML_BORDER_TOP
+include/xmloff/xmltoken.hxx:344
+ enum xmloff::token::XMLTokenEnum XML_BOTTOM
+include/xmloff/xmltoken.hxx:345
+ enum xmloff::token::XMLTokenEnum XML_BOTTOM_LEFT
+include/xmloff/xmltoken.hxx:346
+ enum xmloff::token::XMLTokenEnum XML_BOTTOM_PERCENT
+include/xmloff/xmltoken.hxx:347
+ enum xmloff::token::XMLTokenEnum XML_BOTTOM_RIGHT
+include/xmloff/xmltoken.hxx:348
+ enum xmloff::token::XMLTokenEnum XML_BOTTOM_VALUES
+include/xmloff/xmltoken.hxx:349
+ enum xmloff::token::XMLTokenEnum XML_BOTTOMARC
+include/xmloff/xmltoken.hxx:350
+ enum xmloff::token::XMLTokenEnum XML_BOTTOMCIRCLE
+include/xmloff/xmltoken.hxx:351
+ enum xmloff::token::XMLTokenEnum XML_BREAK_AFTER
+include/xmloff/xmltoken.hxx:352
+ enum xmloff::token::XMLTokenEnum XML_BREAK_BEFORE
+include/xmloff/xmltoken.hxx:353
+ enum xmloff::token::XMLTokenEnum XML_BREAK_INSIDE
+include/xmloff/xmltoken.hxx:354
+ enum xmloff::token::XMLTokenEnum XML_BUBBLE
+include/xmloff/xmltoken.hxx:355
+ enum xmloff::token::XMLTokenEnum XML_BULLET_CHAR
+include/xmloff/xmltoken.hxx:356
+ enum xmloff::token::XMLTokenEnum XML_BULLET_RELATIVE_SIZE
+include/xmloff/xmltoken.hxx:357
+ enum xmloff::token::XMLTokenEnum XML_BUTT
+include/xmloff/xmltoken.hxx:358
+ enum xmloff::token::XMLTokenEnum XML_BUTTON1
+include/xmloff/xmltoken.hxx:359
+ enum xmloff::token::XMLTokenEnum XML_BUTTON2
+include/xmloff/xmltoken.hxx:360
+ enum xmloff::token::XMLTokenEnum XML_BUTTON3
+include/xmloff/xmltoken.hxx:361
+ enum xmloff::token::XMLTokenEnum XML_BUTTON4
+include/xmloff/xmltoken.hxx:362
+ enum xmloff::token::XMLTokenEnum XML_BUTTONS
+include/xmloff/xmltoken.hxx:363
+ enum xmloff::token::XMLTokenEnum XML_BVAR
+include/xmloff/xmltoken.hxx:364
+ enum xmloff::token::XMLTokenEnum XML_C
+include/xmloff/xmltoken.hxx:365
+ enum xmloff::token::XMLTokenEnum XML_CALCULATION_SETTINGS
+include/xmloff/xmltoken.hxx:366
+ enum xmloff::token::XMLTokenEnum XML_CALENDAR
+include/xmloff/xmltoken.hxx:367
+ enum xmloff::token::XMLTokenEnum XML_CAPITALIZE_ENTRIES
+include/xmloff/xmltoken.hxx:368
+ enum xmloff::token::XMLTokenEnum XML_CAPTION
+include/xmloff/xmltoken.hxx:369
+ enum xmloff::token::XMLTokenEnum XML_CAPTION_POINT_X
+include/xmloff/xmltoken.hxx:370
+ enum xmloff::token::XMLTokenEnum XML_CAPTION_POINT_Y
+include/xmloff/xmltoken.hxx:371
+ enum xmloff::token::XMLTokenEnum XML_CAPTION_SEQUENCE_FORMAT
+include/xmloff/xmltoken.hxx:372
+ enum xmloff::token::XMLTokenEnum XML_CAPTION_SEQUENCE_NAME
+include/xmloff/xmltoken.hxx:373
+ enum xmloff::token::XMLTokenEnum XML_CASE_SENSITIVE
+include/xmloff/xmltoken.hxx:374
+ enum xmloff::token::XMLTokenEnum XML_CASEMAP_CAPITALIZE
+include/xmloff/xmltoken.hxx:375
+ enum xmloff::token::XMLTokenEnum XML_CASEMAP_LOWERCASE
+include/xmloff/xmltoken.hxx:376
+ enum xmloff::token::XMLTokenEnum XML_CASEMAP_NORMAL
+include/xmloff/xmltoken.hxx:377
+ enum xmloff::token::XMLTokenEnum XML_CASEMAP_SMALL_CAPS
+include/xmloff/xmltoken.hxx:378
+ enum xmloff::token::XMLTokenEnum XML_CASEMAP_UPPERCASE
+include/xmloff/xmltoken.hxx:379
+ enum xmloff::token::XMLTokenEnum XML_CATEGORIES
+include/xmloff/xmltoken.hxx:380
+ enum xmloff::token::XMLTokenEnum XML_CATEGORY
+include/xmloff/xmltoken.hxx:381
+ enum xmloff::token::XMLTokenEnum XML_CATEGORY_AND_VALUE
+include/xmloff/xmltoken.hxx:382
+ enum xmloff::token::XMLTokenEnum XML_CELL_ADDRESS
+include/xmloff/xmltoken.hxx:383
+ enum xmloff::token::XMLTokenEnum XML_CELL_CONTENT_CHANGE
+include/xmloff/xmltoken.hxx:384
+ enum xmloff::token::XMLTokenEnum XML_CELL_CONTENT_DELETION
+include/xmloff/xmltoken.hxx:385
+ enum xmloff::token::XMLTokenEnum XML_CELL_COUNT
+include/xmloff/xmltoken.hxx:386
+ enum xmloff::token::XMLTokenEnum XML_CELL_PROTECT
+include/xmloff/xmltoken.hxx:387
+ enum xmloff::token::XMLTokenEnum XML_CELL_RANGE_ADDRESS
+include/xmloff/xmltoken.hxx:388
+ enum xmloff::token::XMLTokenEnum XML_CELL_RANGE_ADDRESS_LIST
+include/xmloff/xmltoken.hxx:389
+ enum xmloff::token::XMLTokenEnum XML_CELL_RANGE_SOURCE
+include/xmloff/xmltoken.hxx:390
+ enum xmloff::token::XMLTokenEnum XML_CENTER
+include/xmloff/xmltoken.hxx:391
+ enum xmloff::token::XMLTokenEnum XML_CHAIN_NEXT_NAME
+include/xmloff/xmltoken.hxx:392
+ enum xmloff::token::XMLTokenEnum XML_CHANGE
+include/xmloff/xmltoken.hxx:393
+ enum xmloff::token::XMLTokenEnum XML_CHANGE_DELETION
+include/xmloff/xmltoken.hxx:394
+ enum xmloff::token::XMLTokenEnum XML_CHANGE_END
+include/xmloff/xmltoken.hxx:395
+ enum xmloff::token::XMLTokenEnum XML_CHANGE_ID
+include/xmloff/xmltoken.hxx:396
+ enum xmloff::token::XMLTokenEnum XML_CHANGE_INFO
+include/xmloff/xmltoken.hxx:397
+ enum xmloff::token::XMLTokenEnum XML_CHANGE_START
+include/xmloff/xmltoken.hxx:398
+ enum xmloff::token::XMLTokenEnum XML_CHANGE_TRACK_TABLE_CELL
+include/xmloff/xmltoken.hxx:399
+ enum xmloff::token::XMLTokenEnum XML_CHANGE_VIEW_CONDITIONS
+include/xmloff/xmltoken.hxx:400
+ enum xmloff::token::XMLTokenEnum XML_CHANGE_VIEW_SETTINGS
+include/xmloff/xmltoken.hxx:401
+ enum xmloff::token::XMLTokenEnum XML_CHANGED_REGION
+include/xmloff/xmltoken.hxx:402
+ enum xmloff::token::XMLTokenEnum XML_CHAPTER
+include/xmloff/xmltoken.hxx:403
+ enum xmloff::token::XMLTokenEnum XML_CHAR
+include/xmloff/xmltoken.hxx:404
+ enum xmloff::token::XMLTokenEnum XML_CHAR_SHADING_VALUE
+include/xmloff/xmltoken.hxx:405
+ enum xmloff::token::XMLTokenEnum XML_CHARACTER_COUNT
+include/xmloff/xmltoken.hxx:407
+ enum xmloff::token::XMLTokenEnum XML_CHARTS
+include/xmloff/xmltoken.hxx:408
+ enum xmloff::token::XMLTokenEnum XML_CHECKERBOARD
+include/xmloff/xmltoken.hxx:409
+ enum xmloff::token::XMLTokenEnum XML_CHG_AUTHOR
+include/xmloff/xmltoken.hxx:410
+ enum xmloff::token::XMLTokenEnum XML_CHG_COMMENT
+include/xmloff/xmltoken.hxx:411
+ enum xmloff::token::XMLTokenEnum XML_CHG_DATE_TIME
+include/xmloff/xmltoken.hxx:412
+ enum xmloff::token::XMLTokenEnum XML_CI
+include/xmloff/xmltoken.hxx:413
+ enum xmloff::token::XMLTokenEnum XML_CIRCLE
+include/xmloff/xmltoken.hxx:414
+ enum xmloff::token::XMLTokenEnum XML_CITATION_BODY_STYLE_NAME
+include/xmloff/xmltoken.hxx:415
+ enum xmloff::token::XMLTokenEnum XML_CITATION_STYLE_NAME
+include/xmloff/xmltoken.hxx:416
+ enum xmloff::token::XMLTokenEnum XML_CLASS
+include/xmloff/xmltoken.hxx:417
+ enum xmloff::token::XMLTokenEnum XML_CLASS_ID
+include/xmloff/xmltoken.hxx:418
+ enum xmloff::token::XMLTokenEnum XML_CLIP
+include/xmloff/xmltoken.hxx:419
+ enum xmloff::token::XMLTokenEnum XML_CLOCKWISE
+include/xmloff/xmltoken.hxx:420
+ enum xmloff::token::XMLTokenEnum XML_CLOSE
+include/xmloff/xmltoken.hxx:421
+ enum xmloff::token::XMLTokenEnum XML_CLOSE_HORIZONTAL
+include/xmloff/xmltoken.hxx:422
+ enum xmloff::token::XMLTokenEnum XML_CLOSE_VERTICAL
+include/xmloff/xmltoken.hxx:423
+ enum xmloff::token::XMLTokenEnum XML_CM
+include/xmloff/xmltoken.hxx:424
+ enum xmloff::token::XMLTokenEnum XML_CN
+include/xmloff/xmltoken.hxx:425
+ enum xmloff::token::XMLTokenEnum XML_CODE
+include/xmloff/xmltoken.hxx:426
+ enum xmloff::token::XMLTokenEnum XML_CODEBASE
+include/xmloff/xmltoken.hxx:427
+ enum xmloff::token::XMLTokenEnum XML_COLLAPSE
+include/xmloff/xmltoken.hxx:429
+ enum xmloff::token::XMLTokenEnum XML_COLOR_INVERSION
+include/xmloff/xmltoken.hxx:430
+ enum xmloff::token::XMLTokenEnum XML_COLOR_MODE
+include/xmloff/xmltoken.hxx:431
+ enum xmloff::token::XMLTokenEnum XML_COLOR_SCALE
+include/xmloff/xmltoken.hxx:432
+ enum xmloff::token::XMLTokenEnum XML_COLOR_SCALE_ENTRY
+include/xmloff/xmltoken.hxx:434
+ enum xmloff::token::XMLTokenEnum XML_COLUMN_COUNT
+include/xmloff/xmltoken.hxx:435
+ enum xmloff::token::XMLTokenEnum XML_COLUMN_GAP
+include/xmloff/xmltoken.hxx:436
+ enum xmloff::token::XMLTokenEnum XML_COLUMN_NAME
+include/xmloff/xmltoken.hxx:437
+ enum xmloff::token::XMLTokenEnum XML_COLUMN_SEP
+include/xmloff/xmltoken.hxx:438
+ enum xmloff::token::XMLTokenEnum XML_COLUMN_WIDTH
+include/xmloff/xmltoken.hxx:439
+ enum xmloff::token::XMLTokenEnum XML_COLUMNALIGN
+include/xmloff/xmltoken.hxx:440
+ enum xmloff::token::XMLTokenEnum XML_COLUMNS
+include/xmloff/xmltoken.hxx:441
+ enum xmloff::token::XMLTokenEnum XML_COLUMNSPLIT_AUTO
+include/xmloff/xmltoken.hxx:442
+ enum xmloff::token::XMLTokenEnum XML_COLUMNSPLIT_AVOID
+include/xmloff/xmltoken.hxx:443
+ enum xmloff::token::XMLTokenEnum XML_COMBINE_ENTRIES
+include/xmloff/xmltoken.hxx:444
+ enum xmloff::token::XMLTokenEnum XML_COMBINE_ENTRIES_WITH_DASH
+include/xmloff/xmltoken.hxx:445
+ enum xmloff::token::XMLTokenEnum XML_COMBINE_ENTRIES_WITH_PP
+include/xmloff/xmltoken.hxx:446
+ enum xmloff::token::XMLTokenEnum XML_COMMA_SEPARATED
+include/xmloff/xmltoken.hxx:447
+ enum xmloff::token::XMLTokenEnum XML_COMMAND
+include/xmloff/xmltoken.hxx:448
+ enum xmloff::token::XMLTokenEnum XML_COMMENT
+include/xmloff/xmltoken.hxx:449
+ enum xmloff::token::XMLTokenEnum XML_COMPOSE
+include/xmloff/xmltoken.hxx:450
+ enum xmloff::token::XMLTokenEnum XML_COND_STYLE_NAME
+include/xmloff/xmltoken.hxx:451
+ enum xmloff::token::XMLTokenEnum XML_CONDITION
+include/xmloff/xmltoken.hxx:452
+ enum xmloff::token::XMLTokenEnum XML_CONDITION_SOURCE
+include/xmloff/xmltoken.hxx:453
+ enum xmloff::token::XMLTokenEnum XML_CONDITION_SOURCE_RANGE_ADDRESS
+include/xmloff/xmltoken.hxx:454
+ enum xmloff::token::XMLTokenEnum XML_CONDITIONAL_TEXT
+include/xmloff/xmltoken.hxx:455
+ enum xmloff::token::XMLTokenEnum XML_CONDITIONAL_FORMAT
+include/xmloff/xmltoken.hxx:456
+ enum xmloff::token::XMLTokenEnum XML_CONDITIONAL_FORMATS
+include/xmloff/xmltoken.hxx:457
+ enum xmloff::token::XMLTokenEnum XML_CONE
+include/xmloff/xmltoken.hxx:458
+ enum xmloff::token::XMLTokenEnum XML_CONFERENCE
+include/xmloff/xmltoken.hxx:459
+ enum xmloff::token::XMLTokenEnum XML_CONFIG_ITEM
+include/xmloff/xmltoken.hxx:460
+ enum xmloff::token::XMLTokenEnum XML_CONFIG_ITEM_MAP_ENTRY
+include/xmloff/xmltoken.hxx:461
+ enum xmloff::token::XMLTokenEnum XML_CONFIG_ITEM_MAP_INDEXED
+include/xmloff/xmltoken.hxx:462
+ enum xmloff::token::XMLTokenEnum XML_CONFIG_ITEM_MAP_NAMED
+include/xmloff/xmltoken.hxx:463
+ enum xmloff::token::XMLTokenEnum XML_CONFIG_ITEM_SET
+include/xmloff/xmltoken.hxx:464
+ enum xmloff::token::XMLTokenEnum XML_CONFIGURATION_SETTINGS
+include/xmloff/xmltoken.hxx:465
+ enum xmloff::token::XMLTokenEnum XML_CONJUGATE
+include/xmloff/xmltoken.hxx:466
+ enum xmloff::token::XMLTokenEnum XML_CONNECT_BARS
+include/xmloff/xmltoken.hxx:467
+ enum xmloff::token::XMLTokenEnum XML_CONNECTION_NAME
+include/xmloff/xmltoken.hxx:468
+ enum xmloff::token::XMLTokenEnum XML_CONNECTOR
+include/xmloff/xmltoken.hxx:469
+ enum xmloff::token::XMLTokenEnum XML_CONSECUTIVE_NUMBERING
+include/xmloff/xmltoken.hxx:470
+ enum xmloff::token::XMLTokenEnum XML_CONSOLIDATION
+include/xmloff/xmltoken.hxx:471
+ enum xmloff::token::XMLTokenEnum XML_CONSTANT
+include/xmloff/xmltoken.hxx:472
+ enum xmloff::token::XMLTokenEnum XML_CONTAINS_ERROR
+include/xmloff/xmltoken.hxx:473
+ enum xmloff::token::XMLTokenEnum XML_CONTAINS_HEADER
+include/xmloff/xmltoken.hxx:474
+ enum xmloff::token::XMLTokenEnum XML_CONTENT
+include/xmloff/xmltoken.hxx:475
+ enum xmloff::token::XMLTokenEnum XML_CONTENT_VALIDATION
+include/xmloff/xmltoken.hxx:476
+ enum xmloff::token::XMLTokenEnum XML_CONTENT_VALIDATION_NAME
+include/xmloff/xmltoken.hxx:477
+ enum xmloff::token::XMLTokenEnum XML_CONTENT_VALIDATIONS
+include/xmloff/xmltoken.hxx:478
+ enum xmloff::token::XMLTokenEnum XML_CONTEXTUAL_SPACING
+include/xmloff/xmltoken.hxx:479
+ enum xmloff::token::XMLTokenEnum XML_CONTINUE
+include/xmloff/xmltoken.hxx:480
+ enum xmloff::token::XMLTokenEnum XML_CONTINUE_NUMBERING
+include/xmloff/xmltoken.hxx:481
+ enum xmloff::token::XMLTokenEnum XML_CONTOUR_PATH
+include/xmloff/xmltoken.hxx:482
+ enum xmloff::token::XMLTokenEnum XML_CONTOUR_POLYGON
+include/xmloff/xmltoken.hxx:483
+ enum xmloff::token::XMLTokenEnum XML_CONTRAST
+include/xmloff/xmltoken.hxx:484
+ enum xmloff::token::XMLTokenEnum XML_CONTROL
+include/xmloff/xmltoken.hxx:485
+ enum xmloff::token::XMLTokenEnum XML_CONVERSION_MODE
+include/xmloff/xmltoken.hxx:486
+ enum xmloff::token::XMLTokenEnum XML_COPY_BACK
+include/xmloff/xmltoken.hxx:487
+ enum xmloff::token::XMLTokenEnum XML_COPY_FORMULAS
+include/xmloff/xmltoken.hxx:488
+ enum xmloff::token::XMLTokenEnum XML_COPY_OUTLINE_LEVELS
+include/xmloff/xmltoken.hxx:489
+ enum xmloff::token::XMLTokenEnum XML_COPY_RESULTS_ONLY
+include/xmloff/xmltoken.hxx:490
+ enum xmloff::token::XMLTokenEnum XML_COPY_STYLES
+include/xmloff/xmltoken.hxx:491
+ enum xmloff::token::XMLTokenEnum XML_CORNER_RADIUS
+include/xmloff/xmltoken.hxx:492
+ enum xmloff::token::XMLTokenEnum XML_CORRECT
+include/xmloff/xmltoken.hxx:493
+ enum xmloff::token::XMLTokenEnum XML_COS
+include/xmloff/xmltoken.hxx:494
+ enum xmloff::token::XMLTokenEnum XML_COSH
+include/xmloff/xmltoken.hxx:495
+ enum xmloff::token::XMLTokenEnum XML_COT
+include/xmloff/xmltoken.hxx:496
+ enum xmloff::token::XMLTokenEnum XML_COTH
+include/xmloff/xmltoken.hxx:497
+ enum xmloff::token::XMLTokenEnum XML_COUNT
+include/xmloff/xmltoken.hxx:498
+ enum xmloff::token::XMLTokenEnum XML_COUNT_EMPTY_LINES
+include/xmloff/xmltoken.hxx:499
+ enum xmloff::token::XMLTokenEnum XML_COUNT_IN_FLOATING_FRAMES
+include/xmloff/xmltoken.hxx:500
+ enum xmloff::token::XMLTokenEnum XML_COUNTER_CLOCKWISE
+include/xmloff/xmltoken.hxx:501
+ enum xmloff::token::XMLTokenEnum XML_COUNTERCLOCKWISE
+include/xmloff/xmltoken.hxx:502
+ enum xmloff::token::XMLTokenEnum XML_COUNTNUMS
+include/xmloff/xmltoken.hxx:503
+ enum xmloff::token::XMLTokenEnum XML_COUNTRY
+include/xmloff/xmltoken.hxx:504
+ enum xmloff::token::XMLTokenEnum XML_COUNTRY_ASIAN
+include/xmloff/xmltoken.hxx:505
+ enum xmloff::token::XMLTokenEnum XML_COUNTRY_COMPLEX
+include/xmloff/xmltoken.hxx:506
+ enum xmloff::token::XMLTokenEnum XML_COVERED_TABLE_CELL
+include/xmloff/xmltoken.hxx:507
+ enum xmloff::token::XMLTokenEnum XML_CREATE_DATE
+include/xmloff/xmltoken.hxx:508
+ enum xmloff::token::XMLTokenEnum XML_CREATE_DATE_STRING
+include/xmloff/xmltoken.hxx:509
+ enum xmloff::token::XMLTokenEnum XML_CREATION_DATE
+include/xmloff/xmltoken.hxx:510
+ enum xmloff::token::XMLTokenEnum XML_CREATION_TIME
+include/xmloff/xmltoken.hxx:511
+ enum xmloff::token::XMLTokenEnum XML_CREATOR
+include/xmloff/xmltoken.hxx:512
+ enum xmloff::token::XMLTokenEnum XML_CSC
+include/xmloff/xmltoken.hxx:513
+ enum xmloff::token::XMLTokenEnum XML_CSCH
+include/xmloff/xmltoken.hxx:514
+ enum xmloff::token::XMLTokenEnum XML_CUBE
+include/xmloff/xmltoken.hxx:515
+ enum xmloff::token::XMLTokenEnum XML_CUBOID
+include/xmloff/xmltoken.hxx:516
+ enum xmloff::token::XMLTokenEnum XML_CURRENCY
+include/xmloff/xmltoken.hxx:517
+ enum xmloff::token::XMLTokenEnum XML_CURRENCY_STYLE
+include/xmloff/xmltoken.hxx:518
+ enum xmloff::token::XMLTokenEnum XML_CURRENCY_SYMBOL
+include/xmloff/xmltoken.hxx:519
+ enum xmloff::token::XMLTokenEnum XML_CURRENT
+include/xmloff/xmltoken.hxx:520
+ enum xmloff::token::XMLTokenEnum XML_CURRENT_VALUE
+include/xmloff/xmltoken.hxx:521
+ enum xmloff::token::XMLTokenEnum XML_CURSOR_POSITION
+include/xmloff/xmltoken.hxx:522
+ enum xmloff::token::XMLTokenEnum XML_CURSOR_POSITION_X
+include/xmloff/xmltoken.hxx:523
+ enum xmloff::token::XMLTokenEnum XML_CURSOR_POSITION_Y
+include/xmloff/xmltoken.hxx:524
+ enum xmloff::token::XMLTokenEnum XML_CURVE
+include/xmloff/xmltoken.hxx:525
+ enum xmloff::token::XMLTokenEnum XML_CUSTOM1
+include/xmloff/xmltoken.hxx:526
+ enum xmloff::token::XMLTokenEnum XML_CUSTOM2
+include/xmloff/xmltoken.hxx:527
+ enum xmloff::token::XMLTokenEnum XML_CUSTOM3
+include/xmloff/xmltoken.hxx:528
+ enum xmloff::token::XMLTokenEnum XML_CUSTOM4
+include/xmloff/xmltoken.hxx:529
+ enum xmloff::token::XMLTokenEnum XML_CUSTOM5
+include/xmloff/xmltoken.hxx:530
+ enum xmloff::token::XMLTokenEnum XML_CUSTOM_ICONSET
+include/xmloff/xmltoken.hxx:531
+ enum xmloff::token::XMLTokenEnum XML_CUSTOM_ICONSET_INDEX
+include/xmloff/xmltoken.hxx:532
+ enum xmloff::token::XMLTokenEnum XML_CUSTOM_ICONSET_NAME
+include/xmloff/xmltoken.hxx:533
+ enum xmloff::token::XMLTokenEnum XML_CUT
+include/xmloff/xmltoken.hxx:534
+ enum xmloff::token::XMLTokenEnum XML_CUT_OFFS
+include/xmloff/xmltoken.hxx:535
+ enum xmloff::token::XMLTokenEnum XML_CX
+include/xmloff/xmltoken.hxx:536
+ enum xmloff::token::XMLTokenEnum XML_CY
+include/xmloff/xmltoken.hxx:537
+ enum xmloff::token::XMLTokenEnum XML_CYLINDER
+include/xmloff/xmltoken.hxx:538
+ enum xmloff::token::XMLTokenEnum XML_D
+include/xmloff/xmltoken.hxx:540
+ enum xmloff::token::XMLTokenEnum XML_DASH_DOT
+include/xmloff/xmltoken.hxx:541
+ enum xmloff::token::XMLTokenEnum XML_DASH_DOT_DOT
+include/xmloff/xmltoken.hxx:542
+ enum xmloff::token::XMLTokenEnum XML_DASHED
+include/xmloff/xmltoken.hxx:543
+ enum xmloff::token::XMLTokenEnum XML_DATA
+include/xmloff/xmltoken.hxx:544
+ enum xmloff::token::XMLTokenEnum XML_DATA_BAR
+include/xmloff/xmltoken.hxx:545
+ enum xmloff::token::XMLTokenEnum XML_DATA_BAR_ENTRY
+include/xmloff/xmltoken.hxx:546
+ enum xmloff::token::XMLTokenEnum XML_DATA_CELL_RANGE_ADDRESS
+include/xmloff/xmltoken.hxx:547
+ enum xmloff::token::XMLTokenEnum XML_DATA_LABEL_NUMBER
+include/xmloff/xmltoken.hxx:548
+ enum xmloff::token::XMLTokenEnum XML_DATA_LABEL_SYMBOL
+include/xmloff/xmltoken.hxx:549
+ enum xmloff::token::XMLTokenEnum XML_DATA_LABEL_TEXT
+include/xmloff/xmltoken.hxx:550
+ enum xmloff::token::XMLTokenEnum XML_DATA_PILOT_SOURCE
+include/xmloff/xmltoken.hxx:551
+ enum xmloff::token::XMLTokenEnum XML_DATA_PILOT_FIELD
+include/xmloff/xmltoken.hxx:552
+ enum xmloff::token::XMLTokenEnum XML_DATA_PILOT_GRAND_TOTAL
+include/xmloff/xmltoken.hxx:553
+ enum xmloff::token::XMLTokenEnum XML_DATA_PILOT_LEVEL
+include/xmloff/xmltoken.hxx:554
+ enum xmloff::token::XMLTokenEnum XML_DATA_PILOT_MEMBER
+include/xmloff/xmltoken.hxx:555
+ enum xmloff::token::XMLTokenEnum XML_DATA_PILOT_MEMBERS
+include/xmloff/xmltoken.hxx:556
+ enum xmloff::token::XMLTokenEnum XML_DATA_PILOT_SUBTOTAL
+include/xmloff/xmltoken.hxx:557
+ enum xmloff::token::XMLTokenEnum XML_DATA_PILOT_SUBTOTALS
+include/xmloff/xmltoken.hxx:558
+ enum xmloff::token::XMLTokenEnum XML_DATA_PILOT_TABLE
+include/xmloff/xmltoken.hxx:559
+ enum xmloff::token::XMLTokenEnum XML_DATA_PILOT_TABLES
+include/xmloff/xmltoken.hxx:560
+ enum xmloff::token::XMLTokenEnum XML_DATA_POINT
+include/xmloff/xmltoken.hxx:561
+ enum xmloff::token::XMLTokenEnum XML_DATA_STREAM_SOURCE
+include/xmloff/xmltoken.hxx:562
+ enum xmloff::token::XMLTokenEnum XML_DATA_STYLE
+include/xmloff/xmltoken.hxx:563
+ enum xmloff::token::XMLTokenEnum XML_DATA_STYLE_NAME
+include/xmloff/xmltoken.hxx:564
+ enum xmloff::token::XMLTokenEnum XML_DATA_TYPE
+include/xmloff/xmltoken.hxx:565
+ enum xmloff::token::XMLTokenEnum XML_DATABASE_DISPLAY
+include/xmloff/xmltoken.hxx:566
+ enum xmloff::token::XMLTokenEnum XML_DATABASE_NAME
+include/xmloff/xmltoken.hxx:567
+ enum xmloff::token::XMLTokenEnum XML_DATABASE_NEXT
+include/xmloff/xmltoken.hxx:568
+ enum xmloff::token::XMLTokenEnum XML_DATABASE_RANGE
+include/xmloff/xmltoken.hxx:569
+ enum xmloff::token::XMLTokenEnum XML_DATABASE_RANGES
+include/xmloff/xmltoken.hxx:570
+ enum xmloff::token::XMLTokenEnum XML_DATABASE_ROW_NUMBER
+include/xmloff/xmltoken.hxx:571
+ enum xmloff::token::XMLTokenEnum XML_DATABASE_SELECT
+include/xmloff/xmltoken.hxx:572
+ enum xmloff::token::XMLTokenEnum XML_DATABASE_SOURCE_QUERY
+include/xmloff/xmltoken.hxx:573
+ enum xmloff::token::XMLTokenEnum XML_DATABASE_SOURCE_SQL
+include/xmloff/xmltoken.hxx:574
+ enum xmloff::token::XMLTokenEnum XML_DATABASE_SOURCE_TABLE
+include/xmloff/xmltoken.hxx:575
+ enum xmloff::token::XMLTokenEnum XML_DATABASE_TABLE_NAME
+include/xmloff/xmltoken.hxx:577
+ enum xmloff::token::XMLTokenEnum XML_DATE_IS
+include/xmloff/xmltoken.hxx:578
+ enum xmloff::token::XMLTokenEnum XML_DATE_ADJUST
+include/xmloff/xmltoken.hxx:579
+ enum xmloff::token::XMLTokenEnum XML_DATE_STYLE
+include/xmloff/xmltoken.hxx:580
+ enum xmloff::token::XMLTokenEnum XML_DATE_TIME
+include/xmloff/xmltoken.hxx:581
+ enum xmloff::token::XMLTokenEnum XML_DATE_TIME_UPDATE
+include/xmloff/xmltoken.hxx:582
+ enum xmloff::token::XMLTokenEnum XML_DATE_TIME_VISIBLE
+include/xmloff/xmltoken.hxx:583
+ enum xmloff::token::XMLTokenEnum XML_DATE_VALUE
+include/xmloff/xmltoken.hxx:584
+ enum xmloff::token::XMLTokenEnum XML_DATETIME
+include/xmloff/xmltoken.hxx:586
+ enum xmloff::token::XMLTokenEnum XML_DAY_OF_WEEK
+include/xmloff/xmltoken.hxx:587
+ enum xmloff::token::XMLTokenEnum XML_DDE_APPLICATION
+include/xmloff/xmltoken.hxx:588
+ enum xmloff::token::XMLTokenEnum XML_DDE_CONNECTION
+include/xmloff/xmltoken.hxx:589
+ enum xmloff::token::XMLTokenEnum XML_DDE_CONNECTION_DECL
+include/xmloff/xmltoken.hxx:590
+ enum xmloff::token::XMLTokenEnum XML_DDE_CONNECTION_DECLS
+include/xmloff/xmltoken.hxx:591
+ enum xmloff::token::XMLTokenEnum XML_DDE_ITEM
+include/xmloff/xmltoken.hxx:592
+ enum xmloff::token::XMLTokenEnum XML_DDE_LINK
+include/xmloff/xmltoken.hxx:593
+ enum xmloff::token::XMLTokenEnum XML_DDE_LINKS
+include/xmloff/xmltoken.hxx:594
+ enum xmloff::token::XMLTokenEnum XML_DDE_SOURCE
+include/xmloff/xmltoken.hxx:595
+ enum xmloff::token::XMLTokenEnum XML_DDE_TOPIC
+include/xmloff/xmltoken.hxx:596
+ enum xmloff::token::XMLTokenEnum XML_DECIMAL_PLACES
+include/xmloff/xmltoken.hxx:597
+ enum xmloff::token::XMLTokenEnum XML_DECIMAL_REPLACEMENT
+include/xmloff/xmltoken.hxx:598
+ enum xmloff::token::XMLTokenEnum XML_DECLARE
+include/xmloff/xmltoken.hxx:599
+ enum xmloff::token::XMLTokenEnum XML_DECORATE_WORDS_ONLY
+include/xmloff/xmltoken.hxx:600
+ enum xmloff::token::XMLTokenEnum XML_DECORATIVE
+include/xmloff/xmltoken.hxx:601
+ enum xmloff::token::XMLTokenEnum XML_DEEP
+include/xmloff/xmltoken.hxx:602
+ enum xmloff::token::XMLTokenEnum XML_DEFAULT
+include/xmloff/xmltoken.hxx:603
+ enum xmloff::token::XMLTokenEnum XML_DEFAULT_CELL_STYLE_NAME
+include/xmloff/xmltoken.hxx:604
+ enum xmloff::token::XMLTokenEnum XML_DEFAULT_STYLE
+include/xmloff/xmltoken.hxx:605
+ enum xmloff::token::XMLTokenEnum XML_DEFAULT_STYLE_NAME
+include/xmloff/xmltoken.hxx:606
+ enum xmloff::token::XMLTokenEnum XML_DEGREE
+include/xmloff/xmltoken.hxx:607
+ enum xmloff::token::XMLTokenEnum XML_DELAY
+include/xmloff/xmltoken.hxx:608
+ enum xmloff::token::XMLTokenEnum XML_DELETION
+include/xmloff/xmltoken.hxx:609
+ enum xmloff::token::XMLTokenEnum XML_DELETIONS
+include/xmloff/xmltoken.hxx:610
+ enum xmloff::token::XMLTokenEnum XML_DENOMALIGN
+include/xmloff/xmltoken.hxx:611
+ enum xmloff::token::XMLTokenEnum XML_DENOMINATOR_VALUE
+include/xmloff/xmltoken.hxx:612
+ enum xmloff::token::XMLTokenEnum XML_DEPENDENCE
+include/xmloff/xmltoken.hxx:613
+ enum xmloff::token::XMLTokenEnum XML_DEPENDENCES
+include/xmloff/xmltoken.hxx:614
+ enum xmloff::token::XMLTokenEnum XML_DEPENDENCIES
+include/xmloff/xmltoken.hxx:615
+ enum xmloff::token::XMLTokenEnum XML_DEPTH
+include/xmloff/xmltoken.hxx:616
+ enum xmloff::token::XMLTokenEnum XML_DESC
+include/xmloff/xmltoken.hxx:617
+ enum xmloff::token::XMLTokenEnum XML_DESCENDING
+include/xmloff/xmltoken.hxx:618
+ enum xmloff::token::XMLTokenEnum XML_DESCRIPTION
+include/xmloff/xmltoken.hxx:619
+ enum xmloff::token::XMLTokenEnum XML_DETECTIVE
+include/xmloff/xmltoken.hxx:620
+ enum xmloff::token::XMLTokenEnum XML_DETERMINANT
+include/xmloff/xmltoken.hxx:621
+ enum xmloff::token::XMLTokenEnum XML_DIFF
+include/xmloff/xmltoken.hxx:622
+ enum xmloff::token::XMLTokenEnum XML_DIFFUSE_COLOR
+include/xmloff/xmltoken.hxx:624
+ enum xmloff::token::XMLTokenEnum XML_DIRECTION
+include/xmloff/xmltoken.hxx:625
+ enum xmloff::token::XMLTokenEnum XML_DISABLED
+include/xmloff/xmltoken.hxx:626
+ enum xmloff::token::XMLTokenEnum XML_DISC
+include/xmloff/xmltoken.hxx:628
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_BORDER
+include/xmloff/xmltoken.hxx:629
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_DETAILS
+include/xmloff/xmltoken.hxx:630
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_DUPLICATES
+include/xmloff/xmltoken.hxx:631
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_EMPTY
+include/xmloff/xmltoken.hxx:632
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_FILTER_BUTTONS
+include/xmloff/xmltoken.hxx:633
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_FORMULA
+include/xmloff/xmltoken.hxx:634
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_LABEL
+include/xmloff/xmltoken.hxx:635
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_LEVELS
+include/xmloff/xmltoken.hxx:636
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_NAME
+include/xmloff/xmltoken.hxx:637
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_OUTLINE_LEVEL
+include/xmloff/xmltoken.hxx:638
+ enum xmloff::token::XMLTokenEnum XML_DISSOLVE
+include/xmloff/xmltoken.hxx:640
+ enum xmloff::token::XMLTokenEnum XML_DISTANCE_AFTER_SEP
+include/xmloff/xmltoken.hxx:641
+ enum xmloff::token::XMLTokenEnum XML_DISTANCE_BEFORE_SEP
+include/xmloff/xmltoken.hxx:642
+ enum xmloff::token::XMLTokenEnum XML_DISTRIBUTE
+include/xmloff/xmltoken.hxx:643
+ enum xmloff::token::XMLTokenEnum XML_DISTRIBUTE_LETTER
+include/xmloff/xmltoken.hxx:644
+ enum xmloff::token::XMLTokenEnum XML_DISTRIBUTE_SPACE
+include/xmloff/xmltoken.hxx:645
+ enum xmloff::token::XMLTokenEnum XML_DIVIDE
+include/xmloff/xmltoken.hxx:648
+ enum xmloff::token::XMLTokenEnum XML_DOCUMENT_META
+include/xmloff/xmltoken.hxx:650
+ enum xmloff::token::XMLTokenEnum XML_DOCUMENT_STATISTIC
+include/xmloff/xmltoken.hxx:652
+ enum xmloff::token::XMLTokenEnum XML_DOMAIN
+include/xmloff/xmltoken.hxx:653
+ enum xmloff::token::XMLTokenEnum XML_DOT
+include/xmloff/xmltoken.hxx:654
+ enum xmloff::token::XMLTokenEnum XML_DOTS1
+include/xmloff/xmltoken.hxx:655
+ enum xmloff::token::XMLTokenEnum XML_DOTS1_LENGTH
+include/xmloff/xmltoken.hxx:656
+ enum xmloff::token::XMLTokenEnum XML_DOTS2
+include/xmloff/xmltoken.hxx:657
+ enum xmloff::token::XMLTokenEnum XML_DOTS2_LENGTH
+include/xmloff/xmltoken.hxx:660
+ enum xmloff::token::XMLTokenEnum XML_DOUBLE_SIDED
+include/xmloff/xmltoken.hxx:661
+ enum xmloff::token::XMLTokenEnum XML_DOUBLE_THIN
+include/xmloff/xmltoken.hxx:662
+ enum xmloff::token::XMLTokenEnum XML_DOWN
+include/xmloff/xmltoken.hxx:663
+ enum xmloff::token::XMLTokenEnum XML_DRAFT
+include/xmloff/xmltoken.hxx:664
+ enum xmloff::token::XMLTokenEnum XML_DRAW
+include/xmloff/xmltoken.hxx:665
+ enum xmloff::token::XMLTokenEnum XML_DRAW_ASPECT
+include/xmloff/xmltoken.hxx:667
+ enum xmloff::token::XMLTokenEnum XML_DRAWINGS
+include/xmloff/xmltoken.hxx:668
+ enum xmloff::token::XMLTokenEnum XML_DRAWPOOL
+include/xmloff/xmltoken.hxx:669
+ enum xmloff::token::XMLTokenEnum XML_DROP_CAP
+include/xmloff/xmltoken.hxx:670
+ enum xmloff::token::XMLTokenEnum XML_DYNAMIC
+include/xmloff/xmltoken.hxx:671
+ enum xmloff::token::XMLTokenEnum XML_EDGE_ROUNDING
+include/xmloff/xmltoken.hxx:672
+ enum xmloff::token::XMLTokenEnum XML_EDITABLE
+include/xmloff/xmltoken.hxx:673
+ enum xmloff::token::XMLTokenEnum XML_EDITING_CYCLES
+include/xmloff/xmltoken.hxx:674
+ enum xmloff::token::XMLTokenEnum XML_EDITING_DURATION
+include/xmloff/xmltoken.hxx:675
+ enum xmloff::token::XMLTokenEnum XML_EDITION
+include/xmloff/xmltoken.hxx:676
+ enum xmloff::token::XMLTokenEnum XML_EDITOR
+include/xmloff/xmltoken.hxx:677
+ enum xmloff::token::XMLTokenEnum XML_EFFECT
+include/xmloff/xmltoken.hxx:678
+ enum xmloff::token::XMLTokenEnum XML_ELLIPSE
+include/xmloff/xmltoken.hxx:679
+ enum xmloff::token::XMLTokenEnum XML_EMAIL
+include/xmloff/xmltoken.hxx:680
+ enum xmloff::token::XMLTokenEnum XML_EMBED
+include/xmloff/xmltoken.hxx:681
+ enum xmloff::token::XMLTokenEnum XML_EMBEDDED_VISIBLE_AREA
+include/xmloff/xmltoken.hxx:682
+ enum xmloff::token::XMLTokenEnum XML_EMBOSSED
+include/xmloff/xmltoken.hxx:683
+ enum xmloff::token::XMLTokenEnum XML_EMISSIVE_COLOR
+include/xmloff/xmltoken.hxx:684
+ enum xmloff::token::XMLTokenEnum XML_EMPTY
+include/xmloff/xmltoken.hxx:685
+ enum xmloff::token::XMLTokenEnum XML_EMPTY_LINE_REFRESH
+include/xmloff/xmltoken.hxx:686
+ enum xmloff::token::XMLTokenEnum XML_ENABLE_NUMBERING
+include/xmloff/xmltoken.hxx:687
+ enum xmloff::token::XMLTokenEnum XML_ENABLED
+include/xmloff/xmltoken.hxx:689
+ enum xmloff::token::XMLTokenEnum XML_END
+include/xmloff/xmltoken.hxx:690
+ enum xmloff::token::XMLTokenEnum XML_END_ANGLE
+include/xmloff/xmltoken.hxx:691
+ enum xmloff::token::XMLTokenEnum XML_END_CELL_ADDRESS
+include/xmloff/xmltoken.hxx:692
+ enum xmloff::token::XMLTokenEnum XML_END_COLOR
+include/xmloff/xmltoken.hxx:693
+ enum xmloff::token::XMLTokenEnum XML_END_COLUMN
+include/xmloff/xmltoken.hxx:694
+ enum xmloff::token::XMLTokenEnum XML_END_GLUE_POINT
+include/xmloff/xmltoken.hxx:695
+ enum xmloff::token::XMLTokenEnum XML_END_GUIDE
+include/xmloff/xmltoken.hxx:696
+ enum xmloff::token::XMLTokenEnum XML_END_INTENSITY
+include/xmloff/xmltoken.hxx:697
+ enum xmloff::token::XMLTokenEnum XML_END_LINE_SPACING_HORIZONTAL
+include/xmloff/xmltoken.hxx:698
+ enum xmloff::token::XMLTokenEnum XML_END_LINE_SPACING_VERTICAL
+include/xmloff/xmltoken.hxx:699
+ enum xmloff::token::XMLTokenEnum XML_END_POSITION
+include/xmloff/xmltoken.hxx:700
+ enum xmloff::token::XMLTokenEnum XML_END_ROW
+include/xmloff/xmltoken.hxx:701
+ enum xmloff::token::XMLTokenEnum XML_END_SHAPE
+include/xmloff/xmltoken.hxx:702
+ enum xmloff::token::XMLTokenEnum XML_END_TABLE
+include/xmloff/xmltoken.hxx:703
+ enum xmloff::token::XMLTokenEnum XML_END_X
+include/xmloff/xmltoken.hxx:704
+ enum xmloff::token::XMLTokenEnum XML_END_Y
+include/xmloff/xmltoken.hxx:705
+ enum xmloff::token::XMLTokenEnum XML_ENDLESS
+include/xmloff/xmltoken.hxx:706
+ enum xmloff::token::XMLTokenEnum XML_ENDNOTE
+include/xmloff/xmltoken.hxx:707
+ enum xmloff::token::XMLTokenEnum XML_ENDNOTE_BODY
+include/xmloff/xmltoken.hxx:708
+ enum xmloff::token::XMLTokenEnum XML_ENDNOTE_CITATION
+include/xmloff/xmltoken.hxx:709
+ enum xmloff::token::XMLTokenEnum XML_ENDNOTE_REF
+include/xmloff/xmltoken.hxx:710
+ enum xmloff::token::XMLTokenEnum XML_ENDNOTES_CONFIGURATION
+include/xmloff/xmltoken.hxx:711
+ enum xmloff::token::XMLTokenEnum XML_ENGRAVED
+include/xmloff/xmltoken.hxx:712
+ enum xmloff::token::XMLTokenEnum XML_EQ
+include/xmloff/xmltoken.hxx:713
+ enum xmloff::token::XMLTokenEnum XML_EQUAL_AUTHOR
+include/xmloff/xmltoken.hxx:714
+ enum xmloff::token::XMLTokenEnum XML_EQUAL_COMMENT
+include/xmloff/xmltoken.hxx:715
+ enum xmloff::token::XMLTokenEnum XML_EQUAL_DATE
+include/xmloff/xmltoken.hxx:716
+ enum xmloff::token::XMLTokenEnum XML_ERA
+include/xmloff/xmltoken.hxx:717
+ enum xmloff::token::XMLTokenEnum XML_ERGO_SUM
+include/xmloff/xmltoken.hxx:718
+ enum xmloff::token::XMLTokenEnum XML_ERROR_CATEGORY
+include/xmloff/xmltoken.hxx:719
+ enum xmloff::token::XMLTokenEnum XML_ERROR_LOWER_INDICATOR
+include/xmloff/xmltoken.hxx:720
+ enum xmloff::token::XMLTokenEnum XML_ERROR_LOWER_LIMIT
+include/xmloff/xmltoken.hxx:721
+ enum xmloff::token::XMLTokenEnum XML_ERROR_MACRO
+include/xmloff/xmltoken.hxx:722
+ enum xmloff::token::XMLTokenEnum XML_ERROR_MARGIN
+include/xmloff/xmltoken.hxx:723
+ enum xmloff::token::XMLTokenEnum XML_ERROR_MESSAGE
+include/xmloff/xmltoken.hxx:724
+ enum xmloff::token::XMLTokenEnum XML_ERROR_PERCENTAGE
+include/xmloff/xmltoken.hxx:725
+ enum xmloff::token::XMLTokenEnum XML_ERROR_UPPER_INDICATOR
+include/xmloff/xmltoken.hxx:726
+ enum xmloff::token::XMLTokenEnum XML_ERROR_UPPER_LIMIT
+include/xmloff/xmltoken.hxx:727
+ enum xmloff::token::XMLTokenEnum XML_ESCAPEMENT_SUB
+include/xmloff/xmltoken.hxx:728
+ enum xmloff::token::XMLTokenEnum XML_ESCAPEMENT_SUPER
+include/xmloff/xmltoken.hxx:729
+ enum xmloff::token::XMLTokenEnum XML_EVEN_PAGE
+include/xmloff/xmltoken.hxx:730
+ enum xmloff::token::XMLTokenEnum XML_EVENT
+include/xmloff/xmltoken.hxx:731
+ enum xmloff::token::XMLTokenEnum XML_EVENT_NAME
+include/xmloff/xmltoken.hxx:732
+ enum xmloff::token::XMLTokenEnum XML_EVENTS
+include/xmloff/xmltoken.hxx:733
+ enum xmloff::token::XMLTokenEnum XML_EXECUTE
+include/xmloff/xmltoken.hxx:734
+ enum xmloff::token::XMLTokenEnum XML_EXECUTE_MACRO
+include/xmloff/xmltoken.hxx:735
+ enum xmloff::token::XMLTokenEnum XML_EXISTS
+include/xmloff/xmltoken.hxx:736
+ enum xmloff::token::XMLTokenEnum XML_EXP
+include/xmloff/xmltoken.hxx:737
+ enum xmloff::token::XMLTokenEnum XML_EXPONENTIAL
+include/xmloff/xmltoken.hxx:738
+ enum xmloff::token::XMLTokenEnum XML_EXPRESSION
+include/xmloff/xmltoken.hxx:739
+ enum xmloff::token::XMLTokenEnum XML_EXTRA
+include/xmloff/xmltoken.hxx:740
+ enum xmloff::token::XMLTokenEnum XML_EXTRUDE
+include/xmloff/xmltoken.hxx:741
+ enum xmloff::token::XMLTokenEnum XML_FACTORIAL
+include/xmloff/xmltoken.hxx:742
+ enum xmloff::token::XMLTokenEnum XML_FADE
+include/xmloff/xmltoken.hxx:743
+ enum xmloff::token::XMLTokenEnum XML_FADE_FROM_BOTTOM
+include/xmloff/xmltoken.hxx:744
+ enum xmloff::token::XMLTokenEnum XML_FADE_FROM_CENTER
+include/xmloff/xmltoken.hxx:745
+ enum xmloff::token::XMLTokenEnum XML_FADE_FROM_LEFT
+include/xmloff/xmltoken.hxx:746
+ enum xmloff::token::XMLTokenEnum XML_FADE_FROM_LOWERLEFT
+include/xmloff/xmltoken.hxx:747
+ enum xmloff::token::XMLTokenEnum XML_FADE_FROM_LOWERRIGHT
+include/xmloff/xmltoken.hxx:748
+ enum xmloff::token::XMLTokenEnum XML_FADE_FROM_RIGHT
+include/xmloff/xmltoken.hxx:749
+ enum xmloff::token::XMLTokenEnum XML_FADE_FROM_TOP
+include/xmloff/xmltoken.hxx:750
+ enum xmloff::token::XMLTokenEnum XML_FADE_FROM_UPPERLEFT
+include/xmloff/xmltoken.hxx:751
+ enum xmloff::token::XMLTokenEnum XML_FADE_FROM_UPPERRIGHT
+include/xmloff/xmltoken.hxx:752
+ enum xmloff::token::XMLTokenEnum XML_FADE_OUT
+include/xmloff/xmltoken.hxx:753
+ enum xmloff::token::XMLTokenEnum XML_FADE_TO_CENTER
+include/xmloff/xmltoken.hxx:754
+ enum xmloff::token::XMLTokenEnum XML_FALSE
+include/xmloff/xmltoken.hxx:755
+ enum xmloff::token::XMLTokenEnum XML_FAMILY
+include/xmloff/xmltoken.hxx:756
+ enum xmloff::token::XMLTokenEnum XML_FAST
+include/xmloff/xmltoken.hxx:757
+ enum xmloff::token::XMLTokenEnum XML_FENCE
+include/xmloff/xmltoken.hxx:758
+ enum xmloff::token::XMLTokenEnum XML_FIELD_NUMBER
+include/xmloff/xmltoken.hxx:759
+ enum xmloff::token::XMLTokenEnum XML_FILE_NAME
+include/xmloff/xmltoken.hxx:761
+ enum xmloff::token::XMLTokenEnum XML_FILL_CHARACTER
+include/xmloff/xmltoken.hxx:763
+ enum xmloff::token::XMLTokenEnum XML_FILL_GRADIENT_NAME
+include/xmloff/xmltoken.hxx:764
+ enum xmloff::token::XMLTokenEnum XML_FILL_HATCH_NAME
+include/xmloff/xmltoken.hxx:765
+ enum xmloff::token::XMLTokenEnum XML_FILL_HATCH_SOLID
+include/xmloff/xmltoken.hxx:766
+ enum xmloff::token::XMLTokenEnum XML_FILL_IMAGE
+include/xmloff/xmltoken.hxx:767
+ enum xmloff::token::XMLTokenEnum XML_FILL_IMAGE_HEIGHT
+include/xmloff/xmltoken.hxx:768
+ enum xmloff::token::XMLTokenEnum XML_FILL_IMAGE_NAME
+include/xmloff/xmltoken.hxx:769
+ enum xmloff::token::XMLTokenEnum XML_FILL_IMAGE_REF_POINT
+include/xmloff/xmltoken.hxx:770
+ enum xmloff::token::XMLTokenEnum XML_FILL_IMAGE_REF_POINT_X
+include/xmloff/xmltoken.hxx:771
+ enum xmloff::token::XMLTokenEnum XML_FILL_IMAGE_REF_POINT_Y
+include/xmloff/xmltoken.hxx:772
+ enum xmloff::token::XMLTokenEnum XML_FILL_IMAGE_WIDTH
+include/xmloff/xmltoken.hxx:773
+ enum xmloff::token::XMLTokenEnum XML_FILTER
+include/xmloff/xmltoken.hxx:774
+ enum xmloff::token::XMLTokenEnum XML_FILTER_AND
+include/xmloff/xmltoken.hxx:775
+ enum xmloff::token::XMLTokenEnum XML_FILTER_CONDITION
+include/xmloff/xmltoken.hxx:776
+ enum xmloff::token::XMLTokenEnum XML_FILTER_NAME
+include/xmloff/xmltoken.hxx:777
+ enum xmloff::token::XMLTokenEnum XML_FILTER_OPTIONS
+include/xmloff/xmltoken.hxx:778
+ enum xmloff::token::XMLTokenEnum XML_FILTER_OR
+include/xmloff/xmltoken.hxx:779
+ enum xmloff::token::XMLTokenEnum XML_FILTER_SET_ITEM
+include/xmloff/xmltoken.hxx:780
+ enum xmloff::token::XMLTokenEnum XML_FINE_DASHED
+include/xmloff/xmltoken.hxx:781
+ enum xmloff::token::XMLTokenEnum XML_FIRST_DATE_TIME
+include/xmloff/xmltoken.hxx:782
+ enum xmloff::token::XMLTokenEnum XML_FIRST_PAGE
+include/xmloff/xmltoken.hxx:783
+ enum xmloff::token::XMLTokenEnum XML_FIRST_PAGE_NUMBER
+include/xmloff/xmltoken.hxx:784
+ enum xmloff::token::XMLTokenEnum XML_FIT_TO_CONTOUR
+include/xmloff/xmltoken.hxx:785
+ enum xmloff::token::XMLTokenEnum XML_FIT_TO_SIZE
+include/xmloff/xmltoken.hxx:786
+ enum xmloff::token::XMLTokenEnum XML_FIX
+include/xmloff/xmltoken.hxx:787
+ enum xmloff::token::XMLTokenEnum XML_FIXED
+include/xmloff/xmltoken.hxx:788
+ enum xmloff::token::XMLTokenEnum XML_FLAT
+include/xmloff/xmltoken.hxx:790
+ enum xmloff::token::XMLTokenEnum XML_FLOATING_FRAME
+include/xmloff/xmltoken.hxx:791
+ enum xmloff::token::XMLTokenEnum XML_FLOOR
+include/xmloff/xmltoken.hxx:792
+ enum xmloff::token::XMLTokenEnum XML_FN
+include/xmloff/xmltoken.hxx:793
+ enum xmloff::token::XMLTokenEnum XML_FOCAL_LENGTH
+include/xmloff/xmltoken.hxx:794
+ enum xmloff::token::XMLTokenEnum XML_FONT_CHAR_WIDTH
+include/xmloff/xmltoken.hxx:795
+ enum xmloff::token::XMLTokenEnum XML_FONT_CHARSET
+include/xmloff/xmltoken.hxx:796
+ enum xmloff::token::XMLTokenEnum XML_FONT_CHARSET_ASIAN
+include/xmloff/xmltoken.hxx:797
+ enum xmloff::token::XMLTokenEnum XML_FONT_CHARSET_COMPLEX
+include/xmloff/xmltoken.hxx:798
+ enum xmloff::token::XMLTokenEnum XML_FONT_COLOR
+include/xmloff/xmltoken.hxx:799
+ enum xmloff::token::XMLTokenEnum XML_FONT_DECL
+include/xmloff/xmltoken.hxx:800
+ enum xmloff::token::XMLTokenEnum XML_FONT_DECLS
+include/xmloff/xmltoken.hxx:801
+ enum xmloff::token::XMLTokenEnum XML_FONT_FAMILY
+include/xmloff/xmltoken.hxx:802
+ enum xmloff::token::XMLTokenEnum XML_FONT_FAMILY_ASIAN
+include/xmloff/xmltoken.hxx:803
+ enum xmloff::token::XMLTokenEnum XML_FONT_FAMILY_COMPLEX
+include/xmloff/xmltoken.hxx:804
+ enum xmloff::token::XMLTokenEnum XML_FONT_FAMILY_GENERIC
+include/xmloff/xmltoken.hxx:805
+ enum xmloff::token::XMLTokenEnum XML_FONT_FAMILY_GENERIC_ASIAN
+include/xmloff/xmltoken.hxx:806
+ enum xmloff::token::XMLTokenEnum XML_FONT_FAMILY_GENERIC_COMPLEX
+include/xmloff/xmltoken.hxx:807
+ enum xmloff::token::XMLTokenEnum XML_FONT_KERNING
+include/xmloff/xmltoken.hxx:808
+ enum xmloff::token::XMLTokenEnum XML_FONT_NAME
+include/xmloff/xmltoken.hxx:809
+ enum xmloff::token::XMLTokenEnum XML_FONT_NAME_ASIAN
+include/xmloff/xmltoken.hxx:810
+ enum xmloff::token::XMLTokenEnum XML_FONT_NAME_COMPLEX
+include/xmloff/xmltoken.hxx:811
+ enum xmloff::token::XMLTokenEnum XML_FONT_PITCH
+include/xmloff/xmltoken.hxx:812
+ enum xmloff::token::XMLTokenEnum XML_FONT_PITCH_ASIAN
+include/xmloff/xmltoken.hxx:813
+ enum xmloff::token::XMLTokenEnum XML_FONT_PITCH_COMPLEX
+include/xmloff/xmltoken.hxx:814
+ enum xmloff::token::XMLTokenEnum XML_FONT_RELIEF
+include/xmloff/xmltoken.hxx:816
+ enum xmloff::token::XMLTokenEnum XML_FONT_SIZE_ASIAN
+include/xmloff/xmltoken.hxx:817
+ enum xmloff::token::XMLTokenEnum XML_FONT_SIZE_COMPLEX
+include/xmloff/xmltoken.hxx:818
+ enum xmloff::token::XMLTokenEnum XML_FONT_SIZE_REL
+include/xmloff/xmltoken.hxx:819
+ enum xmloff::token::XMLTokenEnum XML_FONT_SIZE_REL_ASIAN
+include/xmloff/xmltoken.hxx:820
+ enum xmloff::token::XMLTokenEnum XML_FONT_SIZE_REL_COMPLEX
+include/xmloff/xmltoken.hxx:822
+ enum xmloff::token::XMLTokenEnum XML_FONT_STYLE_ASIAN
+include/xmloff/xmltoken.hxx:823
+ enum xmloff::token::XMLTokenEnum XML_FONT_STYLE_COMPLEX
+include/xmloff/xmltoken.hxx:824
+ enum xmloff::token::XMLTokenEnum XML_FONT_STYLE_NAME
+include/xmloff/xmltoken.hxx:825
+ enum xmloff::token::XMLTokenEnum XML_FONT_STYLE_NAME_ASIAN
+include/xmloff/xmltoken.hxx:826
+ enum xmloff::token::XMLTokenEnum XML_FONT_STYLE_NAME_COMPLEX
+include/xmloff/xmltoken.hxx:827
+ enum xmloff::token::XMLTokenEnum XML_FONT_VARIANT
+include/xmloff/xmltoken.hxx:829
+ enum xmloff::token::XMLTokenEnum XML_FONT_WEIGHT_ASIAN
+include/xmloff/xmltoken.hxx:830
+ enum xmloff::token::XMLTokenEnum XML_FONT_WEIGHT_COMPLEX
+include/xmloff/xmltoken.hxx:831
+ enum xmloff::token::XMLTokenEnum XML_FONT_WIDTH
+include/xmloff/xmltoken.hxx:832
+ enum xmloff::token::XMLTokenEnum XML_FONT_WORD_LINE_MODE
+include/xmloff/xmltoken.hxx:833
+ enum xmloff::token::XMLTokenEnum XML_FONTFAMILY
+include/xmloff/xmltoken.hxx:834
+ enum xmloff::token::XMLTokenEnum XML_FONTSIZE
+include/xmloff/xmltoken.hxx:835
+ enum xmloff::token::XMLTokenEnum XML_FONTSTYLE
+include/xmloff/xmltoken.hxx:836
+ enum xmloff::token::XMLTokenEnum XML_FONTWEIGHT
+include/xmloff/xmltoken.hxx:837
+ enum xmloff::token::XMLTokenEnum XML_FONTWORK_ADJUST
+include/xmloff/xmltoken.hxx:838
+ enum xmloff::token::XMLTokenEnum XML_FONTWORK_DISTANCE
+include/xmloff/xmltoken.hxx:839
+ enum xmloff::token::XMLTokenEnum XML_FONTWORK_FORM
+include/xmloff/xmltoken.hxx:840
+ enum xmloff::token::XMLTokenEnum XML_FONTWORK_HIDE_FORM
+include/xmloff/xmltoken.hxx:841
+ enum xmloff::token::XMLTokenEnum XML_FONTWORK_MIRROR
+include/xmloff/xmltoken.hxx:842
+ enum xmloff::token::XMLTokenEnum XML_FONTWORK_OUTLINE
+include/xmloff/xmltoken.hxx:843
+ enum xmloff::token::XMLTokenEnum XML_FONTWORK_SHADOW
+include/xmloff/xmltoken.hxx:844
+ enum xmloff::token::XMLTokenEnum XML_FONTWORK_SHADOW_COLOR
+include/xmloff/xmltoken.hxx:845
+ enum xmloff::token::XMLTokenEnum XML_FONTWORK_SHADOW_OFFSET_X
+include/xmloff/xmltoken.hxx:846
+ enum xmloff::token::XMLTokenEnum XML_FONTWORK_SHADOW_OFFSET_Y
+include/xmloff/xmltoken.hxx:847
+ enum xmloff::token::XMLTokenEnum XML_FONTWORK_SHADOW_TRANSPARENCE
+include/xmloff/xmltoken.hxx:848
+ enum xmloff::token::XMLTokenEnum XML_FONTWORK_START
+include/xmloff/xmltoken.hxx:849
+ enum xmloff::token::XMLTokenEnum XML_FONTWORK_STYLE
+include/xmloff/xmltoken.hxx:850
+ enum xmloff::token::XMLTokenEnum XML_FOOTER
+include/xmloff/xmltoken.hxx:851
+ enum xmloff::token::XMLTokenEnum XML_FOOTER_FIRST
+include/xmloff/xmltoken.hxx:852
+ enum xmloff::token::XMLTokenEnum XML_FOOTER_LEFT
+include/xmloff/xmltoken.hxx:853
+ enum xmloff::token::XMLTokenEnum XML_FOOTER_STYLE
+include/xmloff/xmltoken.hxx:854
+ enum xmloff::token::XMLTokenEnum XML_FOOTER_VISIBLE
+include/xmloff/xmltoken.hxx:855
+ enum xmloff::token::XMLTokenEnum XML_FOOTNOTE
+include/xmloff/xmltoken.hxx:856
+ enum xmloff::token::XMLTokenEnum XML_FOOTNOTE_BODY
+include/xmloff/xmltoken.hxx:857
+ enum xmloff::token::XMLTokenEnum XML_FOOTNOTE_CITATION
+include/xmloff/xmltoken.hxx:858
+ enum xmloff::token::XMLTokenEnum XML_FOOTNOTE_CONTINUATION_NOTICE_BACKWARD
+include/xmloff/xmltoken.hxx:859
+ enum xmloff::token::XMLTokenEnum XML_FOOTNOTE_CONTINUATION_NOTICE_FORWARD
+include/xmloff/xmltoken.hxx:860
+ enum xmloff::token::XMLTokenEnum XML_FOOTNOTE_MAX_HEIGHT
+include/xmloff/xmltoken.hxx:861
+ enum xmloff::token::XMLTokenEnum XML_FOOTNOTE_REF
+include/xmloff/xmltoken.hxx:862
+ enum xmloff::token::XMLTokenEnum XML_FOOTNOTE_SEP
+include/xmloff/xmltoken.hxx:863
+ enum xmloff::token::XMLTokenEnum XML_FOOTNOTES_CONFIGURATION
+include/xmloff/xmltoken.hxx:864
+ enum xmloff::token::XMLTokenEnum XML_FOOTNOTES_POSITION
+include/xmloff/xmltoken.hxx:865
+ enum xmloff::token::XMLTokenEnum XML_FORALL
+include/xmloff/xmltoken.hxx:866
+ enum xmloff::token::XMLTokenEnum XML_FORCE_MANUAL
+include/xmloff/xmltoken.hxx:867
+ enum xmloff::token::XMLTokenEnum XML_FOREGROUND
+include/xmloff/xmltoken.hxx:868
+ enum xmloff::token::XMLTokenEnum XML_FOREIGN_OBJECT
+include/xmloff/xmltoken.hxx:869
+ enum xmloff::token::XMLTokenEnum XML_FORMAT_CHANGE
+include/xmloff/xmltoken.hxx:870
+ enum xmloff::token::XMLTokenEnum XML_FORMAT_SOURCE
+include/xmloff/xmltoken.hxx:871
+ enum xmloff::token::XMLTokenEnum XML_FORMATTING_ENTRY
+include/xmloff/xmltoken.hxx:872
+ enum xmloff::token::XMLTokenEnum XML_FORMS
+include/xmloff/xmltoken.hxx:873
+ enum xmloff::token::XMLTokenEnum XML_FORMULA
+include/xmloff/xmltoken.hxx:874
+ enum xmloff::token::XMLTokenEnum XML_FORMULA_HIDDEN
+include/xmloff/xmltoken.hxx:875
+ enum xmloff::token::XMLTokenEnum XML_FORMULAS
+include/xmloff/xmltoken.hxx:876
+ enum xmloff::token::XMLTokenEnum XML_FRACTION
+include/xmloff/xmltoken.hxx:877
+ enum xmloff::token::XMLTokenEnum XML_FRAME
+include/xmloff/xmltoken.hxx:878
+ enum xmloff::token::XMLTokenEnum XML_FRAME_CONTENT
+include/xmloff/xmltoken.hxx:879
+ enum xmloff::token::XMLTokenEnum XML_FRAME_DISPLAY_BORDER
+include/xmloff/xmltoken.hxx:880
+ enum xmloff::token::XMLTokenEnum XML_FRAME_DISPLAY_SCROLLBAR
+include/xmloff/xmltoken.hxx:881
+ enum xmloff::token::XMLTokenEnum XML_FRAME_END_MARGIN
+include/xmloff/xmltoken.hxx:882
+ enum xmloff::token::XMLTokenEnum XML_FRAME_MARGIN_HORIZONTAL
+include/xmloff/xmltoken.hxx:883
+ enum xmloff::token::XMLTokenEnum XML_FRAME_MARGIN_VERTICAL
+include/xmloff/xmltoken.hxx:884
+ enum xmloff::token::XMLTokenEnum XML_FRAME_NAME
+include/xmloff/xmltoken.hxx:885
+ enum xmloff::token::XMLTokenEnum XML_FRAME_START_MARGIN
+include/xmloff/xmltoken.hxx:886
+ enum xmloff::token::XMLTokenEnum XML_FREEZE
+include/xmloff/xmltoken.hxx:887
+ enum xmloff::token::XMLTokenEnum XML_FREEZE_POSITION
+include/xmloff/xmltoken.hxx:888
+ enum xmloff::token::XMLTokenEnum XML_FROM_ANOTHER_TABLE
+include/xmloff/xmltoken.hxx:889
+ enum xmloff::token::XMLTokenEnum XML_FROM_BOTTOM
+include/xmloff/xmltoken.hxx:890
+ enum xmloff::token::XMLTokenEnum XML_FROM_CENTER
+include/xmloff/xmltoken.hxx:891
+ enum xmloff::token::XMLTokenEnum XML_FROM_INSIDE
+include/xmloff/xmltoken.hxx:892
+ enum xmloff::token::XMLTokenEnum XML_FROM_LEFT
+include/xmloff/xmltoken.hxx:893
+ enum xmloff::token::XMLTokenEnum XML_FROM_LOWER_LEFT
+include/xmloff/xmltoken.hxx:894
+ enum xmloff::token::XMLTokenEnum XML_FROM_LOWER_RIGHT
+include/xmloff/xmltoken.hxx:895
+ enum xmloff::token::XMLTokenEnum XML_FROM_RIGHT
+include/xmloff/xmltoken.hxx:896
+ enum xmloff::token::XMLTokenEnum XML_FROM_SAME_TABLE
+include/xmloff/xmltoken.hxx:897
+ enum xmloff::token::XMLTokenEnum XML_FROM_TOP
+include/xmloff/xmltoken.hxx:898
+ enum xmloff::token::XMLTokenEnum XML_FROM_UPPER_LEFT
+include/xmloff/xmltoken.hxx:899
+ enum xmloff::token::XMLTokenEnum XML_FROM_UPPER_RIGHT
+include/xmloff/xmltoken.hxx:900
+ enum xmloff::token::XMLTokenEnum XML_FUCHSIA
+include/xmloff/xmltoken.hxx:901
+ enum xmloff::token::XMLTokenEnum XML_FULL
+include/xmloff/xmltoken.hxx:902
+ enum xmloff::token::XMLTokenEnum XML_FULL_SCREEN
+include/xmloff/xmltoken.hxx:903
+ enum xmloff::token::XMLTokenEnum XML_FUNCTION
+include/xmloff/xmltoken.hxx:904
+ enum xmloff::token::XMLTokenEnum XML_FX
+include/xmloff/xmltoken.hxx:905
+ enum xmloff::token::XMLTokenEnum XML_FY
+include/xmloff/xmltoken.hxx:906
+ enum xmloff::token::XMLTokenEnum XML_G
+include/xmloff/xmltoken.hxx:907
+ enum xmloff::token::XMLTokenEnum XML_GAMMA
+include/xmloff/xmltoken.hxx:908
+ enum xmloff::token::XMLTokenEnum XML_GAP
+include/xmloff/xmltoken.hxx:909
+ enum xmloff::token::XMLTokenEnum XML_GAP_WIDTH
+include/xmloff/xmltoken.hxx:910
+ enum xmloff::token::XMLTokenEnum XML_GCD
+include/xmloff/xmltoken.hxx:911
+ enum xmloff::token::XMLTokenEnum XML_GENERATOR
+include/xmloff/xmltoken.hxx:912
+ enum xmloff::token::XMLTokenEnum XML_GEQ
+include/xmloff/xmltoken.hxx:913
+ enum xmloff::token::XMLTokenEnum XML_GL3DBAR
+include/xmloff/xmltoken.hxx:914
+ enum xmloff::token::XMLTokenEnum XML_GOURAUD
+include/xmloff/xmltoken.hxx:915
+ enum xmloff::token::XMLTokenEnum XML_GRADIENT
+include/xmloff/xmltoken.hxx:916
+ enum xmloff::token::XMLTokenEnum XML_GRADIENT_ANGLE
+include/xmloff/xmltoken.hxx:917
+ enum xmloff::token::XMLTokenEnum XML_GRADIENT_BORDER
+include/xmloff/xmltoken.hxx:918
+ enum xmloff::token::XMLTokenEnum XML_GRADIENT_STEP_COUNT
+include/xmloff/xmltoken.hxx:919
+ enum xmloff::token::XMLTokenEnum XML_GRADIENT_STYLE
+include/xmloff/xmltoken.hxx:920
+ enum xmloff::token::XMLTokenEnum XML_GRADIENTSTYLE_AXIAL
+include/xmloff/xmltoken.hxx:921
+ enum xmloff::token::XMLTokenEnum XML_GRADIENTSTYLE_ELLIPSOID
+include/xmloff/xmltoken.hxx:922
+ enum xmloff::token::XMLTokenEnum XML_GRADIENTSTYLE_LINEAR
+include/xmloff/xmltoken.hxx:923
+ enum xmloff::token::XMLTokenEnum XML_GRADIENTSTYLE_RADIAL
+include/xmloff/xmltoken.hxx:924
+ enum xmloff::token::XMLTokenEnum XML_GRADIENTSTYLE_RECTANGULAR
+include/xmloff/xmltoken.hxx:925
+ enum xmloff::token::XMLTokenEnum XML_GRADIENTSTYLE_SQUARE
+include/xmloff/xmltoken.hxx:926
+ enum xmloff::token::XMLTokenEnum XML_GRADIENTTRANSFORM
+include/xmloff/xmltoken.hxx:927
+ enum xmloff::token::XMLTokenEnum XML_GRAND_TOTAL
+include/xmloff/xmltoken.hxx:928
+ enum xmloff::token::XMLTokenEnum XML_GRAPHIC
+include/xmloff/xmltoken.hxx:929
+ enum xmloff::token::XMLTokenEnum XML_GRAY
+include/xmloff/xmltoken.hxx:930
+ enum xmloff::token::XMLTokenEnum XML_GREEN
+include/xmloff/xmltoken.hxx:931
+ enum xmloff::token::XMLTokenEnum XML_GREYSCALE
+include/xmloff/xmltoken.hxx:932
+ enum xmloff::token::XMLTokenEnum XML_GRID
+include/xmloff/xmltoken.hxx:933
+ enum xmloff::token::XMLTokenEnum XML_GROOVE
+include/xmloff/xmltoken.hxx:934
+ enum xmloff::token::XMLTokenEnum XML_GROUP_BY_FIELD_NUMBER
+include/xmloff/xmltoken.hxx:935
+ enum xmloff::token::XMLTokenEnum XML_GROUP_NAME
+include/xmloff/xmltoken.hxx:936
+ enum xmloff::token::XMLTokenEnum XML_GROUPING
+include/xmloff/xmltoken.hxx:937
+ enum xmloff::token::XMLTokenEnum XML_GT
+include/xmloff/xmltoken.hxx:938
+ enum xmloff::token::XMLTokenEnum XML_GUIDE_DISTANCE
+include/xmloff/xmltoken.hxx:939
+ enum xmloff::token::XMLTokenEnum XML_GUIDE_OVERHANG
+include/xmloff/xmltoken.hxx:940
+ enum xmloff::token::XMLTokenEnum XML_H
+include/xmloff/xmltoken.hxx:941
+ enum xmloff::token::XMLTokenEnum XML_HANGING
+include/xmloff/xmltoken.hxx:942
+ enum xmloff::token::XMLTokenEnum XML_HAS_PERSISTENT_DATA
+include/xmloff/xmltoken.hxx:943
+ enum xmloff::token::XMLTokenEnum XML_HATCH
+include/xmloff/xmltoken.hxx:944
+ enum xmloff::token::XMLTokenEnum XML_HATCH_DISTANCE
+include/xmloff/xmltoken.hxx:945
+ enum xmloff::token::XMLTokenEnum XML_HATCH_STYLE
+include/xmloff/xmltoken.hxx:946
+ enum xmloff::token::XMLTokenEnum XML_HATCHSTYLE_DOUBLE
+include/xmloff/xmltoken.hxx:947
+ enum xmloff::token::XMLTokenEnum XML_HATCHSTYLE_SINGLE
+include/xmloff/xmltoken.hxx:948
+ enum xmloff::token::XMLTokenEnum XML_HATCHSTYLE_TRIPLE
+include/xmloff/xmltoken.hxx:949
+ enum xmloff::token::XMLTokenEnum XML_HEADER
+include/xmloff/xmltoken.hxx:950
+ enum xmloff::token::XMLTokenEnum XML_HEADER_FIRST
+include/xmloff/xmltoken.hxx:951
+ enum xmloff::token::XMLTokenEnum XML_HEADER_LEFT
+include/xmloff/xmltoken.hxx:952
+ enum xmloff::token::XMLTokenEnum XML_HEADER_STYLE
+include/xmloff/xmltoken.hxx:953
+ enum xmloff::token::XMLTokenEnum XML_HEADERS
+include/xmloff/xmltoken.hxx:955
+ enum xmloff::token::XMLTokenEnum XML_HELP
+include/xmloff/xmltoken.hxx:956
+ enum xmloff::token::XMLTokenEnum XML_HELP_FILE_NAME
+include/xmloff/xmltoken.hxx:957
+ enum xmloff::token::XMLTokenEnum XML_HELP_ID
+include/xmloff/xmltoken.hxx:958
+ enum xmloff::token::XMLTokenEnum XML_HELP_MESSAGE
+include/xmloff/xmltoken.hxx:959
+ enum xmloff::token::XMLTokenEnum XML_HIDDEN
+include/xmloff/xmltoken.hxx:960
+ enum xmloff::token::XMLTokenEnum XML_HIDDEN_AND_PROTECTED
+include/xmloff/xmltoken.hxx:961
+ enum xmloff::token::XMLTokenEnum XML_HIDDEN_PARAGRAPH
+include/xmloff/xmltoken.hxx:962
+ enum xmloff::token::XMLTokenEnum XML_HIDDEN_TEXT
+include/xmloff/xmltoken.hxx:963
+ enum xmloff::token::XMLTokenEnum XML_HIDE
+include/xmloff/xmltoken.hxx:964
+ enum xmloff::token::XMLTokenEnum XML_HIDE_SHAPE
+include/xmloff/xmltoken.hxx:965
+ enum xmloff::token::XMLTokenEnum XML_HIDE_TEXT
+include/xmloff/xmltoken.hxx:966
+ enum xmloff::token::XMLTokenEnum XML_HIGHLIGHTED_RANGE
+include/xmloff/xmltoken.hxx:967
+ enum xmloff::token::XMLTokenEnum XML_HINT
+include/xmloff/xmltoken.hxx:968
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTAL
+include/xmloff/xmltoken.hxx:969
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTALSTRIKE
+include/xmloff/xmltoken.hxx:970
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTAL_LINES
+include/xmloff/xmltoken.hxx:975
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTAL_ON_LEFT_PAGES
+include/xmloff/xmltoken.hxx:976
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTAL_ON_RIGHT_PAGES
+include/xmloff/xmltoken.hxx:977
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTAL_POS
+include/xmloff/xmltoken.hxx:978
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTAL_REL
+include/xmloff/xmltoken.hxx:979
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTAL_SCROLLBAR_WIDTH
+include/xmloff/xmltoken.hxx:980
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTAL_SEGMENTS
+include/xmloff/xmltoken.hxx:981
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTAL_SPLIT_MODE
+include/xmloff/xmltoken.hxx:982
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTAL_SPLIT_POSITION
+include/xmloff/xmltoken.hxx:983
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTAL_STRIPES
+include/xmloff/xmltoken.hxx:984
+ enum xmloff::token::XMLTokenEnum XML_HOURS
+include/xmloff/xmltoken.hxx:985
+ enum xmloff::token::XMLTokenEnum XML_HOWPUBLISHED
+include/xmloff/xmltoken.hxx:986
+ enum xmloff::token::XMLTokenEnum XML_HREF
+include/xmloff/xmltoken.hxx:987
+ enum xmloff::token::XMLTokenEnum XML_HTML
+include/xmloff/xmltoken.hxx:988
+ enum xmloff::token::XMLTokenEnum XML_HYPERLINK
+include/xmloff/xmltoken.hxx:989
+ enum xmloff::token::XMLTokenEnum XML_HYPERLINK_BEHAVIOUR
+include/xmloff/xmltoken.hxx:990
+ enum xmloff::token::XMLTokenEnum XML_HYPHENATE
+include/xmloff/xmltoken.hxx:991
+ enum xmloff::token::XMLTokenEnum XML_HYPHENATION_KEEP
+include/xmloff/xmltoken.hxx:992
+ enum xmloff::token::XMLTokenEnum XML_HYPHENATION_LADDER_COUNT
+include/xmloff/xmltoken.hxx:993
+ enum xmloff::token::XMLTokenEnum XML_HYPHENATION_PUSH_CHAR_COUNT
+include/xmloff/xmltoken.hxx:994
+ enum xmloff::token::XMLTokenEnum XML_HYPHENATION_REMAIN_CHAR_COUNT
+include/xmloff/xmltoken.hxx:995
+ enum xmloff::token::XMLTokenEnum XML_I
+include/xmloff/xmltoken.hxx:996
+ enum xmloff::token::XMLTokenEnum XML_ICON
+include/xmloff/xmltoken.hxx:997
+ enum xmloff::token::XMLTokenEnum XML_ICON_SET
+include/xmloff/xmltoken.hxx:998
+ enum xmloff::token::XMLTokenEnum XML_ICON_SET_TYPE
+include/xmloff/xmltoken.hxx:1000
+ enum xmloff::token::XMLTokenEnum XML_IDENT
+include/xmloff/xmltoken.hxx:1001
+ enum xmloff::token::XMLTokenEnum XML_IDENTIFIER
+include/xmloff/xmltoken.hxx:1002
+ enum xmloff::token::XMLTokenEnum XML_IDENTIFY_CATEGORIES
+include/xmloff/xmltoken.hxx:1003
+ enum xmloff::token::XMLTokenEnum XML_IDEOGRAPH_ALPHA
+include/xmloff/xmltoken.hxx:1004
+ enum xmloff::token::XMLTokenEnum XML_IGNORE_CASE
+include/xmloff/xmltoken.hxx:1005
+ enum xmloff::token::XMLTokenEnum XML_IGNORE_EMPTY_ROWS
+include/xmloff/xmltoken.hxx:1006
+ enum xmloff::token::XMLTokenEnum XML_IGNORE_SELECTED_PAGE
+include/xmloff/xmltoken.hxx:1007
+ enum xmloff::token::XMLTokenEnum XML_ILLUSTRATION_INDEX
+include/xmloff/xmltoken.hxx:1008
+ enum xmloff::token::XMLTokenEnum XML_ILLUSTRATION_INDEX_ENTRY_TEMPLATE
+include/xmloff/xmltoken.hxx:1009
+ enum xmloff::token::XMLTokenEnum XML_ILLUSTRATION_INDEX_SOURCE
+include/xmloff/xmltoken.hxx:1011
+ enum xmloff::token::XMLTokenEnum XML_IMAGE_COUNT
+include/xmloff/xmltoken.hxx:1012
+ enum xmloff::token::XMLTokenEnum XML_IMAGE_MAP
+include/xmloff/xmltoken.hxx:1013
+ enum xmloff::token::XMLTokenEnum XML_IMPLIES
+include/xmloff/xmltoken.hxx:1014
+ enum xmloff::token::XMLTokenEnum XML_IN
+include/xmloff/xmltoken.hxx:1015
+ enum xmloff::token::XMLTokenEnum XML_IN_RANGE
+include/xmloff/xmltoken.hxx:1016
+ enum xmloff::token::XMLTokenEnum XML_INBOOK
+include/xmloff/xmltoken.hxx:1017
+ enum xmloff::token::XMLTokenEnum XML_INCOLLECTION
+include/xmloff/xmltoken.hxx:1018
+ enum xmloff::token::XMLTokenEnum XML_INCREMENT
+include/xmloff/xmltoken.hxx:1019
+ enum xmloff::token::XMLTokenEnum XML_INDEX
+include/xmloff/xmltoken.hxx:1020
+ enum xmloff::token::XMLTokenEnum XML_INDEX_BODY
+include/xmloff/xmltoken.hxx:1021
+ enum xmloff::token::XMLTokenEnum XML_INDEX_ENTRY_BIBLIOGRAPHY
+include/xmloff/xmltoken.hxx:1022
+ enum xmloff::token::XMLTokenEnum XML_INDEX_ENTRY_CHAPTER
+include/xmloff/xmltoken.hxx:1023
+ enum xmloff::token::XMLTokenEnum XML_INDEX_ENTRY_CHAPTER_NUMBER
+include/xmloff/xmltoken.hxx:1024
+ enum xmloff::token::XMLTokenEnum XML_INDEX_ENTRY_LINK_END
+include/xmloff/xmltoken.hxx:1025
+ enum xmloff::token::XMLTokenEnum XML_INDEX_ENTRY_LINK_START
+include/xmloff/xmltoken.hxx:1026
+ enum xmloff::token::XMLTokenEnum XML_INDEX_ENTRY_PAGE_NUMBER
+include/xmloff/xmltoken.hxx:1027
+ enum xmloff::token::XMLTokenEnum XML_INDEX_ENTRY_SPAN
+include/xmloff/xmltoken.hxx:1028
+ enum xmloff::token::XMLTokenEnum XML_INDEX_ENTRY_TAB_STOP
+include/xmloff/xmltoken.hxx:1029
+ enum xmloff::token::XMLTokenEnum XML_INDEX_ENTRY_TEMPLATE
+include/xmloff/xmltoken.hxx:1030
+ enum xmloff::token::XMLTokenEnum XML_INDEX_ENTRY_TEXT
+include/xmloff/xmltoken.hxx:1031
+ enum xmloff::token::XMLTokenEnum XML_INDEX_NAME
+include/xmloff/xmltoken.hxx:1032
+ enum xmloff::token::XMLTokenEnum XML_INDEX_SCOPE
+include/xmloff/xmltoken.hxx:1033
+ enum xmloff::token::XMLTokenEnum XML_INDEX_SOURCE_STYLE
+include/xmloff/xmltoken.hxx:1034
+ enum xmloff::token::XMLTokenEnum XML_INDEX_SOURCE_STYLES
+include/xmloff/xmltoken.hxx:1035
+ enum xmloff::token::XMLTokenEnum XML_INDEX_TITLE
+include/xmloff/xmltoken.hxx:1036
+ enum xmloff::token::XMLTokenEnum XML_INDEX_TITLE_TEMPLATE
+include/xmloff/xmltoken.hxx:1037
+ enum xmloff::token::XMLTokenEnum XML_INFORMATION
+include/xmloff/xmltoken.hxx:1038
+ enum xmloff::token::XMLTokenEnum XML_INITIAL_CREATOR
+include/xmloff/xmltoken.hxx:1039
+ enum xmloff::token::XMLTokenEnum XML_INPROCEEDINGS
+include/xmloff/xmltoken.hxx:1040
+ enum xmloff::token::XMLTokenEnum XML_INSERTION
+include/xmloff/xmltoken.hxx:1041
+ enum xmloff::token::XMLTokenEnum XML_INSERTION_CUT_OFF
+include/xmloff/xmltoken.hxx:1042
+ enum xmloff::token::XMLTokenEnum XML_INSERTION_POSITION
+include/xmloff/xmltoken.hxx:1043
+ enum xmloff::token::XMLTokenEnum XML_INSET
+include/xmloff/xmltoken.hxx:1044
+ enum xmloff::token::XMLTokenEnum XML_INSIDE
+include/xmloff/xmltoken.hxx:1045
+ enum xmloff::token::XMLTokenEnum XML_INSTITUTION
+include/xmloff/xmltoken.hxx:1046
+ enum xmloff::token::XMLTokenEnum XML_INT
+include/xmloff/xmltoken.hxx:1047
+ enum xmloff::token::XMLTokenEnum XML_INTENSITY
+include/xmloff/xmltoken.hxx:1048
+ enum xmloff::token::XMLTokenEnum XML_INTERSECT
+include/xmloff/xmltoken.hxx:1049
+ enum xmloff::token::XMLTokenEnum XML_INTERVAL
+include/xmloff/xmltoken.hxx:1050
+ enum xmloff::token::XMLTokenEnum XML_INTERVAL_MAJOR
+include/xmloff/xmltoken.hxx:1051
+ enum xmloff::token::XMLTokenEnum XML_INTERVAL_MINOR
+include/xmloff/xmltoken.hxx:1052
+ enum xmloff::token::XMLTokenEnum XML_INTO_ENGLISH_NUMBER
+include/xmloff/xmltoken.hxx:1053
+ enum xmloff::token::XMLTokenEnum XML_INVERSE
+include/xmloff/xmltoken.hxx:1054
+ enum xmloff::token::XMLTokenEnum XML_IS_ACTIVE
+include/xmloff/xmltoken.hxx:1055
+ enum xmloff::token::XMLTokenEnum XML_IS_DATA_LAYOUT_FIELD
+include/xmloff/xmltoken.hxx:1056
+ enum xmloff::token::XMLTokenEnum XML_IS_HIDDEN
+include/xmloff/xmltoken.hxx:1057
+ enum xmloff::token::XMLTokenEnum XML_IS_SELECTION
+include/xmloff/xmltoken.hxx:1058
+ enum xmloff::token::XMLTokenEnum XML_ISBN
+include/xmloff/xmltoken.hxx:1059
+ enum xmloff::token::XMLTokenEnum XML_ITALIC
+include/xmloff/xmltoken.hxx:1060
+ enum xmloff::token::XMLTokenEnum XML_ITERATION
+include/xmloff/xmltoken.hxx:1061
+ enum xmloff::token::XMLTokenEnum XML_JOURNAL
+include/xmloff/xmltoken.hxx:1062
+ enum xmloff::token::XMLTokenEnum XML_JUSTIFIED
+include/xmloff/xmltoken.hxx:1063
+ enum xmloff::token::XMLTokenEnum XML_JUSTIFY
+include/xmloff/xmltoken.hxx:1064
+ enum xmloff::token::XMLTokenEnum XML_JUSTIFY_SINGLE_WORD
+include/xmloff/xmltoken.hxx:1065
+ enum xmloff::token::XMLTokenEnum XML_KEEP_WITH_NEXT
+include/xmloff/xmltoken.hxx:1066
+ enum xmloff::token::XMLTokenEnum XML_KERNING_NORMAL
+include/xmloff/xmltoken.hxx:1067
+ enum xmloff::token::XMLTokenEnum XML_KEY
+include/xmloff/xmltoken.hxx:1068
+ enum xmloff::token::XMLTokenEnum XML_KEY1
+include/xmloff/xmltoken.hxx:1069
+ enum xmloff::token::XMLTokenEnum XML_KEY2
+include/xmloff/xmltoken.hxx:1071
+ enum xmloff::token::XMLTokenEnum XML_KEYWORDS
+include/xmloff/xmltoken.hxx:1072
+ enum xmloff::token::XMLTokenEnum XML_KIND
+include/xmloff/xmltoken.hxx:1073
+ enum xmloff::token::XMLTokenEnum XML_KM
+include/xmloff/xmltoken.hxx:1074
+ enum xmloff::token::XMLTokenEnum XML_LABEL
+include/xmloff/xmltoken.hxx:1075
+ enum xmloff::token::XMLTokenEnum XML_LABEL_ARRANGEMENT
+include/xmloff/xmltoken.hxx:1076
+ enum xmloff::token::XMLTokenEnum XML_LABEL_CELL_ADDRESS
+include/xmloff/xmltoken.hxx:1077
+ enum xmloff::token::XMLTokenEnum XML_LABEL_CELL_RANGE_ADDRESS
+include/xmloff/xmltoken.hxx:1078
+ enum xmloff::token::XMLTokenEnum XML_LABEL_RANGE
+include/xmloff/xmltoken.hxx:1079
+ enum xmloff::token::XMLTokenEnum XML_LABEL_RANGES
+include/xmloff/xmltoken.hxx:1080
+ enum xmloff::token::XMLTokenEnum XML_LABEL_STRING
+include/xmloff/xmltoken.hxx:1081
+ enum xmloff::token::XMLTokenEnum XML_LABEL_STROKE
+include/xmloff/xmltoken.hxx:1082
+ enum xmloff::token::XMLTokenEnum XML_LABEL_STROKE_COLOR
+include/xmloff/xmltoken.hxx:1083
+ enum xmloff::token::XMLTokenEnum XML_LABEL_STROKE_OPACITY
+include/xmloff/xmltoken.hxx:1084
+ enum xmloff::token::XMLTokenEnum XML_LABEL_STROKE_WIDTH
+include/xmloff/xmltoken.hxx:1085
+ enum xmloff::token::XMLTokenEnum XML_LAMBDA
+include/xmloff/xmltoken.hxx:1086
+ enum xmloff::token::XMLTokenEnum XML_LANDSCAPE
+include/xmloff/xmltoken.hxx:1087
+ enum xmloff::token::XMLTokenEnum XML_LANGUAGE
+include/xmloff/xmltoken.hxx:1088
+ enum xmloff::token::XMLTokenEnum XML_LANGUAGE_ASIAN
+include/xmloff/xmltoken.hxx:1089
+ enum xmloff::token::XMLTokenEnum XML_LANGUAGE_COMPLEX
+include/xmloff/xmltoken.hxx:1090
+ enum xmloff::token::XMLTokenEnum XML_LASER
+include/xmloff/xmltoken.hxx:1091
+ enum xmloff::token::XMLTokenEnum XML_LAST_COLUMN_SPANNED
+include/xmloff/xmltoken.hxx:1092
+ enum xmloff::token::XMLTokenEnum XML_LAST_PAGE
+include/xmloff/xmltoken.hxx:1093
+ enum xmloff::token::XMLTokenEnum XML_LAST_ROW_SPANNED
+include/xmloff/xmltoken.hxx:1094
+ enum xmloff::token::XMLTokenEnum XML_LAYER
+include/xmloff/xmltoken.hxx:1095
+ enum xmloff::token::XMLTokenEnum XML_LAYER_SET
+include/xmloff/xmltoken.hxx:1096
+ enum xmloff::token::XMLTokenEnum XML_LEADER_CHAR
+include/xmloff/xmltoken.hxx:1097
+ enum xmloff::token::XMLTokenEnum XML_LEFT
+include/xmloff/xmltoken.hxx:1098
+ enum xmloff::token::XMLTokenEnum XML_LEFT_OUTSIDE
+include/xmloff/xmltoken.hxx:1099
+ enum xmloff::token::XMLTokenEnum XML_LEFT_TOP_POSITION
+include/xmloff/xmltoken.hxx:1100
+ enum xmloff::token::XMLTokenEnum XML_LEFTARC
+include/xmloff/xmltoken.hxx:1101
+ enum xmloff::token::XMLTokenEnum XML_LEFTCIRCLE
+include/xmloff/xmltoken.hxx:1102
+ enum xmloff::token::XMLTokenEnum XML_LEGEND
+include/xmloff/xmltoken.hxx:1103
+ enum xmloff::token::XMLTokenEnum XML_LEGEND_POSITION
+include/xmloff/xmltoken.hxx:1105
+ enum xmloff::token::XMLTokenEnum XML_LEQ
+include/xmloff/xmltoken.hxx:1106
+ enum xmloff::token::XMLTokenEnum XML_LET_TEXT
+include/xmloff/xmltoken.hxx:1107
+ enum xmloff::token::XMLTokenEnum XML_KEEP_TEXT
+include/xmloff/xmltoken.hxx:1108
+ enum xmloff::token::XMLTokenEnum XML_LETTER_KERNING
+include/xmloff/xmltoken.hxx:1109
+ enum xmloff::token::XMLTokenEnum XML_LETTER_SPACING
+include/xmloff/xmltoken.hxx:1110
+ enum xmloff::token::XMLTokenEnum XML_LETTERS
+include/xmloff/xmltoken.hxx:1111
+ enum xmloff::token::XMLTokenEnum XML_LEVEL
+include/xmloff/xmltoken.hxx:1112
+ enum xmloff::token::XMLTokenEnum XML_LIBRARY
+include/xmloff/xmltoken.hxx:1113
+ enum xmloff::token::XMLTokenEnum XML_LIBRARY_EMBEDDED
+include/xmloff/xmltoken.hxx:1114
+ enum xmloff::token::XMLTokenEnum XML_LIBRARY_LINKED
+include/xmloff/xmltoken.hxx:1115
+ enum xmloff::token::XMLTokenEnum XML_LIGHT
+include/xmloff/xmltoken.hxx:1116
+ enum xmloff::token::XMLTokenEnum XML_LIGHTING_MODE
+include/xmloff/xmltoken.hxx:1117
+ enum xmloff::token::XMLTokenEnum XML_LIME
+include/xmloff/xmltoken.hxx:1118
+ enum xmloff::token::XMLTokenEnum XML_LIMIT
+include/xmloff/xmltoken.hxx:1119
+ enum xmloff::token::XMLTokenEnum XML_LINE
+include/xmloff/xmltoken.hxx:1120
+ enum xmloff::token::XMLTokenEnum XML_LINE_BREAK
+include/xmloff/xmltoken.hxx:1121
+ enum xmloff::token::XMLTokenEnum XML_LINE_DISTANCE
+include/xmloff/xmltoken.hxx:1122
+ enum xmloff::token::XMLTokenEnum XML_LINE_HEIGHT
+include/xmloff/xmltoken.hxx:1123
+ enum xmloff::token::XMLTokenEnum XML_LINE_HEIGHT_AT_LEAST
+include/xmloff/xmltoken.hxx:1124
+ enum xmloff::token::XMLTokenEnum XML_LINE_NUMBER
+include/xmloff/xmltoken.hxx:1125
+ enum xmloff::token::XMLTokenEnum XML_LINE_SKEW
+include/xmloff/xmltoken.hxx:1126
+ enum xmloff::token::XMLTokenEnum XML_LINE_SPACING
+include/xmloff/xmltoken.hxx:1127
+ enum xmloff::token::XMLTokenEnum XML_LINE_STYLE
+include/xmloff/xmltoken.hxx:1128
+ enum xmloff::token::XMLTokenEnum XML_LINEAR
+include/xmloff/xmltoken.hxx:1129
+ enum xmloff::token::XMLTokenEnum XML_LINEARGRADIENT
+include/xmloff/xmltoken.hxx:1130
+ enum xmloff::token::XMLTokenEnum XML_LINENUMBERING_CONFIGURATION
+include/xmloff/xmltoken.hxx:1131
+ enum xmloff::token::XMLTokenEnum XML_LINENUMBERING_SEPARATOR
+include/xmloff/xmltoken.hxx:1132
+ enum xmloff::token::XMLTokenEnum XML_LINES
+include/xmloff/xmltoken.hxx:1133
+ enum xmloff::token::XMLTokenEnum XML_LINES_USED
+include/xmloff/xmltoken.hxx:1134
+ enum xmloff::token::XMLTokenEnum XML_LINK_TO_SOURCE_DATA
+include/xmloff/xmltoken.hxx:1135
+ enum xmloff::token::XMLTokenEnum XML_LIST
+include/xmloff/xmltoken.hxx:1136
+ enum xmloff::token::XMLTokenEnum XML_LIST_BLOCK
+include/xmloff/xmltoken.hxx:1137
+ enum xmloff::token::XMLTokenEnum XML_LIST_HEADER
+include/xmloff/xmltoken.hxx:1138
+ enum xmloff::token::XMLTokenEnum XML_LIST_INFO
+include/xmloff/xmltoken.hxx:1140
+ enum xmloff::token::XMLTokenEnum XML_LIST_LEVEL
+include/xmloff/xmltoken.hxx:1141
+ enum xmloff::token::XMLTokenEnum XML_LIST_LEVEL_STYLE_BULLET
+include/xmloff/xmltoken.hxx:1142
+ enum xmloff::token::XMLTokenEnum XML_LIST_LEVEL_STYLE_IMAGE
+include/xmloff/xmltoken.hxx:1143
+ enum xmloff::token::XMLTokenEnum XML_LIST_LEVEL_STYLE_NUMBER
+include/xmloff/xmltoken.hxx:1144
+ enum xmloff::token::XMLTokenEnum XML_LIST_NAME
+include/xmloff/xmltoken.hxx:1145
+ enum xmloff::token::XMLTokenEnum XML_LIST_STYLE
+include/xmloff/xmltoken.hxx:1146
+ enum xmloff::token::XMLTokenEnum XML_LIST_STYLE_NAME
+include/xmloff/xmltoken.hxx:1147
+ enum xmloff::token::XMLTokenEnum XML_LN
+include/xmloff/xmltoken.hxx:1148
+ enum xmloff::token::XMLTokenEnum XML_LOCKED
+include/xmloff/xmltoken.hxx:1149
+ enum xmloff::token::XMLTokenEnum XML_LOG
+include/xmloff/xmltoken.hxx:1150
+ enum xmloff::token::XMLTokenEnum XML_LOGARITHMIC
+include/xmloff/xmltoken.hxx:1151
+ enum xmloff::token::XMLTokenEnum XML_LOGBASE
+include/xmloff/xmltoken.hxx:1152
+ enum xmloff::token::XMLTokenEnum XML_LONG
+include/xmloff/xmltoken.hxx:1153
+ enum xmloff::token::XMLTokenEnum XML_LOWLIMIT
+include/xmloff/xmltoken.hxx:1154
+ enum xmloff::token::XMLTokenEnum XML_LR_TB
+include/xmloff/xmltoken.hxx:1155
+ enum xmloff::token::XMLTokenEnum XML_LT
+include/xmloff/xmltoken.hxx:1156
+ enum xmloff::token::XMLTokenEnum XML_LTR
+include/xmloff/xmltoken.hxx:1157
+ enum xmloff::token::XMLTokenEnum XML_LUMINANCE
+include/xmloff/xmltoken.hxx:1158
+ enum xmloff::token::XMLTokenEnum XML_MACRO_NAME
+include/xmloff/xmltoken.hxx:1159
+ enum xmloff::token::XMLTokenEnum XML_MACTION
+include/xmloff/xmltoken.hxx:1160
+ enum xmloff::token::XMLTokenEnum XML_MAIN_ENTRY_STYLE_NAME
+include/xmloff/xmltoken.hxx:1161
+ enum xmloff::token::XMLTokenEnum XML_MAJOR
+include/xmloff/xmltoken.hxx:1162
+ enum xmloff::token::XMLTokenEnum XML_MALIGNGROUP
+include/xmloff/xmltoken.hxx:1163
+ enum xmloff::token::XMLTokenEnum XML_MALIGNMARK
+include/xmloff/xmltoken.hxx:1164
+ enum xmloff::token::XMLTokenEnum XML_MANUAL
+include/xmloff/xmltoken.hxx:1165
+ enum xmloff::token::XMLTokenEnum XML_MAP
+include/xmloff/xmltoken.hxx:1166
+ enum xmloff::token::XMLTokenEnum XML_MARGIN_BOTTOM
+include/xmloff/xmltoken.hxx:1167
+ enum xmloff::token::XMLTokenEnum XML_MARGIN_LEFT
+include/xmloff/xmltoken.hxx:1168
+ enum xmloff::token::XMLTokenEnum XML_MARGIN_RIGHT
+include/xmloff/xmltoken.hxx:1169
+ enum xmloff::token::XMLTokenEnum XML_MARGIN_TOP
+include/xmloff/xmltoken.hxx:1170
+ enum xmloff::token::XMLTokenEnum XML_MARGINS
+include/xmloff/xmltoken.hxx:1171
+ enum xmloff::token::XMLTokenEnum XML_MARKER
+include/xmloff/xmltoken.hxx:1172
+ enum xmloff::token::XMLTokenEnum XML_MARKER_END
+include/xmloff/xmltoken.hxx:1173
+ enum xmloff::token::XMLTokenEnum XML_MARKER_END_CENTER
+include/xmloff/xmltoken.hxx:1174
+ enum xmloff::token::XMLTokenEnum XML_MARKER_END_WIDTH
+include/xmloff/xmltoken.hxx:1175
+ enum xmloff::token::XMLTokenEnum XML_MARKER_START
+include/xmloff/xmltoken.hxx:1176
+ enum xmloff::token::XMLTokenEnum XML_MARKER_START_CENTER
+include/xmloff/xmltoken.hxx:1177
+ enum xmloff::token::XMLTokenEnum XML_MARKER_START_WIDTH
+include/xmloff/xmltoken.hxx:1178
+ enum xmloff::token::XMLTokenEnum XML_MAROON
+include/xmloff/xmltoken.hxx:1179
+ enum xmloff::token::XMLTokenEnum XML_MASTER_PAGE
+include/xmloff/xmltoken.hxx:1180
+ enum xmloff::token::XMLTokenEnum XML_MASTER_PAGE_NAME
+include/xmloff/xmltoken.hxx:1181
+ enum xmloff::token::XMLTokenEnum XML_MASTER_STYLES
+include/xmloff/xmltoken.hxx:1182
+ enum xmloff::token::XMLTokenEnum XML_MASTERSTHESIS
+include/xmloff/xmltoken.hxx:1183
+ enum xmloff::token::XMLTokenEnum XML_MATCH
+include/xmloff/xmltoken.hxx:1184
+ enum xmloff::token::XMLTokenEnum XML_MATH
+include/xmloff/xmltoken.hxx:1185
+ enum xmloff::token::XMLTokenEnum XML_MATRIX
+include/xmloff/xmltoken.hxx:1186
+ enum xmloff::token::XMLTokenEnum XML_MATRIX_COVERED
+include/xmloff/xmltoken.hxx:1187
+ enum xmloff::token::XMLTokenEnum XML_MATRIXROW
+include/xmloff/xmltoken.hxx:1188
+ enum xmloff::token::XMLTokenEnum XML_MAX
+include/xmloff/xmltoken.hxx:1189
+ enum xmloff::token::XMLTokenEnum XML_MAX_EDGE
+include/xmloff/xmltoken.hxx:1190
+ enum xmloff::token::XMLTokenEnum XML_MAX_HEIGHT
+include/xmloff/xmltoken.hxx:1191
+ enum xmloff::token::XMLTokenEnum XML_MAX_LENGTH
+include/xmloff/xmltoken.hxx:1192
+ enum xmloff::token::XMLTokenEnum XML_MAX_WIDTH
+include/xmloff/xmltoken.hxx:1193
+ enum xmloff::token::XMLTokenEnum XML_MAXIMUM
+include/xmloff/xmltoken.hxx:1194
+ enum xmloff::token::XMLTokenEnum XML_MAXIMUM_DIFFERENCE
+include/xmloff/xmltoken.hxx:1195
+ enum xmloff::token::XMLTokenEnum XML_MAY_BREAK_BETWEEN_ROWS
+include/xmloff/xmltoken.hxx:1196
+ enum xmloff::token::XMLTokenEnum XML_MAY_SCRIPT
+include/xmloff/xmltoken.hxx:1197
+ enum xmloff::token::XMLTokenEnum XML_MEAN
+include/xmloff/xmltoken.hxx:1198
+ enum xmloff::token::XMLTokenEnum XML_MEAN_VALUE
+include/xmloff/xmltoken.hxx:1199
+ enum xmloff::token::XMLTokenEnum XML_MEASURE
+include/xmloff/xmltoken.hxx:1200
+ enum xmloff::token::XMLTokenEnum XML_MEASURE_ALIGN
+include/xmloff/xmltoken.hxx:1201
+ enum xmloff::token::XMLTokenEnum XML_MEASURE_VERTICAL_ALIGN
+include/xmloff/xmltoken.hxx:1202
+ enum xmloff::token::XMLTokenEnum XML_MEDIAN
+include/xmloff/xmltoken.hxx:1203
+ enum xmloff::token::XMLTokenEnum XML_MEDIUM
+include/xmloff/xmltoken.hxx:1204
+ enum xmloff::token::XMLTokenEnum XML_MENCLOSE
+include/xmloff/xmltoken.hxx:1205
+ enum xmloff::token::XMLTokenEnum XML_MERROR
+include/xmloff/xmltoken.hxx:1206
+ enum xmloff::token::XMLTokenEnum XML_MESSAGE_TYPE
+include/xmloff/xmltoken.hxx:1208
+ enum xmloff::token::XMLTokenEnum XML_MFENCED
+include/xmloff/xmltoken.hxx:1209
+ enum xmloff::token::XMLTokenEnum XML_MFRAC
+include/xmloff/xmltoken.hxx:1210
+ enum xmloff::token::XMLTokenEnum XML_MI
+include/xmloff/xmltoken.hxx:1211
+ enum xmloff::token::XMLTokenEnum XML_MIDDLE
+include/xmloff/xmltoken.hxx:1212
+ enum xmloff::token::XMLTokenEnum XML_MIME_TYPE
+include/xmloff/xmltoken.hxx:1213
+ enum xmloff::token::XMLTokenEnum XML_MIN
+include/xmloff/xmltoken.hxx:1214
+ enum xmloff::token::XMLTokenEnum XML_MIN_DENOMINATOR_DIGITS
+include/xmloff/xmltoken.hxx:1215
+ enum xmloff::token::XMLTokenEnum XML_MIN_EDGE
+include/xmloff/xmltoken.hxx:1216
+ enum xmloff::token::XMLTokenEnum XML_MIN_EXPONENT_DIGITS
+include/xmloff/xmltoken.hxx:1217
+ enum xmloff::token::XMLTokenEnum XML_MIN_HEIGHT
+include/xmloff/xmltoken.hxx:1218
+ enum xmloff::token::XMLTokenEnum XML_MIN_INTEGER_DIGITS
+include/xmloff/xmltoken.hxx:1219
+ enum xmloff::token::XMLTokenEnum XML_MIN_LABEL_DISTANCE
+include/xmloff/xmltoken.hxx:1220
+ enum xmloff::token::XMLTokenEnum XML_MIN_LABEL_WIDTH
+include/xmloff/xmltoken.hxx:1221
+ enum xmloff::token::XMLTokenEnum XML_MIN_LENGTH
+include/xmloff/xmltoken.hxx:1222
+ enum xmloff::token::XMLTokenEnum XML_MIN_LINE_HEIGHT
+include/xmloff/xmltoken.hxx:1223
+ enum xmloff::token::XMLTokenEnum XML_MIN_NUMERATOR_DIGITS
+include/xmloff/xmltoken.hxx:1224
+ enum xmloff::token::XMLTokenEnum XML_MIN_ROW_HEIGHT
+include/xmloff/xmltoken.hxx:1225
+ enum xmloff::token::XMLTokenEnum XML_MIN_WIDTH
+include/xmloff/xmltoken.hxx:1226
+ enum xmloff::token::XMLTokenEnum XML_MINIMUM
+include/xmloff/xmltoken.hxx:1227
+ enum xmloff::token::XMLTokenEnum XML_MINOR
+include/xmloff/xmltoken.hxx:1228
+ enum xmloff::token::XMLTokenEnum XML_MINUS
+include/xmloff/xmltoken.hxx:1229
+ enum xmloff::token::XMLTokenEnum XML_MINUTES
+include/xmloff/xmltoken.hxx:1230
+ enum xmloff::token::XMLTokenEnum XML_MIRROR
+include/xmloff/xmltoken.hxx:1231
+ enum xmloff::token::XMLTokenEnum XML_MIRRORED
+include/xmloff/xmltoken.hxx:1232
+ enum xmloff::token::XMLTokenEnum XML_MISC
+include/xmloff/xmltoken.hxx:1233
+ enum xmloff::token::XMLTokenEnum XML_MITER
+include/xmloff/xmltoken.hxx:1234
+ enum xmloff::token::XMLTokenEnum XML_MM
+include/xmloff/xmltoken.hxx:1235
+ enum xmloff::token::XMLTokenEnum XML_MMULTISCRIPTS
+include/xmloff/xmltoken.hxx:1236
+ enum xmloff::token::XMLTokenEnum XML_MN
+include/xmloff/xmltoken.hxx:1237
+ enum xmloff::token::XMLTokenEnum XML_MO
+include/xmloff/xmltoken.hxx:1238
+ enum xmloff::token::XMLTokenEnum XML_MODE
+include/xmloff/xmltoken.hxx:1239
+ enum xmloff::token::XMLTokenEnum XML_MODERN
+include/xmloff/xmltoken.hxx:1240
+ enum xmloff::token::XMLTokenEnum XML_MODIFICATION_DATE
+include/xmloff/xmltoken.hxx:1241
+ enum xmloff::token::XMLTokenEnum XML_MODIFICATION_TIME
+include/xmloff/xmltoken.hxx:1242
+ enum xmloff::token::XMLTokenEnum XML_MODULATE
+include/xmloff/xmltoken.hxx:1243
+ enum xmloff::token::XMLTokenEnum XML_MODULE
+include/xmloff/xmltoken.hxx:1244
+ enum xmloff::token::XMLTokenEnum XML_MOMENT
+include/xmloff/xmltoken.hxx:1245
+ enum xmloff::token::XMLTokenEnum XML_MONO
+include/xmloff/xmltoken.hxx:1247
+ enum xmloff::token::XMLTokenEnum XML_MOUSE_AS_PEN
+include/xmloff/xmltoken.hxx:1248
+ enum xmloff::token::XMLTokenEnum XML_MOUSE_VISIBLE
+include/xmloff/xmltoken.hxx:1249
+ enum xmloff::token::XMLTokenEnum XML_MOVE
+include/xmloff/xmltoken.hxx:1250
+ enum xmloff::token::XMLTokenEnum XML_MOVE_FROM_BOTTOM
+include/xmloff/xmltoken.hxx:1251
+ enum xmloff::token::XMLTokenEnum XML_MOVE_FROM_LEFT
+include/xmloff/xmltoken.hxx:1252
+ enum xmloff::token::XMLTokenEnum XML_MOVE_FROM_RIGHT
+include/xmloff/xmltoken.hxx:1253
+ enum xmloff::token::XMLTokenEnum XML_MOVE_FROM_TOP
+include/xmloff/xmltoken.hxx:1254
+ enum xmloff::token::XMLTokenEnum XML_MOVE_PROTECT
+include/xmloff/xmltoken.hxx:1255
+ enum xmloff::token::XMLTokenEnum XML_MOVE_SHORT
+include/xmloff/xmltoken.hxx:1256
+ enum xmloff::token::XMLTokenEnum XML_MOVEMENT
+include/xmloff/xmltoken.hxx:1257
+ enum xmloff::token::XMLTokenEnum XML_MOVEMENT_CUT_OFF
+include/xmloff/xmltoken.hxx:1258
+ enum xmloff::token::XMLTokenEnum XML_MOVER
+include/xmloff/xmltoken.hxx:1259
+ enum xmloff::token::XMLTokenEnum XML_MOVING_AVERAGE
+include/xmloff/xmltoken.hxx:1260
+ enum xmloff::token::XMLTokenEnum XML_MPADDED
+include/xmloff/xmltoken.hxx:1261
+ enum xmloff::token::XMLTokenEnum XML_MPHANTOM
+include/xmloff/xmltoken.hxx:1262
+ enum xmloff::token::XMLTokenEnum XML_MPRESCRIPTS
+include/xmloff/xmltoken.hxx:1263
+ enum xmloff::token::XMLTokenEnum XML_MROOT
+include/xmloff/xmltoken.hxx:1264
+ enum xmloff::token::XMLTokenEnum XML_MROW
+include/xmloff/xmltoken.hxx:1265
+ enum xmloff::token::XMLTokenEnum XML_MS
+include/xmloff/xmltoken.hxx:1266
+ enum xmloff::token::XMLTokenEnum XML_MSPACE
+include/xmloff/xmltoken.hxx:1267
+ enum xmloff::token::XMLTokenEnum XML_MSQRT
+include/xmloff/xmltoken.hxx:1268
+ enum xmloff::token::XMLTokenEnum XML_MSTYLE
+include/xmloff/xmltoken.hxx:1269
+ enum xmloff::token::XMLTokenEnum XML_MSUB
+include/xmloff/xmltoken.hxx:1270
+ enum xmloff::token::XMLTokenEnum XML_MSUBSUP
+include/xmloff/xmltoken.hxx:1271
+ enum xmloff::token::XMLTokenEnum XML_MSUP
+include/xmloff/xmltoken.hxx:1272
+ enum xmloff::token::XMLTokenEnum XML_MTABLE
+include/xmloff/xmltoken.hxx:1273
+ enum xmloff::token::XMLTokenEnum XML_MTD
+include/xmloff/xmltoken.hxx:1274
+ enum xmloff::token::XMLTokenEnum XML_MTEXT
+include/xmloff/xmltoken.hxx:1275
+ enum xmloff::token::XMLTokenEnum XML_MTR
+include/xmloff/xmltoken.hxx:1276
+ enum xmloff::token::XMLTokenEnum XML_MULTI_DELETION_SPANNED
+include/xmloff/xmltoken.hxx:1277
+ enum xmloff::token::XMLTokenEnum XML_MUNDER
+include/xmloff/xmltoken.hxx:1278
+ enum xmloff::token::XMLTokenEnum XML_MUNDEROVER
+include/xmloff/xmltoken.hxx:1280
+ enum xmloff::token::XMLTokenEnum XML_NAME_AND_EXTENSION
+include/xmloff/xmltoken.hxx:1281
+ enum xmloff::token::XMLTokenEnum XML_NAMED_EXPRESSION
+include/xmloff/xmltoken.hxx:1282
+ enum xmloff::token::XMLTokenEnum XML_NAMED_EXPRESSIONS
+include/xmloff/xmltoken.hxx:1283
+ enum xmloff::token::XMLTokenEnum XML_NAMED_RANGE
+include/xmloff/xmltoken.hxx:1284
+ enum xmloff::token::XMLTokenEnum XML_NAVY
+include/xmloff/xmltoken.hxx:1285
+ enum xmloff::token::XMLTokenEnum XML_NEGATIVE_COLOR
+include/xmloff/xmltoken.hxx:1286
+ enum xmloff::token::XMLTokenEnum XML_NEQ
+include/xmloff/xmltoken.hxx:1287
+ enum xmloff::token::XMLTokenEnum XML_NEW
+include/xmloff/xmltoken.hxx:1288
+ enum xmloff::token::XMLTokenEnum XML_NEXT
+include/xmloff/xmltoken.hxx:1289
+ enum xmloff::token::XMLTokenEnum XML_NEXT_PAGE
+include/xmloff/xmltoken.hxx:1290
+ enum xmloff::token::XMLTokenEnum XML_NEXT_STYLE_NAME
+include/xmloff/xmltoken.hxx:1291
+ enum xmloff::token::XMLTokenEnum XML_NO_LIMIT
+include/xmloff/xmltoken.hxx:1292
+ enum xmloff::token::XMLTokenEnum XML_NO_WRAP
+include/xmloff/xmltoken.hxx:1293
+ enum xmloff::token::XMLTokenEnum XML_NOEMPTY
+include/xmloff/xmltoken.hxx:1294
+ enum xmloff::token::XMLTokenEnum XML_NOHREF
+include/xmloff/xmltoken.hxx:1295
+ enum xmloff::token::XMLTokenEnum XML_NOMATCH
+include/xmloff/xmltoken.hxx:1297
+ enum xmloff::token::XMLTokenEnum XML_NOPRTSUBSET
+include/xmloff/xmltoken.hxx:1298
+ enum xmloff::token::XMLTokenEnum XML_NORMAL
+include/xmloff/xmltoken.hxx:1299
+ enum xmloff::token::XMLTokenEnum XML_NORMALS_DIRECTION
+include/xmloff/xmltoken.hxx:1300
+ enum xmloff::token::XMLTokenEnum XML_NORMALS_KIND
+include/xmloff/xmltoken.hxx:1301
+ enum xmloff::token::XMLTokenEnum XML_NOT
+include/xmloff/xmltoken.hxx:1302
+ enum xmloff::token::XMLTokenEnum XML_NOT_EQUAL_DATE
+include/xmloff/xmltoken.hxx:1303
+ enum xmloff::token::XMLTokenEnum XML_NOTATION
+include/xmloff/xmltoken.hxx:1305
+ enum xmloff::token::XMLTokenEnum XML_NOTES
+include/xmloff/xmltoken.hxx:1306
+ enum xmloff::token::XMLTokenEnum XML_NOTIN
+include/xmloff/xmltoken.hxx:1307
+ enum xmloff::token::XMLTokenEnum XML_NOTSUBSET
+include/xmloff/xmltoken.hxx:1308
+ enum xmloff::token::XMLTokenEnum XML_NULL_DATE
+include/xmloff/xmltoken.hxx:1309
+ enum xmloff::token::XMLTokenEnum XML_NULL_YEAR
+include/xmloff/xmltoken.hxx:1310
+ enum xmloff::token::XMLTokenEnum XML_NUM_FORMAT
+include/xmloff/xmltoken.hxx:1311
+ enum xmloff::token::XMLTokenEnum XML_NUM_LETTER_SYNC
+include/xmloff/xmltoken.hxx:1312
+ enum xmloff::token::XMLTokenEnum XML_NUM_PREFIX
+include/xmloff/xmltoken.hxx:1313
+ enum xmloff::token::XMLTokenEnum XML_NUM_SUFFIX
+include/xmloff/xmltoken.hxx:1314
+ enum xmloff::token::XMLTokenEnum XML_NUMALIGN
+include/xmloff/xmltoken.hxx:1315
+ enum xmloff::token::XMLTokenEnum XML_NUMBER
+include/xmloff/xmltoken.hxx:1316
+ enum xmloff::token::XMLTokenEnum XML_NUMBER_AND_NAME
+include/xmloff/xmltoken.hxx:1317
+ enum xmloff::token::XMLTokenEnum XML_NUMBER_COLUMNS_REPEATED
+include/xmloff/xmltoken.hxx:1318
+ enum xmloff::token::XMLTokenEnum XML_NUMBER_COLUMNS_SPANNED
+include/xmloff/xmltoken.hxx:1319
+ enum xmloff::token::XMLTokenEnum XML_NUMBER_LINES
+include/xmloff/xmltoken.hxx:1320
+ enum xmloff::token::XMLTokenEnum XML_NUMBER_MATRIX_COLUMNS_SPANNED
+include/xmloff/xmltoken.hxx:1321
+ enum xmloff::token::XMLTokenEnum XML_NUMBER_MATRIX_ROWS_SPANNED
+include/xmloff/xmltoken.hxx:1322
+ enum xmloff::token::XMLTokenEnum XML_NUMBER_POSITION
+include/xmloff/xmltoken.hxx:1323
+ enum xmloff::token::XMLTokenEnum XML_NUMBER_ROWS_REPEATED
+include/xmloff/xmltoken.hxx:1324
+ enum xmloff::token::XMLTokenEnum XML_NUMBER_ROWS_SPANNED
+include/xmloff/xmltoken.hxx:1325
+ enum xmloff::token::XMLTokenEnum XML_NUMBER_STYLE
+include/xmloff/xmltoken.hxx:1326
+ enum xmloff::token::XMLTokenEnum XML_NUMBER_WRAPPED_PARAGRAPHS
+include/xmloff/xmltoken.hxx:1327
+ enum xmloff::token::XMLTokenEnum XML_NUMBERED_ENTRIES
+include/xmloff/xmltoken.hxx:1328
+ enum xmloff::token::XMLTokenEnum XML_OBJECT
+include/xmloff/xmltoken.hxx:1329
+ enum xmloff::token::XMLTokenEnum XML_OBJECT_COUNT
+include/xmloff/xmltoken.hxx:1330
+ enum xmloff::token::XMLTokenEnum XML_OBJECT_INDEX
+include/xmloff/xmltoken.hxx:1331
+ enum xmloff::token::XMLTokenEnum XML_OBJECT_INDEX_ENTRY_TEMPLATE
+include/xmloff/xmltoken.hxx:1332
+ enum xmloff::token::XMLTokenEnum XML_OBJECT_INDEX_SOURCE
+include/xmloff/xmltoken.hxx:1333
+ enum xmloff::token::XMLTokenEnum XML_OBJECT_NAME
+include/xmloff/xmltoken.hxx:1334
+ enum xmloff::token::XMLTokenEnum XML_OBJECT_OLE
+include/xmloff/xmltoken.hxx:1335
+ enum xmloff::token::XMLTokenEnum XML_OBJECTS
+include/xmloff/xmltoken.hxx:1336
+ enum xmloff::token::XMLTokenEnum XML_ODD_PAGE
+include/xmloff/xmltoken.hxx:1337
+ enum xmloff::token::XMLTokenEnum XML_OFFSET
+include/xmloff/xmltoken.hxx:1338
+ enum xmloff::token::XMLTokenEnum XML_OLIVE
+include/xmloff/xmltoken.hxx:1339
+ enum xmloff::token::XMLTokenEnum XML_ONLOAD
+include/xmloff/xmltoken.hxx:1340
+ enum xmloff::token::XMLTokenEnum XML_ONREQUEST
+include/xmloff/xmltoken.hxx:1341
+ enum xmloff::token::XMLTokenEnum XML_ON_UPDATE_KEEP_SIZE
+include/xmloff/xmltoken.hxx:1342
+ enum xmloff::token::XMLTokenEnum XML_ON_UPDATE_KEEP_STYLES
+include/xmloff/xmltoken.hxx:1343
+ enum xmloff::token::XMLTokenEnum XML_ONLINE
+include/xmloff/xmltoken.hxx:1345
+ enum xmloff::token::XMLTokenEnum XML_OPAQUE_BACKGROUND
+include/xmloff/xmltoken.hxx:1346
+ enum xmloff::token::XMLTokenEnum XML_OPAQUE_FOREGROUND
+include/xmloff/xmltoken.hxx:1347
+ enum xmloff::token::XMLTokenEnum XML_OPEN
+include/xmloff/xmltoken.hxx:1348
+ enum xmloff::token::XMLTokenEnum XML_OPEN_HORIZONTAL
+include/xmloff/xmltoken.hxx:1349
+ enum xmloff::token::XMLTokenEnum XML_OPEN_VERTICAL
+include/xmloff/xmltoken.hxx:1350
+ enum xmloff::token::XMLTokenEnum XML_OPERATION
+include/xmloff/xmltoken.hxx:1351
+ enum xmloff::token::XMLTokenEnum XML_OPERATOR
+include/xmloff/xmltoken.hxx:1352
+ enum xmloff::token::XMLTokenEnum XML_OPTIMAL
+include/xmloff/xmltoken.hxx:1353
+ enum xmloff::token::XMLTokenEnum XML_OR
+include/xmloff/xmltoken.hxx:1354
+ enum xmloff::token::XMLTokenEnum XML_ORDER
+include/xmloff/xmltoken.hxx:1355
+ enum xmloff::token::XMLTokenEnum XML_ORDERED_LIST
+include/xmloff/xmltoken.hxx:1356
+ enum xmloff::token::XMLTokenEnum XML_ORGANIZATIONS
+include/xmloff/xmltoken.hxx:1357
+ enum xmloff::token::XMLTokenEnum XML_ORIENTATION
+include/xmloff/xmltoken.hxx:1358
+ enum xmloff::token::XMLTokenEnum XML_ORIENTATION_LANDSCAPE
+include/xmloff/xmltoken.hxx:1359
+ enum xmloff::token::XMLTokenEnum XML_ORIENTATION_PORTRAIT
+include/xmloff/xmltoken.hxx:1360
+ enum xmloff::token::XMLTokenEnum XML_ORIGIN
+include/xmloff/xmltoken.hxx:1361
+ enum xmloff::token::XMLTokenEnum XML_ORPHANS
+include/xmloff/xmltoken.hxx:1362
+ enum xmloff::token::XMLTokenEnum XML_OUTLINE_LEVEL
+include/xmloff/xmltoken.hxx:1363
+ enum xmloff::token::XMLTokenEnum XML_OUTLINE_LEVEL_STYLE
+include/xmloff/xmltoken.hxx:1364
+ enum xmloff::token::XMLTokenEnum XML_OUTLINE_STYLE
+include/xmloff/xmltoken.hxx:1365
+ enum xmloff::token::XMLTokenEnum XML_OUTSET
+include/xmloff/xmltoken.hxx:1366
+ enum xmloff::token::XMLTokenEnum XML_OUTSIDE
+include/xmloff/xmltoken.hxx:1367
+ enum xmloff::token::XMLTokenEnum XML_OVERLAP
+include/xmloff/xmltoken.hxx:1368
+ enum xmloff::token::XMLTokenEnum XML_P
+include/xmloff/xmltoken.hxx:1369
+ enum xmloff::token::XMLTokenEnum XML_PACKAGE_NAME
+include/xmloff/xmltoken.hxx:1370
+ enum xmloff::token::XMLTokenEnum XML_PADDING
+include/xmloff/xmltoken.hxx:1371
+ enum xmloff::token::XMLTokenEnum XML_PADDING_BOTTOM
+include/xmloff/xmltoken.hxx:1372
+ enum xmloff::token::XMLTokenEnum XML_PADDING_LEFT
+include/xmloff/xmltoken.hxx:1373
+ enum xmloff::token::XMLTokenEnum XML_PADDING_RIGHT
+include/xmloff/xmltoken.hxx:1374
+ enum xmloff::token::XMLTokenEnum XML_PADDING_TOP
+include/xmloff/xmltoken.hxx:1375
+ enum xmloff::token::XMLTokenEnum XML_PAGE
+include/xmloff/xmltoken.hxx:1376
+ enum xmloff::token::XMLTokenEnum XML_PAGE_ADJUST
+include/xmloff/xmltoken.hxx:1377
+ enum xmloff::token::XMLTokenEnum XML_PAGE_BREAKS_ON_GROUP_CHANGE
+include/xmloff/xmltoken.hxx:1378
+ enum xmloff::token::XMLTokenEnum XML_PAGE_CONTENT
+include/xmloff/xmltoken.hxx:1379
+ enum xmloff::token::XMLTokenEnum XML_PAGE_CONTINUATION_STRING
+include/xmloff/xmltoken.hxx:1380
+ enum xmloff::token::XMLTokenEnum XML_PAGE_COUNT
+include/xmloff/xmltoken.hxx:1381
+ enum xmloff::token::XMLTokenEnum XML_PAGE_END_MARGIN
+include/xmloff/xmltoken.hxx:1382
+ enum xmloff::token::XMLTokenEnum XML_PAGE_HEIGHT
+include/xmloff/xmltoken.hxx:1383
+ enum xmloff::token::XMLTokenEnum XML_PAGE_MASTER
+include/xmloff/xmltoken.hxx:1384
+ enum xmloff::token::XMLTokenEnum XML_PAGE_MASTER_NAME
+include/xmloff/xmltoken.hxx:1385
+ enum xmloff::token::XMLTokenEnum XML_PAGE_NAME
+include/xmloff/xmltoken.hxx:1386
+ enum xmloff::token::XMLTokenEnum XML_PAGE_NUMBER
+include/xmloff/xmltoken.hxx:1387
+ enum xmloff::token::XMLTokenEnum XML_PAGE_NUMBER_VISIBLE
+include/xmloff/xmltoken.hxx:1388
+ enum xmloff::token::XMLTokenEnum XML_PAGE_START_MARGIN
+include/xmloff/xmltoken.hxx:1389
+ enum xmloff::token::XMLTokenEnum XML_PAGE_STYLE_NAME
+include/xmloff/xmltoken.hxx:1390
+ enum xmloff::token::XMLTokenEnum XML_PAGE_THUMBNAIL
+include/xmloff/xmltoken.hxx:1391
+ enum xmloff::token::XMLTokenEnum XML_PAGE_USAGE
+include/xmloff/xmltoken.hxx:1392
+ enum xmloff::token::XMLTokenEnum XML_PAGE_VARIABLE_GET
+include/xmloff/xmltoken.hxx:1393
+ enum xmloff::token::XMLTokenEnum XML_PAGE_VARIABLE_SET
+include/xmloff/xmltoken.hxx:1394
+ enum xmloff::token::XMLTokenEnum XML_PAGE_VIEW_ZOOM_VALUE
+include/xmloff/xmltoken.hxx:1395
+ enum xmloff::token::XMLTokenEnum XML_PAGE_WIDTH
+include/xmloff/xmltoken.hxx:1396
+ enum xmloff::token::XMLTokenEnum XML_PAGES
+include/xmloff/xmltoken.hxx:1397
+ enum xmloff::token::XMLTokenEnum XML_PAPER_TRAY_NUMBER
+include/xmloff/xmltoken.hxx:1398
+ enum xmloff::token::XMLTokenEnum XML_PARAGRAPH
+include/xmloff/xmltoken.hxx:1399
+ enum xmloff::token::XMLTokenEnum XML_PARAGRAPH_CONTENT
+include/xmloff/xmltoken.hxx:1400
+ enum xmloff::token::XMLTokenEnum XML_PARAGRAPH_COUNT
+include/xmloff/xmltoken.hxx:1401
+ enum xmloff::token::XMLTokenEnum XML_PARAGRAPH_END_MARGIN
+include/xmloff/xmltoken.hxx:1402
+ enum xmloff::token::XMLTokenEnum XML_PARAGRAPH_START_MARGIN
+include/xmloff/xmltoken.hxx:1403
+ enum xmloff::token::XMLTokenEnum XML_PARALLEL
+include/xmloff/xmltoken.hxx:1404
+ enum xmloff::token::XMLTokenEnum XML_PARAM
+include/xmloff/xmltoken.hxx:1405
+ enum xmloff::token::XMLTokenEnum XML_PARENT_STYLE_NAME
+include/xmloff/xmltoken.hxx:1406
+ enum xmloff::token::XMLTokenEnum XML_PARSE_SQL_STATEMENT
+include/xmloff/xmltoken.hxx:1407
+ enum xmloff::token::XMLTokenEnum XML_PARSED
+include/xmloff/xmltoken.hxx:1408
+ enum xmloff::token::XMLTokenEnum XML_PARTIALDIFF
+include/xmloff/xmltoken.hxx:1409
+ enum xmloff::token::XMLTokenEnum XML_PASSWORD
+include/xmloff/xmltoken.hxx:1410
+ enum xmloff::token::XMLTokenEnum XML_PASSWORT
+include/xmloff/xmltoken.hxx:1411
+ enum xmloff::token::XMLTokenEnum XML_PATH
+include/xmloff/xmltoken.hxx:1412
+ enum xmloff::token::XMLTokenEnum XML_PATH_ID
+include/xmloff/xmltoken.hxx:1413
+ enum xmloff::token::XMLTokenEnum XML_PAUSE
+include/xmloff/xmltoken.hxx:1414
+ enum xmloff::token::XMLTokenEnum XML_PENDING
+include/xmloff/xmltoken.hxx:1415
+ enum xmloff::token::XMLTokenEnum XML_PERCENTAGE
+include/xmloff/xmltoken.hxx:1416
+ enum xmloff::token::XMLTokenEnum XML_PERCENTAGE_STYLE
+include/xmloff/xmltoken.hxx:1417
+ enum xmloff::token::XMLTokenEnum XML_PERSPECTIVE
+include/xmloff/xmltoken.hxx:1418
+ enum xmloff::token::XMLTokenEnum XML_PHDTHESIS
+include/xmloff/xmltoken.hxx:1419
+ enum xmloff::token::XMLTokenEnum XML_PHONG
+include/xmloff/xmltoken.hxx:1420
+ enum xmloff::token::XMLTokenEnum XML_PIE_OFFSET
+include/xmloff/xmltoken.hxx:1421
+ enum xmloff::token::XMLTokenEnum XML_PLACEHOLDER
+include/xmloff/xmltoken.hxx:1422
+ enum xmloff::token::XMLTokenEnum XML_PLACEHOLDER_TYPE
+include/xmloff/xmltoken.hxx:1423
+ enum xmloff::token::XMLTokenEnum XML_PLACING
+include/xmloff/xmltoken.hxx:1424
+ enum xmloff::token::XMLTokenEnum XML_PLAIN_NUMBER
+include/xmloff/xmltoken.hxx:1425
+ enum xmloff::token::XMLTokenEnum XML_PLAIN_NUMBER_AND_NAME
+include/xmloff/xmltoken.hxx:1426
+ enum xmloff::token::XMLTokenEnum XML_PLAY_FULL
+include/xmloff/xmltoken.hxx:1427
+ enum xmloff::token::XMLTokenEnum XML_PLOT_AREA
+include/xmloff/xmltoken.hxx:1428
+ enum xmloff::token::XMLTokenEnum XML_PLUGIN
+include/xmloff/xmltoken.hxx:1429
+ enum xmloff::token::XMLTokenEnum XML_PLUS
+include/xmloff/xmltoken.hxx:1430
+ enum xmloff::token::XMLTokenEnum XML_POINTS
+include/xmloff/xmltoken.hxx:1431
+ enum xmloff::token::XMLTokenEnum XML_POLYGON
+include/xmloff/xmltoken.hxx:1432
+ enum xmloff::token::XMLTokenEnum XML_POLYLINE
+include/xmloff/xmltoken.hxx:1433
+ enum xmloff::token::XMLTokenEnum XML_POLYNOMIAL
+include/xmloff/xmltoken.hxx:1434
+ enum xmloff::token::XMLTokenEnum XML_POOL_ID
+include/xmloff/xmltoken.hxx:1435
+ enum xmloff::token::XMLTokenEnum XML_PORTRAIT
+include/xmloff/xmltoken.hxx:1436
+ enum xmloff::token::XMLTokenEnum XML_POSITION
+include/xmloff/xmltoken.hxx:1437
+ enum xmloff::token::XMLTokenEnum XML_POSITION_BOTTOM
+include/xmloff/xmltoken.hxx:1438
+ enum xmloff::token::XMLTokenEnum XML_POSITION_LEFT
+include/xmloff/xmltoken.hxx:1439
+ enum xmloff::token::XMLTokenEnum XML_POSITION_RIGHT
+include/xmloff/xmltoken.hxx:1440
+ enum xmloff::token::XMLTokenEnum XML_POSITION_TOP
+include/xmloff/xmltoken.hxx:1441
+ enum xmloff::token::XMLTokenEnum XML_POSITIVE_COLOR
+include/xmloff/xmltoken.hxx:1442
+ enum xmloff::token::XMLTokenEnum XML_POSTURE_ITALIC
+include/xmloff/xmltoken.hxx:1443
+ enum xmloff::token::XMLTokenEnum XML_POSTURE_NORMAL
+include/xmloff/xmltoken.hxx:1444
+ enum xmloff::token::XMLTokenEnum XML_POSTURE_OBLIQUE
+include/xmloff/xmltoken.hxx:1445
+ enum xmloff::token::XMLTokenEnum XML_POWER
+include/xmloff/xmltoken.hxx:1446
+ enum xmloff::token::XMLTokenEnum XML_PRECISION_AS_SHOWN
+include/xmloff/xmltoken.hxx:1447
+ enum xmloff::token::XMLTokenEnum XML_PREFIX
+include/xmloff/xmltoken.hxx:1449
+ enum xmloff::token::XMLTokenEnum XML_PRESENTATION_CHART
+include/xmloff/xmltoken.hxx:1450
+ enum xmloff::token::XMLTokenEnum XML_PRESENTATION_GRAPHIC
+include/xmloff/xmltoken.hxx:1451
+ enum xmloff::token::XMLTokenEnum XML_PRESENTATION_NOTES
+include/xmloff/xmltoken.hxx:1452
+ enum xmloff::token::XMLTokenEnum XML_PRESENTATION_OBJECT
+include/xmloff/xmltoken.hxx:1453
+ enum xmloff::token::XMLTokenEnum XML_PRESENTATION_ORGCHART
+include/xmloff/xmltoken.hxx:1454
+ enum xmloff::token::XMLTokenEnum XML_PRESENTATION_OUTLINE
+include/xmloff/xmltoken.hxx:1455
+ enum xmloff::token::XMLTokenEnum XML_PRESENTATION_PAGE
+include/xmloff/xmltoken.hxx:1456
+ enum xmloff::token::XMLTokenEnum XML_PRESENTATION_PAGE_LAYOUT
+include/xmloff/xmltoken.hxx:1457
+ enum xmloff::token::XMLTokenEnum XML_PRESENTATION_PAGE_LAYOUT_NAME
+include/xmloff/xmltoken.hxx:1458
+ enum xmloff::token::XMLTokenEnum XML_PRESENTATION_SUBTITLE
+include/xmloff/xmltoken.hxx:1459
+ enum xmloff::token::XMLTokenEnum XML_PRESENTATION_TABLE
+include/xmloff/xmltoken.hxx:1460
+ enum xmloff::token::XMLTokenEnum XML_PRESENTATION_TITLE
+include/xmloff/xmltoken.hxx:1461
+ enum xmloff::token::XMLTokenEnum XML_PREVIOUS
+include/xmloff/xmltoken.hxx:1462
+ enum xmloff::token::XMLTokenEnum XML_PREVIOUS_PAGE
+include/xmloff/xmltoken.hxx:1463
+ enum xmloff::token::XMLTokenEnum XML_PRINT
+include/xmloff/xmltoken.hxx:1464
+ enum xmloff::token::XMLTokenEnum XML_PRINT_CONTENT
+include/xmloff/xmltoken.hxx:1465
+ enum xmloff::token::XMLTokenEnum XML_PRINT_DATE
+include/xmloff/xmltoken.hxx:1466
+ enum xmloff::token::XMLTokenEnum XML_PRINT_ORIENTATION
+include/xmloff/xmltoken.hxx:1467
+ enum xmloff::token::XMLTokenEnum XML_PRINT_PAGE_ORDER
+include/xmloff/xmltoken.hxx:1468
+ enum xmloff::token::XMLTokenEnum XML_PRINT_RANGE
+include/xmloff/xmltoken.hxx:1469
+ enum xmloff::token::XMLTokenEnum XML_PRINT_RANGES
+include/xmloff/xmltoken.hxx:1470
+ enum xmloff::token::XMLTokenEnum XML_PRINT_TIME
+include/xmloff/xmltoken.hxx:1471
+ enum xmloff::token::XMLTokenEnum XML_PRINTABLE
+include/xmloff/xmltoken.hxx:1472
+ enum xmloff::token::XMLTokenEnum XML_PRINTED_BY
+include/xmloff/xmltoken.hxx:1473
+ enum xmloff::token::XMLTokenEnum XML_PROCEEDINGS
+include/xmloff/xmltoken.hxx:1474
+ enum xmloff::token::XMLTokenEnum XML_PRODUCT
+include/xmloff/xmltoken.hxx:1475
+ enum xmloff::token::XMLTokenEnum XML_PROJECTION
+include/xmloff/xmltoken.hxx:1476
+ enum xmloff::token::XMLTokenEnum XML_PROPERTIES
+include/xmloff/xmltoken.hxx:1477
+ enum xmloff::token::XMLTokenEnum XML_PROTECT
+include/xmloff/xmltoken.hxx:1478
+ enum xmloff::token::XMLTokenEnum XML_PROTECT_CONTENT
+include/xmloff/xmltoken.hxx:1479
+ enum xmloff::token::XMLTokenEnum XML_PROTECT_POSITION
+include/xmloff/xmltoken.hxx:1480
+ enum xmloff::token::XMLTokenEnum XML_PROTECT_SIZE
+include/xmloff/xmltoken.hxx:1481
+ enum xmloff::token::XMLTokenEnum XML_PROTECTED
+include/xmloff/xmltoken.hxx:1485
+ enum xmloff::token::XMLTokenEnum XML_PRSUBSET
+include/xmloff/xmltoken.hxx:1486
+ enum xmloff::token::XMLTokenEnum XML_PUBLISHER
+include/xmloff/xmltoken.hxx:1487
+ enum xmloff::token::XMLTokenEnum XML_PUNCTUATION_WRAP
+include/xmloff/xmltoken.hxx:1488
+ enum xmloff::token::XMLTokenEnum XML_PURPLE
+include/xmloff/xmltoken.hxx:1489
+ enum xmloff::token::XMLTokenEnum XML_PYRAMID
+include/xmloff/xmltoken.hxx:1490
+ enum xmloff::token::XMLTokenEnum XML_QUARTER
+include/xmloff/xmltoken.hxx:1491
+ enum xmloff::token::XMLTokenEnum XML_QUERY_NAME
+include/xmloff/xmltoken.hxx:1492
+ enum xmloff::token::XMLTokenEnum XML_QUO_VADIS
+include/xmloff/xmltoken.hxx:1493
+ enum xmloff::token::XMLTokenEnum XML_QUOTIENT
+include/xmloff/xmltoken.hxx:1494
+ enum xmloff::token::XMLTokenEnum XML_R
+include/xmloff/xmltoken.hxx:1495
+ enum xmloff::token::XMLTokenEnum XML_RADAR
+include/xmloff/xmltoken.hxx:1496
+ enum xmloff::token::XMLTokenEnum XML_RANDOM
+include/xmloff/xmltoken.hxx:1497
+ enum xmloff::token::XMLTokenEnum XML_RANGE_ADDRESS
+include/xmloff/xmltoken.hxx:1498
+ enum xmloff::token::XMLTokenEnum XML_RANGE_USABLE_AS
+include/xmloff/xmltoken.hxx:1499
+ enum xmloff::token::XMLTokenEnum XML_RECREATE_ON_EDIT
+include/xmloff/xmltoken.hxx:1500
+ enum xmloff::token::XMLTokenEnum XML_RECT
+include/xmloff/xmltoken.hxx:1501
+ enum xmloff::token::XMLTokenEnum XML_RED
+include/xmloff/xmltoken.hxx:1502
+ enum xmloff::token::XMLTokenEnum XML_REF_NAME
+include/xmloff/xmltoken.hxx:1503
+ enum xmloff::token::XMLTokenEnum XML_REFERENCE
+include/xmloff/xmltoken.hxx:1504
+ enum xmloff::token::XMLTokenEnum XML_REFERENCE_END
+include/xmloff/xmltoken.hxx:1505
+ enum xmloff::token::XMLTokenEnum XML_REFERENCE_FORMAT
+include/xmloff/xmltoken.hxx:1506
+ enum xmloff::token::XMLTokenEnum XML_REFERENCE_MARK
+include/xmloff/xmltoken.hxx:1507
+ enum xmloff::token::XMLTokenEnum XML_REFERENCE_MARK_END
+include/xmloff/xmltoken.hxx:1508
+ enum xmloff::token::XMLTokenEnum XML_REFERENCE_MARK_START
+include/xmloff/xmltoken.hxx:1509
+ enum xmloff::token::XMLTokenEnum XML_REFERENCE_REF
+include/xmloff/xmltoken.hxx:1510
+ enum xmloff::token::XMLTokenEnum XML_REFERENCE_START
+include/xmloff/xmltoken.hxx:1511
+ enum xmloff::token::XMLTokenEnum XML_REFERENCE_TYPE
+include/xmloff/xmltoken.hxx:1512
+ enum xmloff::token::XMLTokenEnum XML_REFRESH_DELAY
+include/xmloff/xmltoken.hxx:1513
+ enum xmloff::token::XMLTokenEnum XML_REGION_CENTER
+include/xmloff/xmltoken.hxx:1514
+ enum xmloff::token::XMLTokenEnum XML_REGION_LEFT
+include/xmloff/xmltoken.hxx:1515
+ enum xmloff::token::XMLTokenEnum XML_REGION_RIGHT
+include/xmloff/xmltoken.hxx:1516
+ enum xmloff::token::XMLTokenEnum XML_REGISTER_TRUE
+include/xmloff/xmltoken.hxx:1517
+ enum xmloff::token::XMLTokenEnum XML_REGISTER_TRUTH_REF_STYLE_NAME
+include/xmloff/xmltoken.hxx:1518
+ enum xmloff::token::XMLTokenEnum XML_REJECTED
+include/xmloff/xmltoken.hxx:1519
+ enum xmloff::token::XMLTokenEnum XML_REJECTING_CHANGE_ID
+include/xmloff/xmltoken.hxx:1520
+ enum xmloff::token::XMLTokenEnum XML_REJECTION
+include/xmloff/xmltoken.hxx:1521
+ enum xmloff::token::XMLTokenEnum XML_REL_COLUMN_WIDTH
+include/xmloff/xmltoken.hxx:1522
+ enum xmloff::token::XMLTokenEnum XML_REL_HEIGHT
+include/xmloff/xmltoken.hxx:1523
+ enum xmloff::token::XMLTokenEnum XML_REL_HEIGHT_REL
+include/xmloff/xmltoken.hxx:1524
+ enum xmloff::token::XMLTokenEnum XML_REL_WIDTH
+include/xmloff/xmltoken.hxx:1525
+ enum xmloff::token::XMLTokenEnum XML_REL_WIDTH_REL
+include/xmloff/xmltoken.hxx:1526
+ enum xmloff::token::XMLTokenEnum XML_RELATIVE
+include/xmloff/xmltoken.hxx:1527
+ enum xmloff::token::XMLTokenEnum XML_RELATIVE_TAB_STOP_POSITION
+include/xmloff/xmltoken.hxx:1528
+ enum xmloff::token::XMLTokenEnum XML_RELN
+include/xmloff/xmltoken.hxx:1529
+ enum xmloff::token::XMLTokenEnum XML_REM
+include/xmloff/xmltoken.hxx:1530
+ enum xmloff::token::XMLTokenEnum XML_REMOVE_DEPENDENTS
+include/xmloff/xmltoken.hxx:1531
+ enum xmloff::token::XMLTokenEnum XML_REMOVE_PRECEDENTS
+include/xmloff/xmltoken.hxx:1532
+ enum xmloff::token::XMLTokenEnum XML_REPEAT
+include/xmloff/xmltoken.hxx:1533
+ enum xmloff::token::XMLTokenEnum XML_REPEAT_COLUMN
+include/xmloff/xmltoken.hxx:1534
+ enum xmloff::token::XMLTokenEnum XML_REPEAT_ROW
+include/xmloff/xmltoken.hxx:1535
+ enum xmloff::token::XMLTokenEnum XML_REPEATED
+include/xmloff/xmltoken.hxx:1537
+ enum xmloff::token::XMLTokenEnum XML_REPORT_TYPE
+include/xmloff/xmltoken.hxx:1538
+ enum xmloff::token::XMLTokenEnum XML_RESTART_ON_PAGE
+include/xmloff/xmltoken.hxx:1539
+ enum xmloff::token::XMLTokenEnum XML_REVISION
+include/xmloff/xmltoken.hxx:1540
+ enum xmloff::token::XMLTokenEnum XML_RIDGE
+include/xmloff/xmltoken.hxx:1541
+ enum xmloff::token::XMLTokenEnum XML_RIGHT
+include/xmloff/xmltoken.hxx:1542
+ enum xmloff::token::XMLTokenEnum XML_RIGHT_OUTSIDE
+include/xmloff/xmltoken.hxx:1543
+ enum xmloff::token::XMLTokenEnum XML_RIGHTARC
+include/xmloff/xmltoken.hxx:1544
+ enum xmloff::token::XMLTokenEnum XML_RIGHTCIRCLE
+include/xmloff/xmltoken.hxx:1545
+ enum xmloff::token::XMLTokenEnum XML_RING
+include/xmloff/xmltoken.hxx:1546
+ enum xmloff::token::XMLTokenEnum XML_ROLE
+include/xmloff/xmltoken.hxx:1547
+ enum xmloff::token::XMLTokenEnum XML_ROLL_FROM_BOTTOM
+include/xmloff/xmltoken.hxx:1548
+ enum xmloff::token::XMLTokenEnum XML_ROLL_FROM_LEFT
+include/xmloff/xmltoken.hxx:1549
+ enum xmloff::token::XMLTokenEnum XML_ROLL_FROM_RIGHT
+include/xmloff/xmltoken.hxx:1550
+ enum xmloff::token::XMLTokenEnum XML_ROMAN
+include/xmloff/xmltoken.hxx:1551
+ enum xmloff::token::XMLTokenEnum XML_ROOT
+include/xmloff/xmltoken.hxx:1553
+ enum xmloff::token::XMLTokenEnum XML_ROTATION
+include/xmloff/xmltoken.hxx:1554
+ enum xmloff::token::XMLTokenEnum XML_ROTATION_ALIGN
+include/xmloff/xmltoken.hxx:1555
+ enum xmloff::token::XMLTokenEnum XML_ROTATION_ANGLE
+include/xmloff/xmltoken.hxx:1556
+ enum xmloff::token::XMLTokenEnum XML_ROUND
+include/xmloff/xmltoken.hxx:1557
+ enum xmloff::token::XMLTokenEnum XML_ROUNDED_EDGE
+include/xmloff/xmltoken.hxx:1559
+ enum xmloff::token::XMLTokenEnum XML_ROW_HEIGHT
+include/xmloff/xmltoken.hxx:1560
+ enum xmloff::token::XMLTokenEnum XML_ROW_NUMBER
+include/xmloff/xmltoken.hxx:1561
+ enum xmloff::token::XMLTokenEnum XML_ROWS
+include/xmloff/xmltoken.hxx:1562
+ enum xmloff::token::XMLTokenEnum XML_RSID
+include/xmloff/xmltoken.hxx:1563
+ enum xmloff::token::XMLTokenEnum XML_PARRSID
+include/xmloff/xmltoken.hxx:1564
+ enum xmloff::token::XMLTokenEnum XML_RUBY
+include/xmloff/xmltoken.hxx:1565
+ enum xmloff::token::XMLTokenEnum XML_RUBY_ALIGN
+include/xmloff/xmltoken.hxx:1566
+ enum xmloff::token::XMLTokenEnum XML_RUBY_BASE
+include/xmloff/xmltoken.hxx:1567
+ enum xmloff::token::XMLTokenEnum XML_RUBY_POSITION
+include/xmloff/xmltoken.hxx:1568
+ enum xmloff::token::XMLTokenEnum XML_RUBY_TEXT
+include/xmloff/xmltoken.hxx:1569
+ enum xmloff::token::XMLTokenEnum XML_RUN_THROUGH
+include/xmloff/xmltoken.hxx:1570
+ enum xmloff::token::XMLTokenEnum XML_RX
+include/xmloff/xmltoken.hxx:1571
+ enum xmloff::token::XMLTokenEnum XML_RY
+include/xmloff/xmltoken.hxx:1572
+ enum xmloff::token::XMLTokenEnum XML_S
+include/xmloff/xmltoken.hxx:1574
+ enum xmloff::token::XMLTokenEnum XML_SCALE_MIN
+include/xmloff/xmltoken.hxx:1575
+ enum xmloff::token::XMLTokenEnum XML_SCALE_TEXT
+include/xmloff/xmltoken.hxx:1576
+ enum xmloff::token::XMLTokenEnum XML_SCALE_TO
+include/xmloff/xmltoken.hxx:1577
+ enum xmloff::token::XMLTokenEnum XML_SCALE_TO_PAGES
+include/xmloff/xmltoken.hxx:1578
+ enum xmloff::token::XMLTokenEnum XML_SCATTER
+include/xmloff/xmltoken.hxx:1579
+ enum xmloff::token::XMLTokenEnum XML_SCENARIO
+include/xmloff/xmltoken.hxx:1580
+ enum xmloff::token::XMLTokenEnum XML_SCENARIO_RANGES
+include/xmloff/xmltoken.hxx:1581
+ enum xmloff::token::XMLTokenEnum XML_SCENE
+include/xmloff/xmltoken.hxx:1582
+ enum xmloff::token::XMLTokenEnum XML_SCHOOL
+include/xmloff/xmltoken.hxx:1583
+ enum xmloff::token::XMLTokenEnum XML_SCIENTIFIC_NUMBER
+include/xmloff/xmltoken.hxx:1584
+ enum xmloff::token::XMLTokenEnum XML_SCORE_SPACES
+include/xmloff/xmltoken.hxx:1585
+ enum xmloff::token::XMLTokenEnum XML_SCRIPT
+include/xmloff/xmltoken.hxx:1586
+ enum xmloff::token::XMLTokenEnum XML_SCRIPT_ASIAN
+include/xmloff/xmltoken.hxx:1587
+ enum xmloff::token::XMLTokenEnum XML_SCRIPT_COMPLEX
+include/xmloff/xmltoken.hxx:1588
+ enum xmloff::token::XMLTokenEnum XML_SCROLL
+include/xmloff/xmltoken.hxx:1589
+ enum xmloff::token::XMLTokenEnum XML_SDEV
+include/xmloff/xmltoken.hxx:1590
+ enum xmloff::token::XMLTokenEnum XML_SEARCH_CRITERIA_MUST_APPLY_TO_WHOLE_CELL
+include/xmloff/xmltoken.hxx:1591
+ enum xmloff::token::XMLTokenEnum XML_SEC
+include/xmloff/xmltoken.hxx:1592
+ enum xmloff::token::XMLTokenEnum XML_SECH
+include/xmloff/xmltoken.hxx:1593
+ enum xmloff::token::XMLTokenEnum XML_SECOND_DATE_TIME
+include/xmloff/xmltoken.hxx:1594
+ enum xmloff::token::XMLTokenEnum XML_SECONDS
+include/xmloff/xmltoken.hxx:1595
+ enum xmloff::token::XMLTokenEnum XML_SECTION
+include/xmloff/xmltoken.hxx:1596
+ enum xmloff::token::XMLTokenEnum XML_SECTION_DESC
+include/xmloff/xmltoken.hxx:1597
+ enum xmloff::token::XMLTokenEnum XML_SECTION_NAME
+include/xmloff/xmltoken.hxx:1598
+ enum xmloff::token::XMLTokenEnum XML_SECTION_SOURCE
+include/xmloff/xmltoken.hxx:1599
+ enum xmloff::token::XMLTokenEnum XML_SELECT_PAGE
+include/xmloff/xmltoken.hxx:1600
+ enum xmloff::token::XMLTokenEnum XML_SELECT_PROTECTED_CELLS
+include/xmloff/xmltoken.hxx:1601
+ enum xmloff::token::XMLTokenEnum XML_SELECT_UNPROTECTED_CELLS
+include/xmloff/xmltoken.hxx:1602
+ enum xmloff::token::XMLTokenEnum XML_SELECTOR
+include/xmloff/xmltoken.hxx:1603
+ enum xmloff::token::XMLTokenEnum XML_SEMANTICS
+include/xmloff/xmltoken.hxx:1604
+ enum xmloff::token::XMLTokenEnum XML_SEMI_AUTOMATIC
+include/xmloff/xmltoken.hxx:1605
+ enum xmloff::token::XMLTokenEnum XML_SENDER_CITY
+include/xmloff/xmltoken.hxx:1606
+ enum xmloff::token::XMLTokenEnum XML_SENDER_COMPANY
+include/xmloff/xmltoken.hxx:1607
+ enum xmloff::token::XMLTokenEnum XML_SENDER_COUNTRY
+include/xmloff/xmltoken.hxx:1608
+ enum xmloff::token::XMLTokenEnum XML_SENDER_EMAIL
+include/xmloff/xmltoken.hxx:1609
+ enum xmloff::token::XMLTokenEnum XML_SENDER_FAX
+include/xmloff/xmltoken.hxx:1610
+ enum xmloff::token::XMLTokenEnum XML_SENDER_FIRSTNAME
+include/xmloff/xmltoken.hxx:1612
+ enum xmloff::token::XMLTokenEnum XML_SENDER_LASTNAME
+include/xmloff/xmltoken.hxx:1613
+ enum xmloff::token::XMLTokenEnum XML_SENDER_PHONE_PRIVATE
+include/xmloff/xmltoken.hxx:1614
+ enum xmloff::token::XMLTokenEnum XML_SENDER_PHONE_WORK
+include/xmloff/xmltoken.hxx:1615
+ enum xmloff::token::XMLTokenEnum XML_SENDER_POSITION
+include/xmloff/xmltoken.hxx:1616
+ enum xmloff::token::XMLTokenEnum XML_SENDER_POSTAL_CODE
+include/xmloff/xmltoken.hxx:1617
+ enum xmloff::token::XMLTokenEnum XML_SENDER_STATE_OR_PROVINCE
+include/xmloff/xmltoken.hxx:1618
+ enum xmloff::token::XMLTokenEnum XML_SENDER_STREET
+include/xmloff/xmltoken.hxx:1619
+ enum xmloff::token::XMLTokenEnum XML_SENDER_TITLE
+include/xmloff/xmltoken.hxx:1620
+ enum xmloff::token::XMLTokenEnum XML_SEP
+include/xmloff/xmltoken.hxx:1621
+ enum xmloff::token::XMLTokenEnum XML_SEPARATION_CHARACTER
+include/xmloff/xmltoken.hxx:1623
+ enum xmloff::token::XMLTokenEnum XML_SEQUENCE
+include/xmloff/xmltoken.hxx:1624
+ enum xmloff::token::XMLTokenEnum XML_SEQUENCE_DECL
+include/xmloff/xmltoken.hxx:1625
+ enum xmloff::token::XMLTokenEnum XML_SEQUENCE_DECLS
+include/xmloff/xmltoken.hxx:1626
+ enum xmloff::token::XMLTokenEnum XML_SEQUENCE_REF
+include/xmloff/xmltoken.hxx:1627
+ enum xmloff::token::XMLTokenEnum XML_SERIES
+include/xmloff/xmltoken.hxx:1628
+ enum xmloff::token::XMLTokenEnum XML_SERIES_SOURCE
+include/xmloff/xmltoken.hxx:1629
+ enum xmloff::token::XMLTokenEnum XML_SERVER_MAP
+include/xmloff/xmltoken.hxx:1630
+ enum xmloff::token::XMLTokenEnum XML_SET
+include/xmloff/xmltoken.hxx:1631
+ enum xmloff::token::XMLTokenEnum XML_SETDIFF
+include/xmloff/xmltoken.hxx:1632
+ enum xmloff::token::XMLTokenEnum XML_SETTINGS
+include/xmloff/xmltoken.hxx:1633
+ enum xmloff::token::XMLTokenEnum XML_SHADE_MODE
+include/xmloff/xmltoken.hxx:1634
+ enum xmloff::token::XMLTokenEnum XML_SHADOW
+include/xmloff/xmltoken.hxx:1635
+ enum xmloff::token::XMLTokenEnum XML_SHADOW_COLOR
+include/xmloff/xmltoken.hxx:1636
+ enum xmloff::token::XMLTokenEnum XML_SHADOW_OFFSET_X
+include/xmloff/xmltoken.hxx:1637
+ enum xmloff::token::XMLTokenEnum XML_SHADOW_OFFSET_Y
+include/xmloff/xmltoken.hxx:1638
+ enum xmloff::token::XMLTokenEnum XML_SHADOW_SLANT
+include/xmloff/xmltoken.hxx:1639
+ enum xmloff::token::XMLTokenEnum XML_SHADOW_TRANSPARENCY
+include/xmloff/xmltoken.hxx:1640
+ enum xmloff::token::XMLTokenEnum XML_SHAPE
+include/xmloff/xmltoken.hxx:1641
+ enum xmloff::token::XMLTokenEnum XML_SHAPE_ID
+include/xmloff/xmltoken.hxx:1642
+ enum xmloff::token::XMLTokenEnum XML_SHAPES
+include/xmloff/xmltoken.hxx:1643
+ enum xmloff::token::XMLTokenEnum XML_SHEET_NAME
+include/xmloff/xmltoken.hxx:1644
+ enum xmloff::token::XMLTokenEnum XML_SHININESS
+include/xmloff/xmltoken.hxx:1645
+ enum xmloff::token::XMLTokenEnum XML_SHORT
+include/xmloff/xmltoken.hxx:1646
+ enum xmloff::token::XMLTokenEnum XML_SHOW
+include/xmloff/xmltoken.hxx:1647
+ enum xmloff::token::XMLTokenEnum XML_SHOW_ACCEPTED_CHANGES
+include/xmloff/xmltoken.hxx:1648
+ enum xmloff::token::XMLTokenEnum XML_SHOW_CHANGES
+include/xmloff/xmltoken.hxx:1649
+ enum xmloff::token::XMLTokenEnum XML_SHOW_CHANGES_BY_AUTHOR
+include/xmloff/xmltoken.hxx:1650
+ enum xmloff::token::XMLTokenEnum XML_SHOW_CHANGES_BY_AUTHOR_NAME
+include/xmloff/xmltoken.hxx:1651
+ enum xmloff::token::XMLTokenEnum XML_SHOW_CHANGES_BY_COMMENT
+include/xmloff/xmltoken.hxx:1652
+ enum xmloff::token::XMLTokenEnum XML_SHOW_CHANGES_BY_COMMENT_TEXT
+include/xmloff/xmltoken.hxx:1653
+ enum xmloff::token::XMLTokenEnum XML_SHOW_CHANGES_BY_DATETIME
+include/xmloff/xmltoken.hxx:1654
+ enum xmloff::token::XMLTokenEnum XML_SHOW_CHANGES_BY_DATETIME_FIRST_DATETIME
+include/xmloff/xmltoken.hxx:1655
+ enum xmloff::token::XMLTokenEnum XML_SHOW_CHANGES_BY_DATETIME_MODE
+include/xmloff/xmltoken.hxx:1656
+ enum xmloff::token::XMLTokenEnum XML_SHOW_CHANGES_BY_DATETIME_SECOND_DATETIME
+include/xmloff/xmltoken.hxx:1657
+ enum xmloff::token::XMLTokenEnum XML_SHOW_CHANGES_BY_RANGES
+include/xmloff/xmltoken.hxx:1658
+ enum xmloff::token::XMLTokenEnum XML_SHOW_CHANGES_BY_RANGES_LIST
+include/xmloff/xmltoken.hxx:1659
+ enum xmloff::token::XMLTokenEnum XML_SHOW_LOGO
+include/xmloff/xmltoken.hxx:1660
+ enum xmloff::token::XMLTokenEnum XML_SHOW_REJECTED_CHANGES
+include/xmloff/xmltoken.hxx:1661
+ enum xmloff::token::XMLTokenEnum XML_SHOW_SHAPE
+include/xmloff/xmltoken.hxx:1662
+ enum xmloff::token::XMLTokenEnum XML_SHOW_TEXT
+include/xmloff/xmltoken.hxx:1663
+ enum xmloff::token::XMLTokenEnum XML_SHOW_UNIT
+include/xmloff/xmltoken.hxx:1664
+ enum xmloff::token::XMLTokenEnum XML_SHOW_VALUE
+include/xmloff/xmltoken.hxx:1665
+ enum xmloff::token::XMLTokenEnum XML_SHOWS
+include/xmloff/xmltoken.hxx:1666
+ enum xmloff::token::XMLTokenEnum XML_SIDE_BY_SIDE
+include/xmloff/xmltoken.hxx:1667
+ enum xmloff::token::XMLTokenEnum XML_SILVER
+include/xmloff/xmltoken.hxx:1668
+ enum xmloff::token::XMLTokenEnum XML_SIMPLE
+include/xmloff/xmltoken.hxx:1669
+ enum xmloff::token::XMLTokenEnum XML_SIN
+include/xmloff/xmltoken.hxx:1670
+ enum xmloff::token::XMLTokenEnum XML_SINCE_DATE_TIME
+include/xmloff/xmltoken.hxx:1671
+ enum xmloff::token::XMLTokenEnum XML_SINCE_SAVE
+include/xmloff/xmltoken.hxx:1672
+ enum xmloff::token::XMLTokenEnum XML_SINH
+include/xmloff/xmltoken.hxx:1673
+ enum xmloff::token::XMLTokenEnum XML_SIZE
+include/xmloff/xmltoken.hxx:1674
+ enum xmloff::token::XMLTokenEnum XML_SIZE_PROTECT
+include/xmloff/xmltoken.hxx:1675
+ enum xmloff::token::XMLTokenEnum XML_SLANT
+include/xmloff/xmltoken.hxx:1676
+ enum xmloff::token::XMLTokenEnum XML_SLANT_X
+include/xmloff/xmltoken.hxx:1677
+ enum xmloff::token::XMLTokenEnum XML_SLANT_Y
+include/xmloff/xmltoken.hxx:1678
+ enum xmloff::token::XMLTokenEnum XML_SLIDE
+include/xmloff/xmltoken.hxx:1679
+ enum xmloff::token::XMLTokenEnum XML_SLOW
+include/xmloff/xmltoken.hxx:1681
+ enum xmloff::token::XMLTokenEnum XML_SOLID_TYPE
+include/xmloff/xmltoken.hxx:1682
+ enum xmloff::token::XMLTokenEnum XML_SORT
+include/xmloff/xmltoken.hxx:1683
+ enum xmloff::token::XMLTokenEnum XML_SORT_ASCENDING
+include/xmloff/xmltoken.hxx:1684
+ enum xmloff::token::XMLTokenEnum XML_SORT_BY
+include/xmloff/xmltoken.hxx:1685
+ enum xmloff::token::XMLTokenEnum XML_SORT_BY_POSITION
+include/xmloff/xmltoken.hxx:1686
+ enum xmloff::token::XMLTokenEnum XML_SORT_GROUPS
+include/xmloff/xmltoken.hxx:1687
+ enum xmloff::token::XMLTokenEnum XML_SORT_KEY
+include/xmloff/xmltoken.hxx:1688
+ enum xmloff::token::XMLTokenEnum XML_SOUND
+include/xmloff/xmltoken.hxx:1689
+ enum xmloff::token::XMLTokenEnum XML_SOURCE_CELL_RANGE
+include/xmloff/xmltoken.hxx:1690
+ enum xmloff::token::XMLTokenEnum XML_SOURCE_CELL_RANGE_ADDRESSES
+include/xmloff/xmltoken.hxx:1691
+ enum xmloff::token::XMLTokenEnum XML_SOURCE_FIELD_NAME
+include/xmloff/xmltoken.hxx:1692
+ enum xmloff::token::XMLTokenEnum XML_SOURCE_NAME
+include/xmloff/xmltoken.hxx:1693
+ enum xmloff::token::XMLTokenEnum XML_SOURCE_RANGE_ADDRESS
+include/xmloff/xmltoken.hxx:1694
+ enum xmloff::token::XMLTokenEnum XML_SOURCE_SERVICE
+include/xmloff/xmltoken.hxx:1695
+ enum xmloff::token::XMLTokenEnum XML_SPACE_BEFORE
+include/xmloff/xmltoken.hxx:1696
+ enum xmloff::token::XMLTokenEnum XML_SPAN
+include/xmloff/xmltoken.hxx:1697
+ enum xmloff::token::XMLTokenEnum XML_SPECULAR
+include/xmloff/xmltoken.hxx:1698
+ enum xmloff::token::XMLTokenEnum XML_SPECULAR_COLOR
+include/xmloff/xmltoken.hxx:1699
+ enum xmloff::token::XMLTokenEnum XML_SPEED
+include/xmloff/xmltoken.hxx:1700
+ enum xmloff::token::XMLTokenEnum XML_SPHERE
+include/xmloff/xmltoken.hxx:1701
+ enum xmloff::token::XMLTokenEnum XML_SPIRAL
+include/xmloff/xmltoken.hxx:1702
+ enum xmloff::token::XMLTokenEnum XML_SPIRAL_IN
+include/xmloff/xmltoken.hxx:1703
+ enum xmloff::token::XMLTokenEnum XML_SPIRAL_INWARD_LEFT
+include/xmloff/xmltoken.hxx:1704
+ enum xmloff::token::XMLTokenEnum XML_SPIRAL_INWARD_RIGHT
+include/xmloff/xmltoken.hxx:1705
+ enum xmloff::token::XMLTokenEnum XML_SPIRAL_OUT
+include/xmloff/xmltoken.hxx:1706
+ enum xmloff::token::XMLTokenEnum XML_SPIRAL_OUTWARD_LEFT
+include/xmloff/xmltoken.hxx:1707
+ enum xmloff::token::XMLTokenEnum XML_SPIRAL_OUTWARD_RIGHT
+include/xmloff/xmltoken.hxx:1708
+ enum xmloff::token::XMLTokenEnum XML_SPIRALIN_LEFT
+include/xmloff/xmltoken.hxx:1709
+ enum xmloff::token::XMLTokenEnum XML_SPIRALIN_RIGHT
+include/xmloff/xmltoken.hxx:1710
+ enum xmloff::token::XMLTokenEnum XML_SPIRALOUT_LEFT
+include/xmloff/xmltoken.hxx:1711
+ enum xmloff::token::XMLTokenEnum XML_SPIRALOUT_RIGHT
+include/xmloff/xmltoken.hxx:1712
+ enum xmloff::token::XMLTokenEnum XML_SPLINES
+include/xmloff/xmltoken.hxx:1713
+ enum xmloff::token::XMLTokenEnum XML_SPLIT
+include/xmloff/xmltoken.hxx:1714
+ enum xmloff::token::XMLTokenEnum XML_SPLIT_COLUMN
+include/xmloff/xmltoken.hxx:1715
+ enum xmloff::token::XMLTokenEnum XML_SPLIT_POSITION
+include/xmloff/xmltoken.hxx:1716
+ enum xmloff::token::XMLTokenEnum XML_SPLIT_ROW
+include/xmloff/xmltoken.hxx:1718
+ enum xmloff::token::XMLTokenEnum XML_SPREADMETHOD
+include/xmloff/xmltoken.hxx:1719
+ enum xmloff::token::XMLTokenEnum XML_SQL_STATEMENT
+include/xmloff/xmltoken.hxx:1720
+ enum xmloff::token::XMLTokenEnum XML_STACKED
+include/xmloff/xmltoken.hxx:1721
+ enum xmloff::token::XMLTokenEnum XML_STAGGER_EVEN
+include/xmloff/xmltoken.hxx:1722
+ enum xmloff::token::XMLTokenEnum XML_STAGGER_ODD
+include/xmloff/xmltoken.hxx:1723
+ enum xmloff::token::XMLTokenEnum XML_STANDARD
+include/xmloff/xmltoken.hxx:1724
+ enum xmloff::token::XMLTokenEnum XML_STANDARD_DEVIATION
+include/xmloff/xmltoken.hxx:1725
+ enum xmloff::token::XMLTokenEnum XML_STARBASIC
+include/xmloff/xmltoken.hxx:1726
+ enum xmloff::token::XMLTokenEnum XML_START
+include/xmloff/xmltoken.hxx:1727
+ enum xmloff::token::XMLTokenEnum XML_START_ANGLE
+include/xmloff/xmltoken.hxx:1728
+ enum xmloff::token::XMLTokenEnum XML_START_COLOR
+include/xmloff/xmltoken.hxx:1729
+ enum xmloff::token::XMLTokenEnum XML_START_COLUMN
+include/xmloff/xmltoken.hxx:1730
+ enum xmloff::token::XMLTokenEnum XML_START_GLUE_POINT
+include/xmloff/xmltoken.hxx:1731
+ enum xmloff::token::XMLTokenEnum XML_START_GUIDE
+include/xmloff/xmltoken.hxx:1732
+ enum xmloff::token::XMLTokenEnum XML_START_INTENSITY
+include/xmloff/xmltoken.hxx:1733
+ enum xmloff::token::XMLTokenEnum XML_START_LINE_SPACING_HORIZONTAL
+include/xmloff/xmltoken.hxx:1734
+ enum xmloff::token::XMLTokenEnum XML_START_LINE_SPACING_VERTICAL
+include/xmloff/xmltoken.hxx:1735
+ enum xmloff::token::XMLTokenEnum XML_START_NUMBERING_AT
+include/xmloff/xmltoken.hxx:1736
+ enum xmloff::token::XMLTokenEnum XML_START_PAGE
+include/xmloff/xmltoken.hxx:1737
+ enum xmloff::token::XMLTokenEnum XML_START_POSITION
+include/xmloff/xmltoken.hxx:1738
+ enum xmloff::token::XMLTokenEnum XML_START_ROW
+include/xmloff/xmltoken.hxx:1739
+ enum xmloff::token::XMLTokenEnum XML_START_SCALE
+include/xmloff/xmltoken.hxx:1740
+ enum xmloff::token::XMLTokenEnum XML_START_SHAPE
+include/xmloff/xmltoken.hxx:1741
+ enum xmloff::token::XMLTokenEnum XML_START_TABLE
+include/xmloff/xmltoken.hxx:1742
+ enum xmloff::token::XMLTokenEnum XML_START_VALUE
+include/xmloff/xmltoken.hxx:1743
+ enum xmloff::token::XMLTokenEnum XML_START_WITH_NAVIGATOR
+include/xmloff/xmltoken.hxx:1744
+ enum xmloff::token::XMLTokenEnum XML_STATISTICS
+include/xmloff/xmltoken.hxx:1745
+ enum xmloff::token::XMLTokenEnum XML_STATUS
+include/xmloff/xmltoken.hxx:1746
+ enum xmloff::token::XMLTokenEnum XML_STAY_ON_TOP
+include/xmloff/xmltoken.hxx:1747
+ enum xmloff::token::XMLTokenEnum XML_STDEV
+include/xmloff/xmltoken.hxx:1748
+ enum xmloff::token::XMLTokenEnum XML_STDEVP
+include/xmloff/xmltoken.hxx:1749
+ enum xmloff::token::XMLTokenEnum XML_STEPS
+include/xmloff/xmltoken.hxx:1750
+ enum xmloff::token::XMLTokenEnum XML_STOCK
+include/xmloff/xmltoken.hxx:1751
+ enum xmloff::token::XMLTokenEnum XML_STOCK_UPDOWN_BARS
+include/xmloff/xmltoken.hxx:1752
+ enum xmloff::token::XMLTokenEnum XML_STOCK_WITH_VOLUME
+include/xmloff/xmltoken.hxx:1753
+ enum xmloff::token::XMLTokenEnum XML_STOP
+include/xmloff/xmltoken.hxx:1754
+ enum xmloff::token::XMLTokenEnum XML_STOP_COLOR
+include/xmloff/xmltoken.hxx:1755
+ enum xmloff::token::XMLTokenEnum XML_STOP_OPACITY
+include/xmloff/xmltoken.hxx:1756
+ enum xmloff::token::XMLTokenEnum XML_STRETCH
+include/xmloff/xmltoken.hxx:1757
+ enum xmloff::token::XMLTokenEnum XML_STRETCH_FROM_BOTTOM
+include/xmloff/xmltoken.hxx:1758
+ enum xmloff::token::XMLTokenEnum XML_STRETCH_FROM_LEFT
+include/xmloff/xmltoken.hxx:1759
+ enum xmloff::token::XMLTokenEnum XML_STRETCH_FROM_RIGHT
+include/xmloff/xmltoken.hxx:1760
+ enum xmloff::token::XMLTokenEnum XML_STRETCH_FROM_TOP
+include/xmloff/xmltoken.hxx:1761
+ enum xmloff::token::XMLTokenEnum XML_STRETCHY
+include/xmloff/xmltoken.hxx:1762
+ enum xmloff::token::XMLTokenEnum XML_STRICT
+include/xmloff/xmltoken.hxx:1764
+ enum xmloff::token::XMLTokenEnum XML_STRING_VALUE
+include/xmloff/xmltoken.hxx:1765
+ enum xmloff::token::XMLTokenEnum XML_STRING_VALUE_IF_FALSE
+include/xmloff/xmltoken.hxx:1766
+ enum xmloff::token::XMLTokenEnum XML_STRING_VALUE_IF_TRUE
+include/xmloff/xmltoken.hxx:1767
+ enum xmloff::token::XMLTokenEnum XML_STRIPES
+include/xmloff/xmltoken.hxx:1770
+ enum xmloff::token::XMLTokenEnum XML_STROKE_DASH
+include/xmloff/xmltoken.hxx:1771
+ enum xmloff::token::XMLTokenEnum XML_STROKE_LINECAP
+include/xmloff/xmltoken.hxx:1772
+ enum xmloff::token::XMLTokenEnum XML_STROKE_LINEJOIN
+include/xmloff/xmltoken.hxx:1773
+ enum xmloff::token::XMLTokenEnum XML_STROKE_OPACITY
+include/xmloff/xmltoken.hxx:1774
+ enum xmloff::token::XMLTokenEnum XML_STROKE_WIDTH
+include/xmloff/xmltoken.hxx:1776
+ enum xmloff::token::XMLTokenEnum XML_STYLE
+include/xmloff/xmltoken.hxx:1777
+ enum xmloff::token::XMLTokenEnum XML_STYLE_NAME
+include/xmloff/xmltoken.hxx:1778
+ enum xmloff::token::XMLTokenEnum XML_STYLES
+include/xmloff/xmltoken.hxx:1779
+ enum xmloff::token::XMLTokenEnum XML_STYLESHEET
+include/xmloff/xmltoken.hxx:1780
+ enum xmloff::token::XMLTokenEnum XML_SUB_TABLE
+include/xmloff/xmltoken.hxx:1781
+ enum xmloff::token::XMLTokenEnum XML_SUBJECT
+include/xmloff/xmltoken.hxx:1782
+ enum xmloff::token::XMLTokenEnum XML_SUBSET
+include/xmloff/xmltoken.hxx:1783
+ enum xmloff::token::XMLTokenEnum XML_SUBTITLE
+include/xmloff/xmltoken.hxx:1784
+ enum xmloff::token::XMLTokenEnum XML_SUBTOTAL_FIELD
+include/xmloff/xmltoken.hxx:1785
+ enum xmloff::token::XMLTokenEnum XML_SUBTOTAL_RULE
+include/xmloff/xmltoken.hxx:1786
+ enum xmloff::token::XMLTokenEnum XML_SUBTOTAL_RULES
+include/xmloff/xmltoken.hxx:1787
+ enum xmloff::token::XMLTokenEnum XML_SUB_VIEW_SIZE
+include/xmloff/xmltoken.hxx:1788
+ enum xmloff::token::XMLTokenEnum XML_SUFFIX
+include/xmloff/xmltoken.hxx:1789
+ enum xmloff::token::XMLTokenEnum XML_SUM
+include/xmloff/xmltoken.hxx:1790
+ enum xmloff::token::XMLTokenEnum XML_SWISS
+include/xmloff/xmltoken.hxx:1791
+ enum xmloff::token::XMLTokenEnum XML_SYMBOL
+include/xmloff/xmltoken.hxx:1792
+ enum xmloff::token::XMLTokenEnum XML_SYMBOL_HEIGHT
+include/xmloff/xmltoken.hxx:1793
+ enum xmloff::token::XMLTokenEnum XML_SYMBOL_IMAGE_NAME
+include/xmloff/xmltoken.hxx:1794
+ enum xmloff::token::XMLTokenEnum XML_SYMBOL_WIDTH
+include/xmloff/xmltoken.hxx:1795
+ enum xmloff::token::XMLTokenEnum XML_SYSTEM
+include/xmloff/xmltoken.hxx:1796
+ enum xmloff::token::XMLTokenEnum XML_TAB_COLOR
+include/xmloff/xmltoken.hxx:1797
+ enum xmloff::token::XMLTokenEnum XML_TAB_STOP
+include/xmloff/xmltoken.hxx:1798
+ enum xmloff::token::XMLTokenEnum XML_TAB_STOP_DISTANCE
+include/xmloff/xmltoken.hxx:1799
+ enum xmloff::token::XMLTokenEnum XML_TAB_STOPS
+include/xmloff/xmltoken.hxx:1801
+ enum xmloff::token::XMLTokenEnum XML_TABLE_BACKGROUND
+include/xmloff/xmltoken.hxx:1803
+ enum xmloff::token::XMLTokenEnum XML_TABLE_CENTERING
+include/xmloff/xmltoken.hxx:1804
+ enum xmloff::token::XMLTokenEnum XML_TABLE_COLUMN
+include/xmloff/xmltoken.hxx:1805
+ enum xmloff::token::XMLTokenEnum XML_TABLE_COLUMN_GROUP
+include/xmloff/xmltoken.hxx:1806
+ enum xmloff::token::XMLTokenEnum XML_TABLE_COLUMNS
+include/xmloff/xmltoken.hxx:1807
+ enum xmloff::token::XMLTokenEnum XML_TABLE_COUNT
+include/xmloff/xmltoken.hxx:1808
+ enum xmloff::token::XMLTokenEnum XML_TABLE_HEADER
+include/xmloff/xmltoken.hxx:1809
+ enum xmloff::token::XMLTokenEnum XML_TABLE_HEADER_COLUMNS
+include/xmloff/xmltoken.hxx:1810
+ enum xmloff::token::XMLTokenEnum XML_TABLE_HEADER_ROWS
+include/xmloff/xmltoken.hxx:1811
+ enum xmloff::token::XMLTokenEnum XML_TABLE_INDEX
+include/xmloff/xmltoken.hxx:1812
+ enum xmloff::token::XMLTokenEnum XML_TABLE_INDEX_ENTRY_TEMPLATE
+include/xmloff/xmltoken.hxx:1813
+ enum xmloff::token::XMLTokenEnum XML_TABLE_INDEX_SOURCE
+include/xmloff/xmltoken.hxx:1814
+ enum xmloff::token::XMLTokenEnum XML_TABLE_NAME
+include/xmloff/xmltoken.hxx:1815
+ enum xmloff::token::XMLTokenEnum XML_TABLE_OF_CONTENT
+include/xmloff/xmltoken.hxx:1816
+ enum xmloff::token::XMLTokenEnum XML_TABLE_OF_CONTENT_ENTRY_TEMPLATE
+include/xmloff/xmltoken.hxx:1817
+ enum xmloff::token::XMLTokenEnum XML_TABLE_OF_CONTENT_SOURCE
+include/xmloff/xmltoken.hxx:1818
+ enum xmloff::token::XMLTokenEnum XML_TABLE_PAGE
+include/xmloff/xmltoken.hxx:1819
+ enum xmloff::token::XMLTokenEnum XML_TABLE_PROTECTION
+include/xmloff/xmltoken.hxx:1821
+ enum xmloff::token::XMLTokenEnum XML_TABLE_ROW_GROUP
+include/xmloff/xmltoken.hxx:1822
+ enum xmloff::token::XMLTokenEnum XML_TABLE_ROWS
+include/xmloff/xmltoken.hxx:1823
+ enum xmloff::token::XMLTokenEnum XML_TABLE_SOURCE
+include/xmloff/xmltoken.hxx:1824
+ enum xmloff::token::XMLTokenEnum XML_TABLE_VIEW
+include/xmloff/xmltoken.hxx:1825
+ enum xmloff::token::XMLTokenEnum XML_TABLES
+include/xmloff/xmltoken.hxx:1826
+ enum xmloff::token::XMLTokenEnum XML_TAN
+include/xmloff/xmltoken.hxx:1827
+ enum xmloff::token::XMLTokenEnum XML_TANH
+include/xmloff/xmltoken.hxx:1828
+ enum xmloff::token::XMLTokenEnum XML_TARGET_CELL_ADDRESS
+include/xmloff/xmltoken.hxx:1829
+ enum xmloff::token::XMLTokenEnum XML_TARGET_FRAME_NAME
+include/xmloff/xmltoken.hxx:1830
+ enum xmloff::token::XMLTokenEnum XML_TARGET_RANGE_ADDRESS
+include/xmloff/xmltoken.hxx:1831
+ enum xmloff::token::XMLTokenEnum XML_TB_RL
+include/xmloff/xmltoken.hxx:1832
+ enum xmloff::token::XMLTokenEnum XML_TEAL
+include/xmloff/xmltoken.hxx:1833
+ enum xmloff::token::XMLTokenEnum XML_TECHREPORT
+include/xmloff/xmltoken.hxx:1834
+ enum xmloff::token::XMLTokenEnum XML_TEMPLATE
+include/xmloff/xmltoken.hxx:1835
+ enum xmloff::token::XMLTokenEnum XML_TEMPLATE_NAME
+include/xmloff/xmltoken.hxx:1836
+ enum xmloff::token::XMLTokenEnum XML_TENDSTO
+include/xmloff/xmltoken.hxx:1837
+ enum xmloff::token::XMLTokenEnum XML_TEX_FILTER
+include/xmloff/xmltoken.hxx:1838
+ enum xmloff::token::XMLTokenEnum XML_TEX_GENERATION_MODE_X
+include/xmloff/xmltoken.hxx:1839
+ enum xmloff::token::XMLTokenEnum XML_TEX_GENERATION_MODE_Y
+include/xmloff/xmltoken.hxx:1840
+ enum xmloff::token::XMLTokenEnum XML_TEX_KIND
+include/xmloff/xmltoken.hxx:1841
+ enum xmloff::token::XMLTokenEnum XML_TEX_MODE
+include/xmloff/xmltoken.hxx:1843
+ enum xmloff::token::XMLTokenEnum XML_TEXT_ALIGN
+include/xmloff/xmltoken.hxx:1844
+ enum xmloff::token::XMLTokenEnum XML_TEXT_ALIGN_LAST
+include/xmloff/xmltoken.hxx:1845
+ enum xmloff::token::XMLTokenEnum XML_TEXT_ALIGN_SOURCE
+include/xmloff/xmltoken.hxx:1846
+ enum xmloff::token::XMLTokenEnum XML_TEXT_AUTOSPACE
+include/xmloff/xmltoken.hxx:1847
+ enum xmloff::token::XMLTokenEnum XML_TEXT_BACKGROUND_COLOR
+include/xmloff/xmltoken.hxx:1848
+ enum xmloff::token::XMLTokenEnum XML_TEXT_BLINKING
+include/xmloff/xmltoken.hxx:1849
+ enum xmloff::token::XMLTokenEnum XML_TEXT_BOX
+include/xmloff/xmltoken.hxx:1850
+ enum xmloff::token::XMLTokenEnum XML_TEXT_COMBINE
+include/xmloff/xmltoken.hxx:1851
+ enum xmloff::token::XMLTokenEnum XML_TEXT_COMBINE_END_CHAR
+include/xmloff/xmltoken.hxx:1852
+ enum xmloff::token::XMLTokenEnum XML_TEXT_COMBINE_START_CHAR
+include/xmloff/xmltoken.hxx:1853
+ enum xmloff::token::XMLTokenEnum XML_TEXT_CONTENT
+include/xmloff/xmltoken.hxx:1854
+ enum xmloff::token::XMLTokenEnum XML_TEXT_CROSSING_OUT
+include/xmloff/xmltoken.hxx:1855
+ enum xmloff::token::XMLTokenEnum XML_TEXT_EMPHASIZE
+include/xmloff/xmltoken.hxx:1857
+ enum xmloff::token::XMLTokenEnum XML_TEXT_INDENT
+include/xmloff/xmltoken.hxx:1858
+ enum xmloff::token::XMLTokenEnum XML_TEXT_INPUT
+include/xmloff/xmltoken.hxx:1859
+ enum xmloff::token::XMLTokenEnum XML_TEXT_JUSTIFY
+include/xmloff/xmltoken.hxx:1860
+ enum xmloff::token::XMLTokenEnum XML_TEXT_OUTLINE
+include/xmloff/xmltoken.hxx:1861
+ enum xmloff::token::XMLTokenEnum XML_TEXT_POSITION
+include/xmloff/xmltoken.hxx:1863
+ enum xmloff::token::XMLTokenEnum XML_TEXT_ROTATION_SCALE
+include/xmloff/xmltoken.hxx:1864
+ enum xmloff::token::XMLTokenEnum XML_TEXT_SCALE
+include/xmloff/xmltoken.hxx:1865
+ enum xmloff::token::XMLTokenEnum XML_TEXT_SHADOW
+include/xmloff/xmltoken.hxx:1866
+ enum xmloff::token::XMLTokenEnum XML_TEXT_STYLE
+include/xmloff/xmltoken.hxx:1867
+ enum xmloff::token::XMLTokenEnum XML_TEXT_TRANSFORM
+include/xmloff/xmltoken.hxx:1869
+ enum xmloff::token::XMLTokenEnum XML_TEXT_UNDERLINE_COLOR
+include/xmloff/xmltoken.hxx:1870
+ enum xmloff::token::XMLTokenEnum XML_TEXTAREA_HORIZONTAL_ALIGN
+include/xmloff/xmltoken.hxx:1871
+ enum xmloff::token::XMLTokenEnum XML_TEXTAREA_VERTICAL_ALIGN
+include/xmloff/xmltoken.hxx:1872
+ enum xmloff::token::XMLTokenEnum XML_TEXTUAL
+include/xmloff/xmltoken.hxx:1873
+ enum xmloff::token::XMLTokenEnum XML_THICK
+include/xmloff/xmltoken.hxx:1874
+ enum xmloff::token::XMLTokenEnum XML_THIN
+include/xmloff/xmltoken.hxx:1875
+ enum xmloff::token::XMLTokenEnum XML_THREE_DIMENSIONAL
+include/xmloff/xmltoken.hxx:1876
+ enum xmloff::token::XMLTokenEnum XML_THUMBNAIL
+include/xmloff/xmltoken.hxx:1877
+ enum xmloff::token::XMLTokenEnum XML_TICK_MARKS_MAJOR_INNER
+include/xmloff/xmltoken.hxx:1878
+ enum xmloff::token::XMLTokenEnum XML_TICK_MARKS_MAJOR_OUTER
+include/xmloff/xmltoken.hxx:1879
+ enum xmloff::token::XMLTokenEnum XML_TICK_MARKS_MINOR_INNER
+include/xmloff/xmltoken.hxx:1880
+ enum xmloff::token::XMLTokenEnum XML_TICK_MARKS_MINOR_OUTER
+include/xmloff/xmltoken.hxx:1881
+ enum xmloff::token::XMLTokenEnum XML_TILE_REPEAT_OFFSET
+include/xmloff/xmltoken.hxx:1883
+ enum xmloff::token::XMLTokenEnum XML_TIME_ADJUST
+include/xmloff/xmltoken.hxx:1884
+ enum xmloff::token::XMLTokenEnum XML_TIME_STYLE
+include/xmloff/xmltoken.hxx:1885
+ enum xmloff::token::XMLTokenEnum XML_TIME_VALUE
+include/xmloff/xmltoken.hxx:1886
+ enum xmloff::token::XMLTokenEnum XML_TIMES
+include/xmloff/xmltoken.hxx:1887
+ enum xmloff::token::XMLTokenEnum XML_TITLE
+include/xmloff/xmltoken.hxx:1888
+ enum xmloff::token::XMLTokenEnum XML_TO_ANOTHER_TABLE
+include/xmloff/xmltoken.hxx:1889
+ enum xmloff::token::XMLTokenEnum XML_TO_BOTTOM
+include/xmloff/xmltoken.hxx:1890
+ enum xmloff::token::XMLTokenEnum XML_TO_CENTER
+include/xmloff/xmltoken.hxx:1891
+ enum xmloff::token::XMLTokenEnum XML_TO_LEFT
+include/xmloff/xmltoken.hxx:1892
+ enum xmloff::token::XMLTokenEnum XML_TO_LOWER_LEFT
+include/xmloff/xmltoken.hxx:1893
+ enum xmloff::token::XMLTokenEnum XML_TO_LOWER_RIGHT
+include/xmloff/xmltoken.hxx:1894
+ enum xmloff::token::XMLTokenEnum XML_TO_RIGHT
+include/xmloff/xmltoken.hxx:1895
+ enum xmloff::token::XMLTokenEnum XML_TO_TOP
+include/xmloff/xmltoken.hxx:1896
+ enum xmloff::token::XMLTokenEnum XML_TO_UPPER_LEFT
+include/xmloff/xmltoken.hxx:1897
+ enum xmloff::token::XMLTokenEnum XML_TO_UPPER_RIGHT
+include/xmloff/xmltoken.hxx:1898
+ enum xmloff::token::XMLTokenEnum XML_TOC_MARK
+include/xmloff/xmltoken.hxx:1899
+ enum xmloff::token::XMLTokenEnum XML_TOC_MARK_END
+include/xmloff/xmltoken.hxx:1900
+ enum xmloff::token::XMLTokenEnum XML_TOC_MARK_START
+include/xmloff/xmltoken.hxx:1901
+ enum xmloff::token::XMLTokenEnum XML_TOP
+include/xmloff/xmltoken.hxx:1902
+ enum xmloff::token::XMLTokenEnum XML_TOP_LEFT
+include/xmloff/xmltoken.hxx:1903
+ enum xmloff::token::XMLTokenEnum XML_TOP_PERCENT
+include/xmloff/xmltoken.hxx:1904
+ enum xmloff::token::XMLTokenEnum XML_TOP_RIGHT
+include/xmloff/xmltoken.hxx:1905
+ enum xmloff::token::XMLTokenEnum XML_TOP_VALUES
+include/xmloff/xmltoken.hxx:1906
+ enum xmloff::token::XMLTokenEnum XML_TOPARC
+include/xmloff/xmltoken.hxx:1907
+ enum xmloff::token::XMLTokenEnum XML_TOPCIRCLE
+include/xmloff/xmltoken.hxx:1908
+ enum xmloff::token::XMLTokenEnum XML_TRACE_DEPENDENTS
+include/xmloff/xmltoken.hxx:1909
+ enum xmloff::token::XMLTokenEnum XML_TRACE_ERRORS
+include/xmloff/xmltoken.hxx:1910
+ enum xmloff::token::XMLTokenEnum XML_TRACE_PRECEDENTS
+include/xmloff/xmltoken.hxx:1911
+ enum xmloff::token::XMLTokenEnum XML_TRACK_CHANGES
+include/xmloff/xmltoken.hxx:1912
+ enum xmloff::token::XMLTokenEnum XML_TRACKED_CHANGES
+include/xmloff/xmltoken.hxx:1913
+ enum xmloff::token::XMLTokenEnum XML_TRACKED_CHANGES_VIEW_SETTINGS
+include/xmloff/xmltoken.hxx:1914
+ enum xmloff::token::XMLTokenEnum XML_TRANSFORM
+include/xmloff/xmltoken.hxx:1915
+ enum xmloff::token::XMLTokenEnum XML_TRANSITION_ON_CLICK
+include/xmloff/xmltoken.hxx:1916
+ enum xmloff::token::XMLTokenEnum XML_TRANSPARENCY
+include/xmloff/xmltoken.hxx:1917
+ enum xmloff::token::XMLTokenEnum XML_TRANSPARENCY_NAME
+include/xmloff/xmltoken.hxx:1918
+ enum xmloff::token::XMLTokenEnum XML_TRANSPARENT
+include/xmloff/xmltoken.hxx:1919
+ enum xmloff::token::XMLTokenEnum XML_TRANSPOSE
+include/xmloff/xmltoken.hxx:1920
+ enum xmloff::token::XMLTokenEnum XML_TRUE
+include/xmloff/xmltoken.hxx:1921
+ enum xmloff::token::XMLTokenEnum XML_TRUNCATE_ON_OVERFLOW
+include/xmloff/xmltoken.hxx:1922
+ enum xmloff::token::XMLTokenEnum XML_TRY_STAGGERING_FIRST
+include/xmloff/xmltoken.hxx:1923
+ enum xmloff::token::XMLTokenEnum XML_TSPAN
+include/xmloff/xmltoken.hxx:1924
+ enum xmloff::token::XMLTokenEnum XML_TTB
+include/xmloff/xmltoken.hxx:1930
+ enum xmloff::token::XMLTokenEnum XML_SMALL_WAVE
+include/xmloff/xmltoken.hxx:1932
+ enum xmloff::token::XMLTokenEnum XML_UNFORMATTED_TEXT
+include/xmloff/xmltoken.hxx:1933
+ enum xmloff::token::XMLTokenEnum XML_UNION
+include/xmloff/xmltoken.hxx:1934
+ enum xmloff::token::XMLTokenEnum XML_UNIT
+include/xmloff/xmltoken.hxx:1935
+ enum xmloff::token::XMLTokenEnum XML_UNORDERED_LIST
+include/xmloff/xmltoken.hxx:1936
+ enum xmloff::token::XMLTokenEnum XML_UNPUBLISHED
+include/xmloff/xmltoken.hxx:1937
+ enum xmloff::token::XMLTokenEnum XML_UP
+include/xmloff/xmltoken.hxx:1938
+ enum xmloff::token::XMLTokenEnum XML_UPLIMIT
+include/xmloff/xmltoken.hxx:1939
+ enum xmloff::token::XMLTokenEnum XML_UPRIGHT
+include/xmloff/xmltoken.hxx:1940
+ enum xmloff::token::XMLTokenEnum XML_URL
+include/xmloff/xmltoken.hxx:1941
+ enum xmloff::token::XMLTokenEnum XML_USE
+include/xmloff/xmltoken.hxx:1942
+ enum xmloff::token::XMLTokenEnum XML_USE_CAPTION
+include/xmloff/xmltoken.hxx:1943
+ enum xmloff::token::XMLTokenEnum XML_USE_CELL_PROTECTION
+include/xmloff/xmltoken.hxx:1944
+ enum xmloff::token::XMLTokenEnum XML_USE_CHART_OBJECTS
+include/xmloff/xmltoken.hxx:1945
+ enum xmloff::token::XMLTokenEnum XML_USE_CONDITION
+include/xmloff/xmltoken.hxx:1946
+ enum xmloff::token::XMLTokenEnum XML_USE_DRAW_OBJECTS
+include/xmloff/xmltoken.hxx:1947
+ enum xmloff::token::XMLTokenEnum XML_USE_FLOATING_FRAMES
+include/xmloff/xmltoken.hxx:1948
+ enum xmloff::token::XMLTokenEnum XML_USE_GRAPHICS
+include/xmloff/xmltoken.hxx:1949
+ enum xmloff::token::XMLTokenEnum XML_USE_IMAGE_OBJECTS
+include/xmloff/xmltoken.hxx:1950
+ enum xmloff::token::XMLTokenEnum XML_USE_INDEX_MARKS
+include/xmloff/xmltoken.hxx:1951
+ enum xmloff::token::XMLTokenEnum XML_USE_INDEX_SOURCE_STYLES
+include/xmloff/xmltoken.hxx:1952
+ enum xmloff::token::XMLTokenEnum XML_USE_KEYS_AS_ENTRIES
+include/xmloff/xmltoken.hxx:1953
+ enum xmloff::token::XMLTokenEnum XML_USE_LABEL
+include/xmloff/xmltoken.hxx:1954
+ enum xmloff::token::XMLTokenEnum XML_USE_MATH_OBJECTS
+include/xmloff/xmltoken.hxx:1955
+ enum xmloff::token::XMLTokenEnum XML_USE_OBJECTS
+include/xmloff/xmltoken.hxx:1956
+ enum xmloff::token::XMLTokenEnum XML_USE_OPTIMAL_COLUMN_WIDTH
+include/xmloff/xmltoken.hxx:1957
+ enum xmloff::token::XMLTokenEnum XML_USE_OPTIMAL_ROW_HEIGHT
+include/xmloff/xmltoken.hxx:1958
+ enum xmloff::token::XMLTokenEnum XML_USE_OTHER_OBJECTS
+include/xmloff/xmltoken.hxx:1959
+ enum xmloff::token::XMLTokenEnum XML_USE_SPREADSHEET_OBJECTS
+include/xmloff/xmltoken.hxx:1960
+ enum xmloff::token::XMLTokenEnum XML_USE_STYLES
+include/xmloff/xmltoken.hxx:1961
+ enum xmloff::token::XMLTokenEnum XML_USE_TABLES
+include/xmloff/xmltoken.hxx:1962
+ enum xmloff::token::XMLTokenEnum XML_USE_WINDOW_FONT_COLOR
+include/xmloff/xmltoken.hxx:1963
+ enum xmloff::token::XMLTokenEnum XML_USED_HIERARCHY
+include/xmloff/xmltoken.hxx:1964
+ enum xmloff::token::XMLTokenEnum XML_USER_DEFINED
+include/xmloff/xmltoken.hxx:1965
+ enum xmloff::token::XMLTokenEnum XML_USER_FIELD_DECL
+include/xmloff/xmltoken.hxx:1966
+ enum xmloff::token::XMLTokenEnum XML_USER_FIELD_DECLS
+include/xmloff/xmltoken.hxx:1967
+ enum xmloff::token::XMLTokenEnum XML_USER_FIELD_GET
+include/xmloff/xmltoken.hxx:1968
+ enum xmloff::token::XMLTokenEnum XML_USER_FIELD_INPUT
+include/xmloff/xmltoken.hxx:1969
+ enum xmloff::token::XMLTokenEnum XML_USER_INDEX
+include/xmloff/xmltoken.hxx:1970
+ enum xmloff::token::XMLTokenEnum XML_USER_INDEX_ENTRY_TEMPLATE
+include/xmloff/xmltoken.hxx:1971
+ enum xmloff::token::XMLTokenEnum XML_USER_INDEX_MARK
+include/xmloff/xmltoken.hxx:1972
+ enum xmloff::token::XMLTokenEnum XML_USER_INDEX_MARK_END
+include/xmloff/xmltoken.hxx:1973
+ enum xmloff::token::XMLTokenEnum XML_USER_INDEX_MARK_START
+include/xmloff/xmltoken.hxx:1974
+ enum xmloff::token::XMLTokenEnum XML_USER_INDEX_SOURCE
+include/xmloff/xmltoken.hxx:1975
+ enum xmloff::token::XMLTokenEnum XML_USER_TRANSFORMED
+include/xmloff/xmltoken.hxx:1976
+ enum xmloff::token::XMLTokenEnum XML_USERNAME
+include/xmloff/xmltoken.hxx:1978
+ enum xmloff::token::XMLTokenEnum XML_VALUE_TYPE
+include/xmloff/xmltoken.hxx:1979
+ enum xmloff::token::XMLTokenEnum XML_VALUES_CELL_RANGE_ADDRESS
+include/xmloff/xmltoken.hxx:1980
+ enum xmloff::token::XMLTokenEnum XML_VAR
+include/xmloff/xmltoken.hxx:1981
+ enum xmloff::token::XMLTokenEnum XML_VARIABLE
+include/xmloff/xmltoken.hxx:1982
+ enum xmloff::token::XMLTokenEnum XML_VARIABLE_DECL
+include/xmloff/xmltoken.hxx:1983
+ enum xmloff::token::XMLTokenEnum XML_VARIABLE_DECLS
+include/xmloff/xmltoken.hxx:1984
+ enum xmloff::token::XMLTokenEnum XML_VARIABLE_GET
+include/xmloff/xmltoken.hxx:1985
+ enum xmloff::token::XMLTokenEnum XML_VARIABLE_INPUT
+include/xmloff/xmltoken.hxx:1986
+ enum xmloff::token::XMLTokenEnum XML_VARIABLE_SET
+include/xmloff/xmltoken.hxx:1987
+ enum xmloff::token::XMLTokenEnum XML_VARIANCE
+include/xmloff/xmltoken.hxx:1988
+ enum xmloff::token::XMLTokenEnum XML_VARP
+include/xmloff/xmltoken.hxx:1989
+ enum xmloff::token::XMLTokenEnum XML_VECTOR
+include/xmloff/xmltoken.hxx:1990
+ enum xmloff::token::XMLTokenEnum XML_VERB
+include/xmloff/xmltoken.hxx:1992
+ enum xmloff::token::XMLTokenEnum XML_VERSION_ENTRY
+include/xmloff/xmltoken.hxx:1993
+ enum xmloff::token::XMLTokenEnum XML_VERSION_LIST
+include/xmloff/xmltoken.hxx:1994
+ enum xmloff::token::XMLTokenEnum XML_VERTICAL
+include/xmloff/xmltoken.hxx:1995
+ enum xmloff::token::XMLTokenEnum XML_VERTICAL_ALIGN
+include/xmloff/xmltoken.hxx:1996
+ enum xmloff::token::XMLTokenEnum XML_VERTICAL_JUSTIFY
+include/xmloff/xmltoken.hxx:1997
+ enum xmloff::token::XMLTokenEnum XML_VERTICAL_LINES
+include/xmloff/xmltoken.hxx:1998
+ enum xmloff::token::XMLTokenEnum XML_VERTICAL_POS
+include/xmloff/xmltoken.hxx:1999
+ enum xmloff::token::XMLTokenEnum XML_VERTICAL_REL
+include/xmloff/xmltoken.hxx:2000
+ enum xmloff::token::XMLTokenEnum XML_VERTICAL_SEGMENTS
+include/xmloff/xmltoken.hxx:2001
+ enum xmloff::token::XMLTokenEnum XML_VERTICAL_SPLIT_MODE
+include/xmloff/xmltoken.hxx:2002
+ enum xmloff::token::XMLTokenEnum XML_VERTICAL_SPLIT_POSITION
+include/xmloff/xmltoken.hxx:2003
+ enum xmloff::token::XMLTokenEnum XML_VERTICAL_STRIPES
+include/xmloff/xmltoken.hxx:2004
+ enum xmloff::token::XMLTokenEnum XML_VIEW
+include/xmloff/xmltoken.hxx:2005
+ enum xmloff::token::XMLTokenEnum XML_VIEWBOX
+include/xmloff/xmltoken.hxx:2006
+ enum xmloff::token::XMLTokenEnum XML_VIEW_ID
+include/xmloff/xmltoken.hxx:2007
+ enum xmloff::token::XMLTokenEnum XML_VIEW_SETTINGS
+include/xmloff/xmltoken.hxx:2009
+ enum xmloff::token::XMLTokenEnum XML_VISIBLE
+include/xmloff/xmltoken.hxx:2010
+ enum xmloff::token::XMLTokenEnum XML_VISIBLE_AREA
+include/xmloff/xmltoken.hxx:2011
+ enum xmloff::token::XMLTokenEnum XML_VISIBLE_AREA_HEIGHT
+include/xmloff/xmltoken.hxx:2012
+ enum xmloff::token::XMLTokenEnum XML_VISIBLE_AREA_LEFT
+include/xmloff/xmltoken.hxx:2013
+ enum xmloff::token::XMLTokenEnum XML_VISIBLE_AREA_TOP
+include/xmloff/xmltoken.hxx:2014
+ enum xmloff::token::XMLTokenEnum XML_VISIBLE_AREA_WIDTH
+include/xmloff/xmltoken.hxx:2015
+ enum xmloff::token::XMLTokenEnum XML_VISITED_STYLE_NAME
+include/xmloff/xmltoken.hxx:2016
+ enum xmloff::token::XMLTokenEnum XML_VOLATILE
+include/xmloff/xmltoken.hxx:2017
+ enum xmloff::token::XMLTokenEnum XML_VOLUME
+include/xmloff/xmltoken.hxx:2018
+ enum xmloff::token::XMLTokenEnum XML_VPN
+include/xmloff/xmltoken.hxx:2019
+ enum xmloff::token::XMLTokenEnum XML_VRP
+include/xmloff/xmltoken.hxx:2020
+ enum xmloff::token::XMLTokenEnum XML_VUP
+include/xmloff/xmltoken.hxx:2021
+ enum xmloff::token::XMLTokenEnum XML_WALL
+include/xmloff/xmltoken.hxx:2022
+ enum xmloff::token::XMLTokenEnum XML_WARNING
+include/xmloff/xmltoken.hxx:2023
+ enum xmloff::token::XMLTokenEnum XML_WATERMARK
+include/xmloff/xmltoken.hxx:2024
+ enum xmloff::token::XMLTokenEnum XML_WAVYLINE
+include/xmloff/xmltoken.hxx:2025
+ enum xmloff::token::XMLTokenEnum XML_WAVYLINE_FROM_BOTTOM
+include/xmloff/xmltoken.hxx:2026
+ enum xmloff::token::XMLTokenEnum XML_WAVYLINE_FROM_LEFT
+include/xmloff/xmltoken.hxx:2027
+ enum xmloff::token::XMLTokenEnum XML_WAVYLINE_FROM_RIGHT
+include/xmloff/xmltoken.hxx:2028
+ enum xmloff::token::XMLTokenEnum XML_WAVYLINE_FROM_TOP
+include/xmloff/xmltoken.hxx:2029
+ enum xmloff::token::XMLTokenEnum XML_WEEK_OF_YEAR
+include/xmloff/xmltoken.hxx:2030
+ enum xmloff::token::XMLTokenEnum XML_WEIGHT_BOLD
+include/xmloff/xmltoken.hxx:2031
+ enum xmloff::token::XMLTokenEnum XML_WEIGHT_NORMAL
+include/xmloff/xmltoken.hxx:2032
+ enum xmloff::token::XMLTokenEnum XML_WHITE
+include/xmloff/xmltoken.hxx:2033
+ enum xmloff::token::XMLTokenEnum XML_WHOLE_PAGE
+include/xmloff/xmltoken.hxx:2034
+ enum xmloff::token::XMLTokenEnum XML_WIDOWS
+include/xmloff/xmltoken.hxx:2036
+ enum xmloff::token::XMLTokenEnum XML_WORD
+include/xmloff/xmltoken.hxx:2037
+ enum xmloff::token::XMLTokenEnum XML_WORD_COUNT
+include/xmloff/xmltoken.hxx:2038
+ enum xmloff::token::XMLTokenEnum XML_WRAP
+include/xmloff/xmltoken.hxx:2039
+ enum xmloff::token::XMLTokenEnum XML_WRAP_CONTOUR
+include/xmloff/xmltoken.hxx:2040
+ enum xmloff::token::XMLTokenEnum XML_WRAP_CONTOUR_MODE
+include/xmloff/xmltoken.hxx:2041
+ enum xmloff::token::XMLTokenEnum XML_WRAP_OPTION
+include/xmloff/xmltoken.hxx:2042
+ enum xmloff::token::XMLTokenEnum XML_WRITING_MODE
+include/xmloff/xmltoken.hxx:2043
+ enum xmloff::token::XMLTokenEnum XML_WWW
+include/xmloff/xmltoken.hxx:2045
+ enum xmloff::token::XMLTokenEnum XML_X1
+include/xmloff/xmltoken.hxx:2046
+ enum xmloff::token::XMLTokenEnum XML_X2
+include/xmloff/xmltoken.hxx:2047
+ enum xmloff::token::XMLTokenEnum XML_X_MAC_ROMAN
+include/xmloff/xmltoken.hxx:2048
+ enum xmloff::token::XMLTokenEnum XML_X_SYMBOL
+include/xmloff/xmltoken.hxx:2049
+ enum xmloff::token::XMLTokenEnum XML_X_SYSTEM
+include/xmloff/xmltoken.hxx:2050
+ enum xmloff::token::XMLTokenEnum XML_XOR
+include/xmloff/xmltoken.hxx:2052
+ enum xmloff::token::XMLTokenEnum XML_Y1
+include/xmloff/xmltoken.hxx:2053
+ enum xmloff::token::XMLTokenEnum XML_Y2
+include/xmloff/xmltoken.hxx:2055
+ enum xmloff::token::XMLTokenEnum XML_YELLOW
+include/xmloff/xmltoken.hxx:2056
+ enum xmloff::token::XMLTokenEnum XML_ZERO_VALUES
+include/xmloff/xmltoken.hxx:2057
+ enum xmloff::token::XMLTokenEnum XML_ZINDEX
+include/xmloff/xmltoken.hxx:2058
+ enum xmloff::token::XMLTokenEnum XML_ZOOM_TYPE
+include/xmloff/xmltoken.hxx:2059
+ enum xmloff::token::XMLTokenEnum XML_ZOOM_VALUE
+include/xmloff/xmltoken.hxx:2061
+ enum xmloff::token::XMLTokenEnum XML_ENABLE
+include/xmloff/xmltoken.hxx:2062
+ enum xmloff::token::XMLTokenEnum XML_USE_REGULAR_EXPRESSIONS
+include/xmloff/xmltoken.hxx:2063
+ enum xmloff::token::XMLTokenEnum XML_USE_WILDCARDS
+include/xmloff/xmltoken.hxx:2064
+ enum xmloff::token::XMLTokenEnum XML_DATA_SOURCE_HAS_LABELS
+include/xmloff/xmltoken.hxx:2065
+ enum xmloff::token::XMLTokenEnum XML_LINK_DATA_STYLE_TO_SOURCE
+include/xmloff/xmltoken.hxx:2066
+ enum xmloff::token::XMLTokenEnum XML_SORT_ALGORITHM
+include/xmloff/xmltoken.hxx:2067
+ enum xmloff::token::XMLTokenEnum XML_STRAIGHT_LINE
+include/xmloff/xmltoken.hxx:2068
+ enum xmloff::token::XMLTokenEnum XML_ANGLED_LINE
+include/xmloff/xmltoken.hxx:2069
+ enum xmloff::token::XMLTokenEnum XML_ANGLED_CONNECTOR_LINE
+include/xmloff/xmltoken.hxx:2070
+ enum xmloff::token::XMLTokenEnum XML_APPLICATION_X_WWW_FORM_URLENCODED
+include/xmloff/xmltoken.hxx:2071
+ enum xmloff::token::XMLTokenEnum XML_MULTIPART_FORMDATA
+include/xmloff/xmltoken.hxx:2072
+ enum xmloff::token::XMLTokenEnum XML_APPLICATION_TEXT
+include/xmloff/xmltoken.hxx:2073
+ enum xmloff::token::XMLTokenEnum XML_GET
+include/xmloff/xmltoken.hxx:2074
+ enum xmloff::token::XMLTokenEnum XML_POST
+include/xmloff/xmltoken.hxx:2075
+ enum xmloff::token::XMLTokenEnum XML_QUERY
+include/xmloff/xmltoken.hxx:2076
+ enum xmloff::token::XMLTokenEnum XML_PARENT
+include/xmloff/xmltoken.hxx:2077
+ enum xmloff::token::XMLTokenEnum XML_RECORDS
+include/xmloff/xmltoken.hxx:2078
+ enum xmloff::token::XMLTokenEnum XML_PUSH
+include/xmloff/xmltoken.hxx:2079
+ enum xmloff::token::XMLTokenEnum XML_SUBMIT
+include/xmloff/xmltoken.hxx:2080
+ enum xmloff::token::XMLTokenEnum XML_RESET
+include/xmloff/xmltoken.hxx:2081
+ enum xmloff::token::XMLTokenEnum XML_VALUE_LIST
+include/xmloff/xmltoken.hxx:2082
+ enum xmloff::token::XMLTokenEnum XML_SQL
+include/xmloff/xmltoken.hxx:2083
+ enum xmloff::token::XMLTokenEnum XML_SQL_PASS_THROUGH
+include/xmloff/xmltoken.hxx:2084
+ enum xmloff::token::XMLTokenEnum XML_TABLE_FIELDS
+include/xmloff/xmltoken.hxx:2085
+ enum xmloff::token::XMLTokenEnum XML_UNCHECKED
+include/xmloff/xmltoken.hxx:2086
+ enum xmloff::token::XMLTokenEnum XML_CHECKED
+include/xmloff/xmltoken.hxx:2087
+ enum xmloff::token::XMLTokenEnum XML_UNKNOWN
+include/xmloff/xmltoken.hxx:2089
+ enum xmloff::token::XMLTokenEnum XML_ROLL_FROM_TOP
+include/xmloff/xmltoken.hxx:2091
+ enum xmloff::token::XMLTokenEnum XML_BINARY_DATA
+include/xmloff/xmltoken.hxx:2092
+ enum xmloff::token::XMLTokenEnum XML_NOTIFY_ON_UPDATE_OF_TABLE
+include/xmloff/xmltoken.hxx:2094
+ enum xmloff::token::XMLTokenEnum XML_0
+include/xmloff/xmltoken.hxx:2095
+ enum xmloff::token::XMLTokenEnum XML_PLAY
+include/xmloff/xmltoken.hxx:2096
+ enum xmloff::token::XMLTokenEnum XML_HANDOUT_MASTER
+include/xmloff/xmltoken.hxx:2097
+ enum xmloff::token::XMLTokenEnum XML_TEXT_STYLE_NAME
+include/xmloff/xmltoken.hxx:2098
+ enum xmloff::token::XMLTokenEnum XML_ESCAPE_DIRECTION
+include/xmloff/xmltoken.hxx:2099
+ enum xmloff::token::XMLTokenEnum XML_GLUE_POINT
+include/xmloff/xmltoken.hxx:2100
+ enum xmloff::token::XMLTokenEnum XML_PRIMARY_X
+include/xmloff/xmltoken.hxx:2101
+ enum xmloff::token::XMLTokenEnum XML_SECONDARY_X
+include/xmloff/xmltoken.hxx:2102
+ enum xmloff::token::XMLTokenEnum XML_PRIMARY_Y
+include/xmloff/xmltoken.hxx:2103
+ enum xmloff::token::XMLTokenEnum XML_SECONDARY_Y
+include/xmloff/xmltoken.hxx:2104
+ enum xmloff::token::XMLTokenEnum XML_PRIMARY_Z
+include/xmloff/xmltoken.hxx:2106
+ enum xmloff::token::XMLTokenEnum XML_CAPTION_TYPE
+include/xmloff/xmltoken.hxx:2107
+ enum xmloff::token::XMLTokenEnum XML_CAPTION_ANGLE_TYPE
+include/xmloff/xmltoken.hxx:2108
+ enum xmloff::token::XMLTokenEnum XML_CAPTION_ANGLE
+include/xmloff/xmltoken.hxx:2109
+ enum xmloff::token::XMLTokenEnum XML_CAPTION_GAP
+include/xmloff/xmltoken.hxx:2110
+ enum xmloff::token::XMLTokenEnum XML_CAPTION_ESCAPE_DIRECTION
+include/xmloff/xmltoken.hxx:2111
+ enum xmloff::token::XMLTokenEnum XML_CAPTION_ESCAPE
+include/xmloff/xmltoken.hxx:2112
+ enum xmloff::token::XMLTokenEnum XML_CAPTION_LINE_LENGTH
+include/xmloff/xmltoken.hxx:2113
+ enum xmloff::token::XMLTokenEnum XML_CAPTION_FIT_LINE_LENGTH
+include/xmloff/xmltoken.hxx:2114
+ enum xmloff::token::XMLTokenEnum XML_FREE
+include/xmloff/xmltoken.hxx:2116
+ enum xmloff::token::XMLTokenEnum XML_TRANSITION_TYPE
+include/xmloff/xmltoken.hxx:2117
+ enum xmloff::token::XMLTokenEnum XML_TRANSITION_STYLE
+include/xmloff/xmltoken.hxx:2118
+ enum xmloff::token::XMLTokenEnum XML_TRANSITION_SPEED
+include/xmloff/xmltoken.hxx:2119
+ enum xmloff::token::XMLTokenEnum XML_DURATION
+include/xmloff/xmltoken.hxx:2120
+ enum xmloff::token::XMLTokenEnum XML_BACKGROUND_SIZE
+include/xmloff/xmltoken.hxx:2121
+ enum xmloff::token::XMLTokenEnum XML_BACKGROUND_OBJECTS_VISIBLE
+include/xmloff/xmltoken.hxx:2122
+ enum xmloff::token::XMLTokenEnum XML_BACKGROUND_VISIBLE
+include/xmloff/xmltoken.hxx:2124
+ enum xmloff::token::XMLTokenEnum XML_MOVE_FROM_UPPERLEFT
+include/xmloff/xmltoken.hxx:2125
+ enum xmloff::token::XMLTokenEnum XML_MOVE_FROM_UPPERRIGHT
+include/xmloff/xmltoken.hxx:2126
+ enum xmloff::token::XMLTokenEnum XML_MOVE_FROM_LOWERRIGHT
+include/xmloff/xmltoken.hxx:2127
+ enum xmloff::token::XMLTokenEnum XML_MOVE_FROM_LOWERLEFT
+include/xmloff/xmltoken.hxx:2128
+ enum xmloff::token::XMLTokenEnum XML_UNCOVER_TO_LEFT
+include/xmloff/xmltoken.hxx:2129
+ enum xmloff::token::XMLTokenEnum XML_UNCOVER_TO_UPPERLEFT
+include/xmloff/xmltoken.hxx:2130
+ enum xmloff::token::XMLTokenEnum XML_UNCOVER_TO_TOP
+include/xmloff/xmltoken.hxx:2131
+ enum xmloff::token::XMLTokenEnum XML_UNCOVER_TO_UPPERRIGHT
+include/xmloff/xmltoken.hxx:2132
+ enum xmloff::token::XMLTokenEnum XML_UNCOVER_TO_RIGHT
+include/xmloff/xmltoken.hxx:2133
+ enum xmloff::token::XMLTokenEnum XML_UNCOVER_TO_LOWERRIGHT
+include/xmloff/xmltoken.hxx:2134
+ enum xmloff::token::XMLTokenEnum XML_UNCOVER_TO_BOTTOM
+include/xmloff/xmltoken.hxx:2135
+ enum xmloff::token::XMLTokenEnum XML_UNCOVER_TO_LOWERLEFT
+include/xmloff/xmltoken.hxx:2136
+ enum xmloff::token::XMLTokenEnum XML_VERTICAL_CHECKERBOARD
+include/xmloff/xmltoken.hxx:2137
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTAL_CHECKERBOARD
+include/xmloff/xmltoken.hxx:2138
+ enum xmloff::token::XMLTokenEnum XML_NOTIFY_ON_UPDATE_OF_RANGES
+include/xmloff/xmltoken.hxx:2139
+ enum xmloff::token::XMLTokenEnum XML_BYTE
+include/xmloff/xmltoken.hxx:2140
+ enum xmloff::token::XMLTokenEnum XML_MACRO
+include/xmloff/xmltoken.hxx:2141
+ enum xmloff::token::XMLTokenEnum XML_LOCATION
+include/xmloff/xmltoken.hxx:2142
+ enum xmloff::token::XMLTokenEnum XML_APPLICATION
+include/xmloff/xmltoken.hxx:2143
+ enum xmloff::token::XMLTokenEnum XML_SYMBOL_IMAGE
+include/xmloff/xmltoken.hxx:2144
+ enum xmloff::token::XMLTokenEnum XML_TEXT_OVERLAP
+include/xmloff/xmltoken.hxx:2145
+ enum xmloff::token::XMLTokenEnum XML_SPLINE_ORDER
+include/xmloff/xmltoken.hxx:2146
+ enum xmloff::token::XMLTokenEnum XML_SPLINE_RESOLUTION
+include/xmloff/xmltoken.hxx:2148
+ enum xmloff::token::XMLTokenEnum XML_PAPER_TRAY_NAME
+include/xmloff/xmltoken.hxx:2150
+ enum xmloff::token::XMLTokenEnum XML_COLUMN_MAPPING
+include/xmloff/xmltoken.hxx:2151
+ enum xmloff::token::XMLTokenEnum XML_ROW_MAPPING
+include/xmloff/xmltoken.hxx:2153
+ enum xmloff::token::XMLTokenEnum XML_TABLE_FORMULA
+include/xmloff/xmltoken.hxx:2155
+ enum xmloff::token::XMLTokenEnum XML_EMBEDDED_TEXT
+include/xmloff/xmltoken.hxx:2157
+ enum xmloff::token::XMLTokenEnum XML_MERGE_LAST_PARAGRAPH
+include/xmloff/xmltoken.hxx:2159
+ enum xmloff::token::XMLTokenEnum XML_STOCK_LOSS_MARKER
+include/xmloff/xmltoken.hxx:2160
+ enum xmloff::token::XMLTokenEnum XML_STOCK_GAIN_MARKER
+include/xmloff/xmltoken.hxx:2161
+ enum xmloff::token::XMLTokenEnum XML_STOCK_RANGE_LINE
+include/xmloff/xmltoken.hxx:2163
+ enum xmloff::token::XMLTokenEnum XML_RL_TB
+include/xmloff/xmltoken.hxx:2164
+ enum xmloff::token::XMLTokenEnum XML_TB_LR
+include/xmloff/xmltoken.hxx:2165
+ enum xmloff::token::XMLTokenEnum XML_LR
+include/xmloff/xmltoken.hxx:2166
+ enum xmloff::token::XMLTokenEnum XML_RL
+include/xmloff/xmltoken.hxx:2167
+ enum xmloff::token::XMLTokenEnum XML_TB
+include/xmloff/xmltoken.hxx:2169
+ enum xmloff::token::XMLTokenEnum XML_LAYOUT_GRID_COLOR
+include/xmloff/xmltoken.hxx:2170
+ enum xmloff::token::XMLTokenEnum XML_LAYOUT_GRID_LINES
+include/xmloff/xmltoken.hxx:2171
+ enum xmloff::token::XMLTokenEnum XML_LAYOUT_GRID_BASE_HEIGHT
+include/xmloff/xmltoken.hxx:2172
+ enum xmloff::token::XMLTokenEnum XML_LAYOUT_GRID_RUBY_HEIGHT
+include/xmloff/xmltoken.hxx:2173
+ enum xmloff::token::XMLTokenEnum XML_LAYOUT_GRID_MODE
+include/xmloff/xmltoken.hxx:2174
+ enum xmloff::token::XMLTokenEnum XML_LAYOUT_GRID_RUBY_BELOW
+include/xmloff/xmltoken.hxx:2175
+ enum xmloff::token::XMLTokenEnum XML_LAYOUT_GRID_PRINT
+include/xmloff/xmltoken.hxx:2176
+ enum xmloff::token::XMLTokenEnum XML_LAYOUT_GRID_DISPLAY
+include/xmloff/xmltoken.hxx:2179
+ enum xmloff::token::XMLTokenEnum XML_DEFAULT_PAGE_LAYOUT
+include/xmloff/xmltoken.hxx:2180
+ enum xmloff::token::XMLTokenEnum XML_LAYOUT_GRID_STANDARD_MODE
+include/xmloff/xmltoken.hxx:2181
+ enum xmloff::token::XMLTokenEnum XML_LAYOUT_GRID_BASE_WIDTH
+include/xmloff/xmltoken.hxx:2182
+ enum xmloff::token::XMLTokenEnum XML_LAYOUT_GRID_SNAP_TO_CHARS
+include/xmloff/xmltoken.hxx:2183
+ enum xmloff::token::XMLTokenEnum XML_LAYOUT_GRID_SNAP_TO
+include/xmloff/xmltoken.hxx:2185
+ enum xmloff::token::XMLTokenEnum XML_SNAP_TO_LAYOUT_GRID
+include/xmloff/xmltoken.hxx:2186
+ enum xmloff::token::XMLTokenEnum XML_DONT_BALANCE_TEXT_COLUMNS
+include/xmloff/xmltoken.hxx:2188
+ enum xmloff::token::XMLTokenEnum XML_GLYPH_ORIENTATION_VERTICAL
+include/xmloff/xmltoken.hxx:2190
+ enum xmloff::token::XMLTokenEnum XML_MARKED_INVALID
+include/xmloff/xmltoken.hxx:2192
+ enum xmloff::token::XMLTokenEnum XML_REGRESSION_CURVE
+include/xmloff/xmltoken.hxx:2193
+ enum xmloff::token::XMLTokenEnum XML_REGRESSION_TYPE
+include/xmloff/xmltoken.hxx:2194
+ enum xmloff::token::XMLTokenEnum XML_REGRESSION_CURVE_NAME
+include/xmloff/xmltoken.hxx:2195
+ enum xmloff::token::XMLTokenEnum XML_REGRESSION_EXTRAPOLATE_FORWARD
+include/xmloff/xmltoken.hxx:2196
+ enum xmloff::token::XMLTokenEnum XML_REGRESSION_EXTRAPOLATE_BACKWARD
+include/xmloff/xmltoken.hxx:2197
+ enum xmloff::token::XMLTokenEnum XML_REGRESSION_MAX_DEGREE
+include/xmloff/xmltoken.hxx:2198
+ enum xmloff::token::XMLTokenEnum XML_REGRESSION_MIN_DEGREE
+include/xmloff/xmltoken.hxx:2199
+ enum xmloff::token::XMLTokenEnum XML_REGRESSION_MOVING_TYPE
+include/xmloff/xmltoken.hxx:2200
+ enum xmloff::token::XMLTokenEnum XML_REGRESSION_PERIOD
+include/xmloff/xmltoken.hxx:2201
+ enum xmloff::token::XMLTokenEnum XML_REGRESSION_FORCE_INTERCEPT
+include/xmloff/xmltoken.hxx:2202
+ enum xmloff::token::XMLTokenEnum XML_REGRESSION_INTERCEPT_VALUE
+include/xmloff/xmltoken.hxx:2203
+ enum xmloff::token::XMLTokenEnum XML_REGRESSION_X_NAME
+include/xmloff/xmltoken.hxx:2204
+ enum xmloff::token::XMLTokenEnum XML_REGRESSION_Y_NAME
+include/xmloff/xmltoken.hxx:2206
+ enum xmloff::token::XMLTokenEnum XML_ERROR_INDICATOR
+include/xmloff/xmltoken.hxx:2208
+ enum xmloff::token::XMLTokenEnum XML_TABLE_TYPE
+include/xmloff/xmltoken.hxx:2210
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_FACTOR
+include/xmloff/xmltoken.hxx:2212
+ enum xmloff::token::XMLTokenEnum XML_TRANSLITERATION_FORMAT
+include/xmloff/xmltoken.hxx:2213
+ enum xmloff::token::XMLTokenEnum XML_TRANSLITERATION_LANGUAGE
+include/xmloff/xmltoken.hxx:2214
+ enum xmloff::token::XMLTokenEnum XML_TRANSLITERATION_COUNTRY
+include/xmloff/xmltoken.hxx:2215
+ enum xmloff::token::XMLTokenEnum XML_TRANSLITERATION_STYLE
+include/xmloff/xmltoken.hxx:2217
+ enum xmloff::token::XMLTokenEnum XML_KEY1_PHONETIC
+include/xmloff/xmltoken.hxx:2218
+ enum xmloff::token::XMLTokenEnum XML_KEY2_PHONETIC
+include/xmloff/xmltoken.hxx:2219
+ enum xmloff::token::XMLTokenEnum XML_STRING_VALUE_PHONETIC
+include/xmloff/xmltoken.hxx:2221
+ enum xmloff::token::XMLTokenEnum XML_BACKGROUND_TRANSPARENCY
+include/xmloff/xmltoken.hxx:2222
+ enum xmloff::token::XMLTokenEnum XML_BACKGROUND_IMAGE_TRANSPARENCY
+include/xmloff/xmltoken.hxx:2224
+ enum xmloff::token::XMLTokenEnum XML_DYNAMIC_SPACING
+include/xmloff/xmltoken.hxx:2225
+ enum xmloff::token::XMLTokenEnum XML_MAIN_ENTRY
+include/xmloff/xmltoken.hxx:2227
+ enum xmloff::token::XMLTokenEnum XML_USE_OUTLINE_LEVEL
+include/xmloff/xmltoken.hxx:2230
+ enum xmloff::token::XMLTokenEnum XML_CLOSE_FRONT
+include/xmloff/xmltoken.hxx:2231
+ enum xmloff::token::XMLTokenEnum XML_CLOSE_BACK
+include/xmloff/xmltoken.hxx:2233
+ enum xmloff::token::XMLTokenEnum XML_DROP_DOWN
+include/xmloff/xmltoken.hxx:2234
+ enum xmloff::token::XMLTokenEnum XML_CURRENT_SELECTED
+include/xmloff/xmltoken.hxx:2236
+ enum xmloff::token::XMLTokenEnum XML_JOIN_BORDER
+include/xmloff/xmltoken.hxx:2238
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_LIST
+include/xmloff/xmltoken.hxx:2239
+ enum xmloff::token::XMLTokenEnum XML_NO
+include/xmloff/xmltoken.hxx:2240
+ enum xmloff::token::XMLTokenEnum XML_UNSORTED
+include/xmloff/xmltoken.hxx:2241
+ enum xmloff::token::XMLTokenEnum XML_FONT_INDEPENDENT_LINE_SPACING
+include/xmloff/xmltoken.hxx:2244
+ enum xmloff::token::XMLTokenEnum XML_SORTED_ASCENDING
+include/xmloff/xmltoken.hxx:2246
+ enum xmloff::token::XMLTokenEnum XML_DATABASE
+include/xmloff/xmltoken.hxx:2247
+ enum xmloff::token::XMLTokenEnum XML_DATASOURCE
+include/xmloff/xmltoken.hxx:2248
+ enum xmloff::token::XMLTokenEnum XML_QUERIES
+include/xmloff/xmltoken.hxx:2249
+ enum xmloff::token::XMLTokenEnum XML_REPORTS
+include/xmloff/xmltoken.hxx:2250
+ enum xmloff::token::XMLTokenEnum XML_REPORT
+include/xmloff/xmltoken.hxx:2251
+ enum xmloff::token::XMLTokenEnum XML_AS_TEMPLATE
+include/xmloff/xmltoken.hxx:2253
+ enum xmloff::token::XMLTokenEnum XML_CONNECTION_RESOURCE
+include/xmloff/xmltoken.hxx:2254
+ enum xmloff::token::XMLTokenEnum XML_SUPPRESS_VERSION_COLUMNS
+include/xmloff/xmltoken.hxx:2255
+ enum xmloff::token::XMLTokenEnum XML_JAVA_DRIVER_CLASS
+include/xmloff/xmltoken.hxx:2256
+ enum xmloff::token::XMLTokenEnum XML_EXTENSION
+include/xmloff/xmltoken.hxx:2257
+ enum xmloff::token::XMLTokenEnum XML_IS_FIRST_ROW_HEADER_LINE
+include/xmloff/xmltoken.hxx:2258
+ enum xmloff::token::XMLTokenEnum XML_SHOW_DELETED
+include/xmloff/xmltoken.hxx:2259
+ enum xmloff::token::XMLTokenEnum XML_IS_TABLE_NAME_LENGTH_LIMITED
+include/xmloff/xmltoken.hxx:2260
+ enum xmloff::token::XMLTokenEnum XML_SYSTEM_DRIVER_SETTINGS
+include/xmloff/xmltoken.hxx:2261
+ enum xmloff::token::XMLTokenEnum XML_ENABLE_SQL92_CHECK
+include/xmloff/xmltoken.hxx:2262
+ enum xmloff::token::XMLTokenEnum XML_APPEND_TABLE_ALIAS_NAME
+include/xmloff/xmltoken.hxx:2263
+ enum xmloff::token::XMLTokenEnum XML_PARAMETER_NAME_SUBSTITUTION
+include/xmloff/xmltoken.hxx:2264
+ enum xmloff::token::XMLTokenEnum XML_IGNORE_DRIVER_PRIVILEGES
+include/xmloff/xmltoken.hxx:2265
+ enum xmloff::token::XMLTokenEnum XML_BOOLEAN_COMPARISON_MODE
+include/xmloff/xmltoken.hxx:2266
+ enum xmloff::token::XMLTokenEnum XML_USE_CATALOG
+include/xmloff/xmltoken.hxx:2267
+ enum xmloff::token::XMLTokenEnum XML_BASE_DN
+include/xmloff/xmltoken.hxx:2268
+ enum xmloff::token::XMLTokenEnum XML_MAX_ROW_COUNT
+include/xmloff/xmltoken.hxx:2269
+ enum xmloff::token::XMLTokenEnum XML_LOGIN
+include/xmloff/xmltoken.hxx:2270
+ enum xmloff::token::XMLTokenEnum XML_USER_NAME
+include/xmloff/xmltoken.hxx:2271
+ enum xmloff::token::XMLTokenEnum XML_IS_PASSWORD_REQUIRED
+include/xmloff/xmltoken.hxx:2272
+ enum xmloff::token::XMLTokenEnum XML_LOGIN_TIMEOUT
+include/xmloff/xmltoken.hxx:2273
+ enum xmloff::token::XMLTokenEnum XML_DELIMITER
+include/xmloff/xmltoken.hxx:2274
+ enum xmloff::token::XMLTokenEnum XML_FIELD
+include/xmloff/xmltoken.hxx:2276
+ enum xmloff::token::XMLTokenEnum XML_THOUSAND
+include/xmloff/xmltoken.hxx:2277
+ enum xmloff::token::XMLTokenEnum XML_TABLE_FILTER
+include/xmloff/xmltoken.hxx:2278
+ enum xmloff::token::XMLTokenEnum XML_TABLE_FILTER_PATTERN
+include/xmloff/xmltoken.hxx:2279
+ enum xmloff::token::XMLTokenEnum XML_TABLE_TYPE_FILTER
+include/xmloff/xmltoken.hxx:2280
+ enum xmloff::token::XMLTokenEnum XML_AUTO_INCREMENT
+include/xmloff/xmltoken.hxx:2281
+ enum xmloff::token::XMLTokenEnum XML_ADDITIONAL_COLUMN_STATEMENT
+include/xmloff/xmltoken.hxx:2282
+ enum xmloff::token::XMLTokenEnum XML_ROW_RETRIEVING_STATEMENT
+include/xmloff/xmltoken.hxx:2283
+ enum xmloff::token::XMLTokenEnum XML_DATA_SOURCE_SETTINGS
+include/xmloff/xmltoken.hxx:2284
+ enum xmloff::token::XMLTokenEnum XML_DATA_SOURCE_SETTING
+include/xmloff/xmltoken.hxx:2285
+ enum xmloff::token::XMLTokenEnum XML_DATA_SOURCE_SETTING_VALUE
+include/xmloff/xmltoken.hxx:2286
+ enum xmloff::token::XMLTokenEnum XML_DATA_SOURCE_SETTING_IS_LIST
+include/xmloff/xmltoken.hxx:2287
+ enum xmloff::token::XMLTokenEnum XML_DATA_SOURCE_SETTING_TYPE
+include/xmloff/xmltoken.hxx:2288
+ enum xmloff::token::XMLTokenEnum XML_DATA_SOURCE_SETTING_NAME
+include/xmloff/xmltoken.hxx:2289
+ enum xmloff::token::XMLTokenEnum XML_COMPONENT
+include/xmloff/xmltoken.hxx:2290
+ enum xmloff::token::XMLTokenEnum XML_COMPONENT_COLLECTION
+include/xmloff/xmltoken.hxx:2291
+ enum xmloff::token::XMLTokenEnum XML_QUERY_COLLECTION
+include/xmloff/xmltoken.hxx:2292
+ enum xmloff::token::XMLTokenEnum XML_UPDATE_TABLE
+include/xmloff/xmltoken.hxx:2293
+ enum xmloff::token::XMLTokenEnum XML_FILTER_STATEMENT
+include/xmloff/xmltoken.hxx:2294
+ enum xmloff::token::XMLTokenEnum XML_ORDER_STATEMENT
+include/xmloff/xmltoken.hxx:2295
+ enum xmloff::token::XMLTokenEnum XML_ESCAPE_PROCESSING
+include/xmloff/xmltoken.hxx:2296
+ enum xmloff::token::XMLTokenEnum XML_KEYS
+include/xmloff/xmltoken.hxx:2297
+ enum xmloff::token::XMLTokenEnum XML_INDICES
+include/xmloff/xmltoken.hxx:2298
+ enum xmloff::token::XMLTokenEnum XML_TYPE_NAME
+include/xmloff/xmltoken.hxx:2299
+ enum xmloff::token::XMLTokenEnum XML_PRECISION
+include/xmloff/xmltoken.hxx:2300
+ enum xmloff::token::XMLTokenEnum XML_IS_NULLABLE
+include/xmloff/xmltoken.hxx:2301
+ enum xmloff::token::XMLTokenEnum XML_IS_AUTOINCREMENT
+include/xmloff/xmltoken.hxx:2302
+ enum xmloff::token::XMLTokenEnum XML_DEFAULT_VALUE
+include/xmloff/xmltoken.hxx:2303
+ enum xmloff::token::XMLTokenEnum XML_REFERENCED_TABLE_NAME
+include/xmloff/xmltoken.hxx:2304
+ enum xmloff::token::XMLTokenEnum XML_UPDATE_RULE
+include/xmloff/xmltoken.hxx:2305
+ enum xmloff::token::XMLTokenEnum XML_DELETE_RULE
+include/xmloff/xmltoken.hxx:2306
+ enum xmloff::token::XMLTokenEnum XML_KEY_COLUMNS
+include/xmloff/xmltoken.hxx:2307
+ enum xmloff::token::XMLTokenEnum XML_KEY_COLUMN
+include/xmloff/xmltoken.hxx:2308
+ enum xmloff::token::XMLTokenEnum XML_RELATED_COLUMN_NAME
+include/xmloff/xmltoken.hxx:2309
+ enum xmloff::token::XMLTokenEnum XML_CATALOG_NAME
+include/xmloff/xmltoken.hxx:2310
+ enum xmloff::token::XMLTokenEnum XML_IS_UNIQUE
+include/xmloff/xmltoken.hxx:2311
+ enum xmloff::token::XMLTokenEnum XML_IS_CLUSTERED
+include/xmloff/xmltoken.hxx:2312
+ enum xmloff::token::XMLTokenEnum XML_INDEX_COLUMNS
+include/xmloff/xmltoken.hxx:2313
+ enum xmloff::token::XMLTokenEnum XML_INDEX_COLUMN
+include/xmloff/xmltoken.hxx:2314
+ enum xmloff::token::XMLTokenEnum XML_IS_ASCENDING
+include/xmloff/xmltoken.hxx:2315
+ enum xmloff::token::XMLTokenEnum XML_SCHEMA_NAME
+include/xmloff/xmltoken.hxx:2316
+ enum xmloff::token::XMLTokenEnum XML_NP_DB
+include/xmloff/xmltoken.hxx:2317
+ enum xmloff::token::XMLTokenEnum XML_N_DB
+include/xmloff/xmltoken.hxx:2318
+ enum xmloff::token::XMLTokenEnum XML_APPLY_FILTER
+include/xmloff/xmltoken.hxx:2319
+ enum xmloff::token::XMLTokenEnum XML_APPLY_ORDER
+include/xmloff/xmltoken.hxx:2320
+ enum xmloff::token::XMLTokenEnum XML_AUTOMATIC_PRINT_RANGE
+include/xmloff/xmltoken.hxx:2322
+ enum xmloff::token::XMLTokenEnum XML_SELECTION
+include/xmloff/xmltoken.hxx:2323
+ enum xmloff::token::XMLTokenEnum XML_SELECTION_INDEXES
+include/xmloff/xmltoken.hxx:2325
+ enum xmloff::token::XMLTokenEnum XML_SCALE_TO_X
+include/xmloff/xmltoken.hxx:2326
+ enum xmloff::token::XMLTokenEnum XML_SCALE_TO_Y
+include/xmloff/xmltoken.hxx:2328
+ enum xmloff::token::XMLTokenEnum XML_KEEP_TOGETHER
+include/xmloff/xmltoken.hxx:2330
+ enum xmloff::token::XMLTokenEnum XML_USE_HEADER_NAME
+include/xmloff/xmltoken.hxx:2331
+ enum xmloff::token::XMLTokenEnum XML_USE_FOOTER_NAME
+include/xmloff/xmltoken.hxx:2332
+ enum xmloff::token::XMLTokenEnum XML_USE_DATE_TIME_NAME
+include/xmloff/xmltoken.hxx:2333
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_HEADER
+include/xmloff/xmltoken.hxx:2334
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_FOOTER
+include/xmloff/xmltoken.hxx:2335
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_PAGE_NUMBER
+include/xmloff/xmltoken.hxx:2336
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_DATE_TIME
+include/xmloff/xmltoken.hxx:2337
+ enum xmloff::token::XMLTokenEnum XML_SOURCE
+include/xmloff/xmltoken.hxx:2338
+ enum xmloff::token::XMLTokenEnum XML_CURRENT_DATE
+include/xmloff/xmltoken.hxx:2340
+ enum xmloff::token::XMLTokenEnum XML_HEADER_DECL
+include/xmloff/xmltoken.hxx:2341
+ enum xmloff::token::XMLTokenEnum XML_FOOTER_DECL
+include/xmloff/xmltoken.hxx:2342
+ enum xmloff::token::XMLTokenEnum XML_DATE_TIME_DECL
+include/xmloff/xmltoken.hxx:2344
+ enum xmloff::token::XMLTokenEnum XML_SELECTED_PAGE
+include/xmloff/xmltoken.hxx:2347
+ enum xmloff::token::XMLTokenEnum XML_FLOW_WITH_TEXT
+include/xmloff/xmltoken.hxx:2349
+ enum xmloff::token::XMLTokenEnum XML_WITH_TAB
+include/xmloff/xmltoken.hxx:2351
+ enum xmloff::token::XMLTokenEnum XML_CUSTOM_SHAPE
+include/xmloff/xmltoken.hxx:2352
+ enum xmloff::token::XMLTokenEnum XML_ENGINE
+include/xmloff/xmltoken.hxx:2353
+ enum xmloff::token::XMLTokenEnum XML_ENHANCED_GEOMETRY
+include/xmloff/xmltoken.hxx:2354
+ enum xmloff::token::XMLTokenEnum XML_TEXT_ROTATE_ANGLE
+include/xmloff/xmltoken.hxx:2355
+ enum xmloff::token::XMLTokenEnum XML_MIRROR_VERTICAL
+include/xmloff/xmltoken.hxx:2356
+ enum xmloff::token::XMLTokenEnum XML_MIRROR_HORIZONTAL
+include/xmloff/xmltoken.hxx:2357
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_ALLOWED
+include/xmloff/xmltoken.hxx:2358
+ enum xmloff::token::XMLTokenEnum XML_TEXT_PATH_ALLOWED
+include/xmloff/xmltoken.hxx:2359
+ enum xmloff::token::XMLTokenEnum XML_CONCENTRIC_GRADIENT_FILL_ALLOWED
+include/xmloff/xmltoken.hxx:2360
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION
+include/xmloff/xmltoken.hxx:2361
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_BRIGHTNESS
+include/xmloff/xmltoken.hxx:2362
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_DEPTH
+include/xmloff/xmltoken.hxx:2363
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_DIFFUSION
+include/xmloff/xmltoken.hxx:2364
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_NUMBER_OF_LINE_SEGMENTS
+include/xmloff/xmltoken.hxx:2365
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_LIGHT_FACE
+include/xmloff/xmltoken.hxx:2366
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_FIRST_LIGHT_HARSH
+include/xmloff/xmltoken.hxx:2367
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_SECOND_LIGHT_HARSH
+include/xmloff/xmltoken.hxx:2368
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_FIRST_LIGHT_LEVEL
+include/xmloff/xmltoken.hxx:2369
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_SECOND_LIGHT_LEVEL
+include/xmloff/xmltoken.hxx:2370
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_FIRST_LIGHT_DIRECTION
+include/xmloff/xmltoken.hxx:2371
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_SECOND_LIGHT_DIRECTION
+include/xmloff/xmltoken.hxx:2372
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_METAL
+include/xmloff/xmltoken.hxx:2373
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_ROTATION_ANGLE
+include/xmloff/xmltoken.hxx:2374
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_ROTATION_CENTER
+include/xmloff/xmltoken.hxx:2375
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_SHININESS
+include/xmloff/xmltoken.hxx:2376
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_SKEW
+include/xmloff/xmltoken.hxx:2377
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_SPECULARITY
+include/xmloff/xmltoken.hxx:2378
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_PROJECTION_MODE
+include/xmloff/xmltoken.hxx:2379
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_VIEWPOINT
+include/xmloff/xmltoken.hxx:2380
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_ORIGIN
+include/xmloff/xmltoken.hxx:2381
+ enum xmloff::token::XMLTokenEnum XML_EXTRUSION_COLOR
+include/xmloff/xmltoken.hxx:2382
+ enum xmloff::token::XMLTokenEnum XML_SECONDARY_FILL_COLOR
+include/xmloff/xmltoken.hxx:2383
+ enum xmloff::token::XMLTokenEnum XML_ENHANCED_PATH
+include/xmloff/xmltoken.hxx:2384
+ enum xmloff::token::XMLTokenEnum XML_PATH_STRETCHPOINT_X
+include/xmloff/xmltoken.hxx:2385
+ enum xmloff::token::XMLTokenEnum XML_PATH_STRETCHPOINT_Y
+include/xmloff/xmltoken.hxx:2386
+ enum xmloff::token::XMLTokenEnum XML_TEXT_AREAS
+include/xmloff/xmltoken.hxx:2387
+ enum xmloff::token::XMLTokenEnum XML_GLUE_POINTS
+include/xmloff/xmltoken.hxx:2388
+ enum xmloff::token::XMLTokenEnum XML_GLUE_POINT_TYPE
+include/xmloff/xmltoken.hxx:2389
+ enum xmloff::token::XMLTokenEnum XML_GLUE_POINT_LEAVING_DIRECTIONS
+include/xmloff/xmltoken.hxx:2390
+ enum xmloff::token::XMLTokenEnum XML_TEXT_PATH
+include/xmloff/xmltoken.hxx:2391
+ enum xmloff::token::XMLTokenEnum XML_TEXT_PATH_MODE
+include/xmloff/xmltoken.hxx:2392
+ enum xmloff::token::XMLTokenEnum XML_TEXT_PATH_SCALE
+include/xmloff/xmltoken.hxx:2393
+ enum xmloff::token::XMLTokenEnum XML_TEXT_PATH_SAME_LETTER_HEIGHTS
+include/xmloff/xmltoken.hxx:2394
+ enum xmloff::token::XMLTokenEnum XML_MODIFIERS
+include/xmloff/xmltoken.hxx:2395
+ enum xmloff::token::XMLTokenEnum XML_EQUATION
+include/xmloff/xmltoken.hxx:2396
+ enum xmloff::token::XMLTokenEnum XML_XSTRETCH
+include/xmloff/xmltoken.hxx:2397
+ enum xmloff::token::XMLTokenEnum XML_YSTRETCH
+include/xmloff/xmltoken.hxx:2398
+ enum xmloff::token::XMLTokenEnum XML_HASSTROKE
+include/xmloff/xmltoken.hxx:2399
+ enum xmloff::token::XMLTokenEnum XML_HASFILL
+include/xmloff/xmltoken.hxx:2400
+ enum xmloff::token::XMLTokenEnum XML_LOGWIDTH
+include/xmloff/xmltoken.hxx:2401
+ enum xmloff::token::XMLTokenEnum XML_LOGHEIGHT
+include/xmloff/xmltoken.hxx:2402
+ enum xmloff::token::XMLTokenEnum XML_HANDLE
+include/xmloff/xmltoken.hxx:2403
+ enum xmloff::token::XMLTokenEnum XML_HANDLE_MIRROR_VERTICAL
+include/xmloff/xmltoken.hxx:2404
+ enum xmloff::token::XMLTokenEnum XML_HANDLE_MIRROR_HORIZONTAL
+include/xmloff/xmltoken.hxx:2405
+ enum xmloff::token::XMLTokenEnum XML_HANDLE_SWITCHED
+include/xmloff/xmltoken.hxx:2406
+ enum xmloff::token::XMLTokenEnum XML_HANDLE_POSITION
+include/xmloff/xmltoken.hxx:2407
+ enum xmloff::token::XMLTokenEnum XML_HANDLE_RANGE_X_MINIMUM
+include/xmloff/xmltoken.hxx:2408
+ enum xmloff::token::XMLTokenEnum XML_HANDLE_RANGE_X_MAXIMUM
+include/xmloff/xmltoken.hxx:2409
+ enum xmloff::token::XMLTokenEnum XML_HANDLE_RANGE_Y_MINIMUM
+include/xmloff/xmltoken.hxx:2410
+ enum xmloff::token::XMLTokenEnum XML_HANDLE_RANGE_Y_MAXIMUM
+include/xmloff/xmltoken.hxx:2411
+ enum xmloff::token::XMLTokenEnum XML_HANDLE_POLAR
+include/xmloff/xmltoken.hxx:2412
+ enum xmloff::token::XMLTokenEnum XML_HANDLE_RADIUS_RANGE_MINIMUM
+include/xmloff/xmltoken.hxx:2413
+ enum xmloff::token::XMLTokenEnum XML_HANDLE_RADIUS_RANGE_MAXIMUM
+include/xmloff/xmltoken.hxx:2414
+ enum xmloff::token::XMLTokenEnum XML_RECTANGLE
+include/xmloff/xmltoken.hxx:2415
+ enum xmloff::token::XMLTokenEnum XML_ROUNDRECTANGLE
+include/xmloff/xmltoken.hxx:2416
+ enum xmloff::token::XMLTokenEnum XML_OVAL
+include/xmloff/xmltoken.hxx:2417
+ enum xmloff::token::XMLTokenEnum XML_CLOUD
+include/xmloff/xmltoken.hxx:2418
+ enum xmloff::token::XMLTokenEnum XML_BOUNDINGCUBE
+include/xmloff/xmltoken.hxx:2419
+ enum xmloff::token::XMLTokenEnum XML_WIREFRAME
+include/xmloff/xmltoken.hxx:2420
+ enum xmloff::token::XMLTokenEnum XML_SEGMENTS
+include/xmloff/xmltoken.hxx:2421
+ enum xmloff::token::XMLTokenEnum XML_WORD_WRAP
+include/xmloff/xmltoken.hxx:2423
+ enum xmloff::token::XMLTokenEnum XML_COLLAPSING
+include/xmloff/xmltoken.hxx:2424
+ enum xmloff::token::XMLTokenEnum XML_SEPARATING
+include/xmloff/xmltoken.hxx:2425
+ enum xmloff::token::XMLTokenEnum XML_BORDER_MODEL
+include/xmloff/xmltoken.hxx:2427
+ enum xmloff::token::XMLTokenEnum XML_DATA_PILOT_FIELD_REFERENCE
+include/xmloff/xmltoken.hxx:2428
+ enum xmloff::token::XMLTokenEnum XML_MEMBER_DIFFERENCE
+include/xmloff/xmltoken.hxx:2429
+ enum xmloff::token::XMLTokenEnum XML_MEMBER_PERCENTAGE
+include/xmloff/xmltoken.hxx:2430
+ enum xmloff::token::XMLTokenEnum XML_MEMBER_PERCENTAGE_DIFFERENCE
+include/xmloff/xmltoken.hxx:2431
+ enum xmloff::token::XMLTokenEnum XML_RUNNING_TOTAL
+include/xmloff/xmltoken.hxx:2432
+ enum xmloff::token::XMLTokenEnum XML_ROW_PERCENTAGE
+include/xmloff/xmltoken.hxx:2433
+ enum xmloff::token::XMLTokenEnum XML_COLUMN_PERCENTAGE
+include/xmloff/xmltoken.hxx:2434
+ enum xmloff::token::XMLTokenEnum XML_TOTAL_PERCENTAGE
+include/xmloff/xmltoken.hxx:2435
+ enum xmloff::token::XMLTokenEnum XML_FIELD_NAME
+include/xmloff/xmltoken.hxx:2436
+ enum xmloff::token::XMLTokenEnum XML_MEMBER_TYPE
+include/xmloff/xmltoken.hxx:2437
+ enum xmloff::token::XMLTokenEnum XML_NAMED
+include/xmloff/xmltoken.hxx:2438
+ enum xmloff::token::XMLTokenEnum XML_MEMBER_NAME
+include/xmloff/xmltoken.hxx:2439
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_MEMBER_MODE
+include/xmloff/xmltoken.hxx:2440
+ enum xmloff::token::XMLTokenEnum XML_MEMBER_COUNT
+include/xmloff/xmltoken.hxx:2441
+ enum xmloff::token::XMLTokenEnum XML_DATA_FIELD
+include/xmloff/xmltoken.hxx:2442
+ enum xmloff::token::XMLTokenEnum XML_DATA_PILOT_DISPLAY_INFO
+include/xmloff/xmltoken.hxx:2443
+ enum xmloff::token::XMLTokenEnum XML_SORT_MODE
+include/xmloff/xmltoken.hxx:2444
+ enum xmloff::token::XMLTokenEnum XML_DATA_PILOT_SORT_INFO
+include/xmloff/xmltoken.hxx:2445
+ enum xmloff::token::XMLTokenEnum XML_ADD_EMPTY_LINES
+include/xmloff/xmltoken.hxx:2446
+ enum xmloff::token::XMLTokenEnum XML_TABULAR_LAYOUT
+include/xmloff/xmltoken.hxx:2447
+ enum xmloff::token::XMLTokenEnum XML_OUTLINE_SUBTOTALS_TOP
+include/xmloff/xmltoken.hxx:2448
+ enum xmloff::token::XMLTokenEnum XML_OUTLINE_SUBTOTALS_BOTTOM
+include/xmloff/xmltoken.hxx:2449
+ enum xmloff::token::XMLTokenEnum XML_LAYOUT_MODE
+include/xmloff/xmltoken.hxx:2450
+ enum xmloff::token::XMLTokenEnum XML_DATA_PILOT_LAYOUT_INFO
+include/xmloff/xmltoken.hxx:2452
+ enum xmloff::token::XMLTokenEnum XML_SYMBOL_COLOR
+include/xmloff/xmltoken.hxx:2454
+ enum xmloff::token::XMLTokenEnum XML_3D
+include/xmloff/xmltoken.hxx:2455
+ enum xmloff::token::XMLTokenEnum XML_IMAGE_POSITION
+include/xmloff/xmltoken.hxx:2456
+ enum xmloff::token::XMLTokenEnum XML_IMAGE_ALIGN
+include/xmloff/xmltoken.hxx:2458
+ enum xmloff::token::XMLTokenEnum XML_DIAGONAL_BL_TR
+include/xmloff/xmltoken.hxx:2459
+ enum xmloff::token::XMLTokenEnum XML_DIAGONAL_BL_TR_WIDTH
+include/xmloff/xmltoken.hxx:2460
+ enum xmloff::token::XMLTokenEnum XML_DIAGONAL_TL_BR
+include/xmloff/xmltoken.hxx:2461
+ enum xmloff::token::XMLTokenEnum XML_DIAGONAL_TL_BR_WIDTH
+include/xmloff/xmltoken.hxx:2462
+ enum xmloff::token::XMLTokenEnum XML_REPEAT_CONTENT
+include/xmloff/xmltoken.hxx:2463
+ enum xmloff::token::XMLTokenEnum XML_SHRINK_TO_FIT
+include/xmloff/xmltoken.hxx:2468
+ enum xmloff::token::XMLTokenEnum XML_WRAP_INFLUENCE_ON_POSITION
+include/xmloff/xmltoken.hxx:2470
+ enum xmloff::token::XMLTokenEnum XML_ONCE_SUCCESSIVE
+include/xmloff/xmltoken.hxx:2471
+ enum xmloff::token::XMLTokenEnum XML_ONCE_CONCURRENT
+include/xmloff/xmltoken.hxx:2474
+ enum xmloff::token::XMLTokenEnum XML_N_OFFICE_OOO
+include/xmloff/xmltoken.hxx:2475
+ enum xmloff::token::XMLTokenEnum XML_N_META_OOO
+include/xmloff/xmltoken.hxx:2476
+ enum xmloff::token::XMLTokenEnum XML_N_STYLE_OOO
+include/xmloff/xmltoken.hxx:2477
+ enum xmloff::token::XMLTokenEnum XML_N_NUMBER_OOO
+include/xmloff/xmltoken.hxx:2478
+ enum xmloff::token::XMLTokenEnum XML_N_TEXT_OOO
+include/xmloff/xmltoken.hxx:2479
+ enum xmloff::token::XMLTokenEnum XML_N_TABLE_OOO
+include/xmloff/xmltoken.hxx:2480
+ enum xmloff::token::XMLTokenEnum XML_N_DRAW_OOO
+include/xmloff/xmltoken.hxx:2481
+ enum xmloff::token::XMLTokenEnum XML_N_DR3D_OOO
+include/xmloff/xmltoken.hxx:2482
+ enum xmloff::token::XMLTokenEnum XML_N_PRESENTATION_OOO
+include/xmloff/xmltoken.hxx:2483
+ enum xmloff::token::XMLTokenEnum XML_N_CHART_OOO
+include/xmloff/xmltoken.hxx:2484
+ enum xmloff::token::XMLTokenEnum XML_N_CONFIG_OOO
+include/xmloff/xmltoken.hxx:2485
+ enum xmloff::token::XMLTokenEnum XML_N_FORM_OOO
+include/xmloff/xmltoken.hxx:2486
+ enum xmloff::token::XMLTokenEnum XML_N_SCRIPT_OOO
+include/xmloff/xmltoken.hxx:2488
+ enum xmloff::token::XMLTokenEnum XML_GLOBAL
+include/xmloff/xmltoken.hxx:2489
+ enum xmloff::token::XMLTokenEnum XML_NOTE_CLASS
+include/xmloff/xmltoken.hxx:2490
+ enum xmloff::token::XMLTokenEnum XML_NOTE_CITATION
+include/xmloff/xmltoken.hxx:2491
+ enum xmloff::token::XMLTokenEnum XML_NOTE_BODY
+include/xmloff/xmltoken.hxx:2494
+ enum xmloff::token::XMLTokenEnum XML_IS_SUB_TABLE
+include/xmloff/xmltoken.hxx:2495
+ enum xmloff::token::XMLTokenEnum XML_PAGE_LAYOUT
+include/xmloff/xmltoken.hxx:2496
+ enum xmloff::token::XMLTokenEnum XML_PAGE_LAYOUT_NAME
+include/xmloff/xmltoken.hxx:2498
+ enum xmloff::token::XMLTokenEnum XML_DRAWING_PAGE_PROPERTIES
+include/xmloff/xmltoken.hxx:2499
+ enum xmloff::token::XMLTokenEnum XML_PAGE_LAYOUT_PROPERTIES
+include/xmloff/xmltoken.hxx:2500
+ enum xmloff::token::XMLTokenEnum XML_HEADER_FOOTER_PROPERTIES
+include/xmloff/xmltoken.hxx:2501
+ enum xmloff::token::XMLTokenEnum XML_TEXT_PROPERTIES
+include/xmloff/xmltoken.hxx:2502
+ enum xmloff::token::XMLTokenEnum XML_PARAGRAPH_PROPERTIES
+include/xmloff/xmltoken.hxx:2503
+ enum xmloff::token::XMLTokenEnum XML_RUBY_PROPERTIES
+include/xmloff/xmltoken.hxx:2504
+ enum xmloff::token::XMLTokenEnum XML_SECTION_PROPERTIES
+include/xmloff/xmltoken.hxx:2505
+ enum xmloff::token::XMLTokenEnum XML_TABLE_PROPERTIES
+include/xmloff/xmltoken.hxx:2506
+ enum xmloff::token::XMLTokenEnum XML_TABLE_COLUMN_PROPERTIES
+include/xmloff/xmltoken.hxx:2507
+ enum xmloff::token::XMLTokenEnum XML_TABLE_ROW_PROPERTIES
+include/xmloff/xmltoken.hxx:2508
+ enum xmloff::token::XMLTokenEnum XML_TABLE_CELL_PROPERTIES
+include/xmloff/xmltoken.hxx:2509
+ enum xmloff::token::XMLTokenEnum XML_LIST_LEVEL_PROPERTIES
+include/xmloff/xmltoken.hxx:2510
+ enum xmloff::token::XMLTokenEnum XML_CHART_PROPERTIES
+include/xmloff/xmltoken.hxx:2511
+ enum xmloff::token::XMLTokenEnum XML_DRAWING_PAGE
+include/xmloff/xmltoken.hxx:2513
+ enum xmloff::token::XMLTokenEnum XML_TAB
+include/xmloff/xmltoken.hxx:2514
+ enum xmloff::token::XMLTokenEnum XML_TEXT_UNDERLINE_MODE
+include/xmloff/xmltoken.hxx:2515
+ enum xmloff::token::XMLTokenEnum XML_TEXT_LINE_THROUGH_MODE
+include/xmloff/xmltoken.hxx:2516
+ enum xmloff::token::XMLTokenEnum XML_CONTINUOUS
+include/xmloff/xmltoken.hxx:2517
+ enum xmloff::token::XMLTokenEnum XML_SKIP_WHITE_SPACE
+include/xmloff/xmltoken.hxx:2518
+ enum xmloff::token::XMLTokenEnum XML_SCRIPTS
+include/xmloff/xmltoken.hxx:2519
+ enum xmloff::token::XMLTokenEnum XML_FONT_FACE_DECLS
+include/xmloff/xmltoken.hxx:2520
+ enum xmloff::token::XMLTokenEnum XML_FONT_FACE
+include/xmloff/xmltoken.hxx:2521
+ enum xmloff::token::XMLTokenEnum XML_FONT_FACE_SRC
+include/xmloff/xmltoken.hxx:2522
+ enum xmloff::token::XMLTokenEnum XML_FONT_FACE_URI
+include/xmloff/xmltoken.hxx:2523
+ enum xmloff::token::XMLTokenEnum XML_FONT_FACE_FORMAT
+include/xmloff/xmltoken.hxx:2524
+ enum xmloff::token::XMLTokenEnum XML_FONT_ADORNMENTS
+include/xmloff/xmltoken.hxx:2525
+ enum xmloff::token::XMLTokenEnum XML_INCH
+include/xmloff/xmltoken.hxx:2526
+ enum xmloff::token::XMLTokenEnum XML_SPACE_AFTER
+include/xmloff/xmltoken.hxx:2527
+ enum xmloff::token::XMLTokenEnum XML_START_INDENT
+include/xmloff/xmltoken.hxx:2528
+ enum xmloff::token::XMLTokenEnum XML_END_INDENT
+include/xmloff/xmltoken.hxx:2531
+ enum xmloff::token::XMLTokenEnum XML_INTERVAL_MINOR_DIVISOR
+include/xmloff/xmltoken.hxx:2532
+ enum xmloff::token::XMLTokenEnum XML_DATE_STRING
+include/xmloff/xmltoken.hxx:2534
+ enum xmloff::token::XMLTokenEnum XML_TEXT_UNDERLINE_STYLE
+include/xmloff/xmltoken.hxx:2535
+ enum xmloff::token::XMLTokenEnum XML_TEXT_UNDERLINE_TYPE
+include/xmloff/xmltoken.hxx:2536
+ enum xmloff::token::XMLTokenEnum XML_TEXT_UNDERLINE_WIDTH
+include/xmloff/xmltoken.hxx:2538
+ enum xmloff::token::XMLTokenEnum XML_TEXT_OVERLINE_TYPE
+include/xmloff/xmltoken.hxx:2539
+ enum xmloff::token::XMLTokenEnum XML_TEXT_OVERLINE_STYLE
+include/xmloff/xmltoken.hxx:2540
+ enum xmloff::token::XMLTokenEnum XML_TEXT_OVERLINE_WIDTH
+include/xmloff/xmltoken.hxx:2541
+ enum xmloff::token::XMLTokenEnum XML_TEXT_OVERLINE_COLOR
+include/xmloff/xmltoken.hxx:2542
+ enum xmloff::token::XMLTokenEnum XML_TEXT_OVERLINE_MODE
+include/xmloff/xmltoken.hxx:2544
+ enum xmloff::token::XMLTokenEnum XML_TEXT_LINE_THROUGH_STYLE
+include/xmloff/xmltoken.hxx:2545
+ enum xmloff::token::XMLTokenEnum XML_TEXT_LINE_THROUGH_TYPE
+include/xmloff/xmltoken.hxx:2546
+ enum xmloff::token::XMLTokenEnum XML_TEXT_LINE_THROUGH_WIDTH
+include/xmloff/xmltoken.hxx:2547
+ enum xmloff::token::XMLTokenEnum XML_TEXT_LINE_THROUGH_TEXT
+include/xmloff/xmltoken.hxx:2549
+ enum xmloff::token::XMLTokenEnum XML_LEADER_STYLE
+include/xmloff/xmltoken.hxx:2550
+ enum xmloff::token::XMLTokenEnum XML_LEADER_TEXT
+include/xmloff/xmltoken.hxx:2563
+ enum xmloff::token::XMLTokenEnum XML_TEXT_LINE_THROUGH_COLOR
+include/xmloff/xmltoken.hxx:2564
+ enum xmloff::token::XMLTokenEnum XML_TEXT_LINE_THROUGH_TEXT_STYLE
+include/xmloff/xmltoken.hxx:2565
+ enum xmloff::token::XMLTokenEnum XML_LEADER_COLOR
+include/xmloff/xmltoken.hxx:2566
+ enum xmloff::token::XMLTokenEnum XML_LEADER_TYPE
+include/xmloff/xmltoken.hxx:2567
+ enum xmloff::token::XMLTokenEnum XML_LEADER_WIDTH
+include/xmloff/xmltoken.hxx:2568
+ enum xmloff::token::XMLTokenEnum XML_LEADER_TEXT_STYLE
+include/xmloff/xmltoken.hxx:2571
+ enum xmloff::token::XMLTokenEnum XML_OPACITY_NAME
+include/xmloff/xmltoken.hxx:2572
+ enum xmloff::token::XMLTokenEnum XML_SHADOW_OPACITY
+include/xmloff/xmltoken.hxx:2573
+ enum xmloff::token::XMLTokenEnum XML_ALWAYS
+include/xmloff/xmltoken.hxx:2574
+ enum xmloff::token::XMLTokenEnum XML_COUNT_IN_TEXT_BOXES
+include/xmloff/xmltoken.hxx:2576
+ enum xmloff::token::XMLTokenEnum XML_NP_OOO
+include/xmloff/xmltoken.hxx:2577
+ enum xmloff::token::XMLTokenEnum XML_N_OOO
+include/xmloff/xmltoken.hxx:2578
+ enum xmloff::token::XMLTokenEnum XML_NP_OOOW
+include/xmloff/xmltoken.hxx:2579
+ enum xmloff::token::XMLTokenEnum XML_N_OOOW
+include/xmloff/xmltoken.hxx:2580
+ enum xmloff::token::XMLTokenEnum XML_NP_OOOC
+include/xmloff/xmltoken.hxx:2581
+ enum xmloff::token::XMLTokenEnum XML_N_OOOC
+include/xmloff/xmltoken.hxx:2582
+ enum xmloff::token::XMLTokenEnum XML_NP_DOM
+include/xmloff/xmltoken.hxx:2583
+ enum xmloff::token::XMLTokenEnum XML_N_DOM
+include/xmloff/xmltoken.hxx:2585
+ enum xmloff::token::XMLTokenEnum XML_EVENT_LISTENERS
+include/xmloff/xmltoken.hxx:2586
+ enum xmloff::token::XMLTokenEnum XML_EVENT_LISTENER
+include/xmloff/xmltoken.hxx:2588
+ enum xmloff::token::XMLTokenEnum XML_FORM
+include/xmloff/xmltoken.hxx:2589
+ enum xmloff::token::XMLTokenEnum XML_VOID
+include/xmloff/xmltoken.hxx:2590
+ enum xmloff::token::XMLTokenEnum XML_PROPERTY
+include/xmloff/xmltoken.hxx:2591
+ enum xmloff::token::XMLTokenEnum XML_PROPERTY_NAME
+include/xmloff/xmltoken.hxx:2594
+ enum xmloff::token::XMLTokenEnum XML_COLUMN_STYLE_NAME
+include/xmloff/xmltoken.hxx:2596
+ enum xmloff::token::XMLTokenEnum XML_TEXTAREA
+include/xmloff/xmltoken.hxx:2597
+ enum xmloff::token::XMLTokenEnum XML_FIXED_TEXT
+include/xmloff/xmltoken.hxx:2598
+ enum xmloff::token::XMLTokenEnum XML_FILE
+include/xmloff/xmltoken.hxx:2599
+ enum xmloff::token::XMLTokenEnum XML_FORMATTED_TEXT
+include/xmloff/xmltoken.hxx:2600
+ enum xmloff::token::XMLTokenEnum XML_BUTTON
+include/xmloff/xmltoken.hxx:2601
+ enum xmloff::token::XMLTokenEnum XML_CHECKBOX
+include/xmloff/xmltoken.hxx:2602
+ enum xmloff::token::XMLTokenEnum XML_RADIO
+include/xmloff/xmltoken.hxx:2603
+ enum xmloff::token::XMLTokenEnum XML_LISTBOX
+include/xmloff/xmltoken.hxx:2604
+ enum xmloff::token::XMLTokenEnum XML_COMBOBOX
+include/xmloff/xmltoken.hxx:2605
+ enum xmloff::token::XMLTokenEnum XML_IMAGE_FRAME
+include/xmloff/xmltoken.hxx:2606
+ enum xmloff::token::XMLTokenEnum XML_VALUE_RANGE
+include/xmloff/xmltoken.hxx:2607
+ enum xmloff::token::XMLTokenEnum XML_GENERIC_CONTROL
+include/xmloff/xmltoken.hxx:2608
+ enum xmloff::token::XMLTokenEnum XML_SERVICE_NAME
+include/xmloff/xmltoken.hxx:2609
+ enum xmloff::token::XMLTokenEnum XML_PROPERTY_TYPE
+include/xmloff/xmltoken.hxx:2610
+ enum xmloff::token::XMLTokenEnum XML_INTEGER
+include/xmloff/xmltoken.hxx:2611
+ enum xmloff::token::XMLTokenEnum XML_PROPERTY_IS_VOID
+include/xmloff/xmltoken.hxx:2612
+ enum xmloff::token::XMLTokenEnum XML_PROPERTY_IS_LIST
+include/xmloff/xmltoken.hxx:2613
+ enum xmloff::token::XMLTokenEnum XML_PROPERTY_VALUE
+include/xmloff/xmltoken.hxx:2614
+ enum xmloff::token::XMLTokenEnum XML_MIMETYPE
+include/xmloff/xmltoken.hxx:2615
+ enum xmloff::token::XMLTokenEnum XML_DATABASE_ROW_SELECT
+include/xmloff/xmltoken.hxx:2616
+ enum xmloff::token::XMLTokenEnum XML_CONTROL_IMPLEMENTATION
+include/xmloff/xmltoken.hxx:2617
+ enum xmloff::token::XMLTokenEnum XML_INTERPOLATION
+include/xmloff/xmltoken.hxx:2618
+ enum xmloff::token::XMLTokenEnum XML_CUBIC_SPLINE
+include/xmloff/xmltoken.hxx:2619
+ enum xmloff::token::XMLTokenEnum XML_B_SPLINE
+include/xmloff/xmltoken.hxx:2620
+ enum xmloff::token::XMLTokenEnum XML_STEP_START
+include/xmloff/xmltoken.hxx:2621
+ enum xmloff::token::XMLTokenEnum XML_STEP_END
+include/xmloff/xmltoken.hxx:2622
+ enum xmloff::token::XMLTokenEnum XML_STEP_CENTER_X
+include/xmloff/xmltoken.hxx:2623
+ enum xmloff::token::XMLTokenEnum XML_STEP_CENTER_Y
+include/xmloff/xmltoken.hxx:2624
+ enum xmloff::token::XMLTokenEnum XML_GNM_STEP_START
+include/xmloff/xmltoken.hxx:2625
+ enum xmloff::token::XMLTokenEnum XML_GNM_STEP_END
+include/xmloff/xmltoken.hxx:2626
+ enum xmloff::token::XMLTokenEnum XML_GNM_STEP_CENTER_X
+include/xmloff/xmltoken.hxx:2627
+ enum xmloff::token::XMLTokenEnum XML_GNM_STEP_CENTER_Y
+include/xmloff/xmltoken.hxx:2628
+ enum xmloff::token::XMLTokenEnum XML_N_DB_OASIS
+include/xmloff/xmltoken.hxx:2630
+ enum xmloff::token::XMLTokenEnum XML_SHOW_FILTER_BUTTON
+include/xmloff/xmltoken.hxx:2631
+ enum xmloff::token::XMLTokenEnum XML_DRILL_DOWN_ON_DOUBLE_CLICK
+include/xmloff/xmltoken.hxx:2632
+ enum xmloff::token::XMLTokenEnum XML_HEADER_GRID_LAYOUT
+include/xmloff/xmltoken.hxx:2633
+ enum xmloff::token::XMLTokenEnum XML_GROUPED_BY
+include/xmloff/xmltoken.hxx:2634
+ enum xmloff::token::XMLTokenEnum XML_DAYS
+include/xmloff/xmltoken.hxx:2635
+ enum xmloff::token::XMLTokenEnum XML_MONTHS
+include/xmloff/xmltoken.hxx:2636
+ enum xmloff::token::XMLTokenEnum XML_QUARTERS
+include/xmloff/xmltoken.hxx:2637
+ enum xmloff::token::XMLTokenEnum XML_YEARS
+include/xmloff/xmltoken.hxx:2638
+ enum xmloff::token::XMLTokenEnum XML_DATE_START
+include/xmloff/xmltoken.hxx:2639
+ enum xmloff::token::XMLTokenEnum XML_DATE_END
+include/xmloff/xmltoken.hxx:2640
+ enum xmloff::token::XMLTokenEnum XML_STEP
+include/xmloff/xmltoken.hxx:2641
+ enum xmloff::token::XMLTokenEnum XML_DATA_PILOT_GROUPS
+include/xmloff/xmltoken.hxx:2642
+ enum xmloff::token::XMLTokenEnum XML_DATA_PILOT_GROUP
+include/xmloff/xmltoken.hxx:2643
+ enum xmloff::token::XMLTokenEnum XML_DATA_PILOT_GROUP_MEMBER
+include/xmloff/xmltoken.hxx:2645
+ enum xmloff::token::XMLTokenEnum XML_JAPANESE_CANDLE_STICK
+include/xmloff/xmltoken.hxx:2646
+ enum xmloff::token::XMLTokenEnum XML_NAMED_SYMBOL
+include/xmloff/xmltoken.hxx:2647
+ enum xmloff::token::XMLTokenEnum XML_DIAMOND
+include/xmloff/xmltoken.hxx:2648
+ enum xmloff::token::XMLTokenEnum XML_ARROW_DOWN
+include/xmloff/xmltoken.hxx:2649
+ enum xmloff::token::XMLTokenEnum XML_ARROW_UP
+include/xmloff/xmltoken.hxx:2650
+ enum xmloff::token::XMLTokenEnum XML_ARROW_RIGHT
+include/xmloff/xmltoken.hxx:2651
+ enum xmloff::token::XMLTokenEnum XML_ARROW_LEFT
+include/xmloff/xmltoken.hxx:2652
+ enum xmloff::token::XMLTokenEnum XML_BOW_TIE
+include/xmloff/xmltoken.hxx:2653
+ enum xmloff::token::XMLTokenEnum XML_HOURGLASS
+include/xmloff/xmltoken.hxx:2654
+ enum xmloff::token::XMLTokenEnum XML_SYMBOL_NAME
+include/xmloff/xmltoken.hxx:2655
+ enum xmloff::token::XMLTokenEnum XML_SYMBOL_TYPE
+include/xmloff/xmltoken.hxx:2656
+ enum xmloff::token::XMLTokenEnum XML_IMAGE_OPACITY
+include/xmloff/xmltoken.hxx:2658
+ enum xmloff::token::XMLTokenEnum XML_DEFAULT_OUTLINE_LEVEL
+include/xmloff/xmltoken.hxx:2659
+ enum xmloff::token::XMLTokenEnum XML_SHOW_DETAILS
+include/xmloff/xmltoken.hxx:2660
+ enum xmloff::token::XMLTokenEnum XML_SHOW_EMPTY
+include/xmloff/xmltoken.hxx:2661
+ enum xmloff::token::XMLTokenEnum XML_REPEAT_ITEM_LABELS
+include/xmloff/xmltoken.hxx:2662
+ enum xmloff::token::XMLTokenEnum XML_ITERATIVE
+include/xmloff/xmltoken.hxx:2664
+ enum xmloff::token::XMLTokenEnum XML_NP_DLG
+include/xmloff/xmltoken.hxx:2665
+ enum xmloff::token::XMLTokenEnum XML_N_DLG
+include/xmloff/xmltoken.hxx:2666
+ enum xmloff::token::XMLTokenEnum XML_SCRIPT_DATA
+include/xmloff/xmltoken.hxx:2667
+ enum xmloff::token::XMLTokenEnum XML_LIBRARIES
+include/xmloff/xmltoken.hxx:2668
+ enum xmloff::token::XMLTokenEnum XML_SOURCE_CODE
+include/xmloff/xmltoken.hxx:2672
+ enum xmloff::token::XMLTokenEnum XML_DIMENSION
+include/xmloff/xmltoken.hxx:2673
+ enum xmloff::token::XMLTokenEnum XML_VALIDATION_NAME
+include/xmloff/xmltoken.hxx:2675
+ enum xmloff::token::XMLTokenEnum XML_SCREEN
+include/xmloff/xmltoken.hxx:2676
+ enum xmloff::token::XMLTokenEnum XML_PRINTER
+include/xmloff/xmltoken.hxx:2681
+ enum xmloff::token::XMLTokenEnum XML_MODEL
+include/xmloff/xmltoken.hxx:2698
+ enum xmloff::token::XMLTokenEnum XML_MAXOCCURS
+include/xmloff/xmltoken.hxx:2699
+ enum xmloff::token::XMLTokenEnum XML_MINOCCURS
+include/xmloff/xmltoken.hxx:2700
+ enum xmloff::token::XMLTokenEnum XML_P3PTYPE
+include/xmloff/xmltoken.hxx:2707
+ enum xmloff::token::XMLTokenEnum XML_TARGETNAMESPACE
+include/xmloff/xmltoken.hxx:2717
+ enum xmloff::token::XMLTokenEnum XML_ENUMERATION
+include/xmloff/xmltoken.hxx:2721
+ enum xmloff::token::XMLTokenEnum XML_PRESERVE
+include/xmloff/xmltoken.hxx:2724
+ enum xmloff::token::XMLTokenEnum XML_MAIN_ETRY
+include/xmloff/xmltoken.hxx:2727
+ enum xmloff::token::XMLTokenEnum XML_REMOVE
+include/xmloff/xmltoken.hxx:2728
+ enum xmloff::token::XMLTokenEnum XML_HOLD
+include/xmloff/xmltoken.hxx:2729
+ enum xmloff::token::XMLTokenEnum XML_TRANSITION
+include/xmloff/xmltoken.hxx:2730
+ enum xmloff::token::XMLTokenEnum XML_INHERIT
+include/xmloff/xmltoken.hxx:2731
+ enum xmloff::token::XMLTokenEnum XML_FILLDEFAULT
+include/xmloff/xmltoken.hxx:2732
+ enum xmloff::token::XMLTokenEnum XML_RESTART
+include/xmloff/xmltoken.hxx:2733
+ enum xmloff::token::XMLTokenEnum XML_RESTARTDEFAULT
+include/xmloff/xmltoken.hxx:2734
+ enum xmloff::token::XMLTokenEnum XML_WHENNOTACTIVE
+include/xmloff/xmltoken.hxx:2735
+ enum xmloff::token::XMLTokenEnum XML_NEVER
+include/xmloff/xmltoken.hxx:2736
+ enum xmloff::token::XMLTokenEnum XML_ACCELERATE
+include/xmloff/xmltoken.hxx:2737
+ enum xmloff::token::XMLTokenEnum XML_DECELERATE
+include/xmloff/xmltoken.hxx:2738
+ enum xmloff::token::XMLTokenEnum XML_AUTOREVERSE
+include/xmloff/xmltoken.hxx:2739
+ enum xmloff::token::XMLTokenEnum XML_INDEFINITE
+include/xmloff/xmltoken.hxx:2740
+ enum xmloff::token::XMLTokenEnum XML_REPEATCOUNT
+include/xmloff/xmltoken.hxx:2741
+ enum xmloff::token::XMLTokenEnum XML_REPEATDUR
+include/xmloff/xmltoken.hxx:2742
+ enum xmloff::token::XMLTokenEnum XML_ENDSYNC
+include/xmloff/xmltoken.hxx:2743
+ enum xmloff::token::XMLTokenEnum XML_FIRST
+include/xmloff/xmltoken.hxx:2744
+ enum xmloff::token::XMLTokenEnum XML_LAST
+include/xmloff/xmltoken.hxx:2745
+ enum xmloff::token::XMLTokenEnum XML_MEDIA
+include/xmloff/xmltoken.hxx:2746
+ enum xmloff::token::XMLTokenEnum XML_DUR
+include/xmloff/xmltoken.hxx:2747
+ enum xmloff::token::XMLTokenEnum XML_BEGIN
+include/xmloff/xmltoken.hxx:2748
+ enum xmloff::token::XMLTokenEnum XML_WHOLE
+include/xmloff/xmltoken.hxx:2749
+ enum xmloff::token::XMLTokenEnum XML_FROM
+include/xmloff/xmltoken.hxx:2750
+ enum xmloff::token::XMLTokenEnum XML_TO
+include/xmloff/xmltoken.hxx:2751
+ enum xmloff::token::XMLTokenEnum XML_BY
+include/xmloff/xmltoken.hxx:2752
+ enum xmloff::token::XMLTokenEnum XML_VALUES
+include/xmloff/xmltoken.hxx:2753
+ enum xmloff::token::XMLTokenEnum XML_KEYTIMES
+include/xmloff/xmltoken.hxx:2754
+ enum xmloff::token::XMLTokenEnum XML_KEYSPLINES
+include/xmloff/xmltoken.hxx:2755
+ enum xmloff::token::XMLTokenEnum XML_CALCMODE
+include/xmloff/xmltoken.hxx:2756
+ enum xmloff::token::XMLTokenEnum XML_DISCRETE
+include/xmloff/xmltoken.hxx:2757
+ enum xmloff::token::XMLTokenEnum XML_PACED
+include/xmloff/xmltoken.hxx:2758
+ enum xmloff::token::XMLTokenEnum XML_SPLINE
+include/xmloff/xmltoken.hxx:2759
+ enum xmloff::token::XMLTokenEnum XML_ACCUMULATE
+include/xmloff/xmltoken.hxx:2760
+ enum xmloff::token::XMLTokenEnum XML_ADDITIVE
+include/xmloff/xmltoken.hxx:2761
+ enum xmloff::token::XMLTokenEnum XML_MULTIPLY
+include/xmloff/xmltoken.hxx:2762
+ enum xmloff::token::XMLTokenEnum XML_ANIMATE
+include/xmloff/xmltoken.hxx:2765
+ enum xmloff::token::XMLTokenEnum XML_ANIMATECOLOR
+include/xmloff/xmltoken.hxx:2767
+ enum xmloff::token::XMLTokenEnum XML_ATTRIBUTENAME
+include/xmloff/xmltoken.hxx:2769
+ enum xmloff::token::XMLTokenEnum XML_NP_SMIL
+include/xmloff/xmltoken.hxx:2770
+ enum xmloff::token::XMLTokenEnum XML_N_SMIL
+include/xmloff/xmltoken.hxx:2772
+ enum xmloff::token::XMLTokenEnum XML_NP_ANIMATION
+include/xmloff/xmltoken.hxx:2773
+ enum xmloff::token::XMLTokenEnum XML_N_ANIMATION
+include/xmloff/xmltoken.hxx:2775
+ enum xmloff::token::XMLTokenEnum XML_PAR
+include/xmloff/xmltoken.hxx:2776
+ enum xmloff::token::XMLTokenEnum XML_SEQ
+include/xmloff/xmltoken.hxx:2782
+ enum xmloff::token::XMLTokenEnum XML_AUDIO
+include/xmloff/xmltoken.hxx:2784
+ enum xmloff::token::XMLTokenEnum XML_COLOR_INTERPOLATION
+include/xmloff/xmltoken.hxx:2785
+ enum xmloff::token::XMLTokenEnum XML_COLOR_INTERPOLATION_DIRECTION
+include/xmloff/xmltoken.hxx:2786
+ enum xmloff::token::XMLTokenEnum XML_HSL
+include/xmloff/xmltoken.hxx:2787
+ enum xmloff::token::XMLTokenEnum XML_RGB
+include/xmloff/xmltoken.hxx:2789
+ enum xmloff::token::XMLTokenEnum XML_BARWIPE
+include/xmloff/xmltoken.hxx:2790
+ enum xmloff::token::XMLTokenEnum XML_BOXWIPE
+include/xmloff/xmltoken.hxx:2791
+ enum xmloff::token::XMLTokenEnum XML_FOURBOXWIPE
+include/xmloff/xmltoken.hxx:2792
+ enum xmloff::token::XMLTokenEnum XML_BARNDOORWIPE
+include/xmloff/xmltoken.hxx:2793
+ enum xmloff::token::XMLTokenEnum XML_DIAGONALWIPE
+include/xmloff/xmltoken.hxx:2794
+ enum xmloff::token::XMLTokenEnum XML_BOWTIEWIPE
+include/xmloff/xmltoken.hxx:2795
+ enum xmloff::token::XMLTokenEnum XML_MISCDIAGONALWIPE
+include/xmloff/xmltoken.hxx:2796
+ enum xmloff::token::XMLTokenEnum XML_VEEWIPE
+include/xmloff/xmltoken.hxx:2797
+ enum xmloff::token::XMLTokenEnum XML_BARNVEEWIPE
+include/xmloff/xmltoken.hxx:2798
+ enum xmloff::token::XMLTokenEnum XML_ZIGZAGWIPE
+include/xmloff/xmltoken.hxx:2799
+ enum xmloff::token::XMLTokenEnum XML_BARNZIGZAGWIPE
+include/xmloff/xmltoken.hxx:2800
+ enum xmloff::token::XMLTokenEnum XML_IRISWIPE
+include/xmloff/xmltoken.hxx:2801
+ enum xmloff::token::XMLTokenEnum XML_TRIANGLEWIPE
+include/xmloff/xmltoken.hxx:2802
+ enum xmloff::token::XMLTokenEnum XML_ARROWHEADWIPE
+include/xmloff/xmltoken.hxx:2803
+ enum xmloff::token::XMLTokenEnum XML_PENTAGONWIPE
+include/xmloff/xmltoken.hxx:2804
+ enum xmloff::token::XMLTokenEnum XML_HEXAGONWIPE
+include/xmloff/xmltoken.hxx:2805
+ enum xmloff::token::XMLTokenEnum XML_ELLIPSEWIPE
+include/xmloff/xmltoken.hxx:2806
+ enum xmloff::token::XMLTokenEnum XML_EYEWIPE
+include/xmloff/xmltoken.hxx:2807
+ enum xmloff::token::XMLTokenEnum XML_ROUNDRECTWIPE
+include/xmloff/xmltoken.hxx:2808
+ enum xmloff::token::XMLTokenEnum XML_STARWIPE
+include/xmloff/xmltoken.hxx:2809
+ enum xmloff::token::XMLTokenEnum XML_MISCSHAPEWIPE
+include/xmloff/xmltoken.hxx:2810
+ enum xmloff::token::XMLTokenEnum XML_CLOCKWIPE
+include/xmloff/xmltoken.hxx:2811
+ enum xmloff::token::XMLTokenEnum XML_PINWHEELWIPE
+include/xmloff/xmltoken.hxx:2812
+ enum xmloff::token::XMLTokenEnum XML_SINGLESWEEPWIPE
+include/xmloff/xmltoken.hxx:2813
+ enum xmloff::token::XMLTokenEnum XML_FANWIPE
+include/xmloff/xmltoken.hxx:2814
+ enum xmloff::token::XMLTokenEnum XML_DOUBLEFANWIPE
+include/xmloff/xmltoken.hxx:2815
+ enum xmloff::token::XMLTokenEnum XML_DOUBLESWEEPWIPE
+include/xmloff/xmltoken.hxx:2816
+ enum xmloff::token::XMLTokenEnum XML_SALOONDOORWIPE
+include/xmloff/xmltoken.hxx:2817
+ enum xmloff::token::XMLTokenEnum XML_WINDSHIELDWIPE
+include/xmloff/xmltoken.hxx:2818
+ enum xmloff::token::XMLTokenEnum XML_SNAKEWIPE
+include/xmloff/xmltoken.hxx:2819
+ enum xmloff::token::XMLTokenEnum XML_SPIRALWIPE
+include/xmloff/xmltoken.hxx:2820
+ enum xmloff::token::XMLTokenEnum XML_PARALLELSNAKESWIPE
+include/xmloff/xmltoken.hxx:2821
+ enum xmloff::token::XMLTokenEnum XML_BOXSNAKESWIPE
+include/xmloff/xmltoken.hxx:2822
+ enum xmloff::token::XMLTokenEnum XML_WATERFALLWIPE
+include/xmloff/xmltoken.hxx:2823
+ enum xmloff::token::XMLTokenEnum XML_PUSHWIPE
+include/xmloff/xmltoken.hxx:2824
+ enum xmloff::token::XMLTokenEnum XML_SLIDEWIPE
+include/xmloff/xmltoken.hxx:2825
+ enum xmloff::token::XMLTokenEnum XML_BLINDSWIPE
+include/xmloff/xmltoken.hxx:2826
+ enum xmloff::token::XMLTokenEnum XML_RANDOMBARWIPE
+include/xmloff/xmltoken.hxx:2827
+ enum xmloff::token::XMLTokenEnum XML_CHECKERBOARDWIPE
+include/xmloff/xmltoken.hxx:2828
+ enum xmloff::token::XMLTokenEnum XML_ZOOM
+include/xmloff/xmltoken.hxx:2830
+ enum xmloff::token::XMLTokenEnum XML_LEFTTORIGHT
+include/xmloff/xmltoken.hxx:2831
+ enum xmloff::token::XMLTokenEnum XML_TOPTOBOTTOM
+include/xmloff/xmltoken.hxx:2832
+ enum xmloff::token::XMLTokenEnum XML_TOPLEFT
+include/xmloff/xmltoken.hxx:2833
+ enum xmloff::token::XMLTokenEnum XML_TOPRIGHT
+include/xmloff/xmltoken.hxx:2834
+ enum xmloff::token::XMLTokenEnum XML_BOTTOMRIGHT
+include/xmloff/xmltoken.hxx:2835
+ enum xmloff::token::XMLTokenEnum XML_BOTTOMLEFT
+include/xmloff/xmltoken.hxx:2836
+ enum xmloff::token::XMLTokenEnum XML_TOPCENTER
+include/xmloff/xmltoken.hxx:2837
+ enum xmloff::token::XMLTokenEnum XML_RIGHTCENTER
+include/xmloff/xmltoken.hxx:2838
+ enum xmloff::token::XMLTokenEnum XML_BOTTOMCENTER
+include/xmloff/xmltoken.hxx:2839
+ enum xmloff::token::XMLTokenEnum XML_LEFTCENTER
+include/xmloff/xmltoken.hxx:2840
+ enum xmloff::token::XMLTokenEnum XML_CORNERSIN
+include/xmloff/xmltoken.hxx:2841
+ enum xmloff::token::XMLTokenEnum XML_CORNERSOUT
+include/xmloff/xmltoken.hxx:2842
+ enum xmloff::token::XMLTokenEnum XML_DIAGONALBOTTOMLEFT
+include/xmloff/xmltoken.hxx:2843
+ enum xmloff::token::XMLTokenEnum XML_DIAGONALTOPLEFT
+include/xmloff/xmltoken.hxx:2844
+ enum xmloff::token::XMLTokenEnum XML_DOUBLEBARNDOOR
+include/xmloff/xmltoken.hxx:2845
+ enum xmloff::token::XMLTokenEnum XML_DOUBLEDIAMOND
+include/xmloff/xmltoken.hxx:2846
+ enum xmloff::token::XMLTokenEnum XML_FOURPOINT
+include/xmloff/xmltoken.hxx:2847
+ enum xmloff::token::XMLTokenEnum XML_FIVEPOINT
+include/xmloff/xmltoken.hxx:2848
+ enum xmloff::token::XMLTokenEnum XML_SIXPOINT
+include/xmloff/xmltoken.hxx:2849
+ enum xmloff::token::XMLTokenEnum XML_HEART
+include/xmloff/xmltoken.hxx:2850
+ enum xmloff::token::XMLTokenEnum XML_KEYHOLE
+include/xmloff/xmltoken.hxx:2851
+ enum xmloff::token::XMLTokenEnum XML_CLOCKWISETWELVE
+include/xmloff/xmltoken.hxx:2852
+ enum xmloff::token::XMLTokenEnum XML_CLOCKWISETHREE
+include/xmloff/xmltoken.hxx:2853
+ enum xmloff::token::XMLTokenEnum XML_CLOCKWISESIX
+include/xmloff/xmltoken.hxx:2854
+ enum xmloff::token::XMLTokenEnum XML_CLOCKWISENINE
+include/xmloff/xmltoken.hxx:2855
+ enum xmloff::token::XMLTokenEnum XML_TWOBLADEVERTICAL
+include/xmloff/xmltoken.hxx:2856
+ enum xmloff::token::XMLTokenEnum XML_TWOBLADEHORIZONTAL
+include/xmloff/xmltoken.hxx:2857
+ enum xmloff::token::XMLTokenEnum XML_FOURBLADE
+include/xmloff/xmltoken.hxx:2858
+ enum xmloff::token::XMLTokenEnum XML_CLOCKWISETOP
+include/xmloff/xmltoken.hxx:2859
+ enum xmloff::token::XMLTokenEnum XML_CLOCKWISERIGHT
+include/xmloff/xmltoken.hxx:2860
+ enum xmloff::token::XMLTokenEnum XML_CLOCKWISEBOTTOM
+include/xmloff/xmltoken.hxx:2861
+ enum xmloff::token::XMLTokenEnum XML_CLOCKWISELEFT
+include/xmloff/xmltoken.hxx:2862
+ enum xmloff::token::XMLTokenEnum XML_CLOCKWISETOPLEFT
+include/xmloff/xmltoken.hxx:2863
+ enum xmloff::token::XMLTokenEnum XML_COUNTERCLOCKWISEBOTTOMLEFT
+include/xmloff/xmltoken.hxx:2864
+ enum xmloff::token::XMLTokenEnum XML_CLOCKWISEBOTTOMRIGHT
+include/xmloff/xmltoken.hxx:2865
+ enum xmloff::token::XMLTokenEnum XML_COUNTERCLOCKWISETOPRIGHT
+include/xmloff/xmltoken.hxx:2866
+ enum xmloff::token::XMLTokenEnum XML_CENTERTOP
+include/xmloff/xmltoken.hxx:2867
+ enum xmloff::token::XMLTokenEnum XML_CENTERRIGHT
+include/xmloff/xmltoken.hxx:2868
+ enum xmloff::token::XMLTokenEnum XML_FANOUTVERTICAL
+include/xmloff/xmltoken.hxx:2869
+ enum xmloff::token::XMLTokenEnum XML_FANOUTHORIZONTAL
+include/xmloff/xmltoken.hxx:2870
+ enum xmloff::token::XMLTokenEnum XML_FANINVERTICAL
+include/xmloff/xmltoken.hxx:2871
+ enum xmloff::token::XMLTokenEnum XML_FANINHORIZONTAL
+include/xmloff/xmltoken.hxx:2872
+ enum xmloff::token::XMLTokenEnum XML_PARALLELVERTICAL
+include/xmloff/xmltoken.hxx:2873
+ enum xmloff::token::XMLTokenEnum XML_PARALLELDIAGONAL
+include/xmloff/xmltoken.hxx:2874
+ enum xmloff::token::XMLTokenEnum XML_OPPOSITEVERTICAL
+include/xmloff/xmltoken.hxx:2875
+ enum xmloff::token::XMLTokenEnum XML_OPPOSITEHORIZONTAL
+include/xmloff/xmltoken.hxx:2876
+ enum xmloff::token::XMLTokenEnum XML_PARALLELDIAGONALTOPLEFT
+include/xmloff/xmltoken.hxx:2877
+ enum xmloff::token::XMLTokenEnum XML_PARALLELDIAGONALBOTTOMLEFT
+include/xmloff/xmltoken.hxx:2878
+ enum xmloff::token::XMLTokenEnum XML_TOPLEFTHORIZONTAL
+include/xmloff/xmltoken.hxx:2879
+ enum xmloff::token::XMLTokenEnum XML_TOPLEFTDIAGONAL
+include/xmloff/xmltoken.hxx:2880
+ enum xmloff::token::XMLTokenEnum XML_TOPLEFTVERTICAL
+include/xmloff/xmltoken.hxx:2881
+ enum xmloff::token::XMLTokenEnum XML_TOPRIGHTDIAGONAL
+include/xmloff/xmltoken.hxx:2882
+ enum xmloff::token::XMLTokenEnum XML_BOTTOMRIGHTDIAGONAL
+include/xmloff/xmltoken.hxx:2883
+ enum xmloff::token::XMLTokenEnum XML_BOTTOMLEFTDIAGONAL
+include/xmloff/xmltoken.hxx:2884
+ enum xmloff::token::XMLTokenEnum XML_TOPLEFTCLOCKWISE
+include/xmloff/xmltoken.hxx:2885
+ enum xmloff::token::XMLTokenEnum XML_TOPRIGHTCLOCKWISE
+include/xmloff/xmltoken.hxx:2886
+ enum xmloff::token::XMLTokenEnum XML_BOTTOMRIGHTCLOCKWISE
+include/xmloff/xmltoken.hxx:2887
+ enum xmloff::token::XMLTokenEnum XML_BOTTOMLEFTCLOCKWISE
+include/xmloff/xmltoken.hxx:2888
+ enum xmloff::token::XMLTokenEnum XML_TOPLEFTCOUNTERCLOCKWISE
+include/xmloff/xmltoken.hxx:2889
+ enum xmloff::token::XMLTokenEnum XML_TOPRIGHTCOUNTERCLOCKWISE
+include/xmloff/xmltoken.hxx:2890
+ enum xmloff::token::XMLTokenEnum XML_BOTTOMRIGHTCOUNTERCLOCKWISE
+include/xmloff/xmltoken.hxx:2891
+ enum xmloff::token::XMLTokenEnum XML_BOTTOMLEFTCOUNTERCLOCKWISE
+include/xmloff/xmltoken.hxx:2892
+ enum xmloff::token::XMLTokenEnum XML_VERTICALTOPSAME
+include/xmloff/xmltoken.hxx:2893
+ enum xmloff::token::XMLTokenEnum XML_VERTICALBOTTOMSAME
+include/xmloff/xmltoken.hxx:2894
+ enum xmloff::token::XMLTokenEnum XML_VERTICALTOPLEFTOPPOSITE
+include/xmloff/xmltoken.hxx:2895
+ enum xmloff::token::XMLTokenEnum XML_VERTICALBOTTOMLEFTOPPOSITE
+include/xmloff/xmltoken.hxx:2896
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTALLEFTSAME
+include/xmloff/xmltoken.hxx:2897
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTALRIGHTSAME
+include/xmloff/xmltoken.hxx:2898
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTALTOPLEFTOPPOSITE
+include/xmloff/xmltoken.hxx:2899
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTALTOPRIGHTOPPOSITE
+include/xmloff/xmltoken.hxx:2900
+ enum xmloff::token::XMLTokenEnum XML_DIAGONALBOTTOMLEFTOPPOSITE
+include/xmloff/xmltoken.hxx:2901
+ enum xmloff::token::XMLTokenEnum XML_DIAGONALTOPLEFTOPPOSITE
+include/xmloff/xmltoken.hxx:2902
+ enum xmloff::token::XMLTokenEnum XML_TWOBOXTOP
+include/xmloff/xmltoken.hxx:2903
+ enum xmloff::token::XMLTokenEnum XML_TWOBOXBOTTOM
+include/xmloff/xmltoken.hxx:2904
+ enum xmloff::token::XMLTokenEnum XML_TWOBOXLEFT
+include/xmloff/xmltoken.hxx:2905
+ enum xmloff::token::XMLTokenEnum XML_TWOBOXRIGHT
+include/xmloff/xmltoken.hxx:2906
+ enum xmloff::token::XMLTokenEnum XML_FOURBOXVERTICAL
+include/xmloff/xmltoken.hxx:2907
+ enum xmloff::token::XMLTokenEnum XML_FOURBOXHORIZONTAL
+include/xmloff/xmltoken.hxx:2908
+ enum xmloff::token::XMLTokenEnum XML_VERTICALLEFT
+include/xmloff/xmltoken.hxx:2909
+ enum xmloff::token::XMLTokenEnum XML_VERTICALRIGHT
+include/xmloff/xmltoken.hxx:2910
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTALLEFT
+include/xmloff/xmltoken.hxx:2911
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTALRIGHT
+include/xmloff/xmltoken.hxx:2912
+ enum xmloff::token::XMLTokenEnum XML_FROMLEFT
+include/xmloff/xmltoken.hxx:2913
+ enum xmloff::token::XMLTokenEnum XML_FROMTOP
+include/xmloff/xmltoken.hxx:2914
+ enum xmloff::token::XMLTokenEnum XML_FROMRIGHT
+include/xmloff/xmltoken.hxx:2915
+ enum xmloff::token::XMLTokenEnum XML_FROMBOTTOM
+include/xmloff/xmltoken.hxx:2916
+ enum xmloff::token::XMLTokenEnum XML_CROSSFADE
+include/xmloff/xmltoken.hxx:2917
+ enum xmloff::token::XMLTokenEnum XML_FADETOCOLOR
+include/xmloff/xmltoken.hxx:2918
+ enum xmloff::token::XMLTokenEnum XML_FADEFROMCOLOR
+include/xmloff/xmltoken.hxx:2919
+ enum xmloff::token::XMLTokenEnum XML_FADEOVERCOLOR
+include/xmloff/xmltoken.hxx:2920
+ enum xmloff::token::XMLTokenEnum XML_THREEBLADE
+include/xmloff/xmltoken.hxx:2921
+ enum xmloff::token::XMLTokenEnum XML_EIGHTBLADE
+include/xmloff/xmltoken.hxx:2922
+ enum xmloff::token::XMLTokenEnum XML_ONEBLADE
+include/xmloff/xmltoken.hxx:2923
+ enum xmloff::token::XMLTokenEnum XML_ACROSS
+include/xmloff/xmltoken.hxx:2924
+ enum xmloff::token::XMLTokenEnum XML_COMBHORIZONTAL
+include/xmloff/xmltoken.hxx:2925
+ enum xmloff::token::XMLTokenEnum XML_COMBVERTICAL
+include/xmloff/xmltoken.hxx:2926
+ enum xmloff::token::XMLTokenEnum XML_ROTATEIN
+include/xmloff/xmltoken.hxx:2927
+ enum xmloff::token::XMLTokenEnum XML_ROTATEOUT
+include/xmloff/xmltoken.hxx:2928
+ enum xmloff::token::XMLTokenEnum XML_FROMTOPLEFT
+include/xmloff/xmltoken.hxx:2929
+ enum xmloff::token::XMLTokenEnum XML_FROMTOPRIGHT
+include/xmloff/xmltoken.hxx:2930
+ enum xmloff::token::XMLTokenEnum XML_FROMBOTTOMLEFT
+include/xmloff/xmltoken.hxx:2931
+ enum xmloff::token::XMLTokenEnum XML_FROMBOTTOMRIGHT
+include/xmloff/xmltoken.hxx:2933
+ enum xmloff::token::XMLTokenEnum XML_SUBTYPE
+include/xmloff/xmltoken.hxx:2934
+ enum xmloff::token::XMLTokenEnum XML_OUT
+include/xmloff/xmltoken.hxx:2936
+ enum xmloff::token::XMLTokenEnum XML_FORWARD
+include/xmloff/xmltoken.hxx:2937
+ enum xmloff::token::XMLTokenEnum XML_REVERSE
+include/xmloff/xmltoken.hxx:2939
+ enum xmloff::token::XMLTokenEnum XML_FADECOLOR
+include/xmloff/xmltoken.hxx:2941
+ enum xmloff::token::XMLTokenEnum XML_ONBEGIN
+include/xmloff/xmltoken.hxx:2942
+ enum xmloff::token::XMLTokenEnum XML_ONEND
+include/xmloff/xmltoken.hxx:2943
+ enum xmloff::token::XMLTokenEnum XML_CLICK
+include/xmloff/xmltoken.hxx:2944
+ enum xmloff::token::XMLTokenEnum XML_DOUBLECLICK
+include/xmloff/xmltoken.hxx:2945
+ enum xmloff::token::XMLTokenEnum XML_MOUSEOVER
+include/xmloff/xmltoken.hxx:2946
+ enum xmloff::token::XMLTokenEnum XML_MOUSEOUT
+include/xmloff/xmltoken.hxx:2948
+ enum xmloff::token::XMLTokenEnum XML_NODE_TYPE
+include/xmloff/xmltoken.hxx:2949
+ enum xmloff::token::XMLTokenEnum XML_PRESET_ID
+include/xmloff/xmltoken.hxx:2950
+ enum xmloff::token::XMLTokenEnum XML_PRESET_SUB_TYPE
+include/xmloff/xmltoken.hxx:2951
+ enum xmloff::token::XMLTokenEnum XML_PRESET_CLASS
+include/xmloff/xmltoken.hxx:2952
+ enum xmloff::token::XMLTokenEnum XML_CUSTOM
+include/xmloff/xmltoken.hxx:2953
+ enum xmloff::token::XMLTokenEnum XML_ENTRANCE
+include/xmloff/xmltoken.hxx:2954
+ enum xmloff::token::XMLTokenEnum XML_EXIT
+include/xmloff/xmltoken.hxx:2955
+ enum xmloff::token::XMLTokenEnum XML_EMPHASIS
+include/xmloff/xmltoken.hxx:2956
+ enum xmloff::token::XMLTokenEnum XML_MOTION_PATH
+include/xmloff/xmltoken.hxx:2957
+ enum xmloff::token::XMLTokenEnum XML_OLE_ACTION
+include/xmloff/xmltoken.hxx:2958
+ enum xmloff::token::XMLTokenEnum XML_MEDIA_CALL
+include/xmloff/xmltoken.hxx:2959
+ enum xmloff::token::XMLTokenEnum XML_ON_CLICK
+include/xmloff/xmltoken.hxx:2960
+ enum xmloff::token::XMLTokenEnum XML_WITH_PREVIOUS
+include/xmloff/xmltoken.hxx:2961
+ enum xmloff::token::XMLTokenEnum XML_AFTER_PREVIOUS
+include/xmloff/xmltoken.hxx:2962
+ enum xmloff::token::XMLTokenEnum XML_MAIN_SEQUENCE
+include/xmloff/xmltoken.hxx:2963
+ enum xmloff::token::XMLTokenEnum XML_TIMING_ROOT
+include/xmloff/xmltoken.hxx:2964
+ enum xmloff::token::XMLTokenEnum XML_INTERACTIVE_SEQUENCE
+include/xmloff/xmltoken.hxx:2966
+ enum xmloff::token::XMLTokenEnum XML_SUB_ITEM
+include/xmloff/xmltoken.hxx:2967
+ enum xmloff::token::XMLTokenEnum XML_ITERATE_TYPE
+include/xmloff/xmltoken.hxx:2968
+ enum xmloff::token::XMLTokenEnum XML_ITERATE_INTERVAL
+include/xmloff/xmltoken.hxx:2969
+ enum xmloff::token::XMLTokenEnum XML_ITERATE
+include/xmloff/xmltoken.hxx:2970
+ enum xmloff::token::XMLTokenEnum XML_BY_PARAGRAPH
+include/xmloff/xmltoken.hxx:2971
+ enum xmloff::token::XMLTokenEnum XML_BY_WORD
+include/xmloff/xmltoken.hxx:2972
+ enum xmloff::token::XMLTokenEnum XML_BY_LETTER
+include/xmloff/xmltoken.hxx:2974
+ enum xmloff::token::XMLTokenEnum XML_AFTER_EFFECT
+include/xmloff/xmltoken.hxx:2975
+ enum xmloff::token::XMLTokenEnum XML_MASTER
+include/xmloff/xmltoken.hxx:2977
+ enum xmloff::token::XMLTokenEnum XML_GROUP_ID
+include/xmloff/xmltoken.hxx:2978
+ enum xmloff::token::XMLTokenEnum XML_TARGETELEMENT
+include/xmloff/xmltoken.hxx:2979
+ enum xmloff::token::XMLTokenEnum XML_TOGGLE_PAUSE
+include/xmloff/xmltoken.hxx:2980
+ enum xmloff::token::XMLTokenEnum XML_MASTER_ELEMENT
+include/xmloff/xmltoken.hxx:2981
+ enum xmloff::token::XMLTokenEnum XML_STOP_AUDIO
+include/xmloff/xmltoken.hxx:2983
+ enum xmloff::token::XMLTokenEnum XML_AUDIO_LEVEL
+include/xmloff/xmltoken.hxx:2985
+ enum xmloff::token::XMLTokenEnum XML_URN_OASIS_NAMES_TC
+include/xmloff/xmltoken.hxx:2986
+ enum xmloff::token::XMLTokenEnum XML_OPENDOCUMENT
+include/xmloff/xmltoken.hxx:2987
+ enum xmloff::token::XMLTokenEnum XML_1_0
+include/xmloff/xmltoken.hxx:2989
+ enum xmloff::token::XMLTokenEnum XML_IS_LIST_HEADER
+include/xmloff/xmltoken.hxx:2990
+ enum xmloff::token::XMLTokenEnum XML_N_SVG_COMPAT
+include/xmloff/xmltoken.hxx:2991
+ enum xmloff::token::XMLTokenEnum XML_N_FO_COMPAT
+include/xmloff/xmltoken.hxx:2992
+ enum xmloff::token::XMLTokenEnum XML_N_SMIL_COMPAT
+include/xmloff/xmltoken.hxx:2993
+ enum xmloff::token::XMLTokenEnum XML_N_SMIL_OLD
+include/xmloff/xmltoken.hxx:2994
+ enum xmloff::token::XMLTokenEnum XML_XFORMS_SUBMISSION
+include/xmloff/xmltoken.hxx:2995
+ enum xmloff::token::XMLTokenEnum XML_XFORMS_LIST_SOURCE
+include/xmloff/xmltoken.hxx:2997
+ enum xmloff::token::XMLTokenEnum XML_URI_W3_PREFIX
+include/xmloff/xmltoken.hxx:2998
+ enum xmloff::token::XMLTokenEnum XML_URI_XFORMS_SUFFIX
+include/xmloff/xmltoken.hxx:3002
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTAL_ON_EVEN
+include/xmloff/xmltoken.hxx:3003
+ enum xmloff::token::XMLTokenEnum XML_N_RPT_OASIS
+include/xmloff/xmltoken.hxx:3004
+ enum xmloff::token::XMLTokenEnum XML_N_RPT
+include/xmloff/xmltoken.hxx:3005
+ enum xmloff::token::XMLTokenEnum XML_GROUP
+include/xmloff/xmltoken.hxx:3006
+ enum xmloff::token::XMLTokenEnum XML_GROUPS
+include/xmloff/xmltoken.hxx:3007
+ enum xmloff::token::XMLTokenEnum XML_REPORT_HEADER
+include/xmloff/xmltoken.hxx:3008
+ enum xmloff::token::XMLTokenEnum XML_PAGE_HEADER
+include/xmloff/xmltoken.hxx:3009
+ enum xmloff::token::XMLTokenEnum XML_DETAIL
+include/xmloff/xmltoken.hxx:3010
+ enum xmloff::token::XMLTokenEnum XML_PAGE_FOOTER
+include/xmloff/xmltoken.hxx:3011
+ enum xmloff::token::XMLTokenEnum XML_REPORT_FOOTER
+include/xmloff/xmltoken.hxx:3012
+ enum xmloff::token::XMLTokenEnum XML_START_NEW_COLUMN
+include/xmloff/xmltoken.hxx:3013
+ enum xmloff::token::XMLTokenEnum XML_RESET_PAGE_NUMBER
+include/xmloff/xmltoken.hxx:3014
+ enum xmloff::token::XMLTokenEnum XML_PRINT_HEADER_ON_EACH_PAGE
+include/xmloff/xmltoken.hxx:3015
+ enum xmloff::token::XMLTokenEnum XML_SORT_EXPRESSION
+include/xmloff/xmltoken.hxx:3016
+ enum xmloff::token::XMLTokenEnum XML_GROUP_EXPRESSION
+include/xmloff/xmltoken.hxx:3017
+ enum xmloff::token::XMLTokenEnum XML_GROUP_HEADER
+include/xmloff/xmltoken.hxx:3018
+ enum xmloff::token::XMLTokenEnum XML_GROUP_FOOTER
+include/xmloff/xmltoken.hxx:3019
+ enum xmloff::token::XMLTokenEnum XML_HEADER_ON_NEW_PAGE
+include/xmloff/xmltoken.hxx:3020
+ enum xmloff::token::XMLTokenEnum XML_FOOTER_ON_NEW_PAGE
+include/xmloff/xmltoken.hxx:3021
+ enum xmloff::token::XMLTokenEnum XML_PAGE_PRINT_OPTION
+include/xmloff/xmltoken.hxx:3022
+ enum xmloff::token::XMLTokenEnum XML_PRE_EVALUATED
+include/xmloff/xmltoken.hxx:3023
+ enum xmloff::token::XMLTokenEnum XML_COMMAND_TYPE
+include/xmloff/xmltoken.hxx:3024
+ enum xmloff::token::XMLTokenEnum XML_MASTER_FIELDS
+include/xmloff/xmltoken.hxx:3025
+ enum xmloff::token::XMLTokenEnum XML_DETAIL_FIELDS
+include/xmloff/xmltoken.hxx:3026
+ enum xmloff::token::XMLTokenEnum XML_CONDITIONAL_PRINT_EXPRESSION
+include/xmloff/xmltoken.hxx:3027
+ enum xmloff::token::XMLTokenEnum XML_REPORT_COMPONENT
+include/xmloff/xmltoken.hxx:3028
+ enum xmloff::token::XMLTokenEnum XML_PRINT_REPEATED_VALUES
+include/xmloff/xmltoken.hxx:3029
+ enum xmloff::token::XMLTokenEnum XML_REPEAT_SECTION
+include/xmloff/xmltoken.hxx:3030
+ enum xmloff::token::XMLTokenEnum XML_FORCE_NEW_COLUMN
+include/xmloff/xmltoken.hxx:3031
+ enum xmloff::token::XMLTokenEnum XML_GROUP_ON
+include/xmloff/xmltoken.hxx:3032
+ enum xmloff::token::XMLTokenEnum XML_FORCE_NEW_PAGE
+include/xmloff/xmltoken.hxx:3033
+ enum xmloff::token::XMLTokenEnum XML_GROUP_INTERVAL
+include/xmloff/xmltoken.hxx:3034
+ enum xmloff::token::XMLTokenEnum XML_PRINT_WHEN_GROUP_CHANGE
+include/xmloff/xmltoken.hxx:3035
+ enum xmloff::token::XMLTokenEnum XML_REPORT_ELEMENT
+include/xmloff/xmltoken.hxx:3036
+ enum xmloff::token::XMLTokenEnum XML_LIST_SOURCE
+include/xmloff/xmltoken.hxx:3037
+ enum xmloff::token::XMLTokenEnum XML_LIST_SOURCE_TYPE
+include/xmloff/xmltoken.hxx:3038
+ enum xmloff::token::XMLTokenEnum XML_IMAGE_DATA
+include/xmloff/xmltoken.hxx:3039
+ enum xmloff::token::XMLTokenEnum XML_SELECTED
+include/xmloff/xmltoken.hxx:3040
+ enum xmloff::token::XMLTokenEnum XML_CURRENT_STATE
+include/xmloff/xmltoken.hxx:3041
+ enum xmloff::token::XMLTokenEnum XML_IS_TRISTATE
+include/xmloff/xmltoken.hxx:3042
+ enum xmloff::token::XMLTokenEnum XML_ALL_PAGES
+include/xmloff/xmltoken.hxx:3043
+ enum xmloff::token::XMLTokenEnum XML_NOT_WITH_REPORT_HEADER
+include/xmloff/xmltoken.hxx:3044
+ enum xmloff::token::XMLTokenEnum XML_NOT_WITH_REPORT_FOOTER
+include/xmloff/xmltoken.hxx:3045
+ enum xmloff::token::XMLTokenEnum XML_NOT_WITH_REPORT_HEADER_NOR_FOOTER
+include/xmloff/xmltoken.hxx:3046
+ enum xmloff::token::XMLTokenEnum XML_BEFORE_SECTION
+include/xmloff/xmltoken.hxx:3047
+ enum xmloff::token::XMLTokenEnum XML_AFTER_SECTION
+include/xmloff/xmltoken.hxx:3048
+ enum xmloff::token::XMLTokenEnum XML_BEFORE_AFTER_SECTION
+include/xmloff/xmltoken.hxx:3049
+ enum xmloff::token::XMLTokenEnum XML_PREFIX_CHARACTERS
+include/xmloff/xmltoken.hxx:3050
+ enum xmloff::token::XMLTokenEnum XML_QUARTAL
+include/xmloff/xmltoken.hxx:3051
+ enum xmloff::token::XMLTokenEnum XML_WEEK
+include/xmloff/xmltoken.hxx:3052
+ enum xmloff::token::XMLTokenEnum XML_WHOLE_GROUP
+include/xmloff/xmltoken.hxx:3053
+ enum xmloff::token::XMLTokenEnum XML_WITH_FIRST_DETAIL
+include/xmloff/xmltoken.hxx:3054
+ enum xmloff::token::XMLTokenEnum XML_TOP_DOWN
+include/xmloff/xmltoken.hxx:3055
+ enum xmloff::token::XMLTokenEnum XML_BOTTOM_UP
+include/xmloff/xmltoken.hxx:3056
+ enum xmloff::token::XMLTokenEnum XML_HOUR
+include/xmloff/xmltoken.hxx:3057
+ enum xmloff::token::XMLTokenEnum XML_MINUTE
+include/xmloff/xmltoken.hxx:3058
+ enum xmloff::token::XMLTokenEnum XML_NP_RPT
+include/xmloff/xmltoken.hxx:3059
+ enum xmloff::token::XMLTokenEnum XML_FORMAT_CONDITION
+include/xmloff/xmltoken.hxx:3060
+ enum xmloff::token::XMLTokenEnum XML_EXPRESSION1
+include/xmloff/xmltoken.hxx:3061
+ enum xmloff::token::XMLTokenEnum XML_EXPRESSION2
+include/xmloff/xmltoken.hxx:3062
+ enum xmloff::token::XMLTokenEnum XML_EQUAL
+include/xmloff/xmltoken.hxx:3063
+ enum xmloff::token::XMLTokenEnum XML_NOT_EQUAL
+include/xmloff/xmltoken.hxx:3064
+ enum xmloff::token::XMLTokenEnum XML_LESS
+include/xmloff/xmltoken.hxx:3065
+ enum xmloff::token::XMLTokenEnum XML_GREATER
+include/xmloff/xmltoken.hxx:3066
+ enum xmloff::token::XMLTokenEnum XML_LESS_EQUAL
+include/xmloff/xmltoken.hxx:3067
+ enum xmloff::token::XMLTokenEnum XML_GREATER_EQUAL
+include/xmloff/xmltoken.hxx:3068
+ enum xmloff::token::XMLTokenEnum XML_BETWEEN
+include/xmloff/xmltoken.hxx:3069
+ enum xmloff::token::XMLTokenEnum XML_NOT_BETWEEN
+include/xmloff/xmltoken.hxx:3070
+ enum xmloff::token::XMLTokenEnum XML_TABLE_TEMPLATE
+include/xmloff/xmltoken.hxx:3071
+ enum xmloff::token::XMLTokenEnum XML_FIRST_ROW
+include/xmloff/xmltoken.hxx:3072
+ enum xmloff::token::XMLTokenEnum XML_LAST_ROW
+include/xmloff/xmltoken.hxx:3073
+ enum xmloff::token::XMLTokenEnum XML_FIRST_COLUMN
+include/xmloff/xmltoken.hxx:3074
+ enum xmloff::token::XMLTokenEnum XML_LAST_COLUMN
+include/xmloff/xmltoken.hxx:3075
+ enum xmloff::token::XMLTokenEnum XML_EVEN_ROWS
+include/xmloff/xmltoken.hxx:3076
+ enum xmloff::token::XMLTokenEnum XML_ODD_ROWS
+include/xmloff/xmltoken.hxx:3077
+ enum xmloff::token::XMLTokenEnum XML_EVEN_COLUMNS
+include/xmloff/xmltoken.hxx:3078
+ enum xmloff::token::XMLTokenEnum XML_ODD_COLUMNS
+include/xmloff/xmltoken.hxx:3080
+ enum xmloff::token::XMLTokenEnum XML_FIRST_ROW_EVEN_COLUMN
+include/xmloff/xmltoken.hxx:3081
+ enum xmloff::token::XMLTokenEnum XML_LAST_ROW_EVEN_COLUMN
+include/xmloff/xmltoken.hxx:3082
+ enum xmloff::token::XMLTokenEnum XML_FIRST_ROW_END_COLUMN
+include/xmloff/xmltoken.hxx:3083
+ enum xmloff::token::XMLTokenEnum XML_FIRST_ROW_START_COLUMN
+include/xmloff/xmltoken.hxx:3084
+ enum xmloff::token::XMLTokenEnum XML_LAST_ROW_END_COLUMN
+include/xmloff/xmltoken.hxx:3085
+ enum xmloff::token::XMLTokenEnum XML_LAST_ROW_START_COLUMN
+include/xmloff/xmltoken.hxx:3087
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTAL_ON_ODD
+include/xmloff/xmltoken.hxx:3089
+ enum xmloff::token::XMLTokenEnum XML_RESTART_NUMBERING
+include/xmloff/xmltoken.hxx:3091
+ enum xmloff::token::XMLTokenEnum XML_NUMBERED_PARAGRAPH
+include/xmloff/xmltoken.hxx:3092
+ enum xmloff::token::XMLTokenEnum XML_MASTER_DETAIL_FIELDS
+include/xmloff/xmltoken.hxx:3093
+ enum xmloff::token::XMLTokenEnum XML_MASTER_DETAIL_FIELD
+include/xmloff/xmltoken.hxx:3096
+ enum xmloff::token::XMLTokenEnum XML_INITIAL_FORMULA
+include/xmloff/xmltoken.hxx:3097
+ enum xmloff::token::XMLTokenEnum XML_DEEP_TRAVERSING
+include/xmloff/xmltoken.hxx:3098
+ enum xmloff::token::XMLTokenEnum XML_PRESERVE_IRI
+include/xmloff/xmltoken.hxx:3099
+ enum xmloff::token::XMLTokenEnum XML_SORT_BY_X_VALUES
+include/xmloff/xmltoken.hxx:3100
+ enum xmloff::token::XMLTokenEnum XML_PAGE_CONTINUATION
+include/xmloff/xmltoken.hxx:3101
+ enum xmloff::token::XMLTokenEnum XML_RIGHT_ANGLED_AXES
+include/xmloff/xmltoken.hxx:3102
+ enum xmloff::token::XMLTokenEnum XML_SOFT_PAGE_BREAK
+include/xmloff/xmltoken.hxx:3103
+ enum xmloff::token::XMLTokenEnum XML_USE_SOFT_PAGE_BREAKS
+include/xmloff/xmltoken.hxx:3104
+ enum xmloff::token::XMLTokenEnum XML_PERCENTAGE_DATA_STYLE_NAME
+include/xmloff/xmltoken.hxx:3105
+ enum xmloff::token::XMLTokenEnum XML_VALUE_AND_PERCENTAGE
+include/xmloff/xmltoken.hxx:3106
+ enum xmloff::token::XMLTokenEnum XML_GROUP_BARS_PER_AXIS
+include/xmloff/xmltoken.hxx:3107
+ enum xmloff::token::XMLTokenEnum XML_INCLUDE_HIDDEN_CELLS
+include/xmloff/xmltoken.hxx:3108
+ enum xmloff::token::XMLTokenEnum XML_AUTOMATIC_POSITION
+include/xmloff/xmltoken.hxx:3109
+ enum xmloff::token::XMLTokenEnum XML_AUTOMATIC_SIZE
+include/xmloff/xmltoken.hxx:3110
+ enum xmloff::token::XMLTokenEnum XML_REVERSE_DIRECTION
+include/xmloff/xmltoken.hxx:3111
+ enum xmloff::token::XMLTokenEnum XML_LABEL_SEPARATOR
+include/xmloff/xmltoken.hxx:3112
+ enum xmloff::token::XMLTokenEnum XML_LABEL_POSITION
+include/xmloff/xmltoken.hxx:3113
+ enum xmloff::token::XMLTokenEnum XML_AVOID_OVERLAP
+include/xmloff/xmltoken.hxx:3114
+ enum xmloff::token::XMLTokenEnum XML_NEAR_ORIGIN
+include/xmloff/xmltoken.hxx:3115
+ enum xmloff::token::XMLTokenEnum XML_DEPENDENCY
+include/xmloff/xmltoken.hxx:3116
+ enum xmloff::token::XMLTokenEnum XML_NAV_ORDER
+include/xmloff/xmltoken.hxx:3118
+ enum xmloff::token::XMLTokenEnum XML_USE_FIRST_ROW_STYLES
+include/xmloff/xmltoken.hxx:3119
+ enum xmloff::token::XMLTokenEnum XML_USE_LAST_ROW_STYLES
+include/xmloff/xmltoken.hxx:3120
+ enum xmloff::token::XMLTokenEnum XML_USE_FIRST_COLUMN_STYLES
+include/xmloff/xmltoken.hxx:3121
+ enum xmloff::token::XMLTokenEnum XML_USE_LAST_COLUMN_STYLES
+include/xmloff/xmltoken.hxx:3122
+ enum xmloff::token::XMLTokenEnum XML_USE_BANDING_ROWS_STYLES
+include/xmloff/xmltoken.hxx:3123
+ enum xmloff::token::XMLTokenEnum XML_USE_BANDING_COLUMNS_STYLES
+include/xmloff/xmltoken.hxx:3125
+ enum xmloff::token::XMLTokenEnum XML_AUTOMATIC_CONTENT
+include/xmloff/xmltoken.hxx:3126
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_R_SQUARE
+include/xmloff/xmltoken.hxx:3127
+ enum xmloff::token::XMLTokenEnum XML_DISPLAY_EQUATION
+include/xmloff/xmltoken.hxx:3130
+ enum xmloff::token::XMLTokenEnum XML_TABLE_REPRESENTATION
+include/xmloff/xmltoken.hxx:3131
+ enum xmloff::token::XMLTokenEnum XML_SCHEMA_DEFINITION
+include/xmloff/xmltoken.hxx:3132
+ enum xmloff::token::XMLTokenEnum XML_CONNECTION_DATA
+include/xmloff/xmltoken.hxx:3133
+ enum xmloff::token::XMLTokenEnum XML_DATABASE_DESCRIPTION
+include/xmloff/xmltoken.hxx:3134
+ enum xmloff::token::XMLTokenEnum XML_COMPOUND_DATABASE
+include/xmloff/xmltoken.hxx:3135
+ enum xmloff::token::XMLTokenEnum XML_FILE_BASED_DATABASE
+include/xmloff/xmltoken.hxx:3136
+ enum xmloff::token::XMLTokenEnum XML_SERVER_DATABASE
+include/xmloff/xmltoken.hxx:3137
+ enum xmloff::token::XMLTokenEnum XML_MEDIA_TYPE
+include/xmloff/xmltoken.hxx:3138
+ enum xmloff::token::XMLTokenEnum XML_HOSTNAME
+include/xmloff/xmltoken.hxx:3139
+ enum xmloff::token::XMLTokenEnum XML_PORT
+include/xmloff/xmltoken.hxx:3140
+ enum xmloff::token::XMLTokenEnum XML_LOCAL_SOCKET
+include/xmloff/xmltoken.hxx:3141
+ enum xmloff::token::XMLTokenEnum XML_USE_SYSTEM_USER
+include/xmloff/xmltoken.hxx:3142
+ enum xmloff::token::XMLTokenEnum XML_DRIVER_SETTINGS
+include/xmloff/xmltoken.hxx:3143
+ enum xmloff::token::XMLTokenEnum XML_JAVA_CLASSPATH
+include/xmloff/xmltoken.hxx:3144
+ enum xmloff::token::XMLTokenEnum XML_CHARACTER_SET
+include/xmloff/xmltoken.hxx:3145
+ enum xmloff::token::XMLTokenEnum XML_APPLICATION_CONNECTION_SETTINGS
+include/xmloff/xmltoken.hxx:3146
+ enum xmloff::token::XMLTokenEnum XML_TABLE_INCLUDE_FILTER
+include/xmloff/xmltoken.hxx:3147
+ enum xmloff::token::XMLTokenEnum XML_DEFAULT_ROW_STYLE_NAME
+include/xmloff/xmltoken.hxx:3148
+ enum xmloff::token::XMLTokenEnum XML_ANGLE_OFFSET
+include/xmloff/xmltoken.hxx:3150
+ enum xmloff::token::XMLTokenEnum XML_NUMBER_NO_SUPERIOR
+include/xmloff/xmltoken.hxx:3151
+ enum xmloff::token::XMLTokenEnum XML_NUMBER_ALL_SUPERIOR
+include/xmloff/xmltoken.hxx:3152
+ enum xmloff::token::XMLTokenEnum XML_LIST_LEVEL_POSITION_AND_SPACE_MODE
+include/xmloff/xmltoken.hxx:3153
+ enum xmloff::token::XMLTokenEnum XML_LABEL_WIDTH_AND_POSITION
+include/xmloff/xmltoken.hxx:3154
+ enum xmloff::token::XMLTokenEnum XML_LABEL_ALIGNMENT
+include/xmloff/xmltoken.hxx:3155
+ enum xmloff::token::XMLTokenEnum XML_LIST_LEVEL_LABEL_ALIGNMENT
+include/xmloff/xmltoken.hxx:3156
+ enum xmloff::token::XMLTokenEnum XML_LABEL_FOLLOWED_BY
+include/xmloff/xmltoken.hxx:3157
+ enum xmloff::token::XMLTokenEnum XML_LISTTAB
+include/xmloff/xmltoken.hxx:3158
+ enum xmloff::token::XMLTokenEnum XML_SPACE
+include/xmloff/xmltoken.hxx:3159
+ enum xmloff::token::XMLTokenEnum XML_NOTHING
+include/xmloff/xmltoken.hxx:3160
+ enum xmloff::token::XMLTokenEnum XML_LIST_TAB_STOP_POSITION
+include/xmloff/xmltoken.hxx:3161
+ enum xmloff::token::XMLTokenEnum XML_STANDARD_ERROR
+include/xmloff/xmltoken.hxx:3162
+ enum xmloff::token::XMLTokenEnum XML_CELL_RANGE
+include/xmloff/xmltoken.hxx:3163
+ enum xmloff::token::XMLTokenEnum XML_ERROR_LOWER_RANGE
+include/xmloff/xmltoken.hxx:3164
+ enum xmloff::token::XMLTokenEnum XML_ERROR_UPPER_RANGE
+include/xmloff/xmltoken.hxx:3166
+ enum xmloff::token::XMLTokenEnum XML_CONTINUE_LIST
+include/xmloff/xmltoken.hxx:3167
+ enum xmloff::token::XMLTokenEnum XML_STYLE_OVERRIDE
+include/xmloff/xmltoken.hxx:3170
+ enum xmloff::token::XMLTokenEnum XML_XFORM_MODEL_SETTINGS
+include/xmloff/xmltoken.hxx:3173
+ enum xmloff::token::XMLTokenEnum XML_META_FIELD
+include/xmloff/xmltoken.hxx:3174
+ enum xmloff::token::XMLTokenEnum XML_ABOUT
+include/xmloff/xmltoken.hxx:3175
+ enum xmloff::token::XMLTokenEnum XML_DATATYPE
+include/xmloff/xmltoken.hxx:3176
+ enum xmloff::token::XMLTokenEnum XML_TRANSFORMATION
+include/xmloff/xmltoken.hxx:3179
+ enum xmloff::token::XMLTokenEnum XML_LIST_ID
+include/xmloff/xmltoken.hxx:3181
+ enum xmloff::token::XMLTokenEnum XML_TREAT_EMPTY_CELLS
+include/xmloff/xmltoken.hxx:3182
+ enum xmloff::token::XMLTokenEnum XML_LEAVE_GAP
+include/xmloff/xmltoken.hxx:3183
+ enum xmloff::token::XMLTokenEnum XML_USE_ZERO
+include/xmloff/xmltoken.hxx:3184
+ enum xmloff::token::XMLTokenEnum XML_IGNORE
+include/xmloff/xmltoken.hxx:3187
+ enum xmloff::token::XMLTokenEnum XML_FIELDMARK
+include/xmloff/xmltoken.hxx:3188
+ enum xmloff::token::XMLTokenEnum XML_FIELDMARK_START
+include/xmloff/xmltoken.hxx:3189
+ enum xmloff::token::XMLTokenEnum XML_FIELDMARK_END
+include/xmloff/xmltoken.hxx:3190
+ enum xmloff::token::XMLTokenEnum XML_N_FIELD
+include/xmloff/xmltoken.hxx:3191
+ enum xmloff::token::XMLTokenEnum XML_NP_FIELD
+include/xmloff/xmltoken.hxx:3193
+ enum xmloff::token::XMLTokenEnum XML_IMAGE_SCALE
+include/xmloff/xmltoken.hxx:3194
+ enum xmloff::token::XMLTokenEnum XML_ISOTROPIC
+include/xmloff/xmltoken.hxx:3195
+ enum xmloff::token::XMLTokenEnum XML_ANISOTROPIC
+include/xmloff/xmltoken.hxx:3197
+ enum xmloff::token::XMLTokenEnum XML_AXIS_POSITION
+include/xmloff/xmltoken.hxx:3198
+ enum xmloff::token::XMLTokenEnum XML_AXIS_LABEL_POSITION
+include/xmloff/xmltoken.hxx:3199
+ enum xmloff::token::XMLTokenEnum XML_NEAR_AXIS
+include/xmloff/xmltoken.hxx:3200
+ enum xmloff::token::XMLTokenEnum XML_NEAR_AXIS_OTHER_SIDE
+include/xmloff/xmltoken.hxx:3201
+ enum xmloff::token::XMLTokenEnum XML_OUTSIDE_START
+include/xmloff/xmltoken.hxx:3202
+ enum xmloff::token::XMLTokenEnum XML_OUTSIDE_END
+include/xmloff/xmltoken.hxx:3203
+ enum xmloff::token::XMLTokenEnum XML_TICK_MARK_POSITION
+include/xmloff/xmltoken.hxx:3204
+ enum xmloff::token::XMLTokenEnum XML_AT_LABELS
+include/xmloff/xmltoken.hxx:3205
+ enum xmloff::token::XMLTokenEnum XML_AT_AXIS
+include/xmloff/xmltoken.hxx:3206
+ enum xmloff::token::XMLTokenEnum XML_AT_LABELS_AND_AXIS
+include/xmloff/xmltoken.hxx:3207
+ enum xmloff::token::XMLTokenEnum XML_FILLED_RADAR
+include/xmloff/xmltoken.hxx:3208
+ enum xmloff::token::XMLTokenEnum XML_SURFACE
+include/xmloff/xmltoken.hxx:3211
+ enum xmloff::token::XMLTokenEnum XML_MATHVARIANT
+include/xmloff/xmltoken.hxx:3212
+ enum xmloff::token::XMLTokenEnum XML_MATHSIZE
+include/xmloff/xmltoken.hxx:3213
+ enum xmloff::token::XMLTokenEnum XML_MATHWEIGHT
+include/xmloff/xmltoken.hxx:3214
+ enum xmloff::token::XMLTokenEnum XML_MATHCOLOR
+include/xmloff/xmltoken.hxx:3216
+ enum xmloff::token::XMLTokenEnum XML_CONTAINS
+include/xmloff/xmltoken.hxx:3217
+ enum xmloff::token::XMLTokenEnum XML_DOES_NOT_CONTAIN
+include/xmloff/xmltoken.hxx:3218
+ enum xmloff::token::XMLTokenEnum XML_BEGINS_WITH
+include/xmloff/xmltoken.hxx:3219
+ enum xmloff::token::XMLTokenEnum XML_DOES_NOT_BEGIN_WITH
+include/xmloff/xmltoken.hxx:3220
+ enum xmloff::token::XMLTokenEnum XML_ENDS_WITH
+include/xmloff/xmltoken.hxx:3221
+ enum xmloff::token::XMLTokenEnum XML_DOES_NOT_END_WITH
+include/xmloff/xmltoken.hxx:3224
+ enum xmloff::token::XMLTokenEnum XML_NP_CHART_EXT
+include/xmloff/xmltoken.hxx:3225
+ enum xmloff::token::XMLTokenEnum XML_N_CHART_EXT
+include/xmloff/xmltoken.hxx:3226
+ enum xmloff::token::XMLTokenEnum XML_COORDINATE_REGION
+include/xmloff/xmltoken.hxx:3228
+ enum xmloff::token::XMLTokenEnum XML_DIAGONAL_BL_TR_WIDTHS
+include/xmloff/xmltoken.hxx:3229
+ enum xmloff::token::XMLTokenEnum XML_DIAGONAL_TL_BR_WIDTHS
+include/xmloff/xmltoken.hxx:3231
+ enum xmloff::token::XMLTokenEnum XML_OUTSIDE_MINIMUM
+include/xmloff/xmltoken.hxx:3232
+ enum xmloff::token::XMLTokenEnum XML_OUTSIDE_MAXIMUM
+include/xmloff/xmltoken.hxx:3234
+ enum xmloff::token::XMLTokenEnum XML_LEGEND_EXPANSION
+include/xmloff/xmltoken.hxx:3235
+ enum xmloff::token::XMLTokenEnum XML_LEGEND_EXPANSION_ASPECT_RATIO
+include/xmloff/xmltoken.hxx:3236
+ enum xmloff::token::XMLTokenEnum XML_BALANCED
+include/xmloff/xmltoken.hxx:3237
+ enum xmloff::token::XMLTokenEnum XML_HIGH
+include/xmloff/xmltoken.hxx:3238
+ enum xmloff::token::XMLTokenEnum XML_WIDE
+include/xmloff/xmltoken.hxx:3240
+ enum xmloff::token::XMLTokenEnum XML_AXIS_TYPE
+include/xmloff/xmltoken.hxx:3241
+ enum xmloff::token::XMLTokenEnum XML_DATE_SCALE
+include/xmloff/xmltoken.hxx:3242
+ enum xmloff::token::XMLTokenEnum XML_BASE_TIME_UNIT
+include/xmloff/xmltoken.hxx:3243
+ enum xmloff::token::XMLTokenEnum XML_MAJOR_INTERVAL_VALUE
+include/xmloff/xmltoken.hxx:3244
+ enum xmloff::token::XMLTokenEnum XML_MINOR_INTERVAL_VALUE
+include/xmloff/xmltoken.hxx:3245
+ enum xmloff::token::XMLTokenEnum XML_MAJOR_INTERVAL_UNIT
+include/xmloff/xmltoken.hxx:3246
+ enum xmloff::token::XMLTokenEnum XML_MINOR_INTERVAL_UNIT
+include/xmloff/xmltoken.hxx:3248
+ enum xmloff::token::XMLTokenEnum XML_MIN_VALUE
+include/xmloff/xmltoken.hxx:3249
+ enum xmloff::token::XMLTokenEnum XML_MAX_VALUE
+include/xmloff/xmltoken.hxx:3253
+ enum xmloff::token::XMLTokenEnum XML_PROPERTY_MAPPING
+include/xmloff/xmltoken.hxx:3256
+ enum xmloff::token::XMLTokenEnum XML_STAR
+include/xmloff/xmltoken.hxx:3257
+ enum xmloff::token::XMLTokenEnum XML_ASTERISK
+include/xmloff/xmltoken.hxx:3258
+ enum xmloff::token::XMLTokenEnum XML_HORIZONTAL_BAR
+include/xmloff/xmltoken.hxx:3259
+ enum xmloff::token::XMLTokenEnum XML_VERTICAL_BAR
+include/xmloff/xmltoken.hxx:3261
+ enum xmloff::token::XMLTokenEnum XML_ERROR_STANDARD_WEIGHT
+include/xmloff/xmltoken.hxx:3264
+ enum xmloff::token::XMLTokenEnum XML_RFC_LANGUAGE_TAG
+include/xmloff/xmltoken.hxx:3265
+ enum xmloff::token::XMLTokenEnum XML_RFC_LANGUAGE_TAG_ASIAN
+include/xmloff/xmltoken.hxx:3266
+ enum xmloff::token::XMLTokenEnum XML_RFC_LANGUAGE_TAG_COMPLEX
+include/xmloff/xmltoken.hxx:3268
+ enum xmloff::token::XMLTokenEnum XML_DATA_TABLE_SHOW_HORZ_BORDER
+include/xmloff/xmltoken.hxx:3269
+ enum xmloff::token::XMLTokenEnum XML_DATA_TABLE_SHOW_VERT_BORDER
+include/xmloff/xmltoken.hxx:3270
+ enum xmloff::token::XMLTokenEnum XML_DATA_TABLE_SHOW_OUTLINE
+include/xmloff/xmltoken.hxx:3272
+ enum xmloff::token::XMLTokenEnum XML_CHART_DUNITS_DISPLAYUNITS
+include/xmloff/xmltoken.hxx:3273
+ enum xmloff::token::XMLTokenEnum XML_CHART_DUNITS_BUILTINUNIT
+include/xmloff/xmltoken.hxx:3274
+ enum xmloff::token::XMLTokenEnum XML_EXTERNALDATA
+include/xmloff/xmltoken.hxx:3276
+ enum xmloff::token::XMLTokenEnum XML_EXPONENT_INTERVAL
+include/xmloff/xmltoken.hxx:3277
+ enum xmloff::token::XMLTokenEnum XML_FORCED_EXPONENT_SIGN
+include/xmloff/xmltoken.hxx:3278
+ enum xmloff::token::XMLTokenEnum XML_MIN_DECIMAL_PLACES
+include/xmloff/xmltoken.hxx:3279
+ enum xmloff::token::XMLTokenEnum XML_MAX_DENOMINATOR_VALUE
+include/xmloff/xmltoken.hxx:3280
+ enum xmloff::token::XMLTokenEnum XML_MAX_NUMERATOR_DIGITS
+include/xmloff/xmltoken.hxx:3281
+ enum xmloff::token::XMLTokenEnum XML_ZEROS_NUMERATOR_DIGITS
+include/xmloff/xmltoken.hxx:3282
+ enum xmloff::token::XMLTokenEnum XML_ZEROS_DENOMINATOR_DIGITS
+include/xmloff/xmltoken.hxx:3283
+ enum xmloff::token::XMLTokenEnum XML_INTEGER_FRACTION_DELIMITER
+include/xmlreader/xmlreader.hxx:47
+ enum xmlreader::XmlReader::(anonymous at /home/noel/libo3/include/xmlreader/xmlreader.hxx:47:5) NAMESPACE_UNKNOWN
+include/xmlreader/xmlreader.hxx:130
+ enum xmlreader::XmlReader::State Done
+jvmfwk/inc/vendorplugin.hxx:55
+ enum javaPluginError InvalidArg
+jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx:59
+ enum jfw_plugin::SunVersion::PreRelease Rel_INTERNAL
+jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx:60
+ enum jfw_plugin::SunVersion::PreRelease Rel_EA
+jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx:61
+ enum jfw_plugin::SunVersion::PreRelease Rel_EA1
+jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx:62
+ enum jfw_plugin::SunVersion::PreRelease Rel_EA2
+jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx:63
+ enum jfw_plugin::SunVersion::PreRelease Rel_EA3
+jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx:64
+ enum jfw_plugin::SunVersion::PreRelease Rel_BETA
+jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx:65
+ enum jfw_plugin::SunVersion::PreRelease Rel_BETA1
+jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx:66
+ enum jfw_plugin::SunVersion::PreRelease Rel_BETA2
+jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx:67
+ enum jfw_plugin::SunVersion::PreRelease Rel_BETA3
+jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx:68
+ enum jfw_plugin::SunVersion::PreRelease Rel_RC
+jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx:69
+ enum jfw_plugin::SunVersion::PreRelease Rel_RC1
+jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx:70
+ enum jfw_plugin::SunVersion::PreRelease Rel_RC2
+jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx:71
+ enum jfw_plugin::SunVersion::PreRelease Rel_RC3
+jvmfwk/plugins/sunmajor/pluginlib/util.cxx:239
+ enum jfw_plugin::FileHandleReader::Result RESULT_EOF
+jvmfwk/plugins/sunmajor/pluginlib/util.cxx:249
+ enum jfw_plugin::FileHandleReader::(anonymous at /home/noel/libo3/jvmfwk/plugins/sunmajor/pluginlib/util.cxx:249:5) BUFFER_SIZE
+l10ntools/inc/export.hxx:62
+ enum IdLevel Null
+l10ntools/inc/export.hxx:62
+ enum IdLevel Text
+l10ntools/inc/export.hxx:62
+ enum IdLevel Identifier
+l10ntools/source/export.cxx:873
+ enum TextState Macro
+libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx:79
+ enum TiledRowColumnBar::TiledBarType COLUMN
+libreofficekit/source/gtk/lokdocview.cxx:266
+ enum (anonymous at /home/noel/libo3/libreofficekit/source/gtk/lokdocview.cxx:264:1) LOAD_CHANGED
+libreofficekit/source/gtk/lokdocview.cxx:267
+ enum (anonymous at /home/noel/libo3/libreofficekit/source/gtk/lokdocview.cxx:264:1) EDIT_CHANGED
+libreofficekit/source/gtk/lokdocview.cxx:268
+ enum (anonymous at /home/noel/libo3/libreofficekit/source/gtk/lokdocview.cxx:264:1) COMMAND_CHANGED
+libreofficekit/source/gtk/lokdocview.cxx:269
+ enum (anonymous at /home/noel/libo3/libreofficekit/source/gtk/lokdocview.cxx:264:1) SEARCH_NOT_FOUND
+libreofficekit/source/gtk/lokdocview.cxx:270
+ enum (anonymous at /home/noel/libo3/libreofficekit/source/gtk/lokdocview.cxx:264:1) PART_CHANGED
+libreofficekit/source/gtk/lokdocview.cxx:271
+ enum (anonymous at /home/noel/libo3/libreofficekit/source/gtk/lokdocview.cxx:264:1) SIZE_CHANGED
+libreofficekit/source/gtk/lokdocview.cxx:272
+ enum (anonymous at /home/noel/libo3/libreofficekit/source/gtk/lokdocview.cxx:264:1) HYPERLINK_CLICKED
+libreofficekit/source/gtk/lokdocview.cxx:273
+ enum (anonymous at /home/noel/libo3/libreofficekit/source/gtk/lokdocview.cxx:264:1) CURSOR_CHANGED
+libreofficekit/source/gtk/lokdocview.cxx:274
+ enum (anonymous at /home/noel/libo3/libreofficekit/source/gtk/lokdocview.cxx:264:1) SEARCH_RESULT_COUNT
+libreofficekit/source/gtk/lokdocview.cxx:275
+ enum (anonymous at /home/noel/libo3/libreofficekit/source/gtk/lokdocview.cxx:264:1) COMMAND_RESULT
+libreofficekit/source/gtk/lokdocview.cxx:276
+ enum (anonymous at /home/noel/libo3/libreofficekit/source/gtk/lokdocview.cxx:264:1) FORMULA_CHANGED
+libreofficekit/source/gtk/lokdocview.cxx:277
+ enum (anonymous at /home/noel/libo3/libreofficekit/source/gtk/lokdocview.cxx:264:1) TEXT_SELECTION
+libreofficekit/source/gtk/lokdocview.cxx:278
+ enum (anonymous at /home/noel/libo3/libreofficekit/source/gtk/lokdocview.cxx:264:1) PASSWORD_REQUIRED
+libreofficekit/source/gtk/lokdocview.cxx:279
+ enum (anonymous at /home/noel/libo3/libreofficekit/source/gtk/lokdocview.cxx:264:1) COMMENT
+libreofficekit/source/gtk/lokdocview.cxx:281
+ enum (anonymous at /home/noel/libo3/libreofficekit/source/gtk/lokdocview.cxx:264:1) LAST_SIGNAL
+libreofficekit/source/gtk/lokdocview.cxx:305
+ enum (anonymous at /home/noel/libo3/libreofficekit/source/gtk/lokdocview.cxx:284:1) PROP_LAST
+libreofficekit/source/gtk/tilebuffer.hxx:161
+ enum (anonymous at /home/noel/libo3/libreofficekit/source/gtk/tilebuffer.hxx:158:1) LOK_TILEBUFFER_MEMORY
+linguistic/source/misc2.cxx:44
+ enum DictionaryPathFlags INTERNAL
+linguistic/source/misc2.cxx:45
+ enum DictionaryPathFlags USER
+linguistic/source/misc2.cxx:46
+ enum DictionaryPathFlags WRITABLE
+o3tl/qa/test-typed_flags.cxx:19
+ enum ConfigurationChangedHint TWO
+o3tl/qa/test-typed_flags.cxx:19
+ enum ConfigurationChangedHint ONE
+oox/inc/drawingml/chart/objectformatter.hxx:41
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_CHARTTITLE
+oox/inc/drawingml/chart/objectformatter.hxx:42
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_LEGEND
+oox/inc/drawingml/chart/objectformatter.hxx:43
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_PLOTAREA2D
+oox/inc/drawingml/chart/objectformatter.hxx:44
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_PLOTAREA3D
+oox/inc/drawingml/chart/objectformatter.hxx:47
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_AXIS
+oox/inc/drawingml/chart/objectformatter.hxx:48
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_AXISTITLE
+oox/inc/drawingml/chart/objectformatter.hxx:49
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_AXISUNIT
+oox/inc/drawingml/chart/objectformatter.hxx:50
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_MAJORGRIDLINE
+oox/inc/drawingml/chart/objectformatter.hxx:51
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_MINORGRIDLINE
+oox/inc/drawingml/chart/objectformatter.hxx:52
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_LINEARSERIES2D
+oox/inc/drawingml/chart/objectformatter.hxx:53
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_FILLEDSERIES2D
+oox/inc/drawingml/chart/objectformatter.hxx:54
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_FILLEDSERIES3D
+oox/inc/drawingml/chart/objectformatter.hxx:55
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_DATALABEL
+oox/inc/drawingml/chart/objectformatter.hxx:56
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_TRENDLINE
+oox/inc/drawingml/chart/objectformatter.hxx:57
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_TRENDLINELABEL
+oox/inc/drawingml/chart/objectformatter.hxx:58
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_ERRORBAR
+oox/inc/drawingml/chart/objectformatter.hxx:59
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_SERLINE
+oox/inc/drawingml/chart/objectformatter.hxx:60
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_LEADERLINE
+oox/inc/drawingml/chart/objectformatter.hxx:61
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_DROPLINE
+oox/inc/drawingml/chart/objectformatter.hxx:62
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_HILOLINE
+oox/inc/drawingml/chart/objectformatter.hxx:63
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_UPBAR
+oox/inc/drawingml/chart/objectformatter.hxx:64
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_DOWNBAR
+oox/inc/drawingml/chart/objectformatter.hxx:65
+ enum oox::drawingml::chart::ObjectType OBJECTTYPE_DATATABLE
+oox/inc/drawingml/chart/seriesmodel.hxx:174
+ enum oox::drawingml::chart::SeriesModel::SourceType CATEGORIES
+oox/inc/drawingml/chart/seriesmodel.hxx:175
+ enum oox::drawingml::chart::SeriesModel::SourceType VALUES
+oox/inc/drawingml/chart/seriesmodel.hxx:176
+ enum oox::drawingml::chart::SeriesModel::SourceType POINTS
+oox/inc/drawingml/chart/typegroupconverter.hxx:60
+ enum oox::drawingml::chart::TypeCategory TYPECATEGORY_LINE
+oox/inc/drawingml/chart/typegroupconverter.hxx:63
+ enum oox::drawingml::chart::TypeCategory TYPECATEGORY_SCATTER
+oox/inc/drawingml/chart/typegroupconverter.hxx:64
+ enum oox::drawingml::chart::TypeCategory TYPECATEGORY_SURFACE
+oox/inc/drawingml/textspacing.hxx:37
+ enum oox::drawingml::TextSpacing::Unit Points
+oox/source/drawingml/diagram/diagramlayoutatoms.hxx:218
+ enum oox::drawingml::LayoutNode::(anonymous at /home/noel/libo3/oox/source/drawingml/diagram/diagramlayoutatoms.hxx:217:5) VAR_animLvl
+oox/source/drawingml/diagram/diagramlayoutatoms.hxx:219
+ enum oox::drawingml::LayoutNode::(anonymous at /home/noel/libo3/oox/source/drawingml/diagram/diagramlayoutatoms.hxx:217:5) VAR_animOne
+oox/source/drawingml/diagram/diagramlayoutatoms.hxx:220
+ enum oox::drawingml::LayoutNode::(anonymous at /home/noel/libo3/oox/source/drawingml/diagram/diagramlayoutatoms.hxx:217:5) VAR_bulletEnabled
+oox/source/drawingml/diagram/diagramlayoutatoms.hxx:221
+ enum oox::drawingml::LayoutNode::(anonymous at /home/noel/libo3/oox/source/drawingml/diagram/diagramlayoutatoms.hxx:217:5) VAR_chMax
+oox/source/drawingml/diagram/diagramlayoutatoms.hxx:222
+ enum oox::drawingml::LayoutNode::(anonymous at /home/noel/libo3/oox/source/drawingml/diagram/diagramlayoutatoms.hxx:217:5) VAR_chPref
+oox/source/drawingml/diagram/diagramlayoutatoms.hxx:223
+ enum oox::drawingml::LayoutNode::(anonymous at /home/noel/libo3/oox/source/drawingml/diagram/diagramlayoutatoms.hxx:217:5) VAR_dir
+oox/source/drawingml/diagram/diagramlayoutatoms.hxx:224
+ enum oox::drawingml::LayoutNode::(anonymous at /home/noel/libo3/oox/source/drawingml/diagram/diagramlayoutatoms.hxx:217:5) VAR_hierBranch
+oox/source/drawingml/diagram/diagramlayoutatoms.hxx:225
+ enum oox::drawingml::LayoutNode::(anonymous at /home/noel/libo3/oox/source/drawingml/diagram/diagramlayoutatoms.hxx:217:5) VAR_orgChart
+oox/source/drawingml/diagram/diagramlayoutatoms.hxx:226
+ enum oox::drawingml::LayoutNode::(anonymous at /home/noel/libo3/oox/source/drawingml/diagram/diagramlayoutatoms.hxx:217:5) VAR_resizeHandles
+oox/source/export/shapes.cxx:1860
+ enum (anonymous at /home/noel/libo3/oox/source/export/shapes.cxx:1860:5) OTHER
+pyuno/inc/pyuno.hxx:75
+ enum pyuno::NotNull NOT_NULL
+pyuno/inc/pyuno.hxx:163
+ enum pyuno::ConversionMode REJECT_UNO_ANY
+reportdesign/inc/conditionalexpression.hxx:79
+ enum rptui::ComparisonOperation eEqualTo
+reportdesign/inc/conditionalexpression.hxx:80
+ enum rptui::ComparisonOperation eNotEqualTo
+reportdesign/inc/conditionalexpression.hxx:81
+ enum rptui::ComparisonOperation eGreaterThan
+reportdesign/inc/conditionalexpression.hxx:82
+ enum rptui::ComparisonOperation eLessThan
+reportdesign/inc/conditionalexpression.hxx:83
+ enum rptui::ComparisonOperation eGreaterOrEqual
+reportdesign/inc/conditionalexpression.hxx:84
+ enum rptui::ComparisonOperation eLessOrEqual
+reportdesign/inc/RptObject.hxx:42
+ enum rptui::DlgEdHintKind RPTUI_HINT_WINDOWSCROLLED
+reportdesign/source/filter/xml/xmlEnums.hxx:44
+ enum rptxml::XMLReportToken XML_TOK_HEADER_ON_NEW_PAGE
+reportdesign/source/filter/xml/xmlEnums.hxx:45
+ enum rptxml::XMLReportToken XML_TOK_FOOTER_ON_NEW_PAGE
+reportdesign/source/filter/xml/xmlEnums.hxx:62
+ enum rptxml::XMLGroup XML_TOK_PRINT_HEADER_ON_EACH_PAGE
+reportdesign/source/filter/xml/xmlEnums.hxx:63
+ enum rptxml::XMLGroup XML_TOK_SORT_EXPRESSION
+reportdesign/source/filter/xml/xmlEnums.hxx:132
+ enum rptxml::XMLControlProperty XML_TOK_CURRENCY
+reportdesign/source/filter/xml/xmlEnums.hxx:133
+ enum rptxml::XMLControlProperty XML_TOK_DATE_VALUE
+reportdesign/source/filter/xml/xmlEnums.hxx:134
+ enum rptxml::XMLControlProperty XML_TOK_TIME_VALUE
+reportdesign/source/filter/xml/xmlEnums.hxx:135
+ enum rptxml::XMLControlProperty XML_TOK_STRING_VALUE
+reportdesign/source/filter/xml/xmlEnums.hxx:136
+ enum rptxml::XMLControlProperty XML_TOK_BOOLEAN_VALUE
+reportdesign/source/filter/xml/xmlEnums.hxx:138
+ enum rptxml::XMLControlProperty XML_TOK_SIZE
+reportdesign/source/filter/xml/xmlEnums.hxx:141
+ enum rptxml::XMLControlProperty XML_TOK_LABEL
+reportdesign/source/ui/inc/metadata.hxx:31
+ enum PropUIFlags Composeable
+reportdesign/source/ui/inc/metadata.hxx:33
+ enum PropUIFlags DataProperty
+rsc/inc/rscall.h:50
+ enum CommandFlags Help
+rsc/inc/rscall.h:51
+ enum CommandFlags NoPrePro
+rsc/inc/rscall.h:52
+ enum CommandFlags NoSyntax
+rsc/inc/rscall.h:53
+ enum CommandFlags NoLink
+rsc/inc/rscall.h:54
+ enum CommandFlags NoResFile
+rsc/inc/rscall.h:55
+ enum CommandFlags Define
+rsc/inc/rscall.h:56
+ enum CommandFlags Include
+rsc/inc/rscall.h:57
+ enum CommandFlags Preload
+rsc/inc/rscall.h:58
+ enum CommandFlags SrsDefault
+rsc/inc/rscall.h:59
+ enum CommandFlags NoSysResTest
+rsc/inc/rscerror.h:109
+ enum RscVerbosity RscVerbositySilent
+rsc/inc/rscerror.h:110
+ enum RscVerbosity RscVerbosityNormal
+rsc/inc/rsctools.hxx:36
+ enum RSCBYTEORDER_TYPE RSC_BIGENDIAN
+rsc/inc/rsctools.hxx:36
+ enum RSCBYTEORDER_TYPE RSC_LITTLEENDIAN
+rsc/inc/rsctop.hxx:32
+ enum RSCVAR Pointer
+rsc/inc/rsctop.hxx:33
+ enum RSCVAR Hidden
+rsc/inc/rsctop.hxx:34
+ enum RSCVAR NoDataInst
+rsc/inc/rsctop.hxx:35
+ enum RSCVAR NoRc
+rsc/inc/rsctop.hxx:36
+ enum RSCVAR SvDynamic
+sal/osl/all/log.cxx:305
+ enum Sense POSITIVE
+sal/osl/all/log.cxx:305
+ enum Sense NEGATIVE
+sal/rtl/bootstrap.cxx:86
+ enum (anonymous namespace)::LookupMode LOOKUP_MODE_URE_BOOTSTRAP_EXPANSION
+sal/rtl/rtl_process.cxx:42
+ enum (anonymous namespace)::Id::(anonymous at /home/noel/libo3/sal/rtl/rtl_process.cxx:42:5) UUID_SIZE
+sal/rtl/ustring.cxx:887
+ enum StrLifecycle CANNOT_RETURN
+sal/rtl/ustring.cxx:888
+ enum StrLifecycle CAN_RETURN
+sc/inc/address.hxx:139
+ enum ScRefFlags COL_ABS
+sc/inc/address.hxx:140
+ enum ScRefFlags ROW_ABS
+sc/inc/address.hxx:141
+ enum ScRefFlags TAB_ABS
+sc/inc/address.hxx:142
+ enum ScRefFlags TAB_3D
+sc/inc/address.hxx:143
+ enum ScRefFlags COL2_ABS
+sc/inc/address.hxx:144
+ enum ScRefFlags ROW2_ABS
+sc/inc/address.hxx:145
+ enum ScRefFlags TAB2_ABS
+sc/inc/address.hxx:146
+ enum ScRefFlags TAB2_3D
+sc/inc/address.hxx:147
+ enum ScRefFlags ROW_VALID
+sc/inc/address.hxx:148
+ enum ScRefFlags COL_VALID
+sc/inc/address.hxx:149
+ enum ScRefFlags TAB_VALID
+sc/inc/address.hxx:151
+ enum ScRefFlags BITS
+sc/inc/address.hxx:155
+ enum ScRefFlags FORCE_DOC
+sc/inc/address.hxx:156
+ enum ScRefFlags ROW2_VALID
+sc/inc/address.hxx:157
+ enum ScRefFlags COL2_VALID
+sc/inc/address.hxx:158
+ enum ScRefFlags TAB2_VALID
+sc/inc/address.hxx:161
+ enum ScRefFlags ADDR_ABS
+sc/inc/address.hxx:163
+ enum ScRefFlags RANGE_ABS
+sc/inc/address.hxx:165
+ enum ScRefFlags ADDR_ABS_3D
+sc/inc/address.hxx:166
+ enum ScRefFlags RANGE_ABS_3D
+sc/inc/address.hxx:192
+ enum ScAddress::Uninitialized UNINITIALIZED
+sc/inc/address.hxx:193
+ enum ScAddress::InitializeInvalid INITIALIZE_INVALID
+sc/inc/attrib.hxx:37
+ enum ScMF Auto
+sc/inc/attrib.hxx:38
+ enum ScMF Button
+sc/inc/attrib.hxx:39
+ enum ScMF Scenario
+sc/inc/attrib.hxx:40
+ enum ScMF ButtonPopup
+sc/inc/attrib.hxx:41
+ enum ScMF HiddenMember
+sc/inc/attrib.hxx:42
+ enum ScMF DpTable
+sc/inc/chartpos.hxx:96
+ enum ScChartGlue Cols
+sc/inc/chartpos.hxx:98
+ enum ScChartGlue Both
+sc/inc/chgtrack.hxx:623
+ enum ScChangeActionContentCellType SC_CACCT_NORMAL
+sc/inc/colorscale.hxx:180
+ enum ScIconSetType IconSet_3Arrows
+sc/inc/colorscale.hxx:181
+ enum ScIconSetType IconSet_3ArrowsGray
+sc/inc/colorscale.hxx:182
+ enum ScIconSetType IconSet_3Flags
+sc/inc/colorscale.hxx:183
+ enum ScIconSetType IconSet_3TrafficLights1
+sc/inc/colorscale.hxx:184
+ enum ScIconSetType IconSet_3TrafficLights2
+sc/inc/colorscale.hxx:185
+ enum ScIconSetType IconSet_3Signs
+sc/inc/colorscale.hxx:186
+ enum ScIconSetType IconSet_3Symbols
+sc/inc/colorscale.hxx:187
+ enum ScIconSetType IconSet_3Symbols2
+sc/inc/colorscale.hxx:192
+ enum ScIconSetType IconSet_4Arrows
+sc/inc/colorscale.hxx:193
+ enum ScIconSetType IconSet_4ArrowsGray
+sc/inc/colorscale.hxx:194
+ enum ScIconSetType IconSet_4RedToBlack
+sc/inc/colorscale.hxx:195
+ enum ScIconSetType IconSet_4Rating
+sc/inc/colorscale.hxx:196
+ enum ScIconSetType IconSet_4TrafficLights
+sc/inc/colorscale.hxx:197
+ enum ScIconSetType IconSet_5Arrows
+sc/inc/colorscale.hxx:198
+ enum ScIconSetType IconSet_5ArrowsGray
+sc/inc/colorscale.hxx:199
+ enum ScIconSetType IconSet_5Ratings
+sc/inc/colorscale.hxx:200
+ enum ScIconSetType IconSet_5Quarters
+sc/inc/compiler.hxx:47
+ enum ScCharFlags Illegal
+sc/inc/compiler.hxx:48
+ enum ScCharFlags Char
+sc/inc/compiler.hxx:49
+ enum ScCharFlags CharBool
+sc/inc/compiler.hxx:50
+ enum ScCharFlags CharWord
+sc/inc/compiler.hxx:51
+ enum ScCharFlags CharValue
+sc/inc/compiler.hxx:52
+ enum ScCharFlags CharString
+sc/inc/compiler.hxx:53
+ enum ScCharFlags CharDontCare
+sc/inc/compiler.hxx:54
+ enum ScCharFlags Bool
+sc/inc/compiler.hxx:55
+ enum ScCharFlags Word
+sc/inc/compiler.hxx:56
+ enum ScCharFlags WordSep
+sc/inc/compiler.hxx:57
+ enum ScCharFlags Value
+sc/inc/compiler.hxx:58
+ enum ScCharFlags ValueSep
+sc/inc/compiler.hxx:59
+ enum ScCharFlags ValueExp
+sc/inc/compiler.hxx:60
+ enum ScCharFlags ValueSign
+sc/inc/compiler.hxx:61
+ enum ScCharFlags ValueValue
+sc/inc/compiler.hxx:62
+ enum ScCharFlags StringSep
+sc/inc/compiler.hxx:63
+ enum ScCharFlags NameSep
+sc/inc/compiler.hxx:64
+ enum ScCharFlags CharIdent
+sc/inc/compiler.hxx:65
+ enum ScCharFlags Ident
+sc/inc/compiler.hxx:66
+ enum ScCharFlags OdfLBracket
+sc/inc/compiler.hxx:67
+ enum ScCharFlags OdfRBracket
+sc/inc/compiler.hxx:68
+ enum ScCharFlags OdfLabelOp
+sc/inc/compiler.hxx:69
+ enum ScCharFlags OdfNameMarker
+sc/inc/compiler.hxx:70
+ enum ScCharFlags CharName
+sc/inc/compiler.hxx:71
+ enum ScCharFlags Name
+sc/inc/compiler.hxx:72
+ enum ScCharFlags CharErrConst
+sc/inc/compiler.hxx:184
+ enum ScCompiler::ExtendedErrorDetection EXTENDED_ERROR_DETECTION_NAME_NO_BREAK
+sc/inc/datastreamgettime.hxx:28
+ enum sc::DebugTime Import
+sc/inc/datastreamgettime.hxx:29
+ enum sc::DebugTime Recalc
+sc/inc/datastreamgettime.hxx:30
+ enum sc::DebugTime Render
+sc/inc/dociter.hxx:251
+ enum ScQueryCellIterator::StopOnMismatchBits nStopOnMismatchDisabled
+sc/inc/dociter.hxx:252
+ enum ScQueryCellIterator::StopOnMismatchBits nStopOnMismatchEnabled
+sc/inc/dociter.hxx:253
+ enum ScQueryCellIterator::StopOnMismatchBits nStopOnMismatchOccurred
+sc/inc/dociter.hxx:259
+ enum ScQueryCellIterator::TestEqualConditionBits nTestEqualConditionDisabled
+sc/inc/dociter.hxx:260
+ enum ScQueryCellIterator::TestEqualConditionBits nTestEqualConditionEnabled
+sc/inc/dociter.hxx:261
+ enum ScQueryCellIterator::TestEqualConditionBits nTestEqualConditionMatched
+sc/inc/document.hxx:296
+ enum ScDocument::HardRecalcState HARDRECALCSTATE_TEMPORARY
+sc/inc/dpglobal.hxx:47
+ enum ScDPValue::Type Value
+sc/inc/fillinfo.hxx:47
+ enum ScClipMark Left
+sc/inc/fillinfo.hxx:47
+ enum ScClipMark Right
+sc/inc/formulacell.hxx:154
+ enum ScFormulaCell::CompareState EqualRelativeRef
+sc/inc/formulacell.hxx:250
+ enum ScFormulaCell::RelNameRef SINGLE
+sc/inc/importfilterdata.hxx:34
+ enum sc::ImportPostProcessData::DataStream::InsertPos InsertBottom
+sc/inc/lookupcache.hxx:55
+ enum ScLookupCache::QueryOp EQUAL
+sc/inc/lookupcache.hxx:56
+ enum ScLookupCache::QueryOp LESS_EQUAL
+sc/inc/lookupcache.hxx:57
+ enum ScLookupCache::QueryOp GREATER_EQUAL
+sc/inc/patattr.hxx:47
+ enum ScAutoFontColorMode SC_AUTOCOL_DISPLAY
+sc/inc/rangenam.hxx:51
+ enum ScRangeData::Type Name
+sc/inc/rangenam.hxx:52
+ enum ScRangeData::Type Database
+sc/inc/rangenam.hxx:53
+ enum ScRangeData::Type Criteria
+sc/inc/rangenam.hxx:54
+ enum ScRangeData::Type PrintArea
+sc/inc/rangenam.hxx:55
+ enum ScRangeData::Type ColHeader
+sc/inc/rangenam.hxx:56
+ enum ScRangeData::Type RowHeader
+sc/inc/rangenam.hxx:57
+ enum ScRangeData::Type AbsArea
+sc/inc/rangenam.hxx:58
+ enum ScRangeData::Type RefArea
+sc/inc/rangenam.hxx:59
+ enum ScRangeData::Type AbsPos
+sc/inc/sheetevents.hxx:26
+ enum ScSheetEventId SELECT
+sc/inc/sheetevents.hxx:26
+ enum ScSheetEventId UNFOCUS
+sc/inc/sheetevents.hxx:26
+ enum ScSheetEventId CALCULATE
+sc/inc/sheetevents.hxx:26
+ enum ScSheetEventId CHANGE
+sc/inc/sheetevents.hxx:26
+ enum ScSheetEventId FOCUS
+sc/inc/sheetevents.hxx:26
+ enum ScSheetEventId DOUBLECLICK
+sc/inc/sheetevents.hxx:26
+ enum ScSheetEventId RIGHTCLICK
+sc/inc/stlsheet.hxx:41
+ enum ScStyleSheet::Usage NOTUSED
+sc/inc/stringutil.hxx:47
+ enum ScSetStringParam::TextFormatPolicy SpecialNumberOnly
+sc/inc/tabprotection.hxx:78
+ enum ScDocProtection::Option STRUCTURE
+sc/inc/tabprotection.hxx:79
+ enum ScDocProtection::Option WINDOWS
+sc/inc/tabprotection.hxx:150
+ enum ScTableProtection::Option AUTOFILTER
+sc/inc/tabprotection.hxx:151
+ enum ScTableProtection::Option DELETE_COLUMNS
+sc/inc/tabprotection.hxx:152
+ enum ScTableProtection::Option DELETE_ROWS
+sc/inc/tabprotection.hxx:153
+ enum ScTableProtection::Option FORMAT_CELLS
+sc/inc/tabprotection.hxx:154
+ enum ScTableProtection::Option FORMAT_COLUMNS
+sc/inc/tabprotection.hxx:155
+ enum ScTableProtection::Option FORMAT_ROWS
+sc/inc/tabprotection.hxx:156
+ enum ScTableProtection::Option INSERT_COLUMNS
+sc/inc/tabprotection.hxx:157
+ enum ScTableProtection::Option INSERT_HYPERLINKS
+sc/inc/tabprotection.hxx:158
+ enum ScTableProtection::Option INSERT_ROWS
+sc/inc/tabprotection.hxx:159
+ enum ScTableProtection::Option OBJECTS
+sc/inc/tabprotection.hxx:160
+ enum ScTableProtection::Option PIVOT_TABLES
+sc/inc/tabprotection.hxx:161
+ enum ScTableProtection::Option SCENARIOS
+sc/inc/tabprotection.hxx:162
+ enum ScTableProtection::Option SELECT_LOCKED_CELLS
+sc/inc/tabprotection.hxx:163
+ enum ScTableProtection::Option SELECT_UNLOCKED_CELLS
+sc/inc/tabprotection.hxx:164
+ enum ScTableProtection::Option SORT
+sc/inc/typedstrdata.hxx:23
+ enum ScTypedStrData::StringType Standard
+sc/inc/typedstrdata.hxx:24
+ enum ScTypedStrData::StringType Name
+sc/inc/typedstrdata.hxx:25
+ enum ScTypedStrData::StringType DbName
+sc/inc/typedstrdata.hxx:26
+ enum ScTypedStrData::StringType Header
+sc/inc/types.hxx:44
+ enum ScMatValType NonvalueMask
+sc/inc/types.hxx:70
+ enum sc::MatrixEdge Inside
+sc/inc/types.hxx:71
+ enum sc::MatrixEdge Bottom
+sc/inc/types.hxx:72
+ enum sc::MatrixEdge Left
+sc/inc/types.hxx:73
+ enum sc::MatrixEdge Top
+sc/inc/types.hxx:74
+ enum sc::MatrixEdge Right
+sc/inc/types.hxx:75
+ enum sc::MatrixEdge Open
+sc/inc/types.hxx:81
+ enum sc::GroupCalcState GroupCalcEnabled
+sc/inc/userdat.hxx:45
+ enum ScDrawObjData::Type DrawingObject
+sc/inc/viewopti.hxx:34
+ enum ScViewOption VOPT_FORMULAS
+sc/inc/viewopti.hxx:35
+ enum ScViewOption VOPT_NULLVALS
+sc/inc/viewopti.hxx:36
+ enum ScViewOption VOPT_SYNTAX
+sc/inc/viewopti.hxx:37
+ enum ScViewOption VOPT_NOTES
+sc/inc/viewopti.hxx:38
+ enum ScViewOption VOPT_VSCROLL
+sc/inc/viewopti.hxx:39
+ enum ScViewOption VOPT_HSCROLL
+sc/inc/viewopti.hxx:40
+ enum ScViewOption VOPT_TABCONTROLS
+sc/inc/viewopti.hxx:41
+ enum ScViewOption VOPT_OUTLINER
+sc/inc/viewopti.hxx:42
+ enum ScViewOption VOPT_HEADER
+sc/inc/viewopti.hxx:43
+ enum ScViewOption VOPT_GRID
+sc/inc/viewopti.hxx:44
+ enum ScViewOption VOPT_GRID_ONTOP
+sc/inc/viewopti.hxx:45
+ enum ScViewOption VOPT_HELPLINES
+sc/inc/viewopti.hxx:46
+ enum ScViewOption VOPT_ANCHOR
+sc/inc/viewopti.hxx:47
+ enum ScViewOption VOPT_PAGEBREAKS
+sc/inc/viewopti.hxx:53
+ enum ScVObjType VOBJ_TYPE_OLE
+sc/inc/viewopti.hxx:54
+ enum ScVObjType VOBJ_TYPE_CHART
+sc/inc/xmlwrap.hxx:48
+ enum ImportFlags Styles
+sc/inc/xmlwrap.hxx:49
+ enum ImportFlags Content
+sc/inc/xmlwrap.hxx:50
+ enum ImportFlags Metadata
+sc/inc/xmlwrap.hxx:51
+ enum ImportFlags Settings
+sc/inc/xmlwrap.hxx:52
+ enum ImportFlags All
+sc/source/core/data/document10.cxx:579
+ enum (anonymous namespace)::MightReferenceSheet CODE
+sc/source/core/inc/refupdat.hxx:33
+ enum ScRefUpdateRes UR_UPDATED
+sc/source/core/inc/refupdat.hxx:35
+ enum ScRefUpdateRes UR_STICKY
+sc/source/core/opencl/op_statistical.cxx:7695
+ enum sc::opencl::MixDoubleString svDoubleVectorRefNULL
+sc/source/core/opencl/op_statistical.cxx:7699
+ enum sc::opencl::MixDoubleString svSingleVectorRefNULL
+sc/source/core/tool/cellkeytranslator.cxx:36
+ enum LocaleMatch LOCALE_MATCH_LANG
+sc/source/core/tool/cellkeytranslator.cxx:37
+ enum LocaleMatch LOCALE_MATCH_LANG_SCRIPT
+sc/source/core/tool/cellkeytranslator.cxx:38
+ enum LocaleMatch LOCALE_MATCH_LANG_SCRIPT_COUNTRY
+sc/source/filter/excel/xeformula.cxx:225
+ enum (anonymous namespace)::XclExpFmlaClassType EXC_CLASSTYPE_ARRAY
+sc/source/filter/excel/xestyle.cxx:1637
+ enum CalcLineIndex Idx_DashDotDot
+sc/source/filter/excel/xestyle.cxx:1637
+ enum CalcLineIndex Idx_Solid
+sc/source/filter/excel/xestyle.cxx:1637
+ enum CalcLineIndex Idx_FineDashed
+sc/source/filter/excel/xestyle.cxx:1637
+ enum CalcLineIndex Idx_Dashed
+sc/source/filter/excel/xestyle.cxx:1637
+ enum CalcLineIndex Idx_DoubleThin
+sc/source/filter/excel/xestyle.cxx:1637
+ enum CalcLineIndex Idx_Last
+sc/source/filter/excel/xestyle.cxx:1637
+ enum CalcLineIndex Idx_DashDot
+sc/source/filter/excel/xestyle.cxx:1637
+ enum CalcLineIndex Idx_Dotted
+sc/source/filter/excel/xestyle.cxx:1638
+ enum ExcelWidthIndex Width_Medium
+sc/source/filter/excel/xestyle.cxx:1638
+ enum ExcelWidthIndex Width_Thick
+sc/source/filter/excel/xestyle.cxx:1638
+ enum ExcelWidthIndex Width_Last
+sc/source/filter/excel/xestyle.cxx:1638
+ enum ExcelWidthIndex Width_Thin
+sc/source/filter/excel/xestyle.cxx:1638
+ enum ExcelWidthIndex Width_Hair
+sc/source/filter/excel/xiescher.cxx:458
+ enum (anonymous at /home/noel/libo3/sc/source/filter/excel/xiescher.cxx:458:17) eCreateFromMSOCXControl
+sc/source/filter/excel/xiescher.cxx:458
+ enum (anonymous at /home/noel/libo3/sc/source/filter/excel/xiescher.cxx:458:17) eCreateFromMSTBXControl
+sc/source/filter/inc/colrowst.hxx:29
+ enum ExcColRowFlags Used
+sc/source/filter/inc/colrowst.hxx:30
+ enum ExcColRowFlags Default
+sc/source/filter/inc/colrowst.hxx:31
+ enum ExcColRowFlags Hidden
+sc/source/filter/inc/colrowst.hxx:32
+ enum ExcColRowFlags Man
+sc/source/filter/inc/decl.h:24
+ enum WKTYP eWK_UNKNOWN
+sc/source/filter/inc/externallinkbuffer.hxx:149
+ enum oox::xls::LinkSheetRange::LinkSheetRangeType LINKSHEETRANGE_INTERNAL
+sc/source/filter/inc/formel.hxx:53
+ enum FORMULA_TYPE FT_CellFormula
+sc/source/filter/inc/formulabase.hxx:371
+ enum oox::xls::FuncParamValidity Regular
+sc/source/filter/inc/formulabase.hxx:468
+ enum oox::xls::FunctionLibraryType FUNCLIB_EUROTOOL
+sc/source/filter/inc/htmlpars.hxx:224
+ enum ScHTMLOrient tdRow
+sc/source/filter/inc/unitconverter.hxx:37
+ enum oox::xls::Unit UNIT_INCH
+sc/source/filter/inc/unitconverter.hxx:38
+ enum oox::xls::Unit UNIT_POINT
+sc/source/filter/inc/unitconverter.hxx:39
+ enum oox::xls::Unit UNIT_TWIP
+sc/source/filter/inc/unitconverter.hxx:40
+ enum oox::xls::Unit UNIT_EMU
+sc/source/filter/inc/unitconverter.hxx:41
+ enum oox::xls::Unit UNIT_SCREENX
+sc/source/filter/inc/unitconverter.hxx:42
+ enum oox::xls::Unit UNIT_SCREENY
+sc/source/filter/inc/unitconverter.hxx:43
+ enum oox::xls::Unit UNIT_REFDEVX
+sc/source/filter/inc/unitconverter.hxx:44
+ enum oox::xls::Unit UNIT_REFDEVY
+sc/source/filter/inc/unitconverter.hxx:45
+ enum oox::xls::Unit UNIT_DIGIT
+sc/source/filter/inc/unitconverter.hxx:46
+ enum oox::xls::Unit UNIT_SPACE
+sc/source/filter/inc/xeextlst.hxx:23
+ enum XclExpExtType XclExpExtDataBarType
+sc/source/filter/inc/xeextlst.hxx:24
+ enum XclExpExtType XclExpExtDataFooType
+sc/source/filter/inc/xelink.hxx:50
+ enum ExcTabBufFlags Ignore
+sc/source/filter/inc/xelink.hxx:51
+ enum ExcTabBufFlags Extern
+sc/source/filter/inc/xelink.hxx:52
+ enum ExcTabBufFlags SkipMask
+sc/source/filter/inc/xelink.hxx:53
+ enum ExcTabBufFlags Visible
+sc/source/filter/inc/xelink.hxx:54
+ enum ExcTabBufFlags Selected
+sc/source/filter/inc/xelink.hxx:55
+ enum ExcTabBufFlags Mirrored
+sc/source/filter/inc/xicontent.hxx:219
+ enum XclImpWebQuery::XclImpWebQueryMode xlWQDocument
+sc/source/filter/inc/xihelper.hxx:188
+ enum XclImpHFConverter::XclImpHFPortion EXC_HF_RIGHT
+sc/source/filter/inc/xihelper.hxx:188
+ enum XclImpHFConverter::XclImpHFPortion EXC_HF_CENTER
+sc/source/filter/inc/xihelper.hxx:188
+ enum XclImpHFConverter::XclImpHFPortion EXC_HF_LEFT
+sc/source/filter/inc/xihelper.hxx:188
+ enum XclImpHFConverter::XclImpHFPortion EXC_HF_PORTION_COUNT
+sc/source/filter/inc/xistyle.hxx:651
+ enum XclImpXFRangeBuffer::XclImpXFInsertMode xlXFModeCell
+sc/source/filter/inc/xlchart.hxx:1104
+ enum XclChObjectType EXC_CHOBJTYPE_BACKGROUND
+sc/source/filter/inc/xlchart.hxx:1105
+ enum XclChObjectType EXC_CHOBJTYPE_PLOTFRAME
+sc/source/filter/inc/xlchart.hxx:1108
+ enum XclChObjectType EXC_CHOBJTYPE_TEXT
+sc/source/filter/inc/xlchart.hxx:1109
+ enum XclChObjectType EXC_CHOBJTYPE_LEGEND
+sc/source/filter/inc/xlchart.hxx:1112
+ enum XclChObjectType EXC_CHOBJTYPE_AXISLINE
+sc/source/filter/inc/xlchart.hxx:1113
+ enum XclChObjectType EXC_CHOBJTYPE_GRIDLINE
+sc/source/filter/inc/xlchart.hxx:1114
+ enum XclChObjectType EXC_CHOBJTYPE_TRENDLINE
+sc/source/filter/inc/xlchart.hxx:1115
+ enum XclChObjectType EXC_CHOBJTYPE_ERRORBAR
+sc/source/filter/inc/xlchart.hxx:1116
+ enum XclChObjectType EXC_CHOBJTYPE_CONNECTLINE
+sc/source/filter/inc/xlchart.hxx:1117
+ enum XclChObjectType EXC_CHOBJTYPE_HILOLINE
+sc/source/filter/inc/xlchart.hxx:1118
+ enum XclChObjectType EXC_CHOBJTYPE_WHITEDROPBAR
+sc/source/filter/inc/xlchart.hxx:1119
+ enum XclChObjectType EXC_CHOBJTYPE_BLACKDROPBAR
+sc/source/filter/inc/xlchart.hxx:1162
+ enum XclChTypeId EXC_CHTYPEID_BAR
+sc/source/filter/inc/xlchart.hxx:1163
+ enum XclChTypeId EXC_CHTYPEID_HORBAR
+sc/source/filter/inc/xlchart.hxx:1164
+ enum XclChTypeId EXC_CHTYPEID_LINE
+sc/source/filter/inc/xlchart.hxx:1165
+ enum XclChTypeId EXC_CHTYPEID_AREA
+sc/source/filter/inc/xlchart.hxx:1167
+ enum XclChTypeId EXC_CHTYPEID_RADARLINE
+sc/source/filter/inc/xlchart.hxx:1168
+ enum XclChTypeId EXC_CHTYPEID_RADARAREA
+sc/source/filter/inc/xlchart.hxx:1169
+ enum XclChTypeId EXC_CHTYPEID_PIE
+sc/source/filter/inc/xlchart.hxx:1172
+ enum XclChTypeId EXC_CHTYPEID_SCATTER
+sc/source/filter/inc/xlchart.hxx:1186
+ enum XclChTypeCateg EXC_CHTYPECATEG_SURFACE
+sc/source/filter/inc/xlescher.hxx:411
+ enum XclTbxEventType EXC_TBX_EVENT_ACTION
+sc/source/filter/inc/xlescher.hxx:412
+ enum XclTbxEventType EXC_TBX_EVENT_MOUSE
+sc/source/filter/inc/xlescher.hxx:413
+ enum XclTbxEventType EXC_TBX_EVENT_TEXT
+sc/source/filter/inc/xlescher.hxx:414
+ enum XclTbxEventType EXC_TBX_EVENT_VALUE
+sc/source/filter/inc/xlescher.hxx:415
+ enum XclTbxEventType EXC_TBX_EVENT_CHANGE
+sc/source/filter/inc/xlformula.hxx:166
+ enum XclFormulaType EXC_FMLATYPE_DATAVAL
+sc/source/filter/inc/xlformula.hxx:167
+ enum XclFormulaType EXC_FMLATYPE_NAME
+sc/source/filter/inc/xlformula.hxx:169
+ enum XclFormulaType EXC_FMLATYPE_CONTROL
+sc/source/filter/inc/xlformula.hxx:170
+ enum XclFormulaType EXC_FMLATYPE_WQUERY
+sc/source/filter/inc/xlformula.hxx:171
+ enum XclFormulaType EXC_FMLATYPE_LISTVAL
+sc/source/filter/inc/xlformula.hxx:180
+ enum XclFuncParamValidity EXC_PARAM_REGULAR
+sc/source/filter/inc/xlstyle.hxx:395
+ enum XclFontItemType Editeng
+sc/source/filter/oox/formulabase.cxx:46
+ enum FuncFlags VOLATILE
+sc/source/filter/oox/formulabase.cxx:47
+ enum FuncFlags IMPORTONLY
+sc/source/filter/oox/formulabase.cxx:48
+ enum FuncFlags EXPORTONLY
+sc/source/filter/oox/formulabase.cxx:49
+ enum FuncFlags MACROCALL
+sc/source/filter/oox/formulabase.cxx:50
+ enum FuncFlags MACROCALLODF
+sc/source/filter/oox/formulabase.cxx:51
+ enum FuncFlags EXTERNAL
+sc/source/filter/oox/formulabase.cxx:52
+ enum FuncFlags MACROFUNC
+sc/source/filter/oox/formulabase.cxx:53
+ enum FuncFlags MACROCMD
+sc/source/filter/oox/formulabase.cxx:54
+ enum FuncFlags ALWAYSVAR
+sc/source/filter/oox/formulabase.cxx:55
+ enum FuncFlags PARAMPAIRS
+sc/source/filter/oox/formulabase.cxx:56
+ enum FuncFlags MACROCALL_FN
+sc/source/filter/oox/formulabase.cxx:58
+ enum FuncFlags MACROCALL_NEW
+sc/source/filter/oox/formulabase.cxx:61
+ enum FuncFlags BIFFIMPORTONLY
+sc/source/filter/oox/formulabase.cxx:62
+ enum FuncFlags BIFFEXPORTONLY
+sc/source/filter/oox/formulabase.cxx:63
+ enum FuncFlags INTERNAL
+sc/source/filter/oox/formulabase.cxx:64
+ enum FuncFlags EUROTOOL
+sc/source/filter/oox/pagesettings.cxx:344
+ enum oox::xls::HFPortionId HF_LEFT
+sc/source/filter/oox/pagesettings.cxx:345
+ enum oox::xls::HFPortionId HF_CENTER
+sc/source/filter/oox/pagesettings.cxx:346
+ enum oox::xls::HFPortionId HF_RIGHT
+sc/source/filter/oox/pagesettings.cxx:347
+ enum oox::xls::HFPortionId HF_COUNT
+sc/source/filter/oox/revisionfragment.cxx:43
+ enum oox::xls::(anonymous namespace)::RevisionType REV_UNKNOWN
+sc/source/filter/xml/XMLConverter.hxx:102
+ enum ScXMLConditionToken XML_COND_INVALID
+sc/source/filter/xml/XMLConverter.hxx:115
+ enum ScXMLConditionToken XML_COND_ISTRUEFORMULA
+sc/source/filter/xml/xmlimprt.hxx:440
+ enum ScXMLDatabaseRangeSourceSQLAttrTokens XML_TOK_SOURCE_SQL_ATTR_HREF
+sc/source/filter/xml/xmlimprt.hxx:441
+ enum ScXMLDatabaseRangeSourceSQLAttrTokens XML_TOK_SOURCE_SQL_ATTR_CONNECTION_RESOURCE
+sc/source/filter/xml/xmlimprt.hxx:449
+ enum ScXMLDatabaseRangeSourceTableAttrTokens XML_TOK_SOURCE_TABLE_ATTR_HREF
+sc/source/filter/xml/xmlimprt.hxx:450
+ enum ScXMLDatabaseRangeSourceTableAttrTokens XML_TOK_SOURCE_TABLE_ATTR_CONNECTION_RESOURCE
+sc/source/filter/xml/xmlimprt.hxx:457
+ enum ScXMLDatabaseRangeSourceQueryAttrTokens XML_TOK_SOURCE_QUERY_ATTR_HREF
+sc/source/filter/xml/xmlimprt.hxx:458
+ enum ScXMLDatabaseRangeSourceQueryAttrTokens XML_TOK_SOURCE_QUERY_ATTR_CONNECTION_RESOURCE
+sc/source/ui/inc/AccessibleEditObject.hxx:50
+ enum ScAccessibleEditObject::EditObjectType EditLine
+sc/source/ui/inc/anyrefdg.hxx:228
+ enum ScRefHdlrImpl<struct ScAnyRefDlg, class SfxModelessDialog, true>::(anonymous at /home/noel/libo3/sc/source/ui/inc/anyrefdg.hxx:228:5) SLOTID
+sc/source/ui/inc/anyrefdg.hxx:228
+ enum ScRefHdlrImpl<class ScValidationDlg, class SfxTabDialog, false>::(anonymous at /home/noel/libo3/sc/source/ui/inc/anyrefdg.hxx:228:5) UNKNOWN_SLOTID
+sc/source/ui/inc/anyrefdg.hxx:228
+ enum ScRefHdlrImpl<struct ScAnyRefDlg, class SfxModelessDialog, true>::(anonymous at /home/noel/libo3/sc/source/ui/inc/anyrefdg.hxx:228:5) UNKNOWN_SLOTID
+sc/source/ui/inc/anyrefdg.hxx:228
+ enum ScRefHdlrImpl::(anonymous at /home/noel/libo3/sc/source/ui/inc/anyrefdg.hxx:228:5) UNKNOWN_SLOTID
+sc/source/ui/inc/checklistmenu.hxx:272
+ enum ScCheckListMember::DatePartType YEAR
+sc/source/ui/inc/checklistmenu.hxx:273
+ enum ScCheckListMember::DatePartType MONTH
+sc/source/ui/inc/csvcontrol.hxx:94
+ enum ScCsvDiff PosCount
+sc/source/ui/inc/csvcontrol.hxx:96
+ enum ScCsvDiff HeaderWidth
+sc/source/ui/inc/csvcontrol.hxx:97
+ enum ScCsvDiff CharWidth
+sc/source/ui/inc/csvcontrol.hxx:98
+ enum ScCsvDiff LineCount
+sc/source/ui/inc/csvcontrol.hxx:99
+ enum ScCsvDiff LineOffset
+sc/source/ui/inc/csvcontrol.hxx:100
+ enum ScCsvDiff HeaderHeight
+sc/source/ui/inc/csvcontrol.hxx:101
+ enum ScCsvDiff LineHeight
+sc/source/ui/inc/csvcontrol.hxx:102
+ enum ScCsvDiff RulerCursor
+sc/source/ui/inc/csvcontrol.hxx:103
+ enum ScCsvDiff GridCursor
+sc/source/ui/inc/csvcontrol.hxx:105
+ enum ScCsvDiff HorizontalMask
+sc/source/ui/inc/csvcontrol.hxx:106
+ enum ScCsvDiff VerticalMask
+sc/source/ui/inc/datastream.hxx:69
+ enum sc::DataStream::(anonymous at /home/noel/libo3/sc/source/ui/inc/datastream.hxx:69:5) VALUES_IN_LINE
+sc/source/ui/inc/olinewin.hxx:28
+ enum ScOutlineMode SC_OUTLINE_VER
+sc/source/ui/inc/pfuncache.hxx:35
+ enum ScPrintSelectionMode SC_PRINTSEL_INVALID
+sc/source/ui/inc/pfuncache.hxx:36
+ enum ScPrintSelectionMode SC_PRINTSEL_DOCUMENT
+sc/source/ui/inc/pfuncache.hxx:37
+ enum ScPrintSelectionMode SC_PRINTSEL_CURSOR
+sc/source/ui/inc/pfuncache.hxx:38
+ enum ScPrintSelectionMode SC_PRINTSEL_RANGE
+sc/source/ui/inc/PivotLayoutTreeListBase.hxx:28
+ enum ScPivotLayoutTreeListBase::SvPivotTreeListType UNDEFINED
+sc/source/ui/inc/PivotLayoutTreeListBase.hxx:33
+ enum ScPivotLayoutTreeListBase::SvPivotTreeListType DATA_LIST
+sc/source/ui/inc/scui_def.hxx:34
+ enum InsertContentsFlags NoEmpty
+sc/source/ui/inc/scui_def.hxx:35
+ enum InsertContentsFlags Trans
+sc/source/ui/inc/scui_def.hxx:36
+ enum InsertContentsFlags Link
+sc/source/ui/inc/scui_def.hxx:44
+ enum CellShiftDisabledFlags Down
+sc/source/ui/inc/scui_def.hxx:45
+ enum CellShiftDisabledFlags Right
+sc/source/ui/inc/scui_def.hxx:53
+ enum CreateNameFlags Top
+sc/source/ui/inc/scui_def.hxx:54
+ enum CreateNameFlags Left
+sc/source/ui/inc/scui_def.hxx:55
+ enum CreateNameFlags Bottom
+sc/source/ui/inc/scui_def.hxx:56
+ enum CreateNameFlags Right
+sc/source/ui/inc/selectionstate.hxx:31
+ enum ScSelectionType SC_SELECTTYPE_EDITCELL
+sc/source/ui/inc/StatisticsInputOutputDialog.hxx:27
+ enum ScStatisticsInputOutputDialog::GroupedBy BY_ROW
+sc/source/ui/inc/StatisticsTwoVariableDialog.hxx:27
+ enum ScStatisticsTwoVariableDialog::GroupedBy BY_ROW
+sc/source/ui/inc/tabview.hxx:84
+ enum ScExtraEditViewManager::ModifierTagType Remover
+sc/source/ui/inc/tabview.hxx:84
+ enum ScExtraEditViewManager::ModifierTagType Adder
+sc/source/ui/inc/tabview.hxx:123
+ enum ScTabView::BlockMode Normal
+sc/source/ui/inc/undobase.hxx:81
+ enum ScBlockUndoMode SC_UNDO_SIMPLE
+sc/source/ui/inc/undobase.hxx:81
+ enum ScBlockUndoMode SC_UNDO_MANUALHEIGHT
+sc/source/ui/inc/validate.hxx:245
+ enum ScValidationDlg::(anonymous at /home/noel/libo3/sc/source/ui/inc/validate.hxx:245:5) SLOTID
+sc/source/ui/inc/viewdata.hxx:67
+ enum ScMarkType SC_MARK_FILTERED
+sc/source/ui/inc/viewdata.hxx:84
+ enum ScPasteFlags Mode
+sc/source/ui/inc/viewdata.hxx:85
+ enum ScPasteFlags Border
+sc/source/ui/inc/viewdata.hxx:93
+ enum ScDragSrc Undefined
+sc/source/ui/inc/viewdata.hxx:95
+ enum ScDragSrc Table
+sc/source/ui/pagedlg/areasdlg.cxx:43
+ enum (anonymous at /home/noel/libo3/sc/source/ui/pagedlg/areasdlg.cxx:41:1) SC_AREASDLG_PR_USER
+sc/source/ui/pagedlg/areasdlg.cxx:44
+ enum (anonymous at /home/noel/libo3/sc/source/ui/pagedlg/areasdlg.cxx:41:1) SC_AREASDLG_PR_SELECT
+sc/source/ui/pagedlg/areasdlg.cxx:50
+ enum (anonymous at /home/noel/libo3/sc/source/ui/pagedlg/areasdlg.cxx:48:1) SC_AREASDLG_RR_USER
+sc/source/ui/pagedlg/areasdlg.cxx:51
+ enum (anonymous at /home/noel/libo3/sc/source/ui/pagedlg/areasdlg.cxx:48:1) SC_AREASDLG_RR_OFFSET
+sc/source/ui/unoobj/cellsuno.cxx:9292
+ enum ScUniqueFormatsEntry::EntryState STATE_COMPLEX
+sc/source/ui/unoobj/chart2uno.cxx:444
+ enum (anonymous namespace)::Chart2Positioner::GlueType GLUETYPE_COLS
+sc/source/ui/unoobj/chart2uno.cxx:445
+ enum (anonymous namespace)::Chart2Positioner::GlueType GLUETYPE_ROWS
+sc/source/ui/unoobj/chart2uno.cxx:446
+ enum (anonymous namespace)::Chart2Positioner::GlueType GLUETYPE_BOTH
+sc/source/ui/unoobj/chart2uno.cxx:598
+ enum (anonymous namespace)::State Glue
+sc/source/ui/unoobj/fielduno.cxx:154
+ enum ScUnoCollectMode SC_UNO_COLLECT_COUNT
+sc/source/ui/view/prevloc.cxx:36
+ enum ScPreviewLocationType SC_PLOC_NOTEMARK
+sc/source/ui/view/prevloc.cxx:37
+ enum ScPreviewLocationType SC_PLOC_NOTETEXT
+sc/source/ui/view/tabview3.cxx:1402
+ enum (anonymous at /home/noel/libo3/sc/source/ui/view/tabview3.cxx:1402:5) MOD_BOTH
+scaddins/source/analysis/analysishelper.hxx:491
+ enum sca::analysis::ComplListAppendHandl AH_IgnoreEmpty
+scaddins/source/analysis/analysishelper.hxx:521
+ enum sca::analysis::ConvertDataClass CDC_Length
+scaddins/source/analysis/analysishelper.hxx:521
+ enum sca::analysis::ConvertDataClass CDC_Force
+scaddins/source/analysis/analysishelper.hxx:521
+ enum sca::analysis::ConvertDataClass CDC_Power
+scaddins/source/analysis/analysishelper.hxx:521
+ enum sca::analysis::ConvertDataClass CDC_Time
+scaddins/source/analysis/analysishelper.hxx:521
+ enum sca::analysis::ConvertDataClass CDC_Magnetism
+scaddins/source/analysis/analysishelper.hxx:521
+ enum sca::analysis::ConvertDataClass CDC_Mass
+scaddins/source/analysis/analysishelper.hxx:521
+ enum sca::analysis::ConvertDataClass CDC_Pressure
+scaddins/source/analysis/analysishelper.hxx:521
+ enum sca::analysis::ConvertDataClass CDC_Energy
+scaddins/source/analysis/analysishelper.hxx:522
+ enum sca::analysis::ConvertDataClass CDC_Volume
+scaddins/source/analysis/analysishelper.hxx:522
+ enum sca::analysis::ConvertDataClass CDC_Speed
+scaddins/source/analysis/analysishelper.hxx:522
+ enum sca::analysis::ConvertDataClass CDC_Area
+scaddins/source/analysis/analysishelper.hxx:522
+ enum sca::analysis::ConvertDataClass CDC_Temperature
+sd/inc/diadef.h:27
+ enum PresChange PRESCHANGE_SEMIAUTO
+sd/inc/sdenumdef.hxx:27
+ enum SnapKind SK_POINT
+sd/inc/sdmod.hxx:58
+ enum SdOptionStreamMode SD_OPTION_LOAD
+sd/inc/sdxmlwrp.hxx:28
+ enum SdXMLFilterMode SDXMLMODE_Normal
+sd/source/filter/eppt/pptx-epptooxml.cxx:125
+ enum oox::core::PPTXLayout LAYOUT_BLANK
+sd/source/filter/eppt/pptx-epptooxml.cxx:126
+ enum oox::core::PPTXLayout LAYOUT_TITLE_SLIDE
+sd/source/filter/eppt/pptx-epptooxml.cxx:127
+ enum oox::core::PPTXLayout LAYOUT_TITLE_CONTENT
+sd/source/filter/eppt/pptx-epptooxml.cxx:128
+ enum oox::core::PPTXLayout LAYOUT_TITLE_2CONTENT
+sd/source/filter/eppt/pptx-epptooxml.cxx:129
+ enum oox::core::PPTXLayout LAYOUT_TITLE
+sd/source/filter/eppt/pptx-epptooxml.cxx:130
+ enum oox::core::PPTXLayout LAYOUT_CENTERED_TEXT
+sd/source/filter/eppt/pptx-epptooxml.cxx:131
+ enum oox::core::PPTXLayout LAYOUT_TITLE_2CONTENT_CONTENT
+sd/source/filter/eppt/pptx-epptooxml.cxx:132
+ enum oox::core::PPTXLayout LAYOUT_TITLE_CONTENT_2CONTENT
+sd/source/filter/eppt/pptx-epptooxml.cxx:133
+ enum oox::core::PPTXLayout LAYOUT_TITLE_2CONTENT_OVER_CONTENT
+sd/source/filter/eppt/pptx-epptooxml.cxx:134
+ enum oox::core::PPTXLayout LAYOUT_TITLE_CONTENT_OVER_CONTENT
+sd/source/filter/eppt/pptx-epptooxml.cxx:135
+ enum oox::core::PPTXLayout LAYOUT_TITLE_4CONTENT
+sd/source/filter/eppt/pptx-epptooxml.cxx:136
+ enum oox::core::PPTXLayout LAYOUT_TITLE_6CONTENT
+sd/source/ui/inc/DrawController.hxx:94
+ enum sd::DrawController::PropertyHandle PROPERTY_UPDATEACC
+sd/source/ui/inc/DrawController.hxx:95
+ enum sd::DrawController::PropertyHandle PROPERTY_PAGE_CHANGE
+sd/source/ui/inc/navigatr.hxx:42
+ enum NavState TableUpdate
+sd/source/ui/inc/navigatr.hxx:43
+ enum NavState BtnFirstEnabled
+sd/source/ui/inc/navigatr.hxx:44
+ enum NavState BtnFirstDisabled
+sd/source/ui/inc/navigatr.hxx:45
+ enum NavState BtnPrevEnabled
+sd/source/ui/inc/navigatr.hxx:46
+ enum NavState BtnPrevDisabled
+sd/source/ui/inc/navigatr.hxx:47
+ enum NavState BtnLastEnabled
+sd/source/ui/inc/navigatr.hxx:48
+ enum NavState BtnLastDisabled
+sd/source/ui/inc/navigatr.hxx:49
+ enum NavState BtnNextEnabled
+sd/source/ui/inc/navigatr.hxx:50
+ enum NavState BtnNextDisabled
+sd/source/ui/inc/ToolBarManager.hxx:123
+ enum sd::ToolBarManager::ToolBarGroup Permanent
+sd/source/ui/inc/ToolBarManager.hxx:124
+ enum sd::ToolBarManager::ToolBarGroup Function
+sd/source/ui/inc/ToolBarManager.hxx:125
+ enum sd::ToolBarManager::ToolBarGroup CommonTask
+sd/source/ui/inc/ToolBarManager.hxx:126
+ enum sd::ToolBarManager::ToolBarGroup MasterMode
+sd/source/ui/inc/tools/ConfigurationAccess.hxx:42
+ enum sd::tools::ConfigurationAccess::WriteMode READ_WRITE
+sd/source/ui/inc/tools/IdleDetection.hxx:36
+ enum sd::tools::IdleState SystemEventPending
+sd/source/ui/inc/tools/IdleDetection.hxx:42
+ enum sd::tools::IdleState FullScreenShowActive
+sd/source/ui/inc/tools/IdleDetection.hxx:46
+ enum sd::tools::IdleState WindowShowActive
+sd/source/ui/inc/tools/IdleDetection.hxx:50
+ enum sd::tools::IdleState WindowPainting
+sd/source/ui/remotecontrol/BluetoothServer.cxx:96
+ enum sd::BluetoothServer::Impl::BluezVersion BLUEZ4
+sd/source/ui/remotecontrol/BluetoothServer.hxx:48
+ enum sd::BluetoothServer::(anonymous at /home/noel/libo3/sd/source/ui/remotecontrol/BluetoothServer.hxx:48:9) DISCOVERABLE
+sd/source/ui/sidebar/MasterPageContainer.cxx:130
+ enum sd::sidebar::MasterPageContainer::Implementation::InitializationState INITIALIZING
+sd/source/ui/sidebar/MasterPageContainer.cxx:130
+ enum sd::sidebar::MasterPageContainer::Implementation::InitializationState INITIALIZED
+sd/source/ui/sidebar/MasterPageContainer.hxx:68
+ enum sd::sidebar::MasterPageContainer::PreviewSize LARGE
+sd/source/ui/slidesorter/cache/SlsRequestPriorityClass.hxx:34
+ enum sd::slidesorter::cache::RequestPriorityClass VISIBLE_NO_PREVIEW
+sd/source/ui/slidesorter/cache/SlsRequestPriorityClass.hxx:36
+ enum sd::slidesorter::cache::RequestPriorityClass VISIBLE_OUTDATED_PREVIEW
+sd/source/ui/slidesorter/inc/controller/SlsAnimator.hxx:46
+ enum sd::slidesorter::controller::Animator::AnimationMode AM_Immediate
+sd/source/ui/slidesorter/inc/controller/SlsInsertionIndicatorHandler.hxx:47
+ enum sd::slidesorter::controller::InsertionIndicatorHandler::Mode MoveMode
+sd/source/ui/slidesorter/inc/model/SlsVisualState.hxx:38
+ enum sd::slidesorter::model::VisualState::State VS_Selected
+sd/source/ui/slidesorter/inc/model/SlsVisualState.hxx:39
+ enum sd::slidesorter::model::VisualState::State VS_Focused
+sd/source/ui/slidesorter/inc/model/SlsVisualState.hxx:40
+ enum sd::slidesorter::model::VisualState::State VS_Current
+sd/source/ui/slidesorter/inc/model/SlsVisualState.hxx:41
+ enum sd::slidesorter::model::VisualState::State VS_Excluded
+sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx:80
+ enum sd::slidesorter::view::PageObjectLayouter::CoordinateSystem ModelCoordinateSystem
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:65
+ enum sd::slidesorter::view::Theme::ColorType Color_Background
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:66
+ enum sd::slidesorter::view::Theme::ColorType Color_PageNumberDefault
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:67
+ enum sd::slidesorter::view::Theme::ColorType Color_PageNumberHover
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:68
+ enum sd::slidesorter::view::Theme::ColorType Color_PageNumberHighContrast
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:69
+ enum sd::slidesorter::view::Theme::ColorType Color_PageNumberBrightBackground
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:70
+ enum sd::slidesorter::view::Theme::ColorType Color_PageNumberDarkBackground
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:71
+ enum sd::slidesorter::view::Theme::ColorType Color_Selection
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:72
+ enum sd::slidesorter::view::Theme::ColorType Color_PreviewBorder
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:73
+ enum sd::slidesorter::view::Theme::ColorType Color_PageCountFontColor
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:74
+ enum sd::slidesorter::view::Theme::ColorType ColorType_Size_
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:79
+ enum sd::slidesorter::view::Theme::GradientColorType Gradient_NormalPage
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:80
+ enum sd::slidesorter::view::Theme::GradientColorType Gradient_SelectedPage
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:81
+ enum sd::slidesorter::view::Theme::GradientColorType Gradient_SelectedAndFocusedPage
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:82
+ enum sd::slidesorter::view::Theme::GradientColorType Gradient_MouseOverPage
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:83
+ enum sd::slidesorter::view::Theme::GradientColorType Gradient_MouseOverSelected
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:84
+ enum sd::slidesorter::view::Theme::GradientColorType Gradient_MouseOverSelectedAndFocusedPage
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:85
+ enum sd::slidesorter::view::Theme::GradientColorType Gradient_FocusedPage
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:86
+ enum sd::slidesorter::view::Theme::GradientColorType GradientColorType_Size_
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:109
+ enum sd::slidesorter::view::Theme::IconType Icon_RawShadow
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:110
+ enum sd::slidesorter::view::Theme::IconType Icon_RawInsertShadow
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:111
+ enum sd::slidesorter::view::Theme::IconType Icon_HideSlideOverlay
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:112
+ enum sd::slidesorter::view::Theme::IconType Icon_FocusBorder
+sd/source/ui/slidesorter/inc/view/SlsTheme.hxx:113
+ enum sd::slidesorter::view::Theme::IconType IconType_Size_
+sd/source/ui/unoidl/unoobj.cxx:1139
+ enum FoundFlags ClickAction
+sd/source/ui/unoidl/unoobj.cxx:1140
+ enum FoundFlags Bookmark
+sd/source/ui/unoidl/unoobj.cxx:1141
+ enum FoundFlags Effect
+sd/source/ui/unoidl/unoobj.cxx:1142
+ enum FoundFlags PlayFull
+sd/source/ui/unoidl/unoobj.cxx:1143
+ enum FoundFlags Verb
+sd/source/ui/unoidl/unoobj.cxx:1144
+ enum FoundFlags SoundUrl
+sd/source/ui/unoidl/unoobj.cxx:1145
+ enum FoundFlags Speed
+sd/source/ui/unoidl/unoobj.cxx:1146
+ enum FoundFlags EventType
+sd/source/ui/unoidl/unoobj.cxx:1147
+ enum FoundFlags Macro
+sd/source/ui/unoidl/unoobj.cxx:1148
+ enum FoundFlags Library
+sdext/source/minimizer/pppoptimizertoken.hxx:50
+ enum PPPOptimizerTokenEnum TK_FileSizeDestination
+sdext/source/minimizer/pppoptimizertoken.hxx:51
+ enum PPPOptimizerTokenEnum TK_FileSizeSource
+sdext/source/minimizer/pppoptimizertoken.hxx:56
+ enum PPPOptimizerTokenEnum TK_Progress
+sdext/source/minimizer/pppoptimizertoken.hxx:78
+ enum PPPOptimizerTokenEnum TK_Status
+sdext/source/minimizer/pppoptimizertoken.hxx:79
+ enum PPPOptimizerTokenEnum TK_Pages
+sdext/source/minimizer/pppoptimizertoken.hxx:81
+ enum PPPOptimizerTokenEnum STR_SUN_OPTIMIZATION_WIZARD2
+sdext/source/minimizer/pppoptimizertoken.hxx:82
+ enum PPPOptimizerTokenEnum STR_STEPS
+sdext/source/minimizer/pppoptimizertoken.hxx:83
+ enum PPPOptimizerTokenEnum STR_BACK
+sdext/source/minimizer/pppoptimizertoken.hxx:84
+ enum PPPOptimizerTokenEnum STR_NEXT
+sdext/source/minimizer/pppoptimizertoken.hxx:85
+ enum PPPOptimizerTokenEnum STR_FINISH
+sdext/source/minimizer/pppoptimizertoken.hxx:86
+ enum PPPOptimizerTokenEnum STR_CANCEL
+sdext/source/minimizer/pppoptimizertoken.hxx:87
+ enum PPPOptimizerTokenEnum STR_INTRODUCTION
+sdext/source/minimizer/pppoptimizertoken.hxx:88
+ enum PPPOptimizerTokenEnum STR_INTRODUCTION_T
+sdext/source/minimizer/pppoptimizertoken.hxx:89
+ enum PPPOptimizerTokenEnum STR_CHOSE_SETTINGS
+sdext/source/minimizer/pppoptimizertoken.hxx:90
+ enum PPPOptimizerTokenEnum STR_REMOVE
+sdext/source/minimizer/pppoptimizertoken.hxx:91
+ enum PPPOptimizerTokenEnum STR_GRAPHIC_OPTIMIZATION
+sdext/source/minimizer/pppoptimizertoken.hxx:92
+ enum PPPOptimizerTokenEnum STR_IMAGE_OPTIMIZATION
+sdext/source/minimizer/pppoptimizertoken.hxx:93
+ enum PPPOptimizerTokenEnum STR_LOSSLESS_COMPRESSION
+sdext/source/minimizer/pppoptimizertoken.hxx:94
+ enum PPPOptimizerTokenEnum STR_JPEG_COMPRESSION
+sdext/source/minimizer/pppoptimizertoken.hxx:95
+ enum PPPOptimizerTokenEnum STR_QUALITY
+sdext/source/minimizer/pppoptimizertoken.hxx:96
+ enum PPPOptimizerTokenEnum STR_REMOVE_CROP_AREA
+sdext/source/minimizer/pppoptimizertoken.hxx:97
+ enum PPPOptimizerTokenEnum STR_IMAGE_RESOLUTION
+sdext/source/minimizer/pppoptimizertoken.hxx:98
+ enum PPPOptimizerTokenEnum STR_IMAGE_RESOLUTION_0
+sdext/source/minimizer/pppoptimizertoken.hxx:99
+ enum PPPOptimizerTokenEnum STR_IMAGE_RESOLUTION_1
+sdext/source/minimizer/pppoptimizertoken.hxx:100
+ enum PPPOptimizerTokenEnum STR_IMAGE_RESOLUTION_2
+sdext/source/minimizer/pppoptimizertoken.hxx:101
+ enum PPPOptimizerTokenEnum STR_IMAGE_RESOLUTION_3
+sdext/source/minimizer/pppoptimizertoken.hxx:102
+ enum PPPOptimizerTokenEnum STR_EMBED_LINKED_GRAPHICS
+sdext/source/minimizer/pppoptimizertoken.hxx:103
+ enum PPPOptimizerTokenEnum STR_OLE_OBJECTS
+sdext/source/minimizer/pppoptimizertoken.hxx:104
+ enum PPPOptimizerTokenEnum STR_OLE_OPTIMIZATION
+sdext/source/minimizer/pppoptimizertoken.hxx:105
+ enum PPPOptimizerTokenEnum STR_OLE_REPLACE
+sdext/source/minimizer/pppoptimizertoken.hxx:106
+ enum PPPOptimizerTokenEnum STR_ALL_OLE_OBJECTS
+sdext/source/minimizer/pppoptimizertoken.hxx:107
+ enum PPPOptimizerTokenEnum STR_ALIEN_OLE_OBJECTS_ONLY
+sdext/source/minimizer/pppoptimizertoken.hxx:108
+ enum PPPOptimizerTokenEnum STR_OLE_OBJECTS_DESC
+sdext/source/minimizer/pppoptimizertoken.hxx:109
+ enum PPPOptimizerTokenEnum STR_NO_OLE_OBJECTS_DESC
+sdext/source/minimizer/pppoptimizertoken.hxx:110
+ enum PPPOptimizerTokenEnum STR_SLIDES
+sdext/source/minimizer/pppoptimizertoken.hxx:111
+ enum PPPOptimizerTokenEnum STR_CHOOSE_SLIDES
+sdext/source/minimizer/pppoptimizertoken.hxx:112
+ enum PPPOptimizerTokenEnum STR_DELETE_MASTER_PAGES
+sdext/source/minimizer/pppoptimizertoken.hxx:113
+ enum PPPOptimizerTokenEnum STR_DELETE_NOTES_PAGES
+sdext/source/minimizer/pppoptimizertoken.hxx:114
+ enum PPPOptimizerTokenEnum STR_DELETE_HIDDEN_SLIDES
+sdext/source/minimizer/pppoptimizertoken.hxx:115
+ enum PPPOptimizerTokenEnum STR_CUSTOM_SHOW
+sdext/source/minimizer/pppoptimizertoken.hxx:116
+ enum PPPOptimizerTokenEnum STR_SUMMARY
+sdext/source/minimizer/pppoptimizertoken.hxx:117
+ enum PPPOptimizerTokenEnum STR_SUMMARY_TITLE
+sdext/source/minimizer/pppoptimizertoken.hxx:118
+ enum PPPOptimizerTokenEnum STR_APPLY_TO_CURRENT
+sdext/source/minimizer/pppoptimizertoken.hxx:119
+ enum PPPOptimizerTokenEnum STR_AUTOMATICALLY_OPEN
+sdext/source/minimizer/pppoptimizertoken.hxx:120
+ enum PPPOptimizerTokenEnum STR_SAVE_SETTINGS
+sdext/source/minimizer/pppoptimizertoken.hxx:121
+ enum PPPOptimizerTokenEnum STR_SAVE_AS
+sdext/source/minimizer/pppoptimizertoken.hxx:122
+ enum PPPOptimizerTokenEnum STR_DELETE_SLIDES
+sdext/source/minimizer/pppoptimizertoken.hxx:123
+ enum PPPOptimizerTokenEnum STR_OPTIMIZE_IMAGES
+sdext/source/minimizer/pppoptimizertoken.hxx:124
+ enum PPPOptimizerTokenEnum STR_CREATE_REPLACEMENT
+sdext/source/minimizer/pppoptimizertoken.hxx:125
+ enum PPPOptimizerTokenEnum STR_CURRENT_FILESIZE
+sdext/source/minimizer/pppoptimizertoken.hxx:126
+ enum PPPOptimizerTokenEnum STR_ESTIMATED_FILESIZE
+sdext/source/minimizer/pppoptimizertoken.hxx:127
+ enum PPPOptimizerTokenEnum STR_MY_SETTINGS
+sdext/source/minimizer/pppoptimizertoken.hxx:128
+ enum PPPOptimizerTokenEnum STR_OK
+sdext/source/minimizer/pppoptimizertoken.hxx:129
+ enum PPPOptimizerTokenEnum STR_INFO_1
+sdext/source/minimizer/pppoptimizertoken.hxx:130
+ enum PPPOptimizerTokenEnum STR_INFO_2
+sdext/source/minimizer/pppoptimizertoken.hxx:131
+ enum PPPOptimizerTokenEnum STR_INFO_3
+sdext/source/minimizer/pppoptimizertoken.hxx:132
+ enum PPPOptimizerTokenEnum STR_INFO_4
+sdext/source/minimizer/pppoptimizertoken.hxx:133
+ enum PPPOptimizerTokenEnum STR_DUPLICATING_PRESENTATION
+sdext/source/minimizer/pppoptimizertoken.hxx:134
+ enum PPPOptimizerTokenEnum STR_DELETING_SLIDES
+sdext/source/minimizer/pppoptimizertoken.hxx:135
+ enum PPPOptimizerTokenEnum STR_OPTIMIZING_GRAPHICS
+sdext/source/minimizer/pppoptimizertoken.hxx:136
+ enum PPPOptimizerTokenEnum STR_CREATING_OLE_REPLACEMENTS
+sdext/source/minimizer/pppoptimizertoken.hxx:137
+ enum PPPOptimizerTokenEnum STR_FILESIZESEPARATOR
+sdext/source/minimizer/pppoptimizertoken.hxx:139
+ enum PPPOptimizerTokenEnum TK_NotFound
+sdext/source/pdfimport/tree/drawtreevisiting.hxx:97
+ enum pdfi::DrawXmlEmitter::DocType IMPRESS_DOC
+sdext/source/pdfimport/tree/genericelements.hxx:203
+ enum pdfi::ParagraphElement::ParagraphType Normal
+sdext/source/pdfimport/wrapper/wrapper.cxx:96
+ enum pdfi::(anonymous namespace)::parseKey HYPERLINK
+sdext/source/pdfimport/wrapper/wrapper.cxx:97
+ enum pdfi::(anonymous namespace)::parseKey INTERSECTCLIP
+sdext/source/pdfimport/wrapper/wrapper.cxx:98
+ enum pdfi::(anonymous namespace)::parseKey INTERSECTEOCLIP
+sdext/source/pdfimport/wrapper/wrapper.cxx:99
+ enum pdfi::(anonymous namespace)::parseKey POPSTATE
+sdext/source/pdfimport/wrapper/wrapper.cxx:100
+ enum pdfi::(anonymous namespace)::parseKey PUSHSTATE
+sdext/source/pdfimport/wrapper/wrapper.cxx:103
+ enum pdfi::(anonymous namespace)::parseKey SETBLENDMODE
+sdext/source/pdfimport/wrapper/wrapper.cxx:104
+ enum pdfi::(anonymous namespace)::parseKey SETFILLCOLOR
+sdext/source/pdfimport/wrapper/wrapper.cxx:105
+ enum pdfi::(anonymous namespace)::parseKey SETFONT
+sdext/source/pdfimport/wrapper/wrapper.cxx:106
+ enum pdfi::(anonymous namespace)::parseKey SETLINECAP
+sdext/source/pdfimport/wrapper/wrapper.cxx:107
+ enum pdfi::(anonymous namespace)::parseKey SETLINEDASH
+sdext/source/pdfimport/wrapper/wrapper.cxx:108
+ enum pdfi::(anonymous namespace)::parseKey SETLINEJOIN
+sdext/source/pdfimport/wrapper/wrapper.cxx:109
+ enum pdfi::(anonymous namespace)::parseKey SETLINEWIDTH
+sdext/source/pdfimport/wrapper/wrapper.cxx:110
+ enum pdfi::(anonymous namespace)::parseKey SETMITERLIMIT
+sdext/source/pdfimport/wrapper/wrapper.cxx:112
+ enum pdfi::(anonymous namespace)::parseKey SETSTROKECOLOR
+sdext/source/pdfimport/wrapper/wrapper.cxx:114
+ enum pdfi::(anonymous namespace)::parseKey SETTRANSFORMATION
+sdext/source/pdfimport/wrapper/wrapper.cxx:117
+ enum pdfi::(anonymous namespace)::parseKey UPDATEBLENDMODE
+sdext/source/pdfimport/wrapper/wrapper.cxx:120
+ enum pdfi::(anonymous namespace)::parseKey UPDATEFILLOPACITY
+sdext/source/presenter/PresenterBitmapContainer.hxx:67
+ enum sdext::presenter::PresenterBitmapContainer::BitmapDescriptor::TexturingMode Once
+sdext/source/presenter/PresenterConfigurationAccess.hxx:51
+ enum sdext::presenter::PresenterConfigurationAccess::WriteMode READ_WRITE
+sdext/source/presenter/PresenterPaneBorderPainter.cxx:89
+ enum sdext::presenter::(anonymous namespace)::RendererPaneStyle::Anchor Center
+sdext/source/presenter/PresenterScrollBar.hxx:144
+ enum sdext::presenter::PresenterScrollBar::Area Pager
+sdext/source/presenter/PresenterScrollBar.hxx:144
+ enum sdext::presenter::PresenterScrollBar::Area Total
+sdext/source/presenter/PresenterWindowManager.hxx:92
+ enum sdext::presenter::PresenterWindowManager::LayoutMode LM_Generic
+sfx2/source/control/bindings.cxx:123
+ enum SfxPopupAction DELETE
+sfx2/source/control/bindings.cxx:124
+ enum SfxPopupAction HIDE
+sfx2/source/control/bindings.cxx:125
+ enum SfxPopupAction SHOW
+sfx2/source/control/unoctitm.cxx:93
+ enum URLTypeId URLType_BOOL
+sfx2/source/control/unoctitm.cxx:94
+ enum URLTypeId URLType_BYTE
+sfx2/source/control/unoctitm.cxx:95
+ enum URLTypeId URLType_SHORT
+sfx2/source/control/unoctitm.cxx:96
+ enum URLTypeId URLType_LONG
+sfx2/source/control/unoctitm.cxx:97
+ enum URLTypeId URLType_HYPER
+sfx2/source/control/unoctitm.cxx:98
+ enum URLTypeId URLType_STRING
+sfx2/source/control/unoctitm.cxx:99
+ enum URLTypeId URLType_FLOAT
+sfx2/source/control/unoctitm.cxx:100
+ enum URLTypeId URLType_DOUBLE
+sfx2/source/control/unoctitm.cxx:101
+ enum URLTypeId URLType_COUNT
+sfx2/source/dialog/filedlghelper.cxx:817
+ enum sfx2::open_or_save_t UNDEFINED
+sfx2/source/dialog/filedlghelper.cxx:817
+ enum sfx2::open_or_save_t SAVE
+sfx2/source/dialog/securitypage.cxx:49
+ enum (anonymous namespace)::RedliningMode RL_CALC
+sfx2/source/doc/docmacromode.cxx:158
+ enum AutoConfirmation eAutoConfirmReject
+sfx2/source/inc/docundomanager.hxx:72
+ enum SfxModelGuard::AllowedModelState E_FULLY_ALIVE
+sfx2/source/inc/templdgi.hxx:147
+ enum StyleFlags UpdateFamily
+sfx2/source/inc/templdgi.hxx:147
+ enum StyleFlags UpdateFamilyList
+sfx2/source/inc/workwin.hxx:79
+ enum SfxChildVisibility NOT_VISIBLE
+sfx2/source/inc/workwin.hxx:80
+ enum SfxChildVisibility ACTIVE
+sfx2/source/inc/workwin.hxx:81
+ enum SfxChildVisibility NOT_HIDDEN
+sfx2/source/inc/workwin.hxx:82
+ enum SfxChildVisibility FITS_IN
+sfx2/source/sidebar/SidebarController.cxx:76
+ enum sfx2::sidebar::(anonymous namespace)::MenuId MID_CUSTOMIZATION
+slideshow/source/engine/shapes/viewshape.hxx:42
+ enum UpdateFlags Transformation
+slideshow/source/engine/shapes/viewshape.hxx:43
+ enum UpdateFlags Clip
+slideshow/source/engine/shapes/viewshape.hxx:44
+ enum UpdateFlags Alpha
+slideshow/source/engine/shapes/viewshape.hxx:45
+ enum UpdateFlags Position
+slideshow/source/engine/shapes/viewshape.hxx:46
+ enum UpdateFlags Content
+slideshow/source/engine/shapes/viewshape.hxx:47
+ enum UpdateFlags Force
+slideshow/source/engine/slide/layer.hxx:206
+ enum slideshow::internal::Layer::Dummy BackgroundLayer
+slideshow/source/engine/slide/slideimpl.cxx:186
+ enum slideshow::internal::(anonymous namespace)::SlideImpl::SlideAnimationState CONSTRUCTING_STATE
+slideshow/source/engine/slide/slideimpl.cxx:187
+ enum slideshow::internal::(anonymous namespace)::SlideImpl::SlideAnimationState INITIAL_STATE
+slideshow/source/engine/slide/slideimpl.cxx:188
+ enum slideshow::internal::(anonymous namespace)::SlideImpl::SlideAnimationState SHOWING_STATE
+slideshow/source/engine/slide/slideimpl.cxx:190
+ enum slideshow::internal::(anonymous namespace)::SlideImpl::SlideAnimationState SlideAnimationState_NUM_ENTRIES
+soltools/cpp/_lex.c:60
+ int ST3
+soltools/cpp/_lex.c:60
+ int ST2
+soltools/cpp/_lex.c:60
+ int COM3
+soltools/cpp/_lex.c:60
+ int NUM2
+soltools/cpp/_lex.c:60
+ int NUM1
+soltools/cpp/_lex.c:60
+ int COM2
+soltools/cpp/_lex.c:60
+ int ST1
+soltools/cpp/_lex.c:60
+ int NUM3
+soltools/cpp/_lex.c:60
+ int COM4
+soltools/cpp/_lex.c:60
+ int ID1
+soltools/cpp/_lex.c:60
+ int COM1
+soltools/cpp/_lex.c:61
+ int STAR1
+soltools/cpp/_lex.c:61
+ int PLUS1
+soltools/cpp/_lex.c:61
+ int PCT1
+soltools/cpp/_lex.c:61
+ int MINUS1
+soltools/cpp/_lex.c:61
+ int CC1
+soltools/cpp/_lex.c:61
+ int WS1
+soltools/cpp/_lex.c:61
+ int CC2
+soltools/cpp/_lex.c:61
+ int SHARP1
+soltools/cpp/_lex.c:62
+ int LT2
+soltools/cpp/_lex.c:62
+ int GT1
+soltools/cpp/_lex.c:62
+ int OR1
+soltools/cpp/_lex.c:62
+ int LT1
+soltools/cpp/_lex.c:62
+ int CIRC1
+soltools/cpp/_lex.c:62
+ int GT2
+soltools/cpp/_lex.c:62
+ int DOTS1
+soltools/cpp/_lex.c:62
+ int NOT1
+soltools/cpp/_lex.c:62
+ int AND1
+soltools/cpp/_lex.c:62
+ int ASG1
+soltools/cpp/cpp.h:43
+ int PPLUS
+soltools/cpp/cpp.h:43
+ int MMINUS
+soltools/cpp/cpp.h:44
+ int DOT
+soltools/cpp/cpp.h:44
+ int SKET
+soltools/cpp/cpp.h:44
+ int SBRA
+soltools/cpp/cpp.h:44
+ int ARROW
+soltools/cpp/cpp.h:46
+ int CBRA
+soltools/cpp/cpp.h:46
+ int CKET
+soltools/cpp/cpp.h:46
+ int SEMIC
+soltools/cpp/cpp.h:47
+ int ASSLASH
+soltools/cpp/cpp.h:47
+ int ASCIRC
+soltools/cpp/cpp.h:47
+ int ASPLUS
+soltools/cpp/cpp.h:47
+ int ASSTAR
+soltools/cpp/cpp.h:47
+ int ASMINUS
+soltools/cpp/cpp.h:47
+ int ASLSH
+soltools/cpp/cpp.h:47
+ int ASPCT
+soltools/cpp/cpp.h:48
+ int ASAND
+soltools/cpp/cpp.h:48
+ int ASRSH
+soltools/cpp/cpp.h:48
+ int ASOR
+soltools/cpp/cpp.h:48
+ int ELLIPS
+soltools/cpp/cpp.h:50
+ int COMMENT
+soltools/cpp/cpp.h:57
+ int KSTDC
+soltools/cpp/cpp.h:138
+ int ERROR
+soltools/cpp/cpp.h:138
+ int INFO
+sot/source/sdstor/stgio.hxx:35
+ enum FAT_ERROR FAT_WRONGLENGTH
+sot/source/sdstor/stgio.hxx:36
+ enum FAT_ERROR FAT_UNREFCHAIN
+sot/source/sdstor/stgio.hxx:37
+ enum FAT_ERROR FAT_OUTOFBOUNDS
+sot/source/sdstor/stgio.hxx:39
+ enum FAT_ERROR FAT_INMEMORYERROR
+sot/source/sdstor/stgio.hxx:40
+ enum FAT_ERROR FAT_ONFILEERROR
+sot/source/sdstor/stgio.hxx:41
+ enum FAT_ERROR FAT_BOTHERROR
+sot/source/sdstor/ucbstorage.cxx:399
+ enum RepresentMode svstream
+starmath/inc/node.hxx:58
+ enum FontChangeMask Face
+starmath/inc/node.hxx:59
+ enum FontChangeMask Size
+starmath/inc/node.hxx:60
+ enum FontChangeMask Bold
+starmath/inc/node.hxx:61
+ enum FontChangeMask Italic
+starmath/inc/node.hxx:62
+ enum FontChangeMask Color
+starmath/inc/node.hxx:63
+ enum FontChangeMask Phantom
+starmath/inc/node.hxx:64
+ enum FontChangeMask HorAlign
+starmath/inc/node.hxx:89
+ enum SmNodeType Rectangle
+starmath/inc/token.hxx:30
+ enum TG Oper
+starmath/inc/token.hxx:31
+ enum TG Relation
+starmath/inc/token.hxx:32
+ enum TG Sum
+starmath/inc/token.hxx:33
+ enum TG Product
+starmath/inc/token.hxx:34
+ enum TG UnOper
+starmath/inc/token.hxx:36
+ enum TG Attribute
+starmath/inc/token.hxx:37
+ enum TG Align
+starmath/inc/token.hxx:39
+ enum TG Blank
+starmath/inc/token.hxx:40
+ enum TG LBrace
+starmath/inc/token.hxx:41
+ enum TG RBrace
+starmath/inc/token.hxx:42
+ enum TG Color
+starmath/inc/token.hxx:43
+ enum TG Font
+starmath/inc/token.hxx:44
+ enum TG Standalone
+starmath/inc/token.hxx:46
+ enum TG FontAttr
+starmath/inc/token.hxx:56
+ enum SmTokenType TSLASH
+starmath/inc/token.hxx:56
+ enum SmTokenType TASSIGN
+starmath/inc/token.hxx:57
+ enum SmTokenType TBACKSLASH
+starmath/inc/token.hxx:58
+ enum SmTokenType TGT
+starmath/inc/token.hxx:59
+ enum SmTokenType TUNION
+starmath/inc/token.hxx:59
+ enum SmTokenType TOR
+starmath/inc/token.hxx:59
+ enum SmTokenType TAND
+starmath/inc/token.hxx:59
+ enum SmTokenType TLT
+starmath/inc/token.hxx:59
+ enum SmTokenType TINTERSECT
+starmath/inc/token.hxx:62
+ enum SmTokenType TLE
+starmath/inc/token.hxx:62
+ enum SmTokenType TTIMES
+starmath/inc/token.hxx:62
+ enum SmTokenType TGE
+starmath/inc/token.hxx:63
+ enum SmTokenType TLL
+starmath/inc/token.hxx:63
+ enum SmTokenType TGG
+starmath/inc/token.hxx:75
+ enum SmTokenType TNEQ
+starmath/inc/token.hxx:76
+ enum SmTokenType TSIMEQ
+starmath/inc/token.hxx:76
+ enum SmTokenType TSIM
+starmath/inc/token.hxx:76
+ enum SmTokenType TEQUIV
+starmath/inc/token.hxx:76
+ enum SmTokenType TDEF
+starmath/inc/token.hxx:76
+ enum SmTokenType TPROP
+starmath/inc/token.hxx:77
+ enum SmTokenType TAPPROX
+starmath/inc/token.hxx:77
+ enum SmTokenType TPARALLEL
+starmath/inc/token.hxx:77
+ enum SmTokenType TORTHO
+starmath/inc/token.hxx:77
+ enum SmTokenType TIN
+starmath/inc/token.hxx:77
+ enum SmTokenType TNOTIN
+starmath/inc/token.hxx:78
+ enum SmTokenType TSUBSET
+starmath/inc/token.hxx:78
+ enum SmTokenType TSUPSETEQ
+starmath/inc/token.hxx:78
+ enum SmTokenType TSUBSETEQ
+starmath/inc/token.hxx:78
+ enum SmTokenType TSUPSET
+starmath/inc/token.hxx:79
+ enum SmTokenType TOPLUS
+starmath/inc/token.hxx:79
+ enum SmTokenType TOTIMES
+starmath/inc/token.hxx:79
+ enum SmTokenType TOMINUS
+starmath/inc/token.hxx:79
+ enum SmTokenType TDIV
+starmath/inc/token.hxx:80
+ enum SmTokenType TTRANSR
+starmath/inc/token.hxx:80
+ enum SmTokenType TODIVIDE
+starmath/inc/token.hxx:80
+ enum SmTokenType TTRANSL
+starmath/inc/token.hxx:89
+ enum SmTokenType TLESLANT
+starmath/inc/token.hxx:89
+ enum SmTokenType TODOT
+starmath/inc/token.hxx:89
+ enum SmTokenType TNSUBSET
+starmath/inc/token.hxx:89
+ enum SmTokenType TGESLANT
+starmath/inc/token.hxx:90
+ enum SmTokenType TNSUPSETEQ
+starmath/inc/token.hxx:90
+ enum SmTokenType TNSUBSETEQ
+starmath/inc/token.hxx:90
+ enum SmTokenType TNSUPSET
+starmath/inc/token.hxx:91
+ enum SmTokenType TNI
+starmath/inc/token.hxx:93
+ enum SmTokenType TNDIVIDES
+starmath/inc/token.hxx:96
+ enum SmTokenType TDIVIDES
+starmath/inc/token.hxx:99
+ enum SmTokenType TSUCCEEDS
+starmath/inc/token.hxx:99
+ enum SmTokenType TPRECEDESEQUAL
+starmath/inc/token.hxx:99
+ enum SmTokenType TPRECEDES
+starmath/inc/token.hxx:99
+ enum SmTokenType TSUCCEEDSEQUAL
+starmath/inc/token.hxx:100
+ enum SmTokenType TSUCCEEDSEQUIV
+starmath/inc/token.hxx:100
+ enum SmTokenType TNOTPRECEDES
+starmath/inc/token.hxx:100
+ enum SmTokenType TPRECEDESEQUIV
+starmath/inc/token.hxx:100
+ enum SmTokenType TNOTSUCCEEDS
+starmath/source/mathmlattr.hxx:32
+ enum MathMLLengthUnit Ex
+starmath/source/mathmlattr.hxx:33
+ enum MathMLLengthUnit Px
+starmath/source/mathmlattr.hxx:34
+ enum MathMLLengthUnit In
+starmath/source/mathmlattr.hxx:35
+ enum MathMLLengthUnit Cm
+starmath/source/mathmlattr.hxx:36
+ enum MathMLLengthUnit Mm
+starmath/source/mathmlattr.hxx:37
+ enum MathMLLengthUnit Pt
+starmath/source/mathmlattr.hxx:38
+ enum MathMLLengthUnit Pc
+starmath/source/mathmlattr.hxx:39
+ enum MathMLLengthUnit Percent
+starmath/source/mathmlimport.hxx:256
+ enum SmXMLMathElemTokenMap XML_TOK_MATH
+starmath/source/ooxmlimport.cxx:380
+ enum operation_t noBar
+stoc/source/inspect/introspection.cxx:1870
+ enum MethodType GETSET_METHOD
+stoc/source/inspect/introspection.cxx:1872
+ enum MethodType REMOVE_LISTENER_METHOD
+stoc/source/security/permissions.h:38
+ enum stoc_sec::Permission::t_type ALL
+store/source/stordata.hxx:615
+ enum store::OStoreDirectoryPageData::ChunkScope SCOPE_UNKNOWN
+svgio/inc/svgmarkernode.hxx:37
+ enum svgio::svgreader::SvgMarkerNode::MarkerUnits userSpaceOnUse
+svgio/inc/svgnode.hxx:53
+ enum svgio::svgreader::XmlSpace XmlSpace_preserve
+svgio/inc/svgnode.hxx:59
+ enum svgio::svgreader::Display Display_inline
+svgio/inc/svgnode.hxx:60
+ enum svgio::svgreader::Display Display_block
+svgio/inc/svgnode.hxx:61
+ enum svgio::svgreader::Display Display_list_item
+svgio/inc/svgnode.hxx:62
+ enum svgio::svgreader::Display Display_run_in
+svgio/inc/svgnode.hxx:63
+ enum svgio::svgreader::Display Display_compact
+svgio/inc/svgnode.hxx:64
+ enum svgio::svgreader::Display Display_marker
+svgio/inc/svgnode.hxx:65
+ enum svgio::svgreader::Display Display_table
+svgio/inc/svgnode.hxx:66
+ enum svgio::svgreader::Display Display_inline_table
+svgio/inc/svgnode.hxx:67
+ enum svgio::svgreader::Display Display_table_row_group
+svgio/inc/svgnode.hxx:68
+ enum svgio::svgreader::Display Display_table_header_group
+svgio/inc/svgnode.hxx:69
+ enum svgio::svgreader::Display Display_table_footer_group
+svgio/inc/svgnode.hxx:70
+ enum svgio::svgreader::Display Display_table_row
+svgio/inc/svgnode.hxx:71
+ enum svgio::svgreader::Display Display_table_column_group
+svgio/inc/svgnode.hxx:72
+ enum svgio::svgreader::Display Display_table_column
+svgio/inc/svgnode.hxx:73
+ enum svgio::svgreader::Display Display_table_cell
+svgio/inc/svgnode.hxx:74
+ enum svgio::svgreader::Display Display_table_caption
+svgio/inc/svgnode.hxx:76
+ enum svgio::svgreader::Display Display_inherit
+svgio/inc/svgstyleattributes.hxx:47
+ enum svgio::svgreader::StrokeLinecap StrokeLinecap_butt
+svgio/inc/svgstyleattributes.hxx:55
+ enum svgio::svgreader::StrokeLinejoin StrokeLinejoin_miter
+svgio/inc/svgstyleattributes.hxx:97
+ enum svgio::svgreader::FontStyle FontStyle_normal
+svgio/inc/svgstyleattributes.hxx:104
+ enum svgio::svgreader::FontVariant FontVariant_notset
+svgio/inc/svgstyleattributes.hxx:105
+ enum svgio::svgreader::FontVariant FontVariant_normal
+svgio/inc/svgstyleattributes.hxx:106
+ enum svgio::svgreader::FontVariant FontVariant_small_caps
+svgio/inc/svgstyleattributes.hxx:141
+ enum svgio::svgreader::TextDecoration TextDecoration_none
+svgio/inc/svgstyleattributes.hxx:145
+ enum svgio::svgreader::TextDecoration TextDecoration_blink
+svgio/inc/svgstyleattributes.hxx:160
+ enum svgio::svgreader::FillRule FillRule_evenodd
+svgio/inc/svgstyleattributes.hxx:165
+ enum svgio::svgreader::BaselineShift BaselineShift_Baseline
+svgio/inc/svgstyleattributes.hxx:176
+ enum svgio::svgreader::Visibility Visibility_hidden
+svgio/inc/svgstyleattributes.hxx:177
+ enum svgio::svgreader::Visibility Visibility_collapse
+svgio/inc/svgtoken.hxx:44
+ enum svgio::svgreader::SVGToken SVGTokenXmlns
+svgio/inc/svgtools.hxx:60
+ enum svgio::svgreader::NumberType length
+svgio/inc/svgtools.hxx:143
+ enum svgio::svgreader::SvgAlign Align_xMinYMin
+svgio/source/svgreader/svgtools.cxx:572
+ enum DegreeType rad
+svl/source/misc/adrparse.cxx:26
+ enum (anonymous namespace)::ElementType ELEMENT_START
+svl/source/misc/strmadpt.cxx:44
+ enum SvDataPipe_Impl::SeekResult SEEK_BEFORE_MARKED
+svl/source/misc/strmadpt.cxx:44
+ enum SvDataPipe_Impl::SeekResult SEEK_PAST_END
+svtools/inc/table/tablecontrolinterface.hxx:85
+ enum svt::table::TableCellArea CellContent
+svtools/source/config/htmlcfg.cxx:36
+ enum HtmlCfgFlags UnknownTags
+svtools/source/config/htmlcfg.cxx:37
+ enum HtmlCfgFlags StarBasic
+svtools/source/config/htmlcfg.cxx:38
+ enum HtmlCfgFlags LocalGrf
+svtools/source/config/htmlcfg.cxx:39
+ enum HtmlCfgFlags PrintLayoutExtension
+svtools/source/config/htmlcfg.cxx:40
+ enum HtmlCfgFlags IgnoreFontFamily
+svtools/source/config/htmlcfg.cxx:41
+ enum HtmlCfgFlags IsBasicWarning
+svtools/source/config/htmlcfg.cxx:42
+ enum HtmlCfgFlags NumbersEnglishUS
+svtools/source/config/miscopt.cxx:172
+ enum SvtMiscOptions_Impl::SetModifiedFlag DONT_SET
+svtools/source/contnr/fileview.cxx:104
+ enum FileViewFlags ONLYFOLDER
+svtools/source/contnr/fileview.cxx:105
+ enum FileViewFlags MULTISELECTION
+svtools/source/contnr/fileview.cxx:106
+ enum FileViewFlags SHOW_TYPE
+svtools/source/contnr/fileview.cxx:107
+ enum FileViewFlags SHOW_ONLYTITLE
+svtools/source/contnr/imivctl.hxx:53
+ enum IconChoiceFlags AddMode
+svtools/source/contnr/imivctl.hxx:54
+ enum IconChoiceFlags SelectingRect
+svtools/source/contnr/imivctl.hxx:55
+ enum IconChoiceFlags DownCtrl
+svtools/source/contnr/imivctl.hxx:56
+ enum IconChoiceFlags DownDeselect
+svtools/source/contnr/imivctl.hxx:57
+ enum IconChoiceFlags StartEditTimerInMouseUp
+svtools/source/contnr/imivctl.hxx:58
+ enum IconChoiceFlags EntryListPosValid
+svtools/source/contnr/imivctl.hxx:59
+ enum IconChoiceFlags ClearingSelection
+svtools/source/contnr/imivctl.hxx:60
+ enum IconChoiceFlags Arranging
+svtools/source/contnr/imivctl.hxx:87
+ enum IcnViewFieldType Image
+svtools/source/control/ctrltool.cxx:96
+ enum FontListFontNameType SCREEN
+svtools/source/control/fmtfield.cxx:51
+ enum validation::State START
+svtools/source/control/fmtfield.cxx:52
+ enum validation::State NUM_START
+svtools/source/control/fmtfield.cxx:54
+ enum validation::State DIGIT_PRE_COMMA
+svtools/source/control/fmtfield.cxx:56
+ enum validation::State DIGIT_POST_COMMA
+svtools/source/control/fmtfield.cxx:57
+ enum validation::State EXPONENT_START
+svtools/source/control/fmtfield.cxx:59
+ enum validation::State EXPONENT_DIGIT
+svtools/source/control/valueset.cxx:46
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/svtools/source/control/valueset.cxx:44:1) ITEM_OFFSET
+svtools/source/control/valueset.cxx:47
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/svtools/source/control/valueset.cxx:44:1) ITEM_OFFSET_DOUBLE
+svtools/source/inc/svimpbox.hxx:67
+ enum LBoxFlags InScrolling
+svtools/source/inc/svimpbox.hxx:68
+ enum LBoxFlags DeselectAll
+svtools/source/inc/svimpbox.hxx:69
+ enum LBoxFlags StartEditTimer
+svtools/source/inc/svimpbox.hxx:70
+ enum LBoxFlags IgnoreSelect
+svtools/source/inc/svimpbox.hxx:71
+ enum LBoxFlags InResize
+svtools/source/inc/svimpbox.hxx:72
+ enum LBoxFlags RemovedEntryInvisible
+svtools/source/inc/svimpbox.hxx:73
+ enum LBoxFlags RemovedRecalcMostRight
+svtools/source/inc/svimpbox.hxx:74
+ enum LBoxFlags IgnoreChangedTabs
+svtools/source/inc/svimpbox.hxx:75
+ enum LBoxFlags InPaint
+svtools/source/inc/svimpbox.hxx:76
+ enum LBoxFlags EndScrollSetVisSize
+svtools/source/inc/svimpbox.hxx:77
+ enum LBoxFlags Filling
+svtools/source/inc/svimpbox.hxx:113
+ enum SvImpLBox::ImageType itNodeExpanded
+svtools/source/inc/svimpbox.hxx:114
+ enum SvImpLBox::ImageType itNodeCollapsed
+svtools/source/inc/svimpbox.hxx:115
+ enum SvImpLBox::ImageType itNodeDontKnow
+svtools/source/inc/svimpbox.hxx:116
+ enum SvImpLBox::ImageType itEntryDefExpanded
+svtools/source/inc/svimpbox.hxx:117
+ enum SvImpLBox::ImageType itEntryDefCollapsed
+svtools/source/svhtml/parhtml.cxx:1838
+ enum HtmlMeta Generator
+svtools/source/svhtml/parhtml.cxx:1839
+ enum HtmlMeta SDFootnote
+svtools/source/svhtml/parhtml.cxx:1840
+ enum HtmlMeta SDEndnote
+svx/inc/galbrws2.hxx:53
+ enum GalleryItemFlags ThemeName
+svx/inc/galbrws2.hxx:54
+ enum GalleryItemFlags Title
+svx/inc/galbrws2.hxx:55
+ enum GalleryItemFlags Path
+svx/inc/sdr/overlay/overlaytools.hxx:219
+ enum drawinglayer::primitive2d::HelplineStyle HELPLINESTYLE_POINT
+svx/inc/sxmkitm.hxx:25
+ enum SdrMeasureKind SDRMEASURE_STD
+svx/source/dialog/srchdlg.cxx:85
+ enum ModifyFlags Search
+svx/source/dialog/srchdlg.cxx:86
+ enum ModifyFlags Replace
+svx/source/dialog/srchdlg.cxx:87
+ enum ModifyFlags Word
+svx/source/dialog/srchdlg.cxx:88
+ enum ModifyFlags Exact
+svx/source/dialog/srchdlg.cxx:89
+ enum ModifyFlags Backwards
+svx/source/dialog/srchdlg.cxx:90
+ enum ModifyFlags Selection
+svx/source/dialog/srchdlg.cxx:91
+ enum ModifyFlags Regexp
+svx/source/dialog/srchdlg.cxx:92
+ enum ModifyFlags Layout
+svx/source/dialog/srchdlg.cxx:93
+ enum ModifyFlags Similarity
+svx/source/dialog/srchdlg.cxx:94
+ enum ModifyFlags Formulas
+svx/source/dialog/srchdlg.cxx:95
+ enum ModifyFlags Values
+svx/source/dialog/srchdlg.cxx:96
+ enum ModifyFlags CalcNotes
+svx/source/dialog/srchdlg.cxx:97
+ enum ModifyFlags Rows
+svx/source/dialog/srchdlg.cxx:98
+ enum ModifyFlags Columns
+svx/source/dialog/srchdlg.cxx:99
+ enum ModifyFlags AllTables
+svx/source/dialog/srchdlg.cxx:100
+ enum ModifyFlags Notes
+svx/source/dialog/srchdlg.cxx:101
+ enum ModifyFlags Wildcard
+svx/source/fmcomp/fmgridcl.cxx:783
+ enum InspectorAction eOpenInspector
+svx/source/inc/datanavi.hxx:68
+ enum svxform::DataGroupType DGTUnknown
+svx/source/inc/datanavi.hxx:79
+ enum svxform::DataItemType DITElement
+svx/source/inc/docrecovery.hxx:82
+ enum EDocStates Unknown
+svx/source/inc/docrecovery.hxx:84
+ enum EDocStates TryLoadBackup
+svx/source/inc/docrecovery.hxx:85
+ enum EDocStates TryLoadOriginal
+svx/source/inc/docrecovery.hxx:90
+ enum EDocStates Damaged
+svx/source/inc/docrecovery.hxx:92
+ enum EDocStates Incomplete
+svx/source/inc/docrecovery.hxx:94
+ enum EDocStates Succeeded
+svx/source/inc/fmdocumentclassification.hxx:31
+ enum svxform::DocumentType eTextDocument
+svx/source/inc/fmdocumentclassification.hxx:32
+ enum svxform::DocumentType eWebDocument
+svx/source/inc/fmdocumentclassification.hxx:33
+ enum svxform::DocumentType eSpreadsheetDocument
+svx/source/inc/fmdocumentclassification.hxx:34
+ enum svxform::DocumentType eDrawingDocument
+svx/source/inc/fmdocumentclassification.hxx:35
+ enum svxform::DocumentType ePresentationDocument
+svx/source/inc/fmdocumentclassification.hxx:37
+ enum svxform::DocumentType eDatabaseForm
+svx/source/inc/fmdocumentclassification.hxx:38
+ enum svxform::DocumentType eDatabaseReport
+svx/source/inc/fmexpl.hxx:379
+ enum svxform::NavigatorTree::SELDATA_ITEMS SDI_ALL
+svx/source/inc/fmshimp.hxx:78
+ enum LoopGridsFlags DISABLE_ROCTRLR
+svx/source/inc/fmshimp.hxx:88
+ enum LoadFormsFlags Load
+svx/source/inc/fmshimp.hxx:89
+ enum LoadFormsFlags Sync
+svx/source/inc/fmshimp.hxx:90
+ enum LoadFormsFlags Unload
+svx/source/inc/fmshimp.hxx:91
+ enum LoadFormsFlags Async
+svx/source/inc/fmtextcontrolshell.hxx:148
+ enum svx::FmTextControlShell::AttributeSet eParaAttribs
+svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx:527
+ enum sdr::contact::ViewObjectContactOfUnoControl_Impl::ViewControlMode eAlive
+svx/source/stbctrls/modctrl.cxx:43
+ enum SvxModifyControl::ImplData::ModificationState MODIFICATION_STATE_NO
+svx/source/stbctrls/modctrl.cxx:45
+ enum SvxModifyControl::ImplData::ModificationState MODIFICATION_STATE_FEEDBACK
+svx/source/stbctrls/modctrl.cxx:46
+ enum SvxModifyControl::ImplData::ModificationState MODIFICATION_STATE_SIZE
+svx/source/svdraw/svdibrow.cxx:70
+ enum ItemType DONTKNOW
+svx/source/svdraw/svdocapt.cxx:64
+ enum EscDir UNT
+svx/source/table/tablecontroller.cxx:91
+ enum CellPosFlag Before
+svx/source/table/tablecontroller.cxx:92
+ enum CellPosFlag Left
+svx/source/table/tablecontroller.cxx:93
+ enum CellPosFlag Right
+svx/source/table/tablecontroller.cxx:94
+ enum CellPosFlag After
+svx/source/table/tablecontroller.cxx:96
+ enum CellPosFlag Upper
+svx/source/table/tablecontroller.cxx:97
+ enum CellPosFlag Top
+svx/source/table/tablecontroller.cxx:98
+ enum CellPosFlag Bottom
+svx/source/table/tablecontroller.cxx:99
+ enum CellPosFlag Lower
+svx/source/table/tablehandles.hxx:30
+ enum sdr::table::TableEdgeState Empty
+svx/source/table/tablehandles.hxx:30
+ enum sdr::table::TableEdgeState Invisible
+svx/source/tbxctrls/tbcontrl.cxx:1778
+ enum FrmValidFlags Left
+svx/source/tbxctrls/tbcontrl.cxx:1779
+ enum FrmValidFlags Right
+svx/source/tbxctrls/tbcontrl.cxx:1780
+ enum FrmValidFlags Top
+svx/source/tbxctrls/tbcontrl.cxx:1781
+ enum FrmValidFlags Bottom
+svx/source/tbxctrls/tbcontrl.cxx:1782
+ enum FrmValidFlags HInner
+svx/source/tbxctrls/tbcontrl.cxx:1783
+ enum FrmValidFlags VInner
+svx/source/tbxctrls/tbcontrl.cxx:1784
+ enum FrmValidFlags AllMask
+svx/source/tbxctrls/tbunosearchcontrollers.cxx:601
+ enum (anonymous namespace)::UpDownSearchToolboxController::Type DOWN
+svx/source/unodraw/recoveryui.cxx:56
+ enum (anonymous namespace)::RecoveryUI::EJob E_JOB_UNKNOWN
+sw/inc/accmap.hxx:77
+ enum AccessibleStates EDITABLE
+sw/inc/accmap.hxx:78
+ enum AccessibleStates OPAQUE
+sw/inc/accmap.hxx:80
+ enum AccessibleStates TEXT_ATTRIBUTE_CHANGED
+sw/inc/accmap.hxx:81
+ enum AccessibleStates TEXT_SELECTION_CHANGED
+sw/inc/accmap.hxx:82
+ enum AccessibleStates CARET
+sw/inc/accmap.hxx:83
+ enum AccessibleStates RELATION_FROM
+sw/inc/accmap.hxx:84
+ enum AccessibleStates RELATION_TO
+sw/inc/chpfld.hxx:31
+ enum SwChapterFormat CF_BEGIN
+sw/inc/crsrsh.hxx:92
+ enum IsAttrAtPos Outline
+sw/inc/crsrsh.hxx:95
+ enum IsAttrAtPos NumLabel
+sw/inc/crsrsh.hxx:96
+ enum IsAttrAtPos ContentCheck
+sw/inc/crstate.hxx:54
+ enum MultiPortionType TWOLINE
+sw/inc/crstate.hxx:56
+ enum MultiPortionType ROT_270
+sw/inc/crstate.hxx:123
+ enum CursorMoveState MV_LEFTMARGIN
+sw/inc/cshtyp.hxx:94
+ enum FindRanges InSelAll
+sw/inc/cshtyp.hxx:95
+ enum FindRanges InOther
+sw/inc/cshtyp.hxx:96
+ enum FindRanges InSel
+sw/inc/cshtyp.hxx:97
+ enum FindRanges InBodyOnly
+sw/inc/dbmgr.hxx:98
+ enum SwDBSelect QUERY
+sw/inc/doc.hxx:439
+ enum SwDoc::DocumentType DOCTYPE_NATIVE
+sw/inc/docary.hxx:78
+ enum SwVectorModifyBase<class SwFrameFormat *>::DestructorPolicy KeepElements
+sw/inc/docary.hxx:78
+ enum SwVectorModifyBase<class SwTextFormatColl *>::DestructorPolicy KeepElements
+sw/inc/docary.hxx:78
+ enum SwVectorModifyBase<class SwGrfFormatColl *>::DestructorPolicy KeepElements
+sw/inc/docstyle.hxx:66
+ enum SwDocStyleSheet::FillStyleType FillOnlyName
+sw/inc/docufld.hxx:39
+ enum SwAuthorFormat AF_BEGIN
+sw/inc/docufld.hxx:48
+ enum SwDocStatSubType DS_BEGIN
+sw/inc/docufld.hxx:119
+ enum SwJumpEditFormat JE_FMT_TEXT
+sw/inc/fesh.hxx:67
+ enum FrameTypeFlags PAGE
+sw/inc/fesh.hxx:68
+ enum FrameTypeFlags HEADER
+sw/inc/fesh.hxx:69
+ enum FrameTypeFlags FOOTER
+sw/inc/fesh.hxx:70
+ enum FrameTypeFlags BODY
+sw/inc/fesh.hxx:71
+ enum FrameTypeFlags COLUMN
+sw/inc/fesh.hxx:72
+ enum FrameTypeFlags TABLE
+sw/inc/fesh.hxx:73
+ enum FrameTypeFlags FLY_FREE
+sw/inc/fesh.hxx:74
+ enum FrameTypeFlags FLY_ATCNT
+sw/inc/fesh.hxx:75
+ enum FrameTypeFlags FLY_INCNT
+sw/inc/fesh.hxx:76
+ enum FrameTypeFlags FOOTNOTE
+sw/inc/fesh.hxx:77
+ enum FrameTypeFlags FTNPAGE
+sw/inc/fesh.hxx:78
+ enum FrameTypeFlags FLY_ANY
+sw/inc/fesh.hxx:80
+ enum FrameTypeFlags COLSECT
+sw/inc/fesh.hxx:81
+ enum FrameTypeFlags COLSECTOUTTAB
+sw/inc/fesh.hxx:94
+ enum GotoObjFlags DrawAny
+sw/inc/fesh.hxx:99
+ enum GotoObjFlags Any
+sw/inc/fesh.hxx:110
+ enum FlyProtectFlags Content
+sw/inc/fesh.hxx:111
+ enum FlyProtectFlags Size
+sw/inc/fesh.hxx:112
+ enum FlyProtectFlags Pos
+sw/inc/fesh.hxx:113
+ enum FlyProtectFlags Parent
+sw/inc/fesh.hxx:114
+ enum FlyProtectFlags Fixed
+sw/inc/fesh.hxx:134
+ enum ObjCntType OBJCNT_DONTCARE
+sw/inc/fesh.hxx:143
+ enum CurRectType Frame
+sw/inc/flyenum.hxx:36
+ enum SwChainRet NOT_EMPTY
+sw/inc/flyenum.hxx:37
+ enum SwChainRet IS_IN_CHAIN
+sw/inc/flyenum.hxx:38
+ enum SwChainRet WRONG_AREA
+sw/inc/flyenum.hxx:40
+ enum SwChainRet NOT_FOUND
+sw/inc/flyenum.hxx:41
+ enum SwChainRet SOURCE_CHAINED
+sw/inc/flyenum.hxx:42
+ enum SwChainRet SELF
+sw/inc/fmtcol.hxx:161
+ enum Master_CollCondition PARA_IN_LIST
+sw/inc/fmtcol.hxx:162
+ enum Master_CollCondition PARA_IN_OUTLINE
+sw/inc/fmtcol.hxx:163
+ enum Master_CollCondition PARA_IN_FRAME
+sw/inc/fmtcol.hxx:166
+ enum Master_CollCondition PARA_IN_SECTION
+sw/inc/fmtcol.hxx:167
+ enum Master_CollCondition PARA_IN_FOOTNOTE
+sw/inc/fmtcol.hxx:170
+ enum Master_CollCondition PARA_IN_ENDNOTE
+sw/inc/fmtftntx.hxx:34
+ enum SwFootnoteEndPosEnum FTNEND_ATTXTEND_END
+sw/inc/hintids.hxx:292
+ enum RES_FMT RES_FMT_END
+sw/inc/IDocumentContentOperations.hxx:47
+ enum SwMoveFlags DEFAULT
+sw/inc/IDocumentContentOperations.hxx:48
+ enum SwMoveFlags ALLFLYS
+sw/inc/IDocumentContentOperations.hxx:49
+ enum SwMoveFlags CREATEUNDOOBJ
+sw/inc/IDocumentContentOperations.hxx:51
+ enum SwMoveFlags NO_DELFRMS
+sw/inc/IDocumentContentOperations.hxx:61
+ enum SwInsertFlags DEFAULT
+sw/inc/IDocumentContentOperations.hxx:62
+ enum SwInsertFlags EMPTYEXPAND
+sw/inc/IDocumentContentOperations.hxx:63
+ enum SwInsertFlags NOHINTEXPAND
+sw/inc/IDocumentContentOperations.hxx:64
+ enum SwInsertFlags FORCEHINTEXPAND
+sw/inc/IDocumentExternalData.hxx:28
+ enum sw::tExternalDataType STTBF_ASSOC
+sw/inc/IDocumentExternalData.hxx:28
+ enum sw::tExternalDataType FIB
+sw/inc/IDocumentRedlineAccess.hxx:51
+ enum RedlineFlags Ignore
+sw/inc/IDocumentRedlineAccess.hxx:59
+ enum RedlineFlags DeleteRedlines
+sw/inc/IDocumentRedlineAccess.hxx:62
+ enum RedlineFlags IgnoreDeleteRedlines
+sw/inc/IDocumentRedlineAccess.hxx:64
+ enum RedlineFlags DontCombineRedlines
+sw/inc/istyleaccess.hxx:34
+ enum IStyleAccess::SwAutoStyleFamily AUTO_STYLE_NOTXT
+sw/inc/modcfg.hxx:44
+ enum MailTextFormats HTML
+sw/inc/modcfg.hxx:45
+ enum MailTextFormats RTF
+sw/inc/modcfg.hxx:46
+ enum MailTextFormats OFFICE
+sw/inc/modeltoviewhelper.hxx:68
+ enum ExpandMode ExpandFields
+sw/inc/modeltoviewhelper.hxx:69
+ enum ExpandMode ExpandFootnote
+sw/inc/modeltoviewhelper.hxx:70
+ enum ExpandMode HideInvisible
+sw/inc/modeltoviewhelper.hxx:71
+ enum ExpandMode HideDeletions
+sw/inc/modeltoviewhelper.hxx:73
+ enum ExpandMode ReplaceMode
+sw/inc/ndhints.hxx:36
+ enum CopyOrNewType New
+sw/inc/ndtxt.hxx:178
+ enum SwTextNode::WrongState PENDING
+sw/inc/ndtyp.hxx:40
+ enum SwNodeType NoTextMask
+sw/inc/ndtyp.hxx:42
+ enum SwNodeType ContentMask
+sw/inc/pagedesc.hxx:126
+ enum UseOnPage HeaderShare
+sw/inc/pagedesc.hxx:127
+ enum UseOnPage FooterShare
+sw/inc/pagedesc.hxx:128
+ enum UseOnPage FirstShare
+sw/inc/pagedesc.hxx:129
+ enum UseOnPage NoHeaderShare
+sw/inc/pagedesc.hxx:130
+ enum UseOnPage NoFooterShare
+sw/inc/pagedesc.hxx:131
+ enum UseOnPage NoFirstShare
+sw/inc/poolfmt.hxx:95
+ enum RES_POOLFMT RES_POOLFMT_BEGIN
+sw/inc/poolfmt.hxx:206
+ enum RES_POOL_TABSTYLE_TYPE RES_POOLTABSTYLE_DEFAULT
+sw/inc/poolfmt.hxx:228
+ enum RES_POOL_CELLSTYLE_TYPE RES_POOLCELLSTYLE_BEGIN
+sw/inc/poolfmt.hxx:229
+ enum RES_POOL_CELLSTYLE_TYPE RES_POOLCELLSTYLE_END
+sw/inc/reffld.hxx:44
+ enum REFERENCEMARK REF_BEGIN
+sw/inc/sortopt.hxx:26
+ enum SwSortOrder SRT_DESCENDING
+sw/inc/sortopt.hxx:27
+ enum SwSortDirection SRT_COLUMNS
+sw/inc/SwAppletImpl.hxx:33
+ enum SwHtmlOptType IGNORE
+sw/inc/swcrsr.hxx:51
+ enum SwCursorSelOverFlags CheckNodeSection
+sw/inc/swcrsr.hxx:52
+ enum SwCursorSelOverFlags Toggle
+sw/inc/swcrsr.hxx:53
+ enum SwCursorSelOverFlags EnableRevDirection
+sw/inc/swcrsr.hxx:54
+ enum SwCursorSelOverFlags ChangePos
+sw/inc/swmodule.hxx:62
+ enum SvViewOpt DestView
+sw/inc/swtypes.hxx:160
+ enum SetAttrMode DEFAULT
+sw/inc/swtypes.hxx:163
+ enum SetAttrMode DONTEXPAND
+sw/inc/swtypes.hxx:164
+ enum SetAttrMode DONTREPLACE
+sw/inc/swtypes.hxx:166
+ enum SetAttrMode NOTXTATRCHR
+sw/inc/swtypes.hxx:169
+ enum SetAttrMode NOHINTADJUST
+sw/inc/swtypes.hxx:170
+ enum SetAttrMode NOFORMATATTR
+sw/inc/swtypes.hxx:171
+ enum SetAttrMode APICALL
+sw/inc/swtypes.hxx:174
+ enum SetAttrMode FORCEHINTEXPAND
+sw/inc/swtypes.hxx:176
+ enum SetAttrMode IS_COPY
+sw/inc/swtypes.hxx:225
+ enum PrepareHint PREP_BEGIN
+sw/inc/swtypes.hxx:228
+ enum PrepareHint PREP_FIXSIZE_CHG
+sw/inc/swtypes.hxx:229
+ enum PrepareHint PREP_FOLLOW_FOLLOWS
+sw/inc/swtypes.hxx:231
+ enum PrepareHint PREP_FLY_CHGD
+sw/inc/swtypes.hxx:241
+ enum PrepareHint PREP_UL_SPACE
+sw/inc/swtypes.hxx:267
+ enum FrameControlType PageBreak
+sw/inc/swundo.hxx:32
+ enum SwUndoId STD_BEGIN
+sw/inc/swundo.hxx:39
+ enum SwUndoId INSERT
+sw/inc/swundo.hxx:40
+ enum SwUndoId OVERWRITE
+sw/inc/swundo.hxx:41
+ enum SwUndoId SPLITNODE
+sw/inc/swundo.hxx:42
+ enum SwUndoId INSATTR
+sw/inc/swundo.hxx:43
+ enum SwUndoId SETFMTCOLL
+sw/inc/swundo.hxx:44
+ enum SwUndoId RESETATTR
+sw/inc/swundo.hxx:46
+ enum SwUndoId INSDOKUMENT
+sw/inc/swundo.hxx:47
+ enum SwUndoId COPY
+sw/inc/swundo.hxx:48
+ enum SwUndoId INSTABLE
+sw/inc/swundo.hxx:49
+ enum SwUndoId TABLETOTEXT
+sw/inc/swundo.hxx:50
+ enum SwUndoId TEXTTOTABLE
+sw/inc/swundo.hxx:51
+ enum SwUndoId SORT_TXT
+sw/inc/swundo.hxx:53
+ enum SwUndoId TABLEHEADLINE
+sw/inc/swundo.hxx:55
+ enum SwUndoId OUTLINE_LR
+sw/inc/swundo.hxx:57
+ enum SwUndoId INSNUM
+sw/inc/swundo.hxx:58
+ enum SwUndoId NUMUP
+sw/inc/swundo.hxx:59
+ enum SwUndoId MOVENUM
+sw/inc/swundo.hxx:60
+ enum SwUndoId INSDRAWFMT
+sw/inc/swundo.hxx:61
+ enum SwUndoId NUMORNONUM
+sw/inc/swundo.hxx:63
+ enum SwUndoId DEC_LEFTMARGIN
+sw/inc/swundo.hxx:64
+ enum SwUndoId INSERTLABEL
+sw/inc/swundo.hxx:65
+ enum SwUndoId SETNUMRULESTART
+sw/inc/swundo.hxx:66
+ enum SwUndoId CHGFTN
+sw/inc/swundo.hxx:68
+ enum SwUndoId ACCEPT_REDLINE
+sw/inc/swundo.hxx:70
+ enum SwUndoId SPLIT_TABLE
+sw/inc/swundo.hxx:71
+ enum SwUndoId DONTEXPAND
+sw/inc/swundo.hxx:73
+ enum SwUndoId MERGE_TABLE
+sw/inc/swundo.hxx:74
+ enum SwUndoId TRANSLITERATE
+sw/inc/swundo.hxx:75
+ enum SwUndoId PASTE_CLIPBOARD
+sw/inc/swundo.hxx:76
+ enum SwUndoId TYPING
+sw/inc/swundo.hxx:84
+ enum SwUndoId MOVE
+sw/inc/swundo.hxx:85
+ enum SwUndoId INSGLOSSARY
+sw/inc/swundo.hxx:86
+ enum SwUndoId DELBOOKMARK
+sw/inc/swundo.hxx:87
+ enum SwUndoId INSBOOKMARK
+sw/inc/swundo.hxx:88
+ enum SwUndoId SORT_TBL
+sw/inc/swundo.hxx:89
+ enum SwUndoId DELLAYFMT
+sw/inc/swundo.hxx:92
+ enum SwUndoId DELSECTION
+sw/inc/swundo.hxx:93
+ enum SwUndoId CHGSECTION
+sw/inc/swundo.hxx:96
+ enum SwUndoId DELNUM
+sw/inc/swundo.hxx:97
+ enum SwUndoId DRAWUNDO
+sw/inc/swundo.hxx:98
+ enum SwUndoId DRAWGROUP
+sw/inc/swundo.hxx:99
+ enum SwUndoId DRAWUNGROUP
+sw/inc/swundo.hxx:100
+ enum SwUndoId DRAWDELETE
+sw/inc/swundo.hxx:101
+ enum SwUndoId REREAD
+sw/inc/swundo.hxx:102
+ enum SwUndoId DELGRF
+sw/inc/swundo.hxx:104
+ enum SwUndoId TABLE_ATTR
+sw/inc/swundo.hxx:105
+ enum SwUndoId TABLE_AUTOFMT
+sw/inc/swundo.hxx:110
+ enum SwUndoId TABLE_MERGE
+sw/inc/swundo.hxx:111
+ enum SwUndoId TBLNUMFMT
+sw/inc/swundo.hxx:112
+ enum SwUndoId INSTOX
+sw/inc/swundo.hxx:113
+ enum SwUndoId CLEARTOXRANGE
+sw/inc/swundo.hxx:114
+ enum SwUndoId TBLCPYTBL
+sw/inc/swundo.hxx:115
+ enum SwUndoId CPYTBL
+sw/inc/swundo.hxx:117
+ enum SwUndoId CHAINE
+sw/inc/swundo.hxx:118
+ enum SwUndoId UNCHAIN
+sw/inc/swundo.hxx:119
+ enum SwUndoId FTNINFO
+sw/inc/swundo.hxx:121
+ enum SwUndoId COMPAREDOC
+sw/inc/swundo.hxx:122
+ enum SwUndoId SETFLYFRMFMT
+sw/inc/swundo.hxx:123
+ enum SwUndoId SETRUBYATTR
+sw/inc/swundo.hxx:125
+ enum SwUndoId TOXCHANGE
+sw/inc/swundo.hxx:126
+ enum SwUndoId CREATE_PAGEDESC
+sw/inc/swundo.hxx:127
+ enum SwUndoId CHANGE_PAGEDESC
+sw/inc/swundo.hxx:128
+ enum SwUndoId DELETE_PAGEDESC
+sw/inc/swundo.hxx:129
+ enum SwUndoId HEADER_FOOTER
+sw/inc/swundo.hxx:130
+ enum SwUndoId FIELD
+sw/inc/swundo.hxx:131
+ enum SwUndoId TXTFMTCOL_CREATE
+sw/inc/swundo.hxx:132
+ enum SwUndoId TXTFMTCOL_DELETE
+sw/inc/swundo.hxx:133
+ enum SwUndoId TXTFMTCOL_RENAME
+sw/inc/swundo.hxx:134
+ enum SwUndoId CHARFMT_CREATE
+sw/inc/swundo.hxx:135
+ enum SwUndoId CHARFMT_DELETE
+sw/inc/swundo.hxx:136
+ enum SwUndoId CHARFMT_RENAME
+sw/inc/swundo.hxx:137
+ enum SwUndoId FRMFMT_CREATE
+sw/inc/swundo.hxx:138
+ enum SwUndoId FRMFMT_DELETE
+sw/inc/swundo.hxx:139
+ enum SwUndoId FRMFMT_RENAME
+sw/inc/swundo.hxx:140
+ enum SwUndoId NUMRULE_CREATE
+sw/inc/swundo.hxx:141
+ enum SwUndoId NUMRULE_DELETE
+sw/inc/swundo.hxx:142
+ enum SwUndoId NUMRULE_RENAME
+sw/inc/swundo.hxx:143
+ enum SwUndoId BOOKMARK_RENAME
+sw/inc/swundo.hxx:144
+ enum SwUndoId INDEX_ENTRY_INSERT
+sw/inc/swundo.hxx:145
+ enum SwUndoId INDEX_ENTRY_DELETE
+sw/inc/swundo.hxx:148
+ enum SwUndoId RENAME_PAGEDESC
+sw/inc/swundo.hxx:149
+ enum SwUndoId NUMDOWN
+sw/inc/swundo.hxx:153
+ enum SwUndoId TBLSTYLE_CREATE
+sw/inc/swundo.hxx:154
+ enum SwUndoId TBLSTYLE_DELETE
+sw/inc/swundo.hxx:155
+ enum SwUndoId TBLSTYLE_UPDATE
+sw/inc/swundo.hxx:156
+ enum SwUndoId STD_END
+sw/inc/swundo.hxx:159
+ enum SwUndoId UI_REPLACE
+sw/inc/swundo.hxx:160
+ enum SwUndoId UI_INSERT_PAGE_BREAK
+sw/inc/swundo.hxx:161
+ enum SwUndoId UI_INSERT_COLUMN_BREAK
+sw/inc/swundo.hxx:163
+ enum SwUndoId UI_INSERT_ENVELOPE
+sw/inc/swundo.hxx:164
+ enum SwUndoId UI_DRAG_AND_COPY
+sw/inc/swundo.hxx:165
+ enum SwUndoId UI_DRAG_AND_MOVE
+sw/inc/swundo.hxx:166
+ enum SwUndoId UI_INSERT_CHART
+sw/inc/swundo.hxx:167
+ enum SwUndoId UI_INSERT_FOOTNOTE
+sw/inc/swundo.hxx:168
+ enum SwUndoId UI_INSERT_URLBTN
+sw/inc/swundo.hxx:169
+ enum SwUndoId UI_INSERT_URLTXT
+sw/inc/swundo.hxx:171
+ enum SwUndoId UI_REPLACE_STYLE
+sw/inc/swundo.hxx:172
+ enum SwUndoId UI_DELETE_PAGE_BREAK
+sw/inc/swundo.hxx:173
+ enum SwUndoId UI_TEXT_CORRECTION
+sw/inc/swundo.hxx:174
+ enum SwUndoId UI_TABLE_DELETE
+sw/inc/swurl.hxx:29
+ enum LoadUrlFlags NewView
+sw/inc/tblenum.hxx:42
+ enum TableChgWidthHeightType BiggerMode
+sw/inc/tblsel.hxx:68
+ enum SwTableSearchType Protect
+sw/inc/tblsel.hxx:69
+ enum SwTableSearchType NoUnionCorrect
+sw/inc/tox.hxx:333
+ enum SwTOXElement Mark
+sw/inc/tox.hxx:337
+ enum SwTOXElement Table
+sw/inc/tox.hxx:341
+ enum SwTOXElement TableLeader
+sw/inc/tox.hxx:342
+ enum SwTOXElement TableInToc
+sw/inc/tox.hxx:343
+ enum SwTOXElement Bookmark
+sw/inc/tox.hxx:344
+ enum SwTOXElement Newline
+sw/inc/tox.hxx:345
+ enum SwTOXElement ParagraphOutlineLevel
+sw/inc/tox.hxx:346
+ enum SwTOXElement IndexEntryType
+sw/inc/tox.hxx:355
+ enum SwTOIOptions SameEntry
+sw/inc/tox.hxx:356
+ enum SwTOIOptions FF
+sw/inc/tox.hxx:357
+ enum SwTOIOptions CaseSensitive
+sw/inc/tox.hxx:358
+ enum SwTOIOptions KeyAsEntry
+sw/inc/tox.hxx:359
+ enum SwTOIOptions AlphaDelimiter
+sw/inc/tox.hxx:360
+ enum SwTOIOptions Dash
+sw/inc/tox.hxx:361
+ enum SwTOIOptions InitialCaps
+sw/inc/tox.hxx:378
+ enum SwTOOElements Math
+sw/inc/tox.hxx:379
+ enum SwTOOElements Chart
+sw/inc/tox.hxx:380
+ enum SwTOOElements Calc
+sw/inc/tox.hxx:381
+ enum SwTOOElements DrawImpress
+sw/inc/tox.hxx:382
+ enum SwTOOElements Other
+sw/inc/ToxTabStopTokenHandler.hxx:57
+ enum sw::DefaultToxTabStopTokenHandler::TabStopReferencePolicy TABSTOPS_RELATIVE_TO_PAGE
+sw/inc/undobj.hxx:131
+ enum DelContentType Ftn
+sw/inc/undobj.hxx:132
+ enum DelContentType Fly
+sw/inc/undobj.hxx:133
+ enum DelContentType Bkm
+sw/inc/undobj.hxx:134
+ enum DelContentType AllMask
+sw/inc/undobj.hxx:135
+ enum DelContentType CheckNoCntnt
+sw/inc/unobaseclass.hxx:51
+ enum CursorType All
+sw/inc/unocoll.hxx:136
+ enum SwServiceType FieldTypeDummy1
+sw/inc/unocoll.hxx:137
+ enum SwServiceType FieldTypeDummy2
+sw/inc/unocoll.hxx:138
+ enum SwServiceType FieldTypeDummy3
+sw/inc/unocrsrhelper.hxx:61
+ enum SwGetPropertyStatesCaller SW_PROPERTY_STATE_CALLER_DEFAULT
+sw/inc/unostyle.hxx:262
+ enum SwXTextTableStyle::(anonymous at /home/noel/libo3/sw/inc/unostyle.hxx:261:5) FIRST_ROW_STYLE
+sw/inc/unostyle.hxx:263
+ enum SwXTextTableStyle::(anonymous at /home/noel/libo3/sw/inc/unostyle.hxx:261:5) LAST_ROW_STYLE
+sw/inc/unostyle.hxx:264
+ enum SwXTextTableStyle::(anonymous at /home/noel/libo3/sw/inc/unostyle.hxx:261:5) FIRST_COLUMN_STYLE
+sw/inc/unostyle.hxx:265
+ enum SwXTextTableStyle::(anonymous at /home/noel/libo3/sw/inc/unostyle.hxx:261:5) LAST_COLUMN_STYLE
+sw/inc/unostyle.hxx:266
+ enum SwXTextTableStyle::(anonymous at /home/noel/libo3/sw/inc/unostyle.hxx:261:5) EVEN_ROWS_STYLE
+sw/inc/unostyle.hxx:267
+ enum SwXTextTableStyle::(anonymous at /home/noel/libo3/sw/inc/unostyle.hxx:261:5) ODD_ROWS_STYLE
+sw/inc/unostyle.hxx:268
+ enum SwXTextTableStyle::(anonymous at /home/noel/libo3/sw/inc/unostyle.hxx:261:5) EVEN_COLUMNS_STYLE
+sw/inc/unostyle.hxx:269
+ enum SwXTextTableStyle::(anonymous at /home/noel/libo3/sw/inc/unostyle.hxx:261:5) ODD_COLUMNS_STYLE
+sw/inc/unostyle.hxx:270
+ enum SwXTextTableStyle::(anonymous at /home/noel/libo3/sw/inc/unostyle.hxx:261:5) BODY_STYLE
+sw/inc/unostyle.hxx:271
+ enum SwXTextTableStyle::(anonymous at /home/noel/libo3/sw/inc/unostyle.hxx:261:5) BACKGROUND_STYLE
+sw/inc/unostyle.hxx:273
+ enum SwXTextTableStyle::(anonymous at /home/noel/libo3/sw/inc/unostyle.hxx:261:5) FIRST_ROW_START_COLUMN_STYLE
+sw/inc/unostyle.hxx:274
+ enum SwXTextTableStyle::(anonymous at /home/noel/libo3/sw/inc/unostyle.hxx:261:5) FIRST_ROW_END_COLUMN_STYLE
+sw/inc/unostyle.hxx:275
+ enum SwXTextTableStyle::(anonymous at /home/noel/libo3/sw/inc/unostyle.hxx:261:5) LAST_ROW_START_COLUMN_STYLE
+sw/inc/unostyle.hxx:276
+ enum SwXTextTableStyle::(anonymous at /home/noel/libo3/sw/inc/unostyle.hxx:261:5) LAST_ROW_END_COLUMN_STYLE
+sw/inc/unostyle.hxx:277
+ enum SwXTextTableStyle::(anonymous at /home/noel/libo3/sw/inc/unostyle.hxx:261:5) FIRST_ROW_EVEN_COLUMN_STYLE
+sw/inc/unostyle.hxx:278
+ enum SwXTextTableStyle::(anonymous at /home/noel/libo3/sw/inc/unostyle.hxx:261:5) LAST_ROW_EVEN_COLUMN_STYLE
+sw/inc/unotextrange.hxx:95
+ enum SwXTextRange::RangePosition RANGE_IN_TEXT
+sw/inc/view.hxx:112
+ enum ShellMode Media
+sw/inc/view.hxx:113
+ enum ShellMode ExtrudedCustomShape
+sw/inc/view.hxx:114
+ enum ShellMode FontWork
+sw/inc/view.hxx:115
+ enum ShellMode PostIt
+sw/inc/viewopt.hxx:41
+ enum ViewOptFlags1 Tab
+sw/inc/viewopt.hxx:42
+ enum ViewOptFlags1 Blank
+sw/inc/viewopt.hxx:43
+ enum ViewOptFlags1 HardBlank
+sw/inc/viewopt.hxx:44
+ enum ViewOptFlags1 Paragraph
+sw/inc/viewopt.hxx:45
+ enum ViewOptFlags1 Linebreak
+sw/inc/viewopt.hxx:46
+ enum ViewOptFlags1 Pagebreak
+sw/inc/viewopt.hxx:47
+ enum ViewOptFlags1 Columnbreak
+sw/inc/viewopt.hxx:48
+ enum ViewOptFlags1 SoftHyph
+sw/inc/viewopt.hxx:49
+ enum ViewOptFlags1 Ref
+sw/inc/viewopt.hxx:50
+ enum ViewOptFlags1 FieldName
+sw/inc/viewopt.hxx:51
+ enum ViewOptFlags1 Postits
+sw/inc/viewopt.hxx:52
+ enum ViewOptFlags1 FieldHidden
+sw/inc/viewopt.hxx:53
+ enum ViewOptFlags1 CharHidden
+sw/inc/viewopt.hxx:54
+ enum ViewOptFlags1 Graphic
+sw/inc/viewopt.hxx:55
+ enum ViewOptFlags1 Table
+sw/inc/viewopt.hxx:56
+ enum ViewOptFlags1 Draw
+sw/inc/viewopt.hxx:57
+ enum ViewOptFlags1 Control
+sw/inc/viewopt.hxx:58
+ enum ViewOptFlags1 Crosshair
+sw/inc/viewopt.hxx:59
+ enum ViewOptFlags1 Snap
+sw/inc/viewopt.hxx:60
+ enum ViewOptFlags1 Synchronize
+sw/inc/viewopt.hxx:61
+ enum ViewOptFlags1 GridVisible
+sw/inc/viewopt.hxx:62
+ enum ViewOptFlags1 OnlineSpell
+sw/inc/viewopt.hxx:63
+ enum ViewOptFlags1 ViewMetachars
+sw/inc/viewopt.hxx:64
+ enum ViewOptFlags1 Pageback
+sw/inc/viewopt.hxx:71
+ enum ViewOptCoreFlags2 BlackFont
+sw/inc/viewopt.hxx:72
+ enum ViewOptCoreFlags2 HiddenPara
+sw/inc/viewopt.hxx:73
+ enum ViewOptCoreFlags2 SmoothScroll
+sw/inc/viewopt.hxx:74
+ enum ViewOptCoreFlags2 CursorInProt
+sw/inc/viewopt.hxx:75
+ enum ViewOptCoreFlags2 PdfExport
+sw/inc/viewopt.hxx:76
+ enum ViewOptCoreFlags2 Printing
+sw/inc/viewopt.hxx:83
+ enum ViewOptFlags2 HRuler
+sw/inc/viewopt.hxx:84
+ enum ViewOptFlags2 VScrollbar
+sw/inc/viewopt.hxx:85
+ enum ViewOptFlags2 HScrollbar
+sw/inc/viewopt.hxx:86
+ enum ViewOptFlags2 VRuler
+sw/inc/viewopt.hxx:87
+ enum ViewOptFlags2 AnyRuler
+sw/inc/viewopt.hxx:88
+ enum ViewOptFlags2 Modified
+sw/inc/viewopt.hxx:89
+ enum ViewOptFlags2 KeepAspectRatio
+sw/inc/viewopt.hxx:90
+ enum ViewOptFlags2 GrfKeepZoom
+sw/inc/viewopt.hxx:91
+ enum ViewOptFlags2 ContentTips
+sw/inc/viewopt.hxx:92
+ enum ViewOptFlags2 ScrollbarTips
+sw/inc/viewopt.hxx:93
+ enum ViewOptFlags2 PrintFormat
+sw/inc/viewopt.hxx:94
+ enum ViewOptFlags2 ShadowCursor
+sw/inc/viewopt.hxx:95
+ enum ViewOptFlags2 VRulerRight
+sw/inc/viewopt.hxx:109
+ enum ViewOptFlags DocBoundaries
+sw/inc/viewopt.hxx:110
+ enum ViewOptFlags ObjectBoundaries
+sw/inc/viewopt.hxx:111
+ enum ViewOptFlags TableBoundaries
+sw/inc/viewopt.hxx:112
+ enum ViewOptFlags IndexShadings
+sw/inc/viewopt.hxx:113
+ enum ViewOptFlags Links
+sw/inc/viewopt.hxx:114
+ enum ViewOptFlags VisitedLinks
+sw/inc/viewopt.hxx:115
+ enum ViewOptFlags FieldShadings
+sw/inc/viewopt.hxx:116
+ enum ViewOptFlags SectionBoundaries
+sw/inc/viewopt.hxx:117
+ enum ViewOptFlags Shadow
+sw/source/core/access/accfrmobjmap.hxx:36
+ enum SwAccessibleChildMapKey::LayerId CONTROLS
+sw/source/core/access/accfrmobjmap.hxx:36
+ enum SwAccessibleChildMapKey::LayerId HELL
+sw/source/core/access/accfrmobjmap.hxx:36
+ enum SwAccessibleChildMapKey::LayerId HEAVEN
+sw/source/core/access/accfrmobjmap.hxx:36
+ enum SwAccessibleChildMapKey::LayerId XWINDOW
+sw/source/core/access/accfrmobjmap.hxx:36
+ enum SwAccessibleChildMapKey::LayerId INVALID
+sw/source/core/access/accfrmobjmap.hxx:36
+ enum SwAccessibleChildMapKey::LayerId TEXT
+sw/source/core/inc/ascharanchoredobjectposition.hxx:35
+ enum AsCharFlags Quick
+sw/source/core/inc/ascharanchoredobjectposition.hxx:36
+ enum AsCharFlags UlSpace
+sw/source/core/inc/ascharanchoredobjectposition.hxx:37
+ enum AsCharFlags Init
+sw/source/core/inc/ascharanchoredobjectposition.hxx:38
+ enum AsCharFlags Rotate
+sw/source/core/inc/ascharanchoredobjectposition.hxx:39
+ enum AsCharFlags Reverse
+sw/source/core/inc/ascharanchoredobjectposition.hxx:40
+ enum AsCharFlags Bidi
+sw/source/core/inc/ascharanchoredobjectposition.hxx:52
+ enum sw::LineAlign TOP
+sw/source/core/inc/dbg_lay.hxx:57
+ enum DbgAction PrevSect
+sw/source/core/inc/dbg_lay.hxx:57
+ enum DbgAction NextSect
+sw/source/core/inc/frame.hxx:306
+ enum SwFrame::InvalidationType INVALID_LINENUM
+sw/source/core/inc/frame.hxx:306
+ enum SwFrame::InvalidationType INVALID_SIZE
+sw/source/core/inc/frame.hxx:306
+ enum SwFrame::InvalidationType INVALID_PRTAREA
+sw/source/core/inc/rolbck.hxx:59
+ enum HISTORY_HINT HSTRY_SETFMTHNT
+sw/source/core/inc/rolbck.hxx:60
+ enum HISTORY_HINT HSTRY_RESETFMTHNT
+sw/source/core/inc/rolbck.hxx:61
+ enum HISTORY_HINT HSTRY_SETTXTHNT
+sw/source/core/inc/rolbck.hxx:62
+ enum HISTORY_HINT HSTRY_SETTXTFLDHNT
+sw/source/core/inc/rolbck.hxx:63
+ enum HISTORY_HINT HSTRY_SETREFMARKHNT
+sw/source/core/inc/rolbck.hxx:66
+ enum HISTORY_HINT HSTRY_SETFTNHNT
+sw/source/core/inc/rolbck.hxx:67
+ enum HISTORY_HINT HSTRY_CHGFMTCOLL
+sw/source/core/inc/rolbck.hxx:69
+ enum HISTORY_HINT HSTRY_BOOKMARK
+sw/source/core/inc/rolbck.hxx:70
+ enum HISTORY_HINT HSTRY_SETATTRSET
+sw/source/core/inc/rolbck.hxx:71
+ enum HISTORY_HINT HSTRY_CHGFLYANCHOR
+sw/source/core/inc/rolbck.hxx:72
+ enum HISTORY_HINT HSTRY_CHGFLYCHAIN
+sw/source/core/inc/rolbck.hxx:73
+ enum HISTORY_HINT HSTRY_CHGCHARFMT
+sw/source/core/inc/rootfrm.hxx:46
+ enum SwInvalidateFlags Size
+sw/source/core/inc/rootfrm.hxx:47
+ enum SwInvalidateFlags PrtArea
+sw/source/core/inc/rootfrm.hxx:48
+ enum SwInvalidateFlags Pos
+sw/source/core/inc/rootfrm.hxx:49
+ enum SwInvalidateFlags Table
+sw/source/core/inc/rootfrm.hxx:50
+ enum SwInvalidateFlags Section
+sw/source/core/inc/rootfrm.hxx:51
+ enum SwInvalidateFlags LineNum
+sw/source/core/inc/rootfrm.hxx:52
+ enum SwInvalidateFlags Direction
+sw/source/core/inc/rootfrm.hxx:63
+ enum SwRemoveResult Prev
+sw/source/core/inc/sectfrm.hxx:34
+ enum SwFindMode LastCnt
+sw/source/core/inc/SwXMLBlockImport.hxx:106
+ enum SwXMLBlockListToken ABBREVIATED_NAME
+sw/source/core/inc/SwXMLBlockImport.hxx:109
+ enum SwXMLBlockListToken LIST_NAME
+sw/source/core/inc/SwXMLBlockImport.hxx:110
+ enum SwXMLBlockListToken NAME
+sw/source/core/inc/SwXMLBlockImport.hxx:111
+ enum SwXMLBlockListToken PACKAGE_NAME
+sw/source/core/inc/SwXMLBlockImport.hxx:112
+ enum SwXMLBlockListToken UNFORMATTED_TEXT
+sw/source/core/inc/SwXMLTextBlocks.hxx:34
+ enum SwXmlFlags NoRootCommit
+sw/source/core/inc/txmsrt.hxx:42
+ enum TOXSortType TOX_SORT_AUTHORITY
+sw/source/core/inc/UndoManager.hxx:115
+ enum sw::UndoManager::UndoOrRedoType Redo
+sw/source/core/inc/wrong.hxx:50
+ enum WrongListType WRONGLIST_CHANGETRACKING
+sw/source/core/layout/paintfrm.cxx:2398
+ enum SwLineEntry::OverlapType NO_OVERLAP
+sw/source/core/text/pormulti.hxx:42
+ enum SwMultiCreatorId Double
+sw/source/filter/html/css1atr.cxx:104
+ enum Css1Background Attr
+sw/source/filter/html/css1atr.cxx:108
+ enum Css1Background Section
+sw/source/filter/html/css1atr.cxx:113
+ enum Css1FrameSize Width
+sw/source/filter/html/css1atr.cxx:114
+ enum Css1FrameSize VarHeight
+sw/source/filter/html/css1atr.cxx:115
+ enum Css1FrameSize MinHeight
+sw/source/filter/html/css1atr.cxx:116
+ enum Css1FrameSize FixHeight
+sw/source/filter/html/css1atr.cxx:117
+ enum Css1FrameSize AnyHeight
+sw/source/filter/html/css1atr.cxx:118
+ enum Css1FrameSize Pixel
+sw/source/filter/html/htmlatr.cxx:1046
+ enum HTMLOnOffState HTML_NOT_SUPPORTED
+sw/source/filter/html/htmlfly.hxx:36
+ enum SwHTMLFrameType HTML_FRMTYPE_TABLE
+sw/source/filter/html/htmlfly.hxx:37
+ enum SwHTMLFrameType HTML_FRMTYPE_TABLE_CAP
+sw/source/filter/html/htmlfly.hxx:38
+ enum SwHTMLFrameType HTML_FRMTYPE_MULTICOL
+sw/source/filter/html/htmlfly.hxx:39
+ enum SwHTMLFrameType HTML_FRMTYPE_EMPTY
+sw/source/filter/html/htmlfly.hxx:40
+ enum SwHTMLFrameType HTML_FRMTYPE_TEXT
+sw/source/filter/html/htmlfly.hxx:41
+ enum SwHTMLFrameType HTML_FRMTYPE_GRF
+sw/source/filter/html/htmlfly.hxx:42
+ enum SwHTMLFrameType HTML_FRMTYPE_PLUGIN
+sw/source/filter/html/htmlfly.hxx:43
+ enum SwHTMLFrameType HTML_FRMTYPE_APPLET
+sw/source/filter/html/htmlfly.hxx:44
+ enum SwHTMLFrameType HTML_FRMTYPE_IFRAME
+sw/source/filter/html/htmlfly.hxx:45
+ enum SwHTMLFrameType HTML_FRMTYPE_OLE
+sw/source/filter/html/htmlfly.hxx:46
+ enum SwHTMLFrameType HTML_FRMTYPE_MARQUEE
+sw/source/filter/html/htmlfly.hxx:47
+ enum SwHTMLFrameType HTML_FRMTYPE_CONTROL
+sw/source/filter/html/htmlfly.hxx:48
+ enum SwHTMLFrameType HTML_FRMTYPE_DRAW
+sw/source/filter/html/htmlfly.hxx:49
+ enum SwHTMLFrameType HTML_FRMTYPE_END
+sw/source/filter/html/htmlfly.hxx:68
+ enum HtmlPosition Prefix
+sw/source/filter/html/htmlfly.hxx:69
+ enum HtmlPosition Before
+sw/source/filter/html/htmlform.cxx:103
+ enum HTMLWordWrapMode HTML_WM_SOFT
+sw/source/filter/html/htmlform.hxx:25
+ enum HTMLEventType HTML_ET_ONSUBMITFORM
+sw/source/filter/html/htmlform.hxx:25
+ enum HTMLEventType HTML_ET_ONRESETFORM
+sw/source/filter/html/htmlform.hxx:26
+ enum HTMLEventType HTML_ET_ONLOSEFOCUS
+sw/source/filter/html/htmlform.hxx:26
+ enum HTMLEventType HTML_ET_ONGETFOCUS
+sw/source/filter/html/htmlform.hxx:27
+ enum HTMLEventType HTML_ET_ONCLICK_ITEM
+sw/source/filter/html/htmlform.hxx:27
+ enum HTMLEventType HTML_ET_ONCLICK
+sw/source/filter/html/htmlform.hxx:28
+ enum HTMLEventType HTML_ET_ONCHANGE
+sw/source/filter/html/htmlform.hxx:28
+ enum HTMLEventType HTML_ET_ONSELECT
+sw/source/filter/html/htmlforw.cxx:701
+ enum Tag TAG_INPUT
+sw/source/filter/html/htmlforw.cxx:707
+ enum Type TYPE_PASSWORD
+sw/source/filter/html/htmlforw.cxx:708
+ enum Type TYPE_SUBMIT
+sw/source/filter/html/htmlforw.cxx:708
+ enum Type TYPE_RESET
+sw/source/filter/html/htmlforw.cxx:708
+ enum Type TYPE_BUTTON
+sw/source/filter/html/parcss1.hxx:61
+ enum CSS1ParserState CSS1_PAR_ACCEPTED
+sw/source/filter/html/svxcss1.hxx:39
+ enum SvxCSS1Position SVX_CSS1_POS_STATIC
+sw/source/filter/html/svxcss1.hxx:41
+ enum SvxCSS1Position SVX_CSS1_POS_RELATIVE
+sw/source/filter/html/svxcss1.hxx:47
+ enum SvxCSS1LengthType SVX_CSS1_LTYPE_AUTO
+sw/source/filter/html/svxcss1.hxx:56
+ enum SvxCSS1SizeType SVX_CSS1_STYPE_AUTO
+sw/source/filter/html/swhtml.hxx:189
+ enum SwHTMLAppendMode AM_NORMAL
+sw/source/filter/html/swhtml.hxx:337
+ enum HtmlContextFlags ProtectStack
+sw/source/filter/html/swhtml.hxx:338
+ enum HtmlContextFlags StripPara
+sw/source/filter/html/swhtml.hxx:339
+ enum HtmlContextFlags KeepNumrule
+sw/source/filter/html/swhtml.hxx:340
+ enum HtmlContextFlags HeaderDist
+sw/source/filter/html/swhtml.hxx:341
+ enum HtmlContextFlags FooterDist
+sw/source/filter/html/swhtml.hxx:342
+ enum HtmlContextFlags KeepAttrs
+sw/source/filter/html/swhtml.hxx:343
+ enum HtmlContextFlags MultiColMask
+sw/source/filter/html/swhtml.hxx:351
+ enum HtmlFrameFormatFlags Box
+sw/source/filter/html/swhtml.hxx:352
+ enum HtmlFrameFormatFlags Background
+sw/source/filter/html/swhtml.hxx:353
+ enum HtmlFrameFormatFlags Padding
+sw/source/filter/html/swhtml.hxx:354
+ enum HtmlFrameFormatFlags Direction
+sw/source/filter/html/wrthtml.hxx:74
+ enum HtmlFrmOpts Align
+sw/source/filter/html/wrthtml.hxx:75
+ enum HtmlFrmOpts SAlign
+sw/source/filter/html/wrthtml.hxx:77
+ enum HtmlFrmOpts Width
+sw/source/filter/html/wrthtml.hxx:78
+ enum HtmlFrmOpts Height
+sw/source/filter/html/wrthtml.hxx:79
+ enum HtmlFrmOpts Size
+sw/source/filter/html/wrthtml.hxx:80
+ enum HtmlFrmOpts SWidth
+sw/source/filter/html/wrthtml.hxx:81
+ enum HtmlFrmOpts SHeight
+sw/source/filter/html/wrthtml.hxx:82
+ enum HtmlFrmOpts SSize
+sw/source/filter/html/wrthtml.hxx:83
+ enum HtmlFrmOpts AnySize
+sw/source/filter/html/wrthtml.hxx:84
+ enum HtmlFrmOpts AbsSize
+sw/source/filter/html/wrthtml.hxx:85
+ enum HtmlFrmOpts MarginSize
+sw/source/filter/html/wrthtml.hxx:87
+ enum HtmlFrmOpts Space
+sw/source/filter/html/wrthtml.hxx:88
+ enum HtmlFrmOpts SSpace
+sw/source/filter/html/wrthtml.hxx:90
+ enum HtmlFrmOpts Border
+sw/source/filter/html/wrthtml.hxx:91
+ enum HtmlFrmOpts SBorder
+sw/source/filter/html/wrthtml.hxx:92
+ enum HtmlFrmOpts SNoBorder
+sw/source/filter/html/wrthtml.hxx:94
+ enum HtmlFrmOpts SBackground
+sw/source/filter/html/wrthtml.hxx:96
+ enum HtmlFrmOpts Name
+sw/source/filter/html/wrthtml.hxx:97
+ enum HtmlFrmOpts Alt
+sw/source/filter/html/wrthtml.hxx:98
+ enum HtmlFrmOpts BrClear
+sw/source/filter/html/wrthtml.hxx:99
+ enum HtmlFrmOpts SPixSize
+sw/source/filter/html/wrthtml.hxx:100
+ enum HtmlFrmOpts Id
+sw/source/filter/html/wrthtml.hxx:101
+ enum HtmlFrmOpts Dir
+sw/source/filter/html/wrthtml.hxx:103
+ enum HtmlFrmOpts GenImgAllMask
+sw/source/filter/html/wrthtml.hxx:104
+ enum HtmlFrmOpts GenImgMask
+sw/source/filter/inc/fltshell.hxx:161
+ enum SwFltControlStack::Flags HYPO
+sw/source/filter/inc/fltshell.hxx:162
+ enum SwFltControlStack::Flags TAGS_DO_ID
+sw/source/filter/inc/fltshell.hxx:163
+ enum SwFltControlStack::Flags TAGS_VISIBLE
+sw/source/filter/inc/fltshell.hxx:164
+ enum SwFltControlStack::Flags BOOK_TO_VAR_REF
+sw/source/filter/inc/fltshell.hxx:165
+ enum SwFltControlStack::Flags BOOK_AND_REF
+sw/source/filter/inc/fltshell.hxx:166
+ enum SwFltControlStack::Flags TAGS_IN_TEXT
+sw/source/filter/inc/fltshell.hxx:167
+ enum SwFltControlStack::Flags ALLOW_FLD_CR
+sw/source/filter/inc/wrt_fn.hxx:43
+ enum RES_NODE RES_TXTNODE
+sw/source/filter/inc/wrt_fn.hxx:44
+ enum RES_NODE RES_GRFNODE
+sw/source/filter/inc/wrt_fn.hxx:45
+ enum RES_NODE RES_OLENODE
+sw/source/filter/inc/wrt_fn.hxx:46
+ enum RES_NODE RES_NODE_END
+sw/source/filter/ww8/sprmids.hxx:79
+ enum NS_sprm::sgc paragraph
+sw/source/filter/ww8/sprmids.hxx:80
+ enum NS_sprm::sgc character
+sw/source/filter/ww8/sprmids.hxx:81
+ enum NS_sprm::sgc picture
+sw/source/filter/ww8/sprmids.hxx:82
+ enum NS_sprm::sgc section
+sw/source/filter/ww8/sprmids.hxx:83
+ enum NS_sprm::sgc table
+sw/source/filter/ww8/sprmids.hxx:87
+ enum NS_sprm::spra operand_toggle_1b_0
+sw/source/filter/ww8/sprmids.hxx:88
+ enum NS_sprm::spra operand_1b_1
+sw/source/filter/ww8/sprmids.hxx:89
+ enum NS_sprm::spra operand_2b_2
+sw/source/filter/ww8/sprmids.hxx:90
+ enum NS_sprm::spra operand_4b_3
+sw/source/filter/ww8/sprmids.hxx:91
+ enum NS_sprm::spra operand_2b_4
+sw/source/filter/ww8/sprmids.hxx:92
+ enum NS_sprm::spra operand_2b_5
+sw/source/filter/ww8/sprmids.hxx:93
+ enum NS_sprm::spra operand_varlen_6
+sw/source/filter/ww8/sprmids.hxx:94
+ enum NS_sprm::spra operand_3b_7
+sw/source/filter/ww8/wrtww8.hxx:141
+ enum FieldFlags Start
+sw/source/filter/ww8/wrtww8.hxx:142
+ enum FieldFlags CmdStart
+sw/source/filter/ww8/wrtww8.hxx:143
+ enum FieldFlags CmdEnd
+sw/source/filter/ww8/wrtww8.hxx:144
+ enum FieldFlags End
+sw/source/filter/ww8/wrtww8.hxx:145
+ enum FieldFlags Close
+sw/source/filter/ww8/ww8par2.cxx:1679
+ enum wwTableSprm sprmNil
+sw/source/filter/ww8/ww8par2.hxx:148
+ enum WW8LvlType WW8_Sequence
+sw/source/filter/ww8/ww8par.cxx:5673
+ enum (anonymous at /home/noel/libo3/sw/source/filter/ww8/ww8par.cxx:5673:5) Other
+sw/source/filter/ww8/ww8par.hxx:149
+ enum WW8ListManager::ListLevel nMinLevel
+sw/source/filter/ww8/ww8scan.hxx:388
+ enum ePLCFT PLCF_END
+sw/source/filter/ww8/ww8scan.hxx:391
+ enum eExtSprm eFACTOIDBKN
+sw/source/filter/ww8/ww8scan.hxx:391
+ enum eExtSprm eBKN
+sw/source/filter/ww8/ww8scan.hxx:391
+ enum eExtSprm eATNBKN
+sw/source/filter/ww8/ww8scan.hxx:742
+ enum eBookStatus BOOK_NORMAL
+sw/source/filter/ww8/ww8scan.hxx:929
+ enum WW8PLCFMan::WW8PLCFManLimits MAN_PLCF_COUNT
+sw/source/filter/ww8/ww8struc.hxx:364
+ enum BRC_Sides WW8_BETW
+sw/source/filter/ww8/ww8struc.hxx:941
+ enum WW8_FSPA::FSPAOrient RelPageBorder
+sw/source/filter/xml/xmlitemi.cxx:85
+ enum SwXMLImportTableItemMapper_Impl::(anonymous at /home/noel/libo3/sw/source/filter/xml/xmlitemi.cxx:85:5) BOTTOM
+sw/source/filter/xml/xmlitemi.cxx:85
+ enum SwXMLImportTableItemMapper_Impl::(anonymous at /home/noel/libo3/sw/source/filter/xml/xmlitemi.cxx:85:5) LEFT
+sw/source/filter/xml/xmlitemi.cxx:85
+ enum SwXMLImportTableItemMapper_Impl::(anonymous at /home/noel/libo3/sw/source/filter/xml/xmlitemi.cxx:85:5) TOP
+sw/source/filter/xml/xmlitemi.cxx:85
+ enum SwXMLImportTableItemMapper_Impl::(anonymous at /home/noel/libo3/sw/source/filter/xml/xmlitemi.cxx:85:5) RIGHT
+sw/source/filter/xml/xmlmeta.cxx:76
+ enum SvXMLTokenMapAttrs XML_TOK_META_STAT_TABLE
+sw/source/filter/xml/xmlmeta.cxx:77
+ enum SvXMLTokenMapAttrs XML_TOK_META_STAT_IMAGE
+sw/source/filter/xml/xmlmeta.cxx:78
+ enum SvXMLTokenMapAttrs XML_TOK_META_STAT_OLE
+sw/source/filter/xml/xmlmeta.cxx:81
+ enum SvXMLTokenMapAttrs XML_TOK_META_STAT_WORD
+sw/source/filter/xml/xmlmeta.cxx:82
+ enum SvXMLTokenMapAttrs XML_TOK_META_STAT_CHAR
+sw/source/filter/xml/xmlmeta.cxx:83
+ enum SvXMLTokenMapAttrs XML_TOK_META_STAT_NON_WHITE_SPACE_CHAR
+sw/source/filter/xml/xmlmeta.cxx:84
+ enum SvXMLTokenMapAttrs XML_TOK_META_STAT_END
+sw/source/ui/frmdlg/frmpage.cxx:90
+ enum LB Frame
+sw/source/ui/frmdlg/frmpage.cxx:91
+ enum LB PrintArea
+sw/source/ui/frmdlg/frmpage.cxx:92
+ enum LB VertFrame
+sw/source/ui/frmdlg/frmpage.cxx:93
+ enum LB VertPrintArea
+sw/source/ui/frmdlg/frmpage.cxx:94
+ enum LB RelFrameLeft
+sw/source/ui/frmdlg/frmpage.cxx:95
+ enum LB RelFrameRight
+sw/source/ui/frmdlg/frmpage.cxx:97
+ enum LB RelPageLeft
+sw/source/ui/frmdlg/frmpage.cxx:98
+ enum LB RelPageRight
+sw/source/ui/frmdlg/frmpage.cxx:99
+ enum LB RelPageFrame
+sw/source/ui/frmdlg/frmpage.cxx:100
+ enum LB RelPagePrintArea
+sw/source/ui/frmdlg/frmpage.cxx:102
+ enum LB FlyRelPageLeft
+sw/source/ui/frmdlg/frmpage.cxx:103
+ enum LB FlyRelPageRight
+sw/source/ui/frmdlg/frmpage.cxx:104
+ enum LB FlyRelPageFrame
+sw/source/ui/frmdlg/frmpage.cxx:105
+ enum LB FlyRelPagePrintArea
+sw/source/ui/frmdlg/frmpage.cxx:107
+ enum LB RelBase
+sw/source/ui/frmdlg/frmpage.cxx:109
+ enum LB RelRow
+sw/source/ui/frmdlg/frmpage.cxx:111
+ enum LB FlyVertFrame
+sw/source/ui/frmdlg/frmpage.cxx:112
+ enum LB FlyVertPrintArea
+sw/source/ui/frmdlg/frmpage.cxx:114
+ enum LB VertLine
+sw/source/uibase/dbui/dbmgr.cxx:167
+ enum WorkingDocType COPY
+sw/source/uibase/docvw/edtwin.cxx:1564
+ enum SwKeyState NumOrNoNum
+sw/source/uibase/docvw/edtwin.cxx:6003
+ enum Capitalization CASE_OTHER
+sw/source/uibase/fldui/fldmgr.cxx:95
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:93:1) GRP_DOC_BEGIN
+sw/source/uibase/fldui/fldmgr.cxx:96
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:93:1) GRP_DOC_END
+sw/source/uibase/fldui/fldmgr.cxx:98
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:93:1) GRP_FKT_BEGIN
+sw/source/uibase/fldui/fldmgr.cxx:99
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:93:1) GRP_FKT_END
+sw/source/uibase/fldui/fldmgr.cxx:101
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:93:1) GRP_REF_BEGIN
+sw/source/uibase/fldui/fldmgr.cxx:102
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:93:1) GRP_REF_END
+sw/source/uibase/fldui/fldmgr.cxx:104
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:93:1) GRP_REG_BEGIN
+sw/source/uibase/fldui/fldmgr.cxx:105
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:93:1) GRP_REG_END
+sw/source/uibase/fldui/fldmgr.cxx:107
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:93:1) GRP_DB_BEGIN
+sw/source/uibase/fldui/fldmgr.cxx:108
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:93:1) GRP_DB_END
+sw/source/uibase/fldui/fldmgr.cxx:110
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:93:1) GRP_VAR_BEGIN
+sw/source/uibase/fldui/fldmgr.cxx:111
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:93:1) GRP_VAR_END
+sw/source/uibase/fldui/fldmgr.cxx:116
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:114:1) GRP_WEB_DOC_BEGIN
+sw/source/uibase/fldui/fldmgr.cxx:117
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:114:1) GRP_WEB_DOC_END
+sw/source/uibase/fldui/fldmgr.cxx:119
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:114:1) GRP_WEB_FKT_BEGIN
+sw/source/uibase/fldui/fldmgr.cxx:120
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:114:1) GRP_WEB_FKT_END
+sw/source/uibase/fldui/fldmgr.cxx:122
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:114:1) GRP_WEB_REF_BEGIN
+sw/source/uibase/fldui/fldmgr.cxx:123
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:114:1) GRP_WEB_REF_END
+sw/source/uibase/fldui/fldmgr.cxx:125
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:114:1) GRP_WEB_REG_BEGIN
+sw/source/uibase/fldui/fldmgr.cxx:126
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:114:1) GRP_WEB_REG_END
+sw/source/uibase/fldui/fldmgr.cxx:128
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:114:1) GRP_WEB_DB_BEGIN
+sw/source/uibase/fldui/fldmgr.cxx:129
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:114:1) GRP_WEB_DB_END
+sw/source/uibase/fldui/fldmgr.cxx:131
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:114:1) GRP_WEB_VAR_BEGIN
+sw/source/uibase/fldui/fldmgr.cxx:132
+ enum (anonymous at /home/noel/libo3/sw/source/uibase/fldui/fldmgr.cxx:114:1) GRP_WEB_VAR_END
+sw/source/uibase/inc/chrdlgmodes.hxx:15
+ enum SwCharDlgMode Env
+sw/source/uibase/inc/conttree.hxx:57
+ enum MenuEnableFlags InsertIdx
+sw/source/uibase/inc/conttree.hxx:58
+ enum MenuEnableFlags InsertFile
+sw/source/uibase/inc/conttree.hxx:59
+ enum MenuEnableFlags InsertText
+sw/source/uibase/inc/conttree.hxx:60
+ enum MenuEnableFlags Edit
+sw/source/uibase/inc/conttree.hxx:61
+ enum MenuEnableFlags Delete
+sw/source/uibase/inc/conttree.hxx:62
+ enum MenuEnableFlags Update
+sw/source/uibase/inc/conttree.hxx:63
+ enum MenuEnableFlags UpdateSel
+sw/source/uibase/inc/conttree.hxx:64
+ enum MenuEnableFlags EditLink
+sw/source/uibase/inc/frmmgr.hxx:47
+ enum Frmmgr_Type ENVELP
+sw/source/uibase/inc/numberingtypelistbox.hxx:29
+ enum SwInsertNumTypes NoNumbering
+sw/source/uibase/inc/numberingtypelistbox.hxx:30
+ enum SwInsertNumTypes PageStyleNumbering
+sw/source/uibase/inc/numberingtypelistbox.hxx:31
+ enum SwInsertNumTypes Bitmap
+sw/source/uibase/inc/numberingtypelistbox.hxx:32
+ enum SwInsertNumTypes Bullet
+sw/source/uibase/inc/numberingtypelistbox.hxx:33
+ enum SwInsertNumTypes Extended
+sw/source/uibase/inc/pview.hxx:123
+ enum SwPagePreviewWin::MoveMode MV_SPECIFIC_PAGE
+sw/source/uibase/inc/swdtflvr.hxx:46
+ enum TransferBufferType Document
+sw/source/uibase/inc/swdtflvr.hxx:47
+ enum TransferBufferType DocumentWord
+sw/source/uibase/inc/swdtflvr.hxx:49
+ enum TransferBufferType Table
+sw/source/uibase/inc/swdtflvr.hxx:52
+ enum TransferBufferType Drawing
+sw/source/uibase/inc/wrtsh.hxx:63
+ enum SelectionType TableCell
+sw/source/uibase/inc/wrtsh.hxx:66
+ enum SelectionType Ornament
+sw/source/uibase/inc/wrtsh.hxx:68
+ enum SelectionType FormControl
+sw/source/uibase/inc/wrtsh.hxx:69
+ enum SelectionType Media
+sw/source/uibase/inc/wrtsh.hxx:70
+ enum SelectionType ExtrudedCustomShape
+sw/source/uibase/inc/wrtsh.hxx:71
+ enum SelectionType FontWork
+sw/source/uibase/inc/wrtsh.hxx:73
+ enum SelectionType All
+sw/source/uibase/inc/wrtsh.hxx:344
+ enum SwWrtShell::GetStyle GETSTYLE_CREATESOME
+sw/source/uibase/inc/wrtsh.hxx:502
+ enum SwWrtShell::PageMove MV_PAGE_UP
+sw/source/uibase/inc/wrtsh.hxx:503
+ enum SwWrtShell::PageMove MV_PAGE_DOWN
+sw/source/uibase/uno/unomailmerge.cxx:91
+ enum CloseResult eSuccess
+sw/source/uibase/uno/unomailmerge.cxx:93
+ enum CloseResult eFailed
+sw/source/uibase/utlui/initui.cxx:52
+ enum (anonymous namespace)::CachedStringID OldGrfCat
+sw/source/uibase/utlui/initui.cxx:53
+ enum (anonymous namespace)::CachedStringID OldTabCat
+sw/source/uibase/utlui/initui.cxx:54
+ enum (anonymous namespace)::CachedStringID OldFrameCat
+sw/source/uibase/utlui/initui.cxx:55
+ enum (anonymous namespace)::CachedStringID OldDrwCat
+sw/source/uibase/utlui/initui.cxx:56
+ enum (anonymous namespace)::CachedStringID CurrGlosGroup
+sw/source/uibase/utlui/initui.cxx:57
+ enum (anonymous namespace)::CachedStringID CachedStrings
+toolkit/source/helper/vclunohelper.cxx:356
+ enum (anonymous namespace)::UnitConversionDirection MeasurementUnitToFieldUnit
+tools/source/fsys/urlobj.cxx:304
+ enum INetURLObject::PrefixInfo::Kind OFFICIAL
+tools/source/fsys/urlobj.cxx:436
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/tools/source/fsys/urlobj.cxx:434:1) PA
+tools/source/fsys/urlobj.cxx:437
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/tools/source/fsys/urlobj.cxx:434:1) PD
+tools/source/fsys/urlobj.cxx:438
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/tools/source/fsys/urlobj.cxx:434:1) PE
+tools/source/fsys/urlobj.cxx:439
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/tools/source/fsys/urlobj.cxx:434:1) PF
+tools/source/fsys/urlobj.cxx:440
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/tools/source/fsys/urlobj.cxx:434:1) PG
+tools/source/fsys/urlobj.cxx:441
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/tools/source/fsys/urlobj.cxx:434:1) PH
+tools/source/fsys/urlobj.cxx:442
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/tools/source/fsys/urlobj.cxx:434:1) PI
+tools/source/fsys/urlobj.cxx:443
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/tools/source/fsys/urlobj.cxx:434:1) PJ
+tools/source/fsys/urlobj.cxx:444
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/tools/source/fsys/urlobj.cxx:434:1) PK
+tools/source/fsys/urlobj.cxx:445
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/tools/source/fsys/urlobj.cxx:434:1) PL
+tools/source/fsys/urlobj.cxx:446
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/tools/source/fsys/urlobj.cxx:434:1) PM
+tools/source/fsys/urlobj.cxx:447
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/tools/source/fsys/urlobj.cxx:434:1) PN
+tools/source/fsys/urlobj.cxx:448
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/tools/source/fsys/urlobj.cxx:434:1) PO
+tools/source/fsys/urlobj.cxx:449
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/tools/source/fsys/urlobj.cxx:434:1) PP
+tools/source/fsys/urlobj.cxx:450
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/tools/source/fsys/urlobj.cxx:434:1) PQ
+tools/source/fsys/urlobj.cxx:451
+ enum (anonymous namespace)::(anonymous at /home/noel/libo3/tools/source/fsys/urlobj.cxx:434:1) PR
+tools/source/fsys/urlobj.cxx:1628
+ enum State STATE_DONE
+ucb/source/ucp/ext/ucpext_content.hxx:45
+ enum ucb::ucp::ext::ExtensionContentType E_UNKNOWN
+ucb/source/ucp/ftp/ftpdirp.hxx:67
+ enum ftp::FTPDirentryMode INETCOREFTP_FILEMODE_READ
+ucb/source/ucp/ftp/ftpdirp.hxx:70
+ enum ftp::FTPDirentryMode INETCOREFTP_FILEMODE_ISLINK
+ucb/source/ucp/hierarchy/hierarchycontent.hxx:103
+ enum hierarchy_ucp::HierarchyContent::ContentState DEAD
+ucb/source/ucp/package/pkgcontent.hxx:91
+ enum package_ucp::Content::ContentState TRANSIENT
+ucb/source/ucp/package/pkgcontent.hxx:94
+ enum package_ucp::Content::ContentState DEAD
+ucb/source/ucp/tdoc/tdoc_content.hxx:92
+ enum tdoc_ucp::Content::ContentState DEAD
+ucb/source/ucp/tdoc/tdoc_uri.hxx:34
+ enum tdoc_ucp::Uri::State INVALID
+ucb/source/ucp/webdav-neon/DAVException.hxx:131
+ enum webdav_ucp::DAVException::ExceptionCode DAV_HTTP_FAILED
+ucb/source/ucp/webdav-neon/DAVException.hxx:137
+ enum webdav_ucp::DAVException::ExceptionCode DAV_SESSION_CREATE
+ucb/source/ucp/webdav-neon/DAVTypes.hxx:195
+ enum webdav_ucp::Depth DAVONE
+ucb/source/ucp/webdav-neon/DAVTypes.hxx:195
+ enum webdav_ucp::Depth DAVZERO
+ucb/source/ucp/webdav-neon/DAVTypes.hxx:197
+ enum webdav_ucp::ProppatchOperation PROPREMOVE
+unoidl/source/sourceprovider-parser-requires.hxx:30
+ enum unoidl::detail::SourceProviderAccessDecls ACCESS_DECL_SET
+unoidl/source/sourceprovider-parser-requires.hxx:30
+ enum unoidl::detail::SourceProviderAccessDecls ACCESS_DECL_GET
+unoidl/source/unoidlprovider.cxx:466
+ enum unoidl::detail::(anonymous namespace)::Compare COMPARE_EQUAL
+unotools/source/config/fltrcfg.cxx:42
+ enum ConfigFlags MathLoad
+unotools/source/config/fltrcfg.cxx:43
+ enum ConfigFlags MathSave
+unotools/source/config/fltrcfg.cxx:44
+ enum ConfigFlags WriterLoad
+unotools/source/config/fltrcfg.cxx:45
+ enum ConfigFlags WriterSave
+unotools/source/config/fltrcfg.cxx:46
+ enum ConfigFlags CalcLoad
+unotools/source/config/fltrcfg.cxx:47
+ enum ConfigFlags CalcSave
+unotools/source/config/fltrcfg.cxx:48
+ enum ConfigFlags ImpressLoad
+unotools/source/config/fltrcfg.cxx:49
+ enum ConfigFlags ImpressSave
+unotools/source/config/fltrcfg.cxx:51
+ enum ConfigFlags EnablePowerPointPreview
+unotools/source/config/fltrcfg.cxx:52
+ enum ConfigFlags EnableExcelPreview
+unotools/source/config/fltrcfg.cxx:53
+ enum ConfigFlags EnableWordPreview
+unotools/source/config/fltrcfg.cxx:54
+ enum ConfigFlags UseEnhancedFields
+unotools/source/config/fltrcfg.cxx:56
+ enum ConfigFlags SmartArtShapeLoad
+unotools/source/config/fltrcfg.cxx:57
+ enum ConfigFlags CharBackgroundToHighlighting
+unotools/source/config/viewoptions.cxx:92
+ enum SvtViewOptionsBase_Impl::State STATE_FALSE
+unotools/source/misc/fontcvt.cxx:1017
+ enum SymbolFont Webdings
+unotools/source/misc/fontcvt.cxx:1017
+ enum SymbolFont Wingdings2
+unotools/source/misc/fontcvt.cxx:1017
+ enum SymbolFont MonotypeSorts
+unotools/source/misc/fontcvt.cxx:1017
+ enum SymbolFont Wingdings
+unotools/source/misc/fontcvt.cxx:1017
+ enum SymbolFont Symbol
+unotools/source/misc/fontcvt.cxx:1018
+ enum SymbolFont Wingdings3
+unotools/source/misc/fontcvt.cxx:1018
+ enum SymbolFont MTExtra
+unotools/source/misc/fontcvt.cxx:1018
+ enum SymbolFont TimesNewRoman
+unotools/source/ucbhelper/ucblockbytes.cxx:245
+ enum utl::Moderator::ResultType GENERAL
+uui/source/iahndl-errorhandler.cxx:154
+ enum Source SOURCE_UUI
+uui/source/iahndl-errorhandler.cxx:154
+ enum Source SOURCE_SVX
+uui/source/iahndl-errorhandler.cxx:154
+ enum Source SOURCE_DEFAULT
+uui/source/logindlg.hxx:32
+ enum LoginFlags NoPath
+uui/source/logindlg.hxx:33
+ enum LoginFlags NoUsername
+uui/source/logindlg.hxx:34
+ enum LoginFlags NoPassword
+uui/source/logindlg.hxx:35
+ enum LoginFlags NoSavePassword
+uui/source/logindlg.hxx:36
+ enum LoginFlags NoErrorText
+uui/source/logindlg.hxx:37
+ enum LoginFlags PathReadonly
+uui/source/logindlg.hxx:38
+ enum LoginFlags UsernameReadonly
+uui/source/logindlg.hxx:39
+ enum LoginFlags NoAccount
+uui/source/logindlg.hxx:40
+ enum LoginFlags NoUseSysCreds
+vcl/inc/brdwin.hxx:34
+ enum BorderWindowStyle Overlap
+vcl/inc/brdwin.hxx:35
+ enum BorderWindowStyle Border
+vcl/inc/brdwin.hxx:36
+ enum BorderWindowStyle Float
+vcl/inc/brdwin.hxx:37
+ enum BorderWindowStyle Frame
+vcl/inc/brdwin.hxx:38
+ enum BorderWindowStyle App
+vcl/inc/brdwin.hxx:46
+ enum BorderWindowHitTest Title
+vcl/inc/brdwin.hxx:47
+ enum BorderWindowHitTest Left
+vcl/inc/brdwin.hxx:48
+ enum BorderWindowHitTest Menu
+vcl/inc/brdwin.hxx:49
+ enum BorderWindowHitTest Top
+vcl/inc/brdwin.hxx:50
+ enum BorderWindowHitTest Right
+vcl/inc/brdwin.hxx:51
+ enum BorderWindowHitTest Bottom
+vcl/inc/brdwin.hxx:52
+ enum BorderWindowHitTest TopLeft
+vcl/inc/brdwin.hxx:53
+ enum BorderWindowHitTest TopRight
+vcl/inc/brdwin.hxx:54
+ enum BorderWindowHitTest BottomLeft
+vcl/inc/brdwin.hxx:55
+ enum BorderWindowHitTest BottomRight
+vcl/inc/brdwin.hxx:56
+ enum BorderWindowHitTest Close
+vcl/inc/brdwin.hxx:57
+ enum BorderWindowHitTest Roll
+vcl/inc/brdwin.hxx:58
+ enum BorderWindowHitTest Dock
+vcl/inc/brdwin.hxx:59
+ enum BorderWindowHitTest Hide
+vcl/inc/brdwin.hxx:60
+ enum BorderWindowHitTest Help
+vcl/inc/brdwin.hxx:67
+ enum BorderWindowTitleType Normal
+vcl/inc/fontsubset.hxx:38
+ enum FontType TYPE3_FONT
+vcl/inc/fontsubset.hxx:39
+ enum FontType TYPE42_FONT
+vcl/inc/headless/svpgdi.hxx:68
+ enum PaintMode Over
+vcl/inc/opengl/program.hxx:30
+ enum TextureShaderType Normal
+vcl/inc/opengl/program.hxx:31
+ enum TextureShaderType Blend
+vcl/inc/opengl/program.hxx:32
+ enum TextureShaderType Masked
+vcl/inc/opengl/program.hxx:33
+ enum TextureShaderType Diff
+vcl/inc/opengl/program.hxx:34
+ enum TextureShaderType MaskedColor
+vcl/inc/opengl/program.hxx:39
+ enum DrawShaderType Normal
+vcl/inc/opengl/program.hxx:40
+ enum DrawShaderType Line
+vcl/inc/opengl/watchdog.hxx:28
+ enum WatchdogTimingMode NORMAL
+vcl/inc/openglgdiimpl.hxx:164
+ enum OpenGLSalGraphicsImpl::XOROption IGNORE_XOR
+vcl/inc/PhysicalFontFamily.hxx:35
+ enum FontTypeFaces Scalable
+vcl/inc/PhysicalFontFamily.hxx:37
+ enum FontTypeFaces NoneSymbol
+vcl/inc/PhysicalFontFamily.hxx:38
+ enum FontTypeFaces Light
+vcl/inc/PhysicalFontFamily.hxx:39
+ enum FontTypeFaces Bold
+vcl/inc/PhysicalFontFamily.hxx:40
+ enum FontTypeFaces Normal
+vcl/inc/PhysicalFontFamily.hxx:41
+ enum FontTypeFaces NoneItalic
+vcl/inc/PhysicalFontFamily.hxx:42
+ enum FontTypeFaces Italic
+vcl/inc/regband.hxx:45
+ enum LineType LINE_ASCENDING
+vcl/inc/regband.hxx:45
+ enum LineType LINE_DESCENDING
+vcl/inc/salframe.hxx:45
+ enum SalFrameToTop RestoreWhenMin
+vcl/inc/salframe.hxx:46
+ enum SalFrameToTop ForegroundTask
+vcl/inc/salframe.hxx:47
+ enum SalFrameToTop GrabFocus
+vcl/inc/salframe.hxx:48
+ enum SalFrameToTop GrabFocusOnly
+vcl/inc/salframe.hxx:59
+ enum SalFrameStyleFlags MOVEABLE
+vcl/inc/salframe.hxx:61
+ enum SalFrameStyleFlags CLOSEABLE
+vcl/inc/salframe.hxx:63
+ enum SalFrameStyleFlags NOSHADOW
+vcl/inc/salframe.hxx:65
+ enum SalFrameStyleFlags TOOLTIP
+vcl/inc/salframe.hxx:67
+ enum SalFrameStyleFlags OWNERDRAWDECORATION
+vcl/inc/salframe.hxx:69
+ enum SalFrameStyleFlags DIALOG
+vcl/inc/salframe.hxx:71
+ enum SalFrameStyleFlags INTRO
+vcl/inc/salframe.hxx:73
+ enum SalFrameStyleFlags PARTIAL_FULLSCREEN
+vcl/inc/salframe.hxx:75
+ enum SalFrameStyleFlags SYSTEMCHILD
+vcl/inc/salframe.hxx:77
+ enum SalFrameStyleFlags PLUG
+vcl/inc/salframe.hxx:81
+ enum SalFrameStyleFlags TOOLWINDOW
+vcl/inc/salinst.hxx:61
+ enum SalYieldResult TIMEOUT
+vcl/inc/salptype.hxx:29
+ enum JobSetFlags ORIENTATION
+vcl/inc/salptype.hxx:30
+ enum JobSetFlags PAPERBIN
+vcl/inc/salptype.hxx:31
+ enum JobSetFlags PAPERSIZE
+vcl/inc/salptype.hxx:32
+ enum JobSetFlags DUPLEXMODE
+vcl/inc/salptype.hxx:33
+ enum JobSetFlags ALL
+vcl/inc/svdata.hxx:108
+ enum ImplSVAppData::ImeStatusWindowMode ImeStatusWindowMode_UNKNOWN
+vcl/inc/unx/desktops.hxx:29
+ enum DesktopType DESKTOP_UNKNOWN
+vcl/inc/unx/i18n_cb.hxx:69
+ enum PreeditStatus DontKnow
+vcl/inc/unx/i18n_status.hxx:81
+ enum vcl::I18NStatus::ShowReason focus
+vcl/inc/unx/i18n_status.hxx:81
+ enum vcl::I18NStatus::ShowReason contextmap
+vcl/inc/unx/printergfx.hxx:44
+ enum psp::PrinterColor::ColorSpace eRGB
+vcl/inc/unx/printergfx.hxx:233
+ enum psp::PrinterGfx::pspath_t moveto
+vcl/inc/unx/saldisp.hxx:66
+ srv_vendor_t vendor_unknown
+vcl/inc/unx/saldisp.hxx:73
+ enum SalRGB RBG
+vcl/inc/unx/saldisp.hxx:74
+ enum SalRGB GRB
+vcl/inc/unx/saldisp.hxx:74
+ enum SalRGB GBR
+vcl/inc/unx/saldisp.hxx:75
+ enum SalRGB BRG
+vcl/inc/unx/salframe.h:55
+ enum WMWindowType Normal
+vcl/inc/unx/wmadaptor.hxx:43
+ enum vcl_sal::WMAdaptor::WMAtom UTF8_STRING
+vcl/inc/unx/wmadaptor.hxx:46
+ enum vcl_sal::WMAdaptor::WMAtom NET_SUPPORTED
+vcl/inc/unx/wmadaptor.hxx:47
+ enum vcl_sal::WMAdaptor::WMAtom NET_SUPPORTING_WM_CHECK
+vcl/inc/unx/wmadaptor.hxx:48
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_NAME
+vcl/inc/unx/wmadaptor.hxx:49
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_DESKTOP
+vcl/inc/unx/wmadaptor.hxx:50
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_ICON_NAME
+vcl/inc/unx/wmadaptor.hxx:51
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_PID
+vcl/inc/unx/wmadaptor.hxx:52
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_PING
+vcl/inc/unx/wmadaptor.hxx:53
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_STATE
+vcl/inc/unx/wmadaptor.hxx:54
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_STATE_MAXIMIZED_HORZ
+vcl/inc/unx/wmadaptor.hxx:55
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_STATE_MAXIMIZED_VERT
+vcl/inc/unx/wmadaptor.hxx:56
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_STATE_MODAL
+vcl/inc/unx/wmadaptor.hxx:57
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_STATE_SHADED
+vcl/inc/unx/wmadaptor.hxx:58
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_STATE_SKIP_PAGER
+vcl/inc/unx/wmadaptor.hxx:59
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_STATE_SKIP_TASKBAR
+vcl/inc/unx/wmadaptor.hxx:61
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_STATE_STICKY
+vcl/inc/unx/wmadaptor.hxx:62
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_STATE_FULLSCREEN
+vcl/inc/unx/wmadaptor.hxx:63
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_STRUT
+vcl/inc/unx/wmadaptor.hxx:64
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_STRUT_PARTIAL
+vcl/inc/unx/wmadaptor.hxx:65
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_USER_TIME
+vcl/inc/unx/wmadaptor.hxx:66
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_WINDOW_TYPE
+vcl/inc/unx/wmadaptor.hxx:67
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_WINDOW_TYPE_DESKTOP
+vcl/inc/unx/wmadaptor.hxx:68
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_WINDOW_TYPE_DIALOG
+vcl/inc/unx/wmadaptor.hxx:69
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_WINDOW_TYPE_DOCK
+vcl/inc/unx/wmadaptor.hxx:70
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_WINDOW_TYPE_MENU
+vcl/inc/unx/wmadaptor.hxx:71
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_WINDOW_TYPE_NORMAL
+vcl/inc/unx/wmadaptor.hxx:72
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_WINDOW_TYPE_TOOLBAR
+vcl/inc/unx/wmadaptor.hxx:73
+ enum vcl_sal::WMAdaptor::WMAtom KDE_NET_WM_WINDOW_TYPE_OVERRIDE
+vcl/inc/unx/wmadaptor.hxx:74
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_WINDOW_TYPE_SPLASH
+vcl/inc/unx/wmadaptor.hxx:75
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_WINDOW_TYPE_UTILITY
+vcl/inc/unx/wmadaptor.hxx:76
+ enum vcl_sal::WMAdaptor::WMAtom NET_NUMBER_OF_DESKTOPS
+vcl/inc/unx/wmadaptor.hxx:77
+ enum vcl_sal::WMAdaptor::WMAtom NET_CURRENT_DESKTOP
+vcl/inc/unx/wmadaptor.hxx:78
+ enum vcl_sal::WMAdaptor::WMAtom NET_WORKAREA
+vcl/inc/unx/wmadaptor.hxx:79
+ enum vcl_sal::WMAdaptor::WMAtom NET_WM_ICON
+vcl/inc/unx/wmadaptor.hxx:82
+ enum vcl_sal::WMAdaptor::WMAtom WIN_SUPPORTING_WM_CHECK
+vcl/inc/unx/wmadaptor.hxx:83
+ enum vcl_sal::WMAdaptor::WMAtom WIN_PROTOCOLS
+vcl/inc/unx/wmadaptor.hxx:84
+ enum vcl_sal::WMAdaptor::WMAtom WIN_WORKSPACE_COUNT
+vcl/inc/unx/wmadaptor.hxx:85
+ enum vcl_sal::WMAdaptor::WMAtom WIN_WORKSPACE
+vcl/inc/unx/wmadaptor.hxx:87
+ enum vcl_sal::WMAdaptor::WMAtom WIN_STATE
+vcl/inc/unx/wmadaptor.hxx:88
+ enum vcl_sal::WMAdaptor::WMAtom WIN_HINTS
+vcl/inc/unx/wmadaptor.hxx:89
+ enum vcl_sal::WMAdaptor::WMAtom WIN_APP_STATE
+vcl/inc/unx/wmadaptor.hxx:90
+ enum vcl_sal::WMAdaptor::WMAtom WIN_EXPANDED_SIZE
+vcl/inc/unx/wmadaptor.hxx:91
+ enum vcl_sal::WMAdaptor::WMAtom WIN_ICONS
+vcl/inc/unx/wmadaptor.hxx:92
+ enum vcl_sal::WMAdaptor::WMAtom WIN_CLIENT_LIST
+vcl/inc/unx/wmadaptor.hxx:95
+ enum vcl_sal::WMAdaptor::WMAtom WM_STATE
+vcl/inc/unx/wmadaptor.hxx:96
+ enum vcl_sal::WMAdaptor::WMAtom MOTIF_WM_HINTS
+vcl/inc/unx/wmadaptor.hxx:97
+ enum vcl_sal::WMAdaptor::WMAtom WM_PROTOCOLS
+vcl/inc/unx/wmadaptor.hxx:98
+ enum vcl_sal::WMAdaptor::WMAtom WM_DELETE_WINDOW
+vcl/inc/unx/wmadaptor.hxx:99
+ enum vcl_sal::WMAdaptor::WMAtom WM_TAKE_FOCUS
+vcl/inc/unx/wmadaptor.hxx:100
+ enum vcl_sal::WMAdaptor::WMAtom WM_CLIENT_LEADER
+vcl/inc/unx/wmadaptor.hxx:101
+ enum vcl_sal::WMAdaptor::WMAtom WM_COMMAND
+vcl/inc/unx/wmadaptor.hxx:102
+ enum vcl_sal::WMAdaptor::WMAtom WM_LOCALE_NAME
+vcl/inc/unx/wmadaptor.hxx:103
+ enum vcl_sal::WMAdaptor::WMAtom WM_TRANSIENT_FOR
+vcl/inc/unx/wmadaptor.hxx:106
+ enum vcl_sal::WMAdaptor::WMAtom SAL_QUITEVENT
+vcl/inc/unx/wmadaptor.hxx:107
+ enum vcl_sal::WMAdaptor::WMAtom SAL_USEREVENT
+vcl/inc/unx/wmadaptor.hxx:108
+ enum vcl_sal::WMAdaptor::WMAtom SAL_EXTTEXTEVENT
+vcl/inc/unx/wmadaptor.hxx:109
+ enum vcl_sal::WMAdaptor::WMAtom SAL_GETTIMEEVENT
+vcl/inc/unx/wmadaptor.hxx:110
+ enum vcl_sal::WMAdaptor::WMAtom VCL_SYSTEM_SETTINGS
+vcl/inc/unx/wmadaptor.hxx:111
+ enum vcl_sal::WMAdaptor::WMAtom XSETTINGS
+vcl/inc/unx/wmadaptor.hxx:112
+ enum vcl_sal::WMAdaptor::WMAtom XEMBED
+vcl/inc/unx/wmadaptor.hxx:113
+ enum vcl_sal::WMAdaptor::WMAtom XEMBED_INFO
+vcl/inc/unx/wmadaptor.hxx:114
+ enum vcl_sal::WMAdaptor::WMAtom NetAtomMax
+vcl/inc/window.h:180
+ enum ImplPaintFlags PaintAll
+vcl/inc/window.h:181
+ enum ImplPaintFlags PaintAllChildren
+vcl/inc/window.h:182
+ enum ImplPaintFlags PaintChildren
+vcl/inc/window.h:183
+ enum ImplPaintFlags Erase
+vcl/inc/window.h:184
+ enum ImplPaintFlags CheckRtl
+vcl/source/filter/igif/gifread.cxx:41
+ enum ReadState GIFREAD_OK
+vcl/source/filter/ixbm/xbmread.cxx:30
+ enum XBMFormat XBM11
+vcl/source/filter/ixbm/xbmread.cxx:35
+ enum ReadState XBMREAD_OK
+vcl/source/filter/ixpm/xpmread.cxx:46
+ enum ReadState XPMREAD_OK
+vcl/source/filter/jpeg/Exif.hxx:31
+ enum Orientation TOP_RIGHT
+vcl/source/filter/jpeg/Exif.hxx:33
+ enum Orientation BOTTOM_LEFT
+vcl/source/filter/jpeg/Exif.hxx:34
+ enum Orientation LEFT_TOP
+vcl/source/filter/jpeg/Exif.hxx:36
+ enum Orientation RIGHT_BOTTOM
+vcl/source/filter/jpeg/JpegReader.hxx:30
+ enum ReadState JPEGREAD_OK
+vcl/source/filter/wmf/emfwr.cxx:98
+ enum EmfPlusRecordType Header
+vcl/source/filter/wmf/emfwr.cxx:99
+ enum EmfPlusRecordType EndOfFile
+vcl/source/filter/wmf/emfwr.cxx:100
+ enum EmfPlusRecordType GetDC
+vcl/source/filter/wmf/emfwr.cxx:101
+ enum EmfPlusRecordType FillPolygon
+vcl/source/filter/wmf/emfwr.cxx:102
+ enum EmfPlusRecordType SetAntiAliasMode
+vcl/source/filter/wmf/emfwr.cxx:103
+ enum EmfPlusRecordType SetInterpolationMode
+vcl/source/filter/wmf/emfwr.cxx:104
+ enum EmfPlusRecordType SetPixelOffsetMode
+vcl/source/filter/wmf/emfwr.cxx:105
+ enum EmfPlusRecordType SetCompositingQuality
+vcl/source/fontsubset/sft.cxx:1037
+ enum vcl::cmapType CMAP_MS_ShiftJIS
+vcl/source/fontsubset/sft.cxx:1038
+ enum vcl::cmapType CMAP_MS_Big5
+vcl/source/fontsubset/sft.cxx:1039
+ enum vcl::cmapType CMAP_MS_PRC
+vcl/source/fontsubset/sft.cxx:1040
+ enum vcl::cmapType CMAP_MS_Wansung
+vcl/source/fontsubset/sft.cxx:1041
+ enum vcl::cmapType CMAP_MS_Johab
+vcl/source/fontsubset/ttcr.hxx:51
+ enum vcl::TTCRErrCodes TTCR_OK
+vcl/source/fontsubset/ttcr.hxx:52
+ enum vcl::TTCRErrCodes TTCR_ZEROGLYPHS
+vcl/source/fontsubset/ttcr.hxx:53
+ enum vcl::TTCRErrCodes TTCR_UNKNOWN
+vcl/source/fontsubset/ttcr.hxx:54
+ enum vcl::TTCRErrCodes TTCR_NONAMES
+vcl/source/fontsubset/ttcr.hxx:55
+ enum vcl::TTCRErrCodes TTCR_NAMETOOLONG
+vcl/source/fontsubset/ttcr.hxx:56
+ enum vcl::TTCRErrCodes TTCR_POSTFORMAT
+vcl/source/gdi/pdfwriter_impl.hxx:70
+ enum GraphicsStateUpdateFlags Font
+vcl/source/gdi/pdfwriter_impl.hxx:71
+ enum GraphicsStateUpdateFlags MapMode
+vcl/source/gdi/pdfwriter_impl.hxx:72
+ enum GraphicsStateUpdateFlags LineColor
+vcl/source/gdi/pdfwriter_impl.hxx:73
+ enum GraphicsStateUpdateFlags FillColor
+vcl/source/gdi/pdfwriter_impl.hxx:74
+ enum GraphicsStateUpdateFlags TextLineColor
+vcl/source/gdi/pdfwriter_impl.hxx:75
+ enum GraphicsStateUpdateFlags OverlineColor
+vcl/source/gdi/pdfwriter_impl.hxx:76
+ enum GraphicsStateUpdateFlags ClipRegion
+vcl/source/gdi/pdfwriter_impl.hxx:77
+ enum GraphicsStateUpdateFlags LayoutMode
+vcl/source/gdi/pdfwriter_impl.hxx:78
+ enum GraphicsStateUpdateFlags TransparentPercent
+vcl/source/gdi/pdfwriter_impl.hxx:79
+ enum GraphicsStateUpdateFlags DigitLanguage
+vcl/source/gdi/pdfwriter_impl.hxx:80
+ enum GraphicsStateUpdateFlags All
+vcl/source/gdi/pdfwriter_impl.hxx:837
+ enum vcl::PDFWriterImpl::Mode DEFAULT
+vcl/source/gdi/region.cxx:1568
+ enum RegionType REGION_RECTANGLE
+vcl/source/gdi/region.cxx:1568
+ enum RegionType REGION_COMPLEX
+vcl/source/gdi/regionband.cxx:191
+ enum StreamEntryType STREAMENTRY_SEPARATION
+vcl/unx/generic/app/sm.cxx:184
+ enum (anonymous at /home/noel/libo3/vcl/unx/generic/app/sm.cxx:184:1) eRestartStyleHint
+vcl/unx/generic/app/sm.cxx:184
+ enum (anonymous at /home/noel/libo3/vcl/unx/generic/app/sm.cxx:184:1) eRestartCommand
+vcl/unx/generic/app/sm.cxx:184
+ enum (anonymous at /home/noel/libo3/vcl/unx/generic/app/sm.cxx:184:1) eCloneCommand
+vcl/unx/generic/app/sm.cxx:184
+ enum (anonymous at /home/noel/libo3/vcl/unx/generic/app/sm.cxx:184:1) eUserId
+vcl/unx/generic/app/sm.cxx:184
+ enum (anonymous at /home/noel/libo3/vcl/unx/generic/app/sm.cxx:184:1) eProgram
+vcl/unx/generic/app/sm.cxx:185
+ enum (anonymous at /home/noel/libo3/vcl/unx/generic/app/sm.cxx:185:1) eDiscardCommand
+vcl/unx/generic/dtrans/X11_selection.hxx:180
+ enum x11::SelectionManager::Selection::State Inactive
+vcl/unx/glxtest.cxx:84
+ enum (anonymous at /home/noel/libo3/vcl/unx/glxtest.cxx:84:3) bufsize
+vcl/unx/gtk/a11y/atktextattributes.cxx:80
+ enum ExportedAttribute TEXT_ATTRIBUTE_CASEMAP
+vcl/unx/gtk/a11y/atktextattributes.cxx:82
+ enum ExportedAttribute TEXT_ATTRIBUTE_CONTOURED
+vcl/unx/gtk/a11y/atktextattributes.cxx:83
+ enum ExportedAttribute TEXT_ATTRIBUTE_CHAR_ESCAPEMENT
+vcl/unx/gtk/a11y/atktextattributes.cxx:84
+ enum ExportedAttribute TEXT_ATTRIBUTE_BLINKING
+vcl/unx/gtk/a11y/atktextattributes.cxx:85
+ enum ExportedAttribute TEXT_ATTRIBUTE_FONT_NAME
+vcl/unx/gtk/a11y/atktextattributes.cxx:86
+ enum ExportedAttribute TEXT_ATTRIBUTE_HEIGHT
+vcl/unx/gtk/a11y/atktextattributes.cxx:87
+ enum ExportedAttribute TEXT_ATTRIBUTE_HIDDEN
+vcl/unx/gtk/a11y/atktextattributes.cxx:88
+ enum ExportedAttribute TEXT_ATTRIBUTE_KERNING
+vcl/unx/gtk/a11y/atktextattributes.cxx:89
+ enum ExportedAttribute TEXT_ATTRIBUTE_LOCALE
+vcl/unx/gtk/a11y/atktextattributes.cxx:90
+ enum ExportedAttribute TEXT_ATTRIBUTE_POSTURE
+vcl/unx/gtk/a11y/atktextattributes.cxx:91
+ enum ExportedAttribute TEXT_ATTRIBUTE_RELIEF
+vcl/unx/gtk/a11y/atktextattributes.cxx:92
+ enum ExportedAttribute TEXT_ATTRIBUTE_ROTATION
+vcl/unx/gtk/a11y/atktextattributes.cxx:93
+ enum ExportedAttribute TEXT_ATTRIBUTE_SCALE
+vcl/unx/gtk/a11y/atktextattributes.cxx:94
+ enum ExportedAttribute TEXT_ATTRIBUTE_SHADOWED
+vcl/unx/gtk/a11y/atktextattributes.cxx:95
+ enum ExportedAttribute TEXT_ATTRIBUTE_STRIKETHROUGH
+vcl/unx/gtk/a11y/atktextattributes.cxx:96
+ enum ExportedAttribute TEXT_ATTRIBUTE_UNDERLINE
+vcl/unx/gtk/a11y/atktextattributes.cxx:97
+ enum ExportedAttribute TEXT_ATTRIBUTE_WEIGHT
+vcl/unx/gtk/a11y/atktextattributes.cxx:99
+ enum ExportedAttribute TEXT_ATTRIBUTE_MM_TO_PIXEL_RATIO
+vcl/unx/gtk/a11y/atktextattributes.cxx:100
+ enum ExportedAttribute TEXT_ATTRIBUTE_JUSTIFICATION
+vcl/unx/gtk/a11y/atktextattributes.cxx:101
+ enum ExportedAttribute TEXT_ATTRIBUTE_BOTTOM_MARGIN
+vcl/unx/gtk/a11y/atktextattributes.cxx:102
+ enum ExportedAttribute TEXT_ATTRIBUTE_FIRST_LINE_INDENT
+vcl/unx/gtk/a11y/atktextattributes.cxx:103
+ enum ExportedAttribute TEXT_ATTRIBUTE_LEFT_MARGIN
+vcl/unx/gtk/a11y/atktextattributes.cxx:104
+ enum ExportedAttribute TEXT_ATTRIBUTE_LINE_SPACING
+vcl/unx/gtk/a11y/atktextattributes.cxx:105
+ enum ExportedAttribute TEXT_ATTRIBUTE_RIGHT_MARGIN
+vcl/unx/gtk/a11y/atktextattributes.cxx:106
+ enum ExportedAttribute TEXT_ATTRIBUTE_STYLE_NAME
+vcl/unx/gtk/a11y/atktextattributes.cxx:107
+ enum ExportedAttribute TEXT_ATTRIBUTE_TAB_STOPS
+vcl/unx/gtk/a11y/atktextattributes.cxx:108
+ enum ExportedAttribute TEXT_ATTRIBUTE_TOP_MARGIN
+vcl/unx/gtk/a11y/atktextattributes.cxx:109
+ enum ExportedAttribute TEXT_ATTRIBUTE_WRITING_MODE
+vcl/unx/gtk/a11y/atktextattributes.cxx:110
+ enum ExportedAttribute TEXT_ATTRIBUTE_LAST
+vcl/unx/gtk/a11y/atktextattributes.cxx:775
+ enum (anonymous at /home/noel/libo3/vcl/unx/gtk/a11y/atktextattributes.cxx:772:1) DECORATION_BLINK
+vcl/unx/gtk/a11y/atktextattributes.cxx:775
+ enum (anonymous at /home/noel/libo3/vcl/unx/gtk3/a11y/../../gtk/a11y/atktextattributes.cxx:772:1) DECORATION_BLINK
+vcl/unx/gtk/a11y/atktextattributes.cxx:776
+ enum (anonymous at /home/noel/libo3/vcl/unx/gtk/a11y/atktextattributes.cxx:772:1) DECORATION_UNDERLINE
+vcl/unx/gtk/a11y/atktextattributes.cxx:776
+ enum (anonymous at /home/noel/libo3/vcl/unx/gtk3/a11y/../../gtk/a11y/atktextattributes.cxx:772:1) DECORATION_UNDERLINE
+vcl/unx/gtk/a11y/atktextattributes.cxx:777
+ enum (anonymous at /home/noel/libo3/vcl/unx/gtk3/a11y/../../gtk/a11y/atktextattributes.cxx:772:1) DECORATION_LINE_THROUGH
+vcl/unx/gtk/a11y/atktextattributes.cxx:777
+ enum (anonymous at /home/noel/libo3/vcl/unx/gtk/a11y/atktextattributes.cxx:772:1) DECORATION_LINE_THROUGH
+vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx:177
+ enum SalGtkFilePicker::(anonymous at /home/noel/libo3/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx:176:9) PLAY
+writerfilter/source/dmapper/BorderHandler.hxx:38
+ enum writerfilter::dmapper::BorderHandler::BorderPosition BORDER_TOP
+writerfilter/source/dmapper/BorderHandler.hxx:39
+ enum writerfilter::dmapper::BorderHandler::BorderPosition BORDER_LEFT
+writerfilter/source/dmapper/BorderHandler.hxx:40
+ enum writerfilter::dmapper::BorderHandler::BorderPosition BORDER_BOTTOM
+writerfilter/source/dmapper/BorderHandler.hxx:41
+ enum writerfilter::dmapper::BorderHandler::BorderPosition BORDER_RIGHT
+writerfilter/source/dmapper/BorderHandler.hxx:42
+ enum writerfilter::dmapper::BorderHandler::BorderPosition BORDER_HORIZONTAL
+writerfilter/source/dmapper/BorderHandler.hxx:43
+ enum writerfilter::dmapper::BorderHandler::BorderPosition BORDER_VERTICAL
+writerfilter/source/dmapper/DomainMapper_Impl.hxx:108
+ enum writerfilter::dmapper::ContextType CONTEXT_LIST
+writerfilter/source/dmapper/PropertyIds.hxx:26
+ enum writerfilter::dmapper::PropertyIds PROP_ID_START
+writerfilter/source/dmapper/PropertyMap.hxx:65
+ enum writerfilter::dmapper::BorderPosition BORDER_LEFT
+writerfilter/source/dmapper/PropertyMap.hxx:66
+ enum writerfilter::dmapper::BorderPosition BORDER_RIGHT
+writerfilter/source/dmapper/PropertyMap.hxx:67
+ enum writerfilter::dmapper::BorderPosition BORDER_TOP
+writerfilter/source/dmapper/PropertyMap.hxx:68
+ enum writerfilter::dmapper::BorderPosition BORDER_BOTTOM
+writerfilter/source/dmapper/PropertyMap.hxx:73
+ enum writerfilter::dmapper::GrabBagType NO_GRAB_BAG
+writerfilter/source/dmapper/PropertyMap.hxx:540
+ enum writerfilter::dmapper::TablePropertyMap::TablePropertyMapTarget TablePropertyMapTarget_START
+writerfilter/source/dmapper/PropertyMap.hxx:541
+ enum writerfilter::dmapper::TablePropertyMap::TablePropertyMapTarget CELL_MAR_LEFT
+writerfilter/source/dmapper/PropertyMap.hxx:542
+ enum writerfilter::dmapper::TablePropertyMap::TablePropertyMapTarget CELL_MAR_RIGHT
+writerfilter/source/dmapper/PropertyMap.hxx:543
+ enum writerfilter::dmapper::TablePropertyMap::TablePropertyMapTarget CELL_MAR_TOP
+writerfilter/source/dmapper/PropertyMap.hxx:544
+ enum writerfilter::dmapper::TablePropertyMap::TablePropertyMapTarget CELL_MAR_BOTTOM
+writerfilter/source/dmapper/PropertyMap.hxx:545
+ enum writerfilter::dmapper::TablePropertyMap::TablePropertyMapTarget TABLE_WIDTH
+writerfilter/source/dmapper/PropertyMap.hxx:546
+ enum writerfilter::dmapper::TablePropertyMap::TablePropertyMapTarget TABLE_WIDTH_TYPE
+writerfilter/source/dmapper/PropertyMap.hxx:547
+ enum writerfilter::dmapper::TablePropertyMap::TablePropertyMapTarget GAP_HALF
+writerfilter/source/dmapper/PropertyMap.hxx:548
+ enum writerfilter::dmapper::TablePropertyMap::TablePropertyMapTarget LEFT_MARGIN
+writerfilter/source/dmapper/PropertyMap.hxx:549
+ enum writerfilter::dmapper::TablePropertyMap::TablePropertyMapTarget HORI_ORIENT
+writerfilter/source/ooxml/OOXMLFactory.hxx:36
+ enum writerfilter::ooxml::ResourceType NoResource
+writerfilter/source/ooxml/OOXMLFastContextHandler.hxx:45
+ enum writerfilter::ooxml::OOXMLFastContextHandler::ResourceEnum_t TABLE
+writerfilter/source/ooxml/OOXMLFastContextHandler.hxx:45
+ enum writerfilter::ooxml::OOXMLFastContextHandler::ResourceEnum_t SHAPE
+writerfilter/source/ooxml/OOXMLFastContextHandler.hxx:45
+ enum writerfilter::ooxml::OOXMLFastContextHandler::ResourceEnum_t PROPERTIES
+writerfilter/source/rtftok/rtfcontrolwords.hxx:37
+ enum writerfilter::rtftok::Destination LISTTABLE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:66
+ enum writerfilter::rtftok::Destination INFO
+writerfilter/source/rtftok/rtfcontrolwords.hxx:78
+ enum writerfilter::rtftok::Destination RESULT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:154
+ enum writerfilter::rtftok::Destination BACKGROUND
+writerfilter/source/rtftok/rtfcontrolwords.hxx:170
+ enum writerfilter::rtftok::RTFKeyword RTF_SUBENTRY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:174
+ enum writerfilter::rtftok::RTFKeyword RTF_FORMULA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:179
+ enum writerfilter::rtftok::RTFKeyword RTF_ABSLOCK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:180
+ enum writerfilter::rtftok::RTFKeyword RTF_ABSNOOVRLP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:182
+ enum writerfilter::rtftok::RTFKeyword RTF_ACAPS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:188
+ enum writerfilter::rtftok::RTFKeyword RTF_ACF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:189
+ enum writerfilter::rtftok::RTFKeyword RTF_ADEFF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:190
+ enum writerfilter::rtftok::RTFKeyword RTF_ADDITIVE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:192
+ enum writerfilter::rtftok::RTFKeyword RTF_ADJUSTRIGHT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:193
+ enum writerfilter::rtftok::RTFKeyword RTF_ADN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:196
+ enum writerfilter::rtftok::RTFKeyword RTF_AEXPND
+writerfilter/source/rtftok/rtfcontrolwords.hxx:198
+ enum writerfilter::rtftok::RTFKeyword RTF_AFELEV
+writerfilter/source/rtftok/rtfcontrolwords.hxx:200
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNBJ
+writerfilter/source/rtftok/rtfcontrolwords.hxx:201
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNCN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:206
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNNCHOSUNG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:207
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNNCNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:208
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNNDBAR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:209
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNNDBNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:210
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNNDBNUMD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:211
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNNDBNUMK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:212
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNNDBNUMT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:213
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNNGANADA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:214
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNNGBNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:215
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNNGBNUMD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:216
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNNGBNUMK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:217
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNNGBNUML
+writerfilter/source/rtftok/rtfcontrolwords.hxx:220
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNNZODIAC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:221
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNNZODIACD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:222
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNNZODIACL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:225
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNSEP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:226
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNSEPC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:228
+ enum writerfilter::rtftok::RTFKeyword RTF_AFTNTJ
+writerfilter/source/rtftok/rtfcontrolwords.hxx:231
+ enum writerfilter::rtftok::RTFKeyword RTF_ALLOWFIELDENDSEL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:232
+ enum writerfilter::rtftok::RTFKeyword RTF_ALLPROT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:233
+ enum writerfilter::rtftok::RTFKeyword RTF_ALNTBLIND
+writerfilter/source/rtftok/rtfcontrolwords.hxx:234
+ enum writerfilter::rtftok::RTFKeyword RTF_ALT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:237
+ enum writerfilter::rtftok::RTFKeyword RTF_ANNOTPROT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:240
+ enum writerfilter::rtftok::RTFKeyword RTF_AOUTL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:241
+ enum writerfilter::rtftok::RTFKeyword RTF_APPLYBRKRULES
+writerfilter/source/rtftok/rtfcontrolwords.hxx:242
+ enum writerfilter::rtftok::RTFKeyword RTF_ASCAPS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:243
+ enum writerfilter::rtftok::RTFKeyword RTF_ASHAD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:244
+ enum writerfilter::rtftok::RTFKeyword RTF_ASIANBRKRULE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:246
+ enum writerfilter::rtftok::RTFKeyword RTF_ASPNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:247
+ enum writerfilter::rtftok::RTFKeyword RTF_ASTRIKE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:250
+ enum writerfilter::rtftok::RTFKeyword RTF_ATNICN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:252
+ enum writerfilter::rtftok::RTFKeyword RTF_ATNPARENT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:254
+ enum writerfilter::rtftok::RTFKeyword RTF_ATNTIME
+writerfilter/source/rtftok/rtfcontrolwords.hxx:257
+ enum writerfilter::rtftok::RTFKeyword RTF_AUL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:258
+ enum writerfilter::rtftok::RTFKeyword RTF_AULD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:259
+ enum writerfilter::rtftok::RTFKeyword RTF_AULDB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:261
+ enum writerfilter::rtftok::RTFKeyword RTF_AULW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:262
+ enum writerfilter::rtftok::RTFKeyword RTF_AUP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:264
+ enum writerfilter::rtftok::RTFKeyword RTF_AUTOFMTOVERRIDE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:267
+ enum writerfilter::rtftok::RTFKeyword RTF_BDBFHDR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:268
+ enum writerfilter::rtftok::RTFKeyword RTF_BDRRLSWSIX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:269
+ enum writerfilter::rtftok::RTFKeyword RTF_BGBDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:270
+ enum writerfilter::rtftok::RTFKeyword RTF_BGCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:271
+ enum writerfilter::rtftok::RTFKeyword RTF_BGDCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:272
+ enum writerfilter::rtftok::RTFKeyword RTF_BGDKBDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:273
+ enum writerfilter::rtftok::RTFKeyword RTF_BGDKCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:274
+ enum writerfilter::rtftok::RTFKeyword RTF_BGDKDCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:275
+ enum writerfilter::rtftok::RTFKeyword RTF_BGDKFDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:276
+ enum writerfilter::rtftok::RTFKeyword RTF_BGDKHORIZ
+writerfilter/source/rtftok/rtfcontrolwords.hxx:277
+ enum writerfilter::rtftok::RTFKeyword RTF_BGDKVERT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:278
+ enum writerfilter::rtftok::RTFKeyword RTF_BGFDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:279
+ enum writerfilter::rtftok::RTFKeyword RTF_BGHORIZ
+writerfilter/source/rtftok/rtfcontrolwords.hxx:280
+ enum writerfilter::rtftok::RTFKeyword RTF_BGVERT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:282
+ enum writerfilter::rtftok::RTFKeyword RTF_BINFSXN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:283
+ enum writerfilter::rtftok::RTFKeyword RTF_BINSXN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:284
+ enum writerfilter::rtftok::RTFKeyword RTF_BKMKCOLF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:285
+ enum writerfilter::rtftok::RTFKeyword RTF_BKMKCOLL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:287
+ enum writerfilter::rtftok::RTFKeyword RTF_BKMKPUB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:289
+ enum writerfilter::rtftok::RTFKeyword RTF_BLIPTAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:290
+ enum writerfilter::rtftok::RTFKeyword RTF_BLIPUID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:291
+ enum writerfilter::rtftok::RTFKeyword RTF_BLIPUPI
+writerfilter/source/rtftok/rtfcontrolwords.hxx:293
+ enum writerfilter::rtftok::RTFKeyword RTF_BOOKFOLD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:294
+ enum writerfilter::rtftok::RTFKeyword RTF_BOOKFOLDREV
+writerfilter/source/rtftok/rtfcontrolwords.hxx:295
+ enum writerfilter::rtftok::RTFKeyword RTF_BOOKFOLDSHEETS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:297
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRART
+writerfilter/source/rtftok/rtfcontrolwords.hxx:299
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRBAR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:300
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRBTW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:303
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRDASHD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:304
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRDASHDD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:305
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRDASHDOT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:306
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRDASHDOTDOT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:307
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRDASHDOTSTR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:308
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRDASHSM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:313
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRFRAME
+writerfilter/source/rtftok/rtfcontrolwords.hxx:317
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRNIL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:324
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRTBL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:325
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRTH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:332
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRTNTHTNLG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:333
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRTNTHTNMG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:334
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRTNTHTNSG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:335
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRTRIPLE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:337
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRWAVY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:338
+ enum writerfilter::rtftok::RTFKeyword RTF_BRDRWAVYDB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:339
+ enum writerfilter::rtftok::RTFKeyword RTF_BRKFRM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:342
+ enum writerfilter::rtftok::RTFKeyword RTF_BUPTIM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:343
+ enum writerfilter::rtftok::RTFKeyword RTF_BXE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:344
+ enum writerfilter::rtftok::RTFKeyword RTF_CACCENTFIVE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:345
+ enum writerfilter::rtftok::RTFKeyword RTF_CACCENTFOUR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:346
+ enum writerfilter::rtftok::RTFKeyword RTF_CACCENTONE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:347
+ enum writerfilter::rtftok::RTFKeyword RTF_CACCENTSIX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:348
+ enum writerfilter::rtftok::RTFKeyword RTF_CACCENTTHREE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:349
+ enum writerfilter::rtftok::RTFKeyword RTF_CACCENTTWO
+writerfilter/source/rtftok/rtfcontrolwords.hxx:350
+ enum writerfilter::rtftok::RTFKeyword RTF_CACHEDCOLBAL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:352
+ enum writerfilter::rtftok::RTFKeyword RTF_CATEGORY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:353
+ enum writerfilter::rtftok::RTFKeyword RTF_CB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:354
+ enum writerfilter::rtftok::RTFKeyword RTF_CBACKGROUNDONE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:355
+ enum writerfilter::rtftok::RTFKeyword RTF_CBACKGROUNDTWO
+writerfilter/source/rtftok/rtfcontrolwords.hxx:357
+ enum writerfilter::rtftok::RTFKeyword RTF_CCHS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:361
+ enum writerfilter::rtftok::RTFKeyword RTF_CFOLLOWEDHYPERLINK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:362
+ enum writerfilter::rtftok::RTFKeyword RTF_CFPAT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:363
+ enum writerfilter::rtftok::RTFKeyword RTF_CGRID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:364
+ enum writerfilter::rtftok::RTFKeyword RTF_CHARRSID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:366
+ enum writerfilter::rtftok::RTFKeyword RTF_CHATN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:367
+ enum writerfilter::rtftok::RTFKeyword RTF_CHBGBDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:368
+ enum writerfilter::rtftok::RTFKeyword RTF_CHBGCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:369
+ enum writerfilter::rtftok::RTFKeyword RTF_CHBGDCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:370
+ enum writerfilter::rtftok::RTFKeyword RTF_CHBGDKBDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:371
+ enum writerfilter::rtftok::RTFKeyword RTF_CHBGDKCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:372
+ enum writerfilter::rtftok::RTFKeyword RTF_CHBGDKDCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:373
+ enum writerfilter::rtftok::RTFKeyword RTF_CHBGDKFDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:374
+ enum writerfilter::rtftok::RTFKeyword RTF_CHBGDKHORIZ
+writerfilter/source/rtftok/rtfcontrolwords.hxx:375
+ enum writerfilter::rtftok::RTFKeyword RTF_CHBGDKVERT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:376
+ enum writerfilter::rtftok::RTFKeyword RTF_CHBGFDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:377
+ enum writerfilter::rtftok::RTFKeyword RTF_CHBGHORIZ
+writerfilter/source/rtftok/rtfcontrolwords.hxx:378
+ enum writerfilter::rtftok::RTFKeyword RTF_CHBGVERT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:381
+ enum writerfilter::rtftok::RTFKeyword RTF_CHCFPAT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:382
+ enum writerfilter::rtftok::RTFKeyword RTF_CHDATE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:383
+ enum writerfilter::rtftok::RTFKeyword RTF_CHDPA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:384
+ enum writerfilter::rtftok::RTFKeyword RTF_CHDPL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:387
+ enum writerfilter::rtftok::RTFKeyword RTF_CHFTNSEPC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:389
+ enum writerfilter::rtftok::RTFKeyword RTF_CHHRES
+writerfilter/source/rtftok/rtfcontrolwords.hxx:390
+ enum writerfilter::rtftok::RTFKeyword RTF_CHSHDNG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:391
+ enum writerfilter::rtftok::RTFKeyword RTF_CHTIME
+writerfilter/source/rtftok/rtfcontrolwords.hxx:392
+ enum writerfilter::rtftok::RTFKeyword RTF_CHYPERLINK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:393
+ enum writerfilter::rtftok::RTFKeyword RTF_CLBGBDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:394
+ enum writerfilter::rtftok::RTFKeyword RTF_CLBGCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:395
+ enum writerfilter::rtftok::RTFKeyword RTF_CLBGDCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:396
+ enum writerfilter::rtftok::RTFKeyword RTF_CLBGDKBDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:397
+ enum writerfilter::rtftok::RTFKeyword RTF_CLBGDKCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:398
+ enum writerfilter::rtftok::RTFKeyword RTF_CLBGDKDCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:399
+ enum writerfilter::rtftok::RTFKeyword RTF_CLBGDKFDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:400
+ enum writerfilter::rtftok::RTFKeyword RTF_CLBGDKHOR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:401
+ enum writerfilter::rtftok::RTFKeyword RTF_CLBGDKVERT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:402
+ enum writerfilter::rtftok::RTFKeyword RTF_CLBGFDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:403
+ enum writerfilter::rtftok::RTFKeyword RTF_CLBGHORIZ
+writerfilter/source/rtftok/rtfcontrolwords.hxx:404
+ enum writerfilter::rtftok::RTFKeyword RTF_CLBGVERT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:411
+ enum writerfilter::rtftok::RTFKeyword RTF_CLCFPAT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:412
+ enum writerfilter::rtftok::RTFKeyword RTF_CLCFPATRAW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:413
+ enum writerfilter::rtftok::RTFKeyword RTF_CLDEL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:414
+ enum writerfilter::rtftok::RTFKeyword RTF_CLDELAUTH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:415
+ enum writerfilter::rtftok::RTFKeyword RTF_CLDELDTTM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:416
+ enum writerfilter::rtftok::RTFKeyword RTF_CLDGLL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:417
+ enum writerfilter::rtftok::RTFKeyword RTF_CLDGLU
+writerfilter/source/rtftok/rtfcontrolwords.hxx:418
+ enum writerfilter::rtftok::RTFKeyword RTF_CLFITTEXT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:419
+ enum writerfilter::rtftok::RTFKeyword RTF_CLFTSWIDTH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:420
+ enum writerfilter::rtftok::RTFKeyword RTF_CLHIDEMARK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:421
+ enum writerfilter::rtftok::RTFKeyword RTF_CLINS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:422
+ enum writerfilter::rtftok::RTFKeyword RTF_CLINSAUTH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:423
+ enum writerfilter::rtftok::RTFKeyword RTF_CLINSDTTM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:426
+ enum writerfilter::rtftok::RTFKeyword RTF_CLMRGD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:427
+ enum writerfilter::rtftok::RTFKeyword RTF_CLMRGDAUTH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:428
+ enum writerfilter::rtftok::RTFKeyword RTF_CLMRGDDTTM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:429
+ enum writerfilter::rtftok::RTFKeyword RTF_CLMRGDR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:430
+ enum writerfilter::rtftok::RTFKeyword RTF_CLNOWRAP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:432
+ enum writerfilter::rtftok::RTFKeyword RTF_CLPADFB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:433
+ enum writerfilter::rtftok::RTFKeyword RTF_CLPADFL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:434
+ enum writerfilter::rtftok::RTFKeyword RTF_CLPADFR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:435
+ enum writerfilter::rtftok::RTFKeyword RTF_CLPADFT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:439
+ enum writerfilter::rtftok::RTFKeyword RTF_CLSPB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:440
+ enum writerfilter::rtftok::RTFKeyword RTF_CLSPFB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:441
+ enum writerfilter::rtftok::RTFKeyword RTF_CLSPFL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:442
+ enum writerfilter::rtftok::RTFKeyword RTF_CLSPFR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:443
+ enum writerfilter::rtftok::RTFKeyword RTF_CLSPFT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:444
+ enum writerfilter::rtftok::RTFKeyword RTF_CLSPL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:445
+ enum writerfilter::rtftok::RTFKeyword RTF_CLSPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:446
+ enum writerfilter::rtftok::RTFKeyword RTF_CLSPT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:448
+ enum writerfilter::rtftok::RTFKeyword RTF_CLSHDNGRAW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:449
+ enum writerfilter::rtftok::RTFKeyword RTF_CLSHDRAWNIL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:450
+ enum writerfilter::rtftok::RTFKeyword RTF_CLSPLIT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:451
+ enum writerfilter::rtftok::RTFKeyword RTF_CLSPLITR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:462
+ enum writerfilter::rtftok::RTFKeyword RTF_CLWWIDTH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:463
+ enum writerfilter::rtftok::RTFKeyword RTF_CMAINDARKONE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:464
+ enum writerfilter::rtftok::RTFKeyword RTF_CMAINDARKTWO
+writerfilter/source/rtftok/rtfcontrolwords.hxx:465
+ enum writerfilter::rtftok::RTFKeyword RTF_CMAINLIGHTONE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:466
+ enum writerfilter::rtftok::RTFKeyword RTF_CMAINLIGHTTWO
+writerfilter/source/rtftok/rtfcontrolwords.hxx:467
+ enum writerfilter::rtftok::RTFKeyword RTF_COLLAPSED
+writerfilter/source/rtftok/rtfcontrolwords.hxx:469
+ enum writerfilter::rtftok::RTFKeyword RTF_COLORSCHEMEMAPPING
+writerfilter/source/rtftok/rtfcontrolwords.hxx:480
+ enum writerfilter::rtftok::RTFKeyword RTF_CRAUTH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:481
+ enum writerfilter::rtftok::RTFKeyword RTF_CRDATE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:484
+ enum writerfilter::rtftok::RTFKeyword RTF_CSHADE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:485
+ enum writerfilter::rtftok::RTFKeyword RTF_CTEXTONE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:486
+ enum writerfilter::rtftok::RTFKeyword RTF_CTEXTTWO
+writerfilter/source/rtftok/rtfcontrolwords.hxx:487
+ enum writerfilter::rtftok::RTFKeyword RTF_CTINT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:488
+ enum writerfilter::rtftok::RTFKeyword RTF_CTRL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:489
+ enum writerfilter::rtftok::RTFKeyword RTF_CTS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:490
+ enum writerfilter::rtftok::RTFKeyword RTF_CUFI
+writerfilter/source/rtftok/rtfcontrolwords.hxx:491
+ enum writerfilter::rtftok::RTFKeyword RTF_CULI
+writerfilter/source/rtftok/rtfcontrolwords.hxx:492
+ enum writerfilter::rtftok::RTFKeyword RTF_CURI
+writerfilter/source/rtftok/rtfcontrolwords.hxx:493
+ enum writerfilter::rtftok::RTFKeyword RTF_CVMME
+writerfilter/source/rtftok/rtfcontrolwords.hxx:495
+ enum writerfilter::rtftok::RTFKeyword RTF_DATASTORE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:496
+ enum writerfilter::rtftok::RTFKeyword RTF_DATE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:498
+ enum writerfilter::rtftok::RTFKeyword RTF_DEFCHP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:500
+ enum writerfilter::rtftok::RTFKeyword RTF_DEFFORMAT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:502
+ enum writerfilter::rtftok::RTFKeyword RTF_DEFLANGFE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:503
+ enum writerfilter::rtftok::RTFKeyword RTF_DEFPAP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:504
+ enum writerfilter::rtftok::RTFKeyword RTF_DEFSHP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:507
+ enum writerfilter::rtftok::RTFKeyword RTF_DELRSID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:508
+ enum writerfilter::rtftok::RTFKeyword RTF_DFRAUTH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:509
+ enum writerfilter::rtftok::RTFKeyword RTF_DFRDATE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:512
+ enum writerfilter::rtftok::RTFKeyword RTF_DFRSTART
+writerfilter/source/rtftok/rtfcontrolwords.hxx:513
+ enum writerfilter::rtftok::RTFKeyword RTF_DFRSTOP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:514
+ enum writerfilter::rtftok::RTFKeyword RTF_DFRXST
+writerfilter/source/rtftok/rtfcontrolwords.hxx:515
+ enum writerfilter::rtftok::RTFKeyword RTF_DGHORIGIN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:516
+ enum writerfilter::rtftok::RTFKeyword RTF_DGHSHOW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:517
+ enum writerfilter::rtftok::RTFKeyword RTF_DGHSPACE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:518
+ enum writerfilter::rtftok::RTFKeyword RTF_DGMARGIN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:519
+ enum writerfilter::rtftok::RTFKeyword RTF_DGSNAP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:520
+ enum writerfilter::rtftok::RTFKeyword RTF_DGVORIGIN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:521
+ enum writerfilter::rtftok::RTFKeyword RTF_DGVSHOW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:522
+ enum writerfilter::rtftok::RTFKeyword RTF_DGVSPACE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:524
+ enum writerfilter::rtftok::RTFKeyword RTF_DISABLED
+writerfilter/source/rtftok/rtfcontrolwords.hxx:526
+ enum writerfilter::rtftok::RTFKeyword RTF_DNTBLNSBDB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:528
+ enum writerfilter::rtftok::RTFKeyword RTF_DOBXCOLUMN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:535
+ enum writerfilter::rtftok::RTFKeyword RTF_DOCTEMP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:536
+ enum writerfilter::rtftok::RTFKeyword RTF_DOCTYPE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:537
+ enum writerfilter::rtftok::RTFKeyword RTF_DOCVAR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:539
+ enum writerfilter::rtftok::RTFKeyword RTF_DOLOCK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:540
+ enum writerfilter::rtftok::RTFKeyword RTF_DONOTEMBEDLINGDATA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:541
+ enum writerfilter::rtftok::RTFKeyword RTF_DONOTEMBEDSYSFONT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:542
+ enum writerfilter::rtftok::RTFKeyword RTF_DONOTSHOWCOMMENTS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:543
+ enum writerfilter::rtftok::RTFKeyword RTF_DONOTSHOWINSDEL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:544
+ enum writerfilter::rtftok::RTFKeyword RTF_DONOTSHOWMARKUP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:545
+ enum writerfilter::rtftok::RTFKeyword RTF_DONOTSHOWPROPS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:546
+ enum writerfilter::rtftok::RTFKeyword RTF_DPAENDHOL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:547
+ enum writerfilter::rtftok::RTFKeyword RTF_DPAENDL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:548
+ enum writerfilter::rtftok::RTFKeyword RTF_DPAENDSOL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:549
+ enum writerfilter::rtftok::RTFKeyword RTF_DPAENDW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:550
+ enum writerfilter::rtftok::RTFKeyword RTF_DPARC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:551
+ enum writerfilter::rtftok::RTFKeyword RTF_DPARCFLIPX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:552
+ enum writerfilter::rtftok::RTFKeyword RTF_DPARCFLIPY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:553
+ enum writerfilter::rtftok::RTFKeyword RTF_DPASTARTHOL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:554
+ enum writerfilter::rtftok::RTFKeyword RTF_DPASTARTL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:555
+ enum writerfilter::rtftok::RTFKeyword RTF_DPASTARTSOL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:556
+ enum writerfilter::rtftok::RTFKeyword RTF_DPASTARTW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:557
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCALLOUT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:558
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCOA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:559
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCOACCENT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:560
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCOBESTFIT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:561
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCOBORDER
+writerfilter/source/rtftok/rtfcontrolwords.hxx:562
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCODABS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:563
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCODBOTTOM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:564
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCODCENTER
+writerfilter/source/rtftok/rtfcontrolwords.hxx:565
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCODESCENT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:566
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCODTOP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:567
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCOLENGTH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:568
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCOMINUSX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:569
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCOMINUSY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:570
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCOOFFSET
+writerfilter/source/rtftok/rtfcontrolwords.hxx:571
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCOSMARTA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:572
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCOTDOUBLE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:573
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCOTRIGHT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:574
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCOTSINGLE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:575
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCOTTRIPLE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:576
+ enum writerfilter::rtftok::RTFKeyword RTF_DPCOUNT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:578
+ enum writerfilter::rtftok::RTFKeyword RTF_DPENDGROUP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:582
+ enum writerfilter::rtftok::RTFKeyword RTF_DPFILLBGGRAY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:583
+ enum writerfilter::rtftok::RTFKeyword RTF_DPFILLBGPAL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:584
+ enum writerfilter::rtftok::RTFKeyword RTF_DPFILLFGCB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:585
+ enum writerfilter::rtftok::RTFKeyword RTF_DPFILLFGCG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:586
+ enum writerfilter::rtftok::RTFKeyword RTF_DPFILLFGCR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:587
+ enum writerfilter::rtftok::RTFKeyword RTF_DPFILLFGGRAY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:588
+ enum writerfilter::rtftok::RTFKeyword RTF_DPFILLFGPAL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:589
+ enum writerfilter::rtftok::RTFKeyword RTF_DPFILLPAT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:590
+ enum writerfilter::rtftok::RTFKeyword RTF_DPGROUP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:595
+ enum writerfilter::rtftok::RTFKeyword RTF_DPLINEDADO
+writerfilter/source/rtftok/rtfcontrolwords.hxx:596
+ enum writerfilter::rtftok::RTFKeyword RTF_DPLINEDADODO
+writerfilter/source/rtftok/rtfcontrolwords.hxx:597
+ enum writerfilter::rtftok::RTFKeyword RTF_DPLINEDASH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:598
+ enum writerfilter::rtftok::RTFKeyword RTF_DPLINEDOT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:599
+ enum writerfilter::rtftok::RTFKeyword RTF_DPLINEGRAY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:601
+ enum writerfilter::rtftok::RTFKeyword RTF_DPLINEPAL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:602
+ enum writerfilter::rtftok::RTFKeyword RTF_DPLINESOLID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:603
+ enum writerfilter::rtftok::RTFKeyword RTF_DPLINEW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:611
+ enum writerfilter::rtftok::RTFKeyword RTF_DPSHADOW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:612
+ enum writerfilter::rtftok::RTFKeyword RTF_DPSHADX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:613
+ enum writerfilter::rtftok::RTFKeyword RTF_DPSHADY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:614
+ enum writerfilter::rtftok::RTFKeyword RTF_DPTXBTLR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:616
+ enum writerfilter::rtftok::RTFKeyword RTF_DPTXBXMAR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:618
+ enum writerfilter::rtftok::RTFKeyword RTF_DPTXLRTB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:619
+ enum writerfilter::rtftok::RTFKeyword RTF_DPTXLRTBV
+writerfilter/source/rtftok/rtfcontrolwords.hxx:620
+ enum writerfilter::rtftok::RTFKeyword RTF_DPTXTBRL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:621
+ enum writerfilter::rtftok::RTFKeyword RTF_DPTXTBRLV
+writerfilter/source/rtftok/rtfcontrolwords.hxx:626
+ enum writerfilter::rtftok::RTFKeyword RTF_DROPCAPLI
+writerfilter/source/rtftok/rtfcontrolwords.hxx:627
+ enum writerfilter::rtftok::RTFKeyword RTF_DROPCAPT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:631
+ enum writerfilter::rtftok::RTFKeyword RTF_EBCEND
+writerfilter/source/rtftok/rtfcontrolwords.hxx:632
+ enum writerfilter::rtftok::RTFKeyword RTF_EBCSTART
+writerfilter/source/rtftok/rtfcontrolwords.hxx:634
+ enum writerfilter::rtftok::RTFKeyword RTF_EMBO
+writerfilter/source/rtftok/rtfcontrolwords.hxx:636
+ enum writerfilter::rtftok::RTFKeyword RTF_EMFBLIP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:637
+ enum writerfilter::rtftok::RTFKeyword RTF_EMSPACE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:640
+ enum writerfilter::rtftok::RTFKeyword RTF_ENDNHERE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:641
+ enum writerfilter::rtftok::RTFKeyword RTF_ENDNOTES
+writerfilter/source/rtftok/rtfcontrolwords.hxx:642
+ enum writerfilter::rtftok::RTFKeyword RTF_ENFORCEPROT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:643
+ enum writerfilter::rtftok::RTFKeyword RTF_ENSPACE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:646
+ enum writerfilter::rtftok::RTFKeyword RTF_EXPSHRTN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:651
+ enum writerfilter::rtftok::RTFKeyword RTF_FACTOIDNAME
+writerfilter/source/rtftok/rtfcontrolwords.hxx:657
+ enum writerfilter::rtftok::RTFKeyword RTF_FBIAS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:659
+ enum writerfilter::rtftok::RTFKeyword RTF_FBIDIS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:660
+ enum writerfilter::rtftok::RTFKeyword RTF_FBIMAJOR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:661
+ enum writerfilter::rtftok::RTFKeyword RTF_FBIMINOR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:662
+ enum writerfilter::rtftok::RTFKeyword RTF_FCHARS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:664
+ enum writerfilter::rtftok::RTFKeyword RTF_FCS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:665
+ enum writerfilter::rtftok::RTFKeyword RTF_FDBMAJOR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:666
+ enum writerfilter::rtftok::RTFKeyword RTF_FDBMINOR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:668
+ enum writerfilter::rtftok::RTFKeyword RTF_FELNBRELEV
+writerfilter/source/rtftok/rtfcontrolwords.hxx:669
+ enum writerfilter::rtftok::RTFKeyword RTF_FET
+writerfilter/source/rtftok/rtfcontrolwords.hxx:670
+ enum writerfilter::rtftok::RTFKeyword RTF_FETCH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:672
+ enum writerfilter::rtftok::RTFKeyword RTF_FFDEFTEXT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:673
+ enum writerfilter::rtftok::RTFKeyword RTF_FFENTRYMCR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:674
+ enum writerfilter::rtftok::RTFKeyword RTF_FFEXITMCR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:675
+ enum writerfilter::rtftok::RTFKeyword RTF_FFFORMAT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:676
+ enum writerfilter::rtftok::RTFKeyword RTF_FFHASLISTBOX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:677
+ enum writerfilter::rtftok::RTFKeyword RTF_FFHELPTEXT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:678
+ enum writerfilter::rtftok::RTFKeyword RTF_FFHPS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:680
+ enum writerfilter::rtftok::RTFKeyword RTF_FFMAXLEN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:682
+ enum writerfilter::rtftok::RTFKeyword RTF_FFOWNHELP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:683
+ enum writerfilter::rtftok::RTFKeyword RTF_FFOWNSTAT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:684
+ enum writerfilter::rtftok::RTFKeyword RTF_FFPROT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:685
+ enum writerfilter::rtftok::RTFKeyword RTF_FFRECALC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:687
+ enum writerfilter::rtftok::RTFKeyword RTF_FFSIZE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:688
+ enum writerfilter::rtftok::RTFKeyword RTF_FFSTATTEXT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:690
+ enum writerfilter::rtftok::RTFKeyword RTF_FFTYPETXT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:691
+ enum writerfilter::rtftok::RTFKeyword RTF_FHIMAJOR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:692
+ enum writerfilter::rtftok::RTFKeyword RTF_FHIMINOR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:694
+ enum writerfilter::rtftok::RTFKeyword RTF_FID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:696
+ enum writerfilter::rtftok::RTFKeyword RTF_FILE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:697
+ enum writerfilter::rtftok::RTFKeyword RTF_FILETBL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:698
+ enum writerfilter::rtftok::RTFKeyword RTF_FITTEXT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:699
+ enum writerfilter::rtftok::RTFKeyword RTF_FJGOTHIC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:700
+ enum writerfilter::rtftok::RTFKeyword RTF_FJMINCHOU
+writerfilter/source/rtftok/rtfcontrolwords.hxx:701
+ enum writerfilter::rtftok::RTFKeyword RTF_FLDALT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:702
+ enum writerfilter::rtftok::RTFKeyword RTF_FLDDIRTY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:703
+ enum writerfilter::rtftok::RTFKeyword RTF_FLDEDIT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:705
+ enum writerfilter::rtftok::RTFKeyword RTF_FLDLOCK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:706
+ enum writerfilter::rtftok::RTFKeyword RTF_FLDPRIV
+writerfilter/source/rtftok/rtfcontrolwords.hxx:708
+ enum writerfilter::rtftok::RTFKeyword RTF_FLDTYPE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:709
+ enum writerfilter::rtftok::RTFKeyword RTF_FLOMAJOR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:710
+ enum writerfilter::rtftok::RTFKeyword RTF_FLOMINOR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:712
+ enum writerfilter::rtftok::RTFKeyword RTF_FN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:713
+ enum writerfilter::rtftok::RTFKeyword RTF_FNAME
+writerfilter/source/rtftok/rtfcontrolwords.hxx:714
+ enum writerfilter::rtftok::RTFKeyword RTF_FNETWORK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:716
+ enum writerfilter::rtftok::RTFKeyword RTF_FNONFILESYS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:717
+ enum writerfilter::rtftok::RTFKeyword RTF_FONTEMB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:718
+ enum writerfilter::rtftok::RTFKeyword RTF_FONTFILE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:726
+ enum writerfilter::rtftok::RTFKeyword RTF_FORCEUPGRADE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:727
+ enum writerfilter::rtftok::RTFKeyword RTF_FORMDISP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:729
+ enum writerfilter::rtftok::RTFKeyword RTF_FORMPROT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:731
+ enum writerfilter::rtftok::RTFKeyword RTF_FOSNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:733
+ enum writerfilter::rtftok::RTFKeyword RTF_FRACWIDTH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:734
+ enum writerfilter::rtftok::RTFKeyword RTF_FRELATIVE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:735
+ enum writerfilter::rtftok::RTFKeyword RTF_FRMTXBTLR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:736
+ enum writerfilter::rtftok::RTFKeyword RTF_FRMTXLRTB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:737
+ enum writerfilter::rtftok::RTFKeyword RTF_FRMTXLRTBV
+writerfilter/source/rtftok/rtfcontrolwords.hxx:738
+ enum writerfilter::rtftok::RTFKeyword RTF_FRMTXTBRL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:739
+ enum writerfilter::rtftok::RTFKeyword RTF_FRMTXTBRLV
+writerfilter/source/rtftok/rtfcontrolwords.hxx:741
+ enum writerfilter::rtftok::RTFKeyword RTF_FROMHTML
+writerfilter/source/rtftok/rtfcontrolwords.hxx:742
+ enum writerfilter::rtftok::RTFKeyword RTF_FROMTEXT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:747
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNALT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:749
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNCN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:750
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNIL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:751
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNLYTWNINE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:756
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNNCHOSUNG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:757
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNNCNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:758
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNNDBAR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:759
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNNDBNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:760
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNNDBNUMD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:761
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNNDBNUMK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:762
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNNDBNUMT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:763
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNNGANADA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:764
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNNGBNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:765
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNNGBNUMD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:766
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNNGBNUMK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:767
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNNGBNUML
+writerfilter/source/rtftok/rtfcontrolwords.hxx:770
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNNZODIAC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:771
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNNZODIACD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:772
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNNZODIACL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:777
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNSEPC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:779
+ enum writerfilter::rtftok::RTFKeyword RTF_FTNTJ
+writerfilter/source/rtftok/rtfcontrolwords.hxx:780
+ enum writerfilter::rtftok::RTFKeyword RTF_FTTRUETYPE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:781
+ enum writerfilter::rtftok::RTFKeyword RTF_FVALIDDOS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:782
+ enum writerfilter::rtftok::RTFKeyword RTF_FVALIDHPFS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:783
+ enum writerfilter::rtftok::RTFKeyword RTF_FVALIDMAC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:784
+ enum writerfilter::rtftok::RTFKeyword RTF_FVALIDNTFS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:785
+ enum writerfilter::rtftok::RTFKeyword RTF_G
+writerfilter/source/rtftok/rtfcontrolwords.hxx:786
+ enum writerfilter::rtftok::RTFKeyword RTF_GCW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:787
+ enum writerfilter::rtftok::RTFKeyword RTF_GENERATOR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:789
+ enum writerfilter::rtftok::RTFKeyword RTF_GRFDOCEVENTS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:790
+ enum writerfilter::rtftok::RTFKeyword RTF_GRIDTBL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:791
+ enum writerfilter::rtftok::RTFKeyword RTF_GUTTER
+writerfilter/source/rtftok/rtfcontrolwords.hxx:792
+ enum writerfilter::rtftok::RTFKeyword RTF_GUTTERPRL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:793
+ enum writerfilter::rtftok::RTFKeyword RTF_GUTTERSXN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:801
+ enum writerfilter::rtftok::RTFKeyword RTF_HL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:802
+ enum writerfilter::rtftok::RTFKeyword RTF_HLFR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:803
+ enum writerfilter::rtftok::RTFKeyword RTF_HLINKBASE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:804
+ enum writerfilter::rtftok::RTFKeyword RTF_HLLOC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:805
+ enum writerfilter::rtftok::RTFKeyword RTF_HLSRC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:806
+ enum writerfilter::rtftok::RTFKeyword RTF_HORZDOC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:807
+ enum writerfilter::rtftok::RTFKeyword RTF_HORZSECT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:810
+ enum writerfilter::rtftok::RTFKeyword RTF_HRES
+writerfilter/source/rtftok/rtfcontrolwords.hxx:811
+ enum writerfilter::rtftok::RTFKeyword RTF_HRULE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:812
+ enum writerfilter::rtftok::RTFKeyword RTF_HSV
+writerfilter/source/rtftok/rtfcontrolwords.hxx:814
+ enum writerfilter::rtftok::RTFKeyword RTF_HTMLBASE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:815
+ enum writerfilter::rtftok::RTFKeyword RTF_HTMLRTF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:816
+ enum writerfilter::rtftok::RTFKeyword RTF_HTMLTAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:817
+ enum writerfilter::rtftok::RTFKeyword RTF_HWELEV
+writerfilter/source/rtftok/rtfcontrolwords.hxx:819
+ enum writerfilter::rtftok::RTFKeyword RTF_HYPHCAPS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:820
+ enum writerfilter::rtftok::RTFKeyword RTF_HYPHCONSEC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:821
+ enum writerfilter::rtftok::RTFKeyword RTF_HYPHHOTZ
+writerfilter/source/rtftok/rtfcontrolwords.hxx:824
+ enum writerfilter::rtftok::RTFKeyword RTF_ID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:825
+ enum writerfilter::rtftok::RTFKeyword RTF_IGNOREMIXEDCONTENT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:826
+ enum writerfilter::rtftok::RTFKeyword RTF_ILFOMACATCLNUP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:829
+ enum writerfilter::rtftok::RTFKeyword RTF_INDMIRROR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:830
+ enum writerfilter::rtftok::RTFKeyword RTF_INDRLSWELEVEN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:832
+ enum writerfilter::rtftok::RTFKeyword RTF_INSRSID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:834
+ enum writerfilter::rtftok::RTFKeyword RTF_IPGP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:835
+ enum writerfilter::rtftok::RTFKeyword RTF_IROWBAND
+writerfilter/source/rtftok/rtfcontrolwords.hxx:836
+ enum writerfilter::rtftok::RTFKeyword RTF_IROW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:838
+ enum writerfilter::rtftok::RTFKeyword RTF_IXE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:839
+ enum writerfilter::rtftok::RTFKeyword RTF_JCOMPRESS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:840
+ enum writerfilter::rtftok::RTFKeyword RTF_JEXPAND
+writerfilter/source/rtftok/rtfcontrolwords.hxx:841
+ enum writerfilter::rtftok::RTFKeyword RTF_JIS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:843
+ enum writerfilter::rtftok::RTFKeyword RTF_JSKSU
+writerfilter/source/rtftok/rtfcontrolwords.hxx:847
+ enum writerfilter::rtftok::RTFKeyword RTF_KEYCODE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:849
+ enum writerfilter::rtftok::RTFKeyword RTF_KRNPRSNET
+writerfilter/source/rtftok/rtfcontrolwords.hxx:850
+ enum writerfilter::rtftok::RTFKeyword RTF_KSULANG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:851
+ enum writerfilter::rtftok::RTFKeyword RTF_JCLISTTAB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:855
+ enum writerfilter::rtftok::RTFKeyword RTF_LANGFENP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:856
+ enum writerfilter::rtftok::RTFKeyword RTF_LANGNP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:857
+ enum writerfilter::rtftok::RTFKeyword RTF_LASTROW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:858
+ enum writerfilter::rtftok::RTFKeyword RTF_LATENTSTYLES
+writerfilter/source/rtftok/rtfcontrolwords.hxx:859
+ enum writerfilter::rtftok::RTFKeyword RTF_LBR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:860
+ enum writerfilter::rtftok::RTFKeyword RTF_LCHARS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:862
+ enum writerfilter::rtftok::RTFKeyword RTF_LEVEL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:864
+ enum writerfilter::rtftok::RTFKeyword RTF_LEVELINDENT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:866
+ enum writerfilter::rtftok::RTFKeyword RTF_LEVELJCN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:867
+ enum writerfilter::rtftok::RTFKeyword RTF_LEVELLEGAL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:869
+ enum writerfilter::rtftok::RTFKeyword RTF_LEVELNFCN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:870
+ enum writerfilter::rtftok::RTFKeyword RTF_LEVELNORESTART
+writerfilter/source/rtftok/rtfcontrolwords.hxx:872
+ enum writerfilter::rtftok::RTFKeyword RTF_LEVELOLD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:874
+ enum writerfilter::rtftok::RTFKeyword RTF_LEVELPICTURENOSIZE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:875
+ enum writerfilter::rtftok::RTFKeyword RTF_LEVELPREV
+writerfilter/source/rtftok/rtfcontrolwords.hxx:876
+ enum writerfilter::rtftok::RTFKeyword RTF_LEVELPREVSPACE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:877
+ enum writerfilter::rtftok::RTFKeyword RTF_LEVELSPACE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:879
+ enum writerfilter::rtftok::RTFKeyword RTF_LEVELTEMPLATEID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:888
+ enum writerfilter::rtftok::RTFKeyword RTF_LINERESTART
+writerfilter/source/rtftok/rtfcontrolwords.hxx:889
+ enum writerfilter::rtftok::RTFKeyword RTF_LINESTART
+writerfilter/source/rtftok/rtfcontrolwords.hxx:892
+ enum writerfilter::rtftok::RTFKeyword RTF_LINKSELF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:894
+ enum writerfilter::rtftok::RTFKeyword RTF_LINKVAL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:896
+ enum writerfilter::rtftok::RTFKeyword RTF_LISA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:897
+ enum writerfilter::rtftok::RTFKeyword RTF_LISB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:899
+ enum writerfilter::rtftok::RTFKeyword RTF_LISTHYBRID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:905
+ enum writerfilter::rtftok::RTFKeyword RTF_LISTOVERRIDEFORMAT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:906
+ enum writerfilter::rtftok::RTFKeyword RTF_LISTOVERRIDESTARTAT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:909
+ enum writerfilter::rtftok::RTFKeyword RTF_LISTRESTARTHDN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:910
+ enum writerfilter::rtftok::RTFKeyword RTF_LISTSIMPLE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:911
+ enum writerfilter::rtftok::RTFKeyword RTF_LISTSTYLEID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:912
+ enum writerfilter::rtftok::RTFKeyword RTF_LISTSTYLENAME
+writerfilter/source/rtftok/rtfcontrolwords.hxx:916
+ enum writerfilter::rtftok::RTFKeyword RTF_LNBRKRULE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:918
+ enum writerfilter::rtftok::RTFKeyword RTF_LNONGRID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:922
+ enum writerfilter::rtftok::RTFKeyword RTF_LSDLOCKED
+writerfilter/source/rtftok/rtfcontrolwords.hxx:923
+ enum writerfilter::rtftok::RTFKeyword RTF_LSDLOCKEDDEF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:924
+ enum writerfilter::rtftok::RTFKeyword RTF_LSDLOCKEDEXCEPT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:925
+ enum writerfilter::rtftok::RTFKeyword RTF_LSDPRIORITY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:926
+ enum writerfilter::rtftok::RTFKeyword RTF_LSDPRIORITYDEF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:927
+ enum writerfilter::rtftok::RTFKeyword RTF_LSDQFORMAT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:928
+ enum writerfilter::rtftok::RTFKeyword RTF_LSDQFORMATDEF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:929
+ enum writerfilter::rtftok::RTFKeyword RTF_LSDSEMIHIDDEN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:930
+ enum writerfilter::rtftok::RTFKeyword RTF_LSDSEMIHIDDENDEF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:931
+ enum writerfilter::rtftok::RTFKeyword RTF_LSDSTIMAX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:932
+ enum writerfilter::rtftok::RTFKeyword RTF_LSDUNHIDEUSED
+writerfilter/source/rtftok/rtfcontrolwords.hxx:933
+ enum writerfilter::rtftok::RTFKeyword RTF_LSDUNHIDEUSEDDEF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:935
+ enum writerfilter::rtftok::RTFKeyword RTF_LTRDOC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:936
+ enum writerfilter::rtftok::RTFKeyword RTF_LTRMARK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:940
+ enum writerfilter::rtftok::RTFKeyword RTF_LVLTENTATIVE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:941
+ enum writerfilter::rtftok::RTFKeyword RTF_LYTCALCTBLWD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:942
+ enum writerfilter::rtftok::RTFKeyword RTF_LYTEXCTTP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:943
+ enum writerfilter::rtftok::RTFKeyword RTF_LYTPRTMET
+writerfilter/source/rtftok/rtfcontrolwords.hxx:944
+ enum writerfilter::rtftok::RTFKeyword RTF_LYTTBLRTGR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:946
+ enum writerfilter::rtftok::RTFKeyword RTF_MACC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:947
+ enum writerfilter::rtftok::RTFKeyword RTF_MACCPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:948
+ enum writerfilter::rtftok::RTFKeyword RTF_MACPICT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:949
+ enum writerfilter::rtftok::RTFKeyword RTF_MAILMERGE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:950
+ enum writerfilter::rtftok::RTFKeyword RTF_MAKEBACKUP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:951
+ enum writerfilter::rtftok::RTFKeyword RTF_MALN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:952
+ enum writerfilter::rtftok::RTFKeyword RTF_MALNSCR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:953
+ enum writerfilter::rtftok::RTFKeyword RTF_MANAGER
+writerfilter/source/rtftok/rtfcontrolwords.hxx:959
+ enum writerfilter::rtftok::RTFKeyword RTF_MARGMIRSXN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:960
+ enum writerfilter::rtftok::RTFKeyword RTF_MARGPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:963
+ enum writerfilter::rtftok::RTFKeyword RTF_MARGSZ
+writerfilter/source/rtftok/rtfcontrolwords.hxx:966
+ enum writerfilter::rtftok::RTFKeyword RTF_MBAR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:967
+ enum writerfilter::rtftok::RTFKeyword RTF_MBARPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:968
+ enum writerfilter::rtftok::RTFKeyword RTF_MBASEJC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:970
+ enum writerfilter::rtftok::RTFKeyword RTF_MBORDERBOX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:971
+ enum writerfilter::rtftok::RTFKeyword RTF_MBORDERBOXPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:972
+ enum writerfilter::rtftok::RTFKeyword RTF_MBOX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:973
+ enum writerfilter::rtftok::RTFKeyword RTF_MBOXPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:974
+ enum writerfilter::rtftok::RTFKeyword RTF_MBRK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:975
+ enum writerfilter::rtftok::RTFKeyword RTF_MBRKBIN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:976
+ enum writerfilter::rtftok::RTFKeyword RTF_MBRKBINSUB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:977
+ enum writerfilter::rtftok::RTFKeyword RTF_MCGP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:978
+ enum writerfilter::rtftok::RTFKeyword RTF_MCGPRULE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:980
+ enum writerfilter::rtftok::RTFKeyword RTF_MCOUNT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:981
+ enum writerfilter::rtftok::RTFKeyword RTF_MCSP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:982
+ enum writerfilter::rtftok::RTFKeyword RTF_MCTRLPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:983
+ enum writerfilter::rtftok::RTFKeyword RTF_MD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:984
+ enum writerfilter::rtftok::RTFKeyword RTF_MDEFJC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:985
+ enum writerfilter::rtftok::RTFKeyword RTF_MDEG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:987
+ enum writerfilter::rtftok::RTFKeyword RTF_MDEN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:988
+ enum writerfilter::rtftok::RTFKeyword RTF_MDIFF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:989
+ enum writerfilter::rtftok::RTFKeyword RTF_MDIFFSTY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:990
+ enum writerfilter::rtftok::RTFKeyword RTF_MDISPDEF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:991
+ enum writerfilter::rtftok::RTFKeyword RTF_MDPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:992
+ enum writerfilter::rtftok::RTFKeyword RTF_ME
+writerfilter/source/rtftok/rtfcontrolwords.hxx:994
+ enum writerfilter::rtftok::RTFKeyword RTF_MEQARR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:995
+ enum writerfilter::rtftok::RTFKeyword RTF_MEQARRPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:996
+ enum writerfilter::rtftok::RTFKeyword RTF_MF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:997
+ enum writerfilter::rtftok::RTFKeyword RTF_MFNAME
+writerfilter/source/rtftok/rtfcontrolwords.hxx:998
+ enum writerfilter::rtftok::RTFKeyword RTF_MFPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:999
+ enum writerfilter::rtftok::RTFKeyword RTF_MFUNC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1000
+ enum writerfilter::rtftok::RTFKeyword RTF_MFUNCPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1001
+ enum writerfilter::rtftok::RTFKeyword RTF_MGROUPCHR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1002
+ enum writerfilter::rtftok::RTFKeyword RTF_MGROUPCHRPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1008
+ enum writerfilter::rtftok::RTFKeyword RTF_MHTMLTAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1010
+ enum writerfilter::rtftok::RTFKeyword RTF_MINTERSP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1011
+ enum writerfilter::rtftok::RTFKeyword RTF_MINTLIM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1012
+ enum writerfilter::rtftok::RTFKeyword RTF_MINTRASP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1013
+ enum writerfilter::rtftok::RTFKeyword RTF_MJC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1014
+ enum writerfilter::rtftok::RTFKeyword RTF_MLIM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1015
+ enum writerfilter::rtftok::RTFKeyword RTF_MLIMLOC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1016
+ enum writerfilter::rtftok::RTFKeyword RTF_MLIMLOW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1017
+ enum writerfilter::rtftok::RTFKeyword RTF_MLIMLOWPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1018
+ enum writerfilter::rtftok::RTFKeyword RTF_MLIMUPP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1019
+ enum writerfilter::rtftok::RTFKeyword RTF_MLIMUPPPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1020
+ enum writerfilter::rtftok::RTFKeyword RTF_MLIT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1021
+ enum writerfilter::rtftok::RTFKeyword RTF_MLMARGIN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1022
+ enum writerfilter::rtftok::RTFKeyword RTF_MM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1023
+ enum writerfilter::rtftok::RTFKeyword RTF_MMADDFIELDNAME
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1025
+ enum writerfilter::rtftok::RTFKeyword RTF_MMATHFONT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1027
+ enum writerfilter::rtftok::RTFKeyword RTF_MMATHPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1028
+ enum writerfilter::rtftok::RTFKeyword RTF_MMATTACH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1029
+ enum writerfilter::rtftok::RTFKeyword RTF_MMAXDIST
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1030
+ enum writerfilter::rtftok::RTFKeyword RTF_MMBLANKLINES
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1031
+ enum writerfilter::rtftok::RTFKeyword RTF_MMC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1032
+ enum writerfilter::rtftok::RTFKeyword RTF_MMCJC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1033
+ enum writerfilter::rtftok::RTFKeyword RTF_MMCONNECTSTR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1034
+ enum writerfilter::rtftok::RTFKeyword RTF_MMCONNECTSTRDATA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1035
+ enum writerfilter::rtftok::RTFKeyword RTF_MMCPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1036
+ enum writerfilter::rtftok::RTFKeyword RTF_MMCS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1037
+ enum writerfilter::rtftok::RTFKeyword RTF_MMDATASOURCE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1038
+ enum writerfilter::rtftok::RTFKeyword RTF_MMDATATYPEACCESS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1039
+ enum writerfilter::rtftok::RTFKeyword RTF_MMDATATYPEEXCEL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1040
+ enum writerfilter::rtftok::RTFKeyword RTF_MMDATATYPEFILE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1041
+ enum writerfilter::rtftok::RTFKeyword RTF_MMDATATYPEODBC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1042
+ enum writerfilter::rtftok::RTFKeyword RTF_MMDATATYPEODSO
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1043
+ enum writerfilter::rtftok::RTFKeyword RTF_MMDATATYPEQT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1044
+ enum writerfilter::rtftok::RTFKeyword RTF_MMDEFAULTSQL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1045
+ enum writerfilter::rtftok::RTFKeyword RTF_MMDESTEMAIL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1046
+ enum writerfilter::rtftok::RTFKeyword RTF_MMDESTFAX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1047
+ enum writerfilter::rtftok::RTFKeyword RTF_MMDESTNEWDOC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1048
+ enum writerfilter::rtftok::RTFKeyword RTF_MMDESTPRINTER
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1049
+ enum writerfilter::rtftok::RTFKeyword RTF_MMERRORS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1050
+ enum writerfilter::rtftok::RTFKeyword RTF_MMFTTYPEADDRESS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1051
+ enum writerfilter::rtftok::RTFKeyword RTF_MMFTTYPEBARCODE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1052
+ enum writerfilter::rtftok::RTFKeyword RTF_MMFTTYPEDBCOLUMN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1053
+ enum writerfilter::rtftok::RTFKeyword RTF_MMFTTYPEMAPPED
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1054
+ enum writerfilter::rtftok::RTFKeyword RTF_MMFTTYPENULL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1055
+ enum writerfilter::rtftok::RTFKeyword RTF_MMFTTYPESALUTATION
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1056
+ enum writerfilter::rtftok::RTFKeyword RTF_MMHEADERSOURCE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1057
+ enum writerfilter::rtftok::RTFKeyword RTF_MMJDSOTYPE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1058
+ enum writerfilter::rtftok::RTFKeyword RTF_MMLINKTOQUERY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1059
+ enum writerfilter::rtftok::RTFKeyword RTF_MMMAILSUBJECT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1060
+ enum writerfilter::rtftok::RTFKeyword RTF_MMMAINTYPECATALOG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1061
+ enum writerfilter::rtftok::RTFKeyword RTF_MMMAINTYPEEMAIL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1062
+ enum writerfilter::rtftok::RTFKeyword RTF_MMMAINTYPEENVELOPES
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1063
+ enum writerfilter::rtftok::RTFKeyword RTF_MMMAINTYPEFAX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1064
+ enum writerfilter::rtftok::RTFKeyword RTF_MMMAINTYPELABELS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1065
+ enum writerfilter::rtftok::RTFKeyword RTF_MMMAINTYPELETTERS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1066
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSO
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1067
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSOACTIVE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1068
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSOCOLDELIM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1069
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSOCOLUMN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1070
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSODYNADDR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1071
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSOFHDR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1072
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSOFILTER
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1073
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSOFLDMPDATA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1074
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSOFMCOLUMN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1075
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSOHASH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1076
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSOLID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1077
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSOMAPPEDNAME
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1078
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSONAME
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1079
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSORECIPDATA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1080
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSOSORT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1081
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSOSRC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1082
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSOTABLE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1083
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSOUDL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1084
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSOUDLDATA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1085
+ enum writerfilter::rtftok::RTFKeyword RTF_MMODSOUNIQUETAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1086
+ enum writerfilter::rtftok::RTFKeyword RTF_MMPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1087
+ enum writerfilter::rtftok::RTFKeyword RTF_MMQUERY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1088
+ enum writerfilter::rtftok::RTFKeyword RTF_MMR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1089
+ enum writerfilter::rtftok::RTFKeyword RTF_MMRECCUR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1090
+ enum writerfilter::rtftok::RTFKeyword RTF_MMSHOWDATA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1091
+ enum writerfilter::rtftok::RTFKeyword RTF_MNARY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1092
+ enum writerfilter::rtftok::RTFKeyword RTF_MNARYLIM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1093
+ enum writerfilter::rtftok::RTFKeyword RTF_MNARYPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1094
+ enum writerfilter::rtftok::RTFKeyword RTF_MNOBREAK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1096
+ enum writerfilter::rtftok::RTFKeyword RTF_MNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1098
+ enum writerfilter::rtftok::RTFKeyword RTF_MOBJDIST
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1099
+ enum writerfilter::rtftok::RTFKeyword RTF_MOMATH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1101
+ enum writerfilter::rtftok::RTFKeyword RTF_MOMATHPARAPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1102
+ enum writerfilter::rtftok::RTFKeyword RTF_MOPEMU
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1103
+ enum writerfilter::rtftok::RTFKeyword RTF_MPHANT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1104
+ enum writerfilter::rtftok::RTFKeyword RTF_MPHANTPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1105
+ enum writerfilter::rtftok::RTFKeyword RTF_MPLCHIDE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1107
+ enum writerfilter::rtftok::RTFKeyword RTF_MPOSTSP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1108
+ enum writerfilter::rtftok::RTFKeyword RTF_MPRESP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1110
+ enum writerfilter::rtftok::RTFKeyword RTF_MRAD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1111
+ enum writerfilter::rtftok::RTFKeyword RTF_MRADPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1112
+ enum writerfilter::rtftok::RTFKeyword RTF_MRMARGIN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1113
+ enum writerfilter::rtftok::RTFKeyword RTF_MRPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1114
+ enum writerfilter::rtftok::RTFKeyword RTF_MRSP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1115
+ enum writerfilter::rtftok::RTFKeyword RTF_MRSPRULE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1116
+ enum writerfilter::rtftok::RTFKeyword RTF_MSCR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1118
+ enum writerfilter::rtftok::RTFKeyword RTF_MSHOW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1119
+ enum writerfilter::rtftok::RTFKeyword RTF_MSHP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1120
+ enum writerfilter::rtftok::RTFKeyword RTF_MSMALLFRAC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1121
+ enum writerfilter::rtftok::RTFKeyword RTF_MSMCAP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1122
+ enum writerfilter::rtftok::RTFKeyword RTF_MSPRE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1123
+ enum writerfilter::rtftok::RTFKeyword RTF_MSPREPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1124
+ enum writerfilter::rtftok::RTFKeyword RTF_MSSUB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1125
+ enum writerfilter::rtftok::RTFKeyword RTF_MSSUBPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1126
+ enum writerfilter::rtftok::RTFKeyword RTF_MSSUBSUP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1127
+ enum writerfilter::rtftok::RTFKeyword RTF_MSSUBSUPPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1128
+ enum writerfilter::rtftok::RTFKeyword RTF_MSSUP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1129
+ enum writerfilter::rtftok::RTFKeyword RTF_MSSUPPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1130
+ enum writerfilter::rtftok::RTFKeyword RTF_MSTRIKEBLTR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1132
+ enum writerfilter::rtftok::RTFKeyword RTF_MSTRIKETLBR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1133
+ enum writerfilter::rtftok::RTFKeyword RTF_MSTRIKEV
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1134
+ enum writerfilter::rtftok::RTFKeyword RTF_MSTY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1135
+ enum writerfilter::rtftok::RTFKeyword RTF_MSUB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1137
+ enum writerfilter::rtftok::RTFKeyword RTF_MSUP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1139
+ enum writerfilter::rtftok::RTFKeyword RTF_MTRANSP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1141
+ enum writerfilter::rtftok::RTFKeyword RTF_MUSER
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1142
+ enum writerfilter::rtftok::RTFKeyword RTF_MVAUTH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1143
+ enum writerfilter::rtftok::RTFKeyword RTF_MVDATE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1145
+ enum writerfilter::rtftok::RTFKeyword RTF_MVF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1146
+ enum writerfilter::rtftok::RTFKeyword RTF_MVFMF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1147
+ enum writerfilter::rtftok::RTFKeyword RTF_MVFML
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1148
+ enum writerfilter::rtftok::RTFKeyword RTF_MVT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1149
+ enum writerfilter::rtftok::RTFKeyword RTF_MVTOF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1150
+ enum writerfilter::rtftok::RTFKeyword RTF_MVTOL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1151
+ enum writerfilter::rtftok::RTFKeyword RTF_MWRAPINDENT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1152
+ enum writerfilter::rtftok::RTFKeyword RTF_MWRAPRIGHT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1153
+ enum writerfilter::rtftok::RTFKeyword RTF_MZEROASC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1154
+ enum writerfilter::rtftok::RTFKeyword RTF_MZERODESC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1155
+ enum writerfilter::rtftok::RTFKeyword RTF_MZEROWID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1159
+ enum writerfilter::rtftok::RTFKeyword RTF_NEWTBLSTYRULS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1160
+ enum writerfilter::rtftok::RTFKeyword RTF_NEXTFILE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1161
+ enum writerfilter::rtftok::RTFKeyword RTF_NOAFCNSTTBL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1162
+ enum writerfilter::rtftok::RTFKeyword RTF_NOBRKWRPTBL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1164
+ enum writerfilter::rtftok::RTFKeyword RTF_NOCOMPATOPTIONS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1165
+ enum writerfilter::rtftok::RTFKeyword RTF_NOCWRAP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1166
+ enum writerfilter::rtftok::RTFKeyword RTF_NOCXSPTABLE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1167
+ enum writerfilter::rtftok::RTFKeyword RTF_NOEXTRASPRL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1170
+ enum writerfilter::rtftok::RTFKeyword RTF_NOFEATURETHROTTLE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1173
+ enum writerfilter::rtftok::RTFKeyword RTF_NOGROWAUTOFIT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1174
+ enum writerfilter::rtftok::RTFKeyword RTF_NOINDNMBRTS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1175
+ enum writerfilter::rtftok::RTFKeyword RTF_NOJKERNPUNCT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1176
+ enum writerfilter::rtftok::RTFKeyword RTF_NOLEAD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1178
+ enum writerfilter::rtftok::RTFKeyword RTF_NOLNHTADJTBL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1181
+ enum writerfilter::rtftok::RTFKeyword RTF_NOOVERFLOW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1182
+ enum writerfilter::rtftok::RTFKeyword RTF_NOPROOF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1183
+ enum writerfilter::rtftok::RTFKeyword RTF_NOQFPROMOTE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1184
+ enum writerfilter::rtftok::RTFKeyword RTF_NOSECTEXPAND
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1185
+ enum writerfilter::rtftok::RTFKeyword RTF_NOSNAPLINEGRID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1186
+ enum writerfilter::rtftok::RTFKeyword RTF_NOSPACEFORUL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1188
+ enum writerfilter::rtftok::RTFKeyword RTF_NOTABIND
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1189
+ enum writerfilter::rtftok::RTFKeyword RTF_NOTBRKCNSTFRCTBL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1190
+ enum writerfilter::rtftok::RTFKeyword RTF_NOTCVASP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1191
+ enum writerfilter::rtftok::RTFKeyword RTF_NOTVATXBX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1192
+ enum writerfilter::rtftok::RTFKeyword RTF_NOUICOMPAT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1193
+ enum writerfilter::rtftok::RTFKeyword RTF_NOULTRLSPC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1196
+ enum writerfilter::rtftok::RTFKeyword RTF_NOWWRAP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1197
+ enum writerfilter::rtftok::RTFKeyword RTF_NOXLATTOYEN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1198
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJALIAS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1199
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJALIGN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1200
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJATTPH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1201
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJAUTLINK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1203
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJCROPB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1204
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJCROPL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1205
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJCROPR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1206
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJCROPT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1209
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJEMB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1210
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1211
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJHTML
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1212
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJICEMB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1213
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJLINK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1214
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJLOCK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1215
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJNAME
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1216
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJOCX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1217
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJPUB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1218
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJSCALEX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1219
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJSCALEY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1220
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJSECT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1221
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJSETSIZE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1222
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJSUB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1223
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJTIME
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1224
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJTRANSY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1225
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJUPDATE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1226
+ enum writerfilter::rtftok::RTFKeyword RTF_OBJW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1227
+ enum writerfilter::rtftok::RTFKeyword RTF_OGUTTER
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1228
+ enum writerfilter::rtftok::RTFKeyword RTF_OLDAS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1229
+ enum writerfilter::rtftok::RTFKeyword RTF_OLDCPROPS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1230
+ enum writerfilter::rtftok::RTFKeyword RTF_OLDLINEWRAP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1231
+ enum writerfilter::rtftok::RTFKeyword RTF_OLDPPROPS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1232
+ enum writerfilter::rtftok::RTFKeyword RTF_OLDSPROPS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1233
+ enum writerfilter::rtftok::RTFKeyword RTF_OLDTPROPS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1234
+ enum writerfilter::rtftok::RTFKeyword RTF_OLECLSID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1236
+ enum writerfilter::rtftok::RTFKeyword RTF_OTBLRUL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1239
+ enum writerfilter::rtftok::RTFKeyword RTF_OVERLAY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1242
+ enum writerfilter::rtftok::RTFKeyword RTF_PANOSE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1246
+ enum writerfilter::rtftok::RTFKeyword RTF_PARARSID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1248
+ enum writerfilter::rtftok::RTFKeyword RTF_PASSWORD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1249
+ enum writerfilter::rtftok::RTFKeyword RTF_PASSWORDHASH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1253
+ enum writerfilter::rtftok::RTFKeyword RTF_PGBRDRFOOT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1254
+ enum writerfilter::rtftok::RTFKeyword RTF_PGBRDRHEAD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1256
+ enum writerfilter::rtftok::RTFKeyword RTF_PGBRDROPT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1258
+ enum writerfilter::rtftok::RTFKeyword RTF_PGBRDRSNAP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1263
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNCHOSUNG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1264
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNCNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1265
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNCONT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1266
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNDBNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1267
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNDBNUMD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1268
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNDBNUMK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1269
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNDBNUMT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1271
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNDECD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1272
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNGANADA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1273
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNGBNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1274
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNGBNUMD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1275
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNGBNUMK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1276
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNGBNUML
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1277
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNHINDIA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1278
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNHINDIB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1279
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNHINDIC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1280
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNHINDID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1281
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNHN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1282
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNHNSC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1283
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNHNSH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1284
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNHNSM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1285
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNHNSN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1286
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNHNSP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1287
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1291
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNSTART
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1292
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNSTARTS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1293
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNTHAIA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1294
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNTHAIB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1295
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNTHAIC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1298
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNVIETA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1299
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1300
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1301
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNZODIAC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1302
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNZODIACD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1303
+ enum writerfilter::rtftok::RTFKeyword RTF_PGNZODIACL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1304
+ enum writerfilter::rtftok::RTFKeyword RTF_PGP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1305
+ enum writerfilter::rtftok::RTFKeyword RTF_PGPTBL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1310
+ enum writerfilter::rtftok::RTFKeyword RTF_PICBMP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1311
+ enum writerfilter::rtftok::RTFKeyword RTF_PICBPP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1319
+ enum writerfilter::rtftok::RTFKeyword RTF_PICSCALED
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1325
+ enum writerfilter::rtftok::RTFKeyword RTF_PINDTABQC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1326
+ enum writerfilter::rtftok::RTFKeyword RTF_PINDTABQL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1327
+ enum writerfilter::rtftok::RTFKeyword RTF_PINDTABQR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1329
+ enum writerfilter::rtftok::RTFKeyword RTF_PMARTABQC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1330
+ enum writerfilter::rtftok::RTFKeyword RTF_PMARTABQL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1331
+ enum writerfilter::rtftok::RTFKeyword RTF_PMARTABQR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1332
+ enum writerfilter::rtftok::RTFKeyword RTF_PMMETAFILE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1334
+ enum writerfilter::rtftok::RTFKeyword RTF_PNACROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1335
+ enum writerfilter::rtftok::RTFKeyword RTF_PNAIU
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1336
+ enum writerfilter::rtftok::RTFKeyword RTF_PNAIUD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1337
+ enum writerfilter::rtftok::RTFKeyword RTF_PNAIUEO
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1338
+ enum writerfilter::rtftok::RTFKeyword RTF_PNAIUEOD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1339
+ enum writerfilter::rtftok::RTFKeyword RTF_PNB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1340
+ enum writerfilter::rtftok::RTFKeyword RTF_PNBIDIA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1341
+ enum writerfilter::rtftok::RTFKeyword RTF_PNBIDIB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1342
+ enum writerfilter::rtftok::RTFKeyword RTF_PNCAPS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1343
+ enum writerfilter::rtftok::RTFKeyword RTF_PNCARD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1344
+ enum writerfilter::rtftok::RTFKeyword RTF_PNCF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1345
+ enum writerfilter::rtftok::RTFKeyword RTF_PNCHOSUNG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1346
+ enum writerfilter::rtftok::RTFKeyword RTF_PNCNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1347
+ enum writerfilter::rtftok::RTFKeyword RTF_PNDBNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1348
+ enum writerfilter::rtftok::RTFKeyword RTF_PNDBNUMD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1349
+ enum writerfilter::rtftok::RTFKeyword RTF_PNDBNUMK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1350
+ enum writerfilter::rtftok::RTFKeyword RTF_PNDBNUML
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1351
+ enum writerfilter::rtftok::RTFKeyword RTF_PNDBNUMT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1353
+ enum writerfilter::rtftok::RTFKeyword RTF_PNDECD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1355
+ enum writerfilter::rtftok::RTFKeyword RTF_PNFS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1356
+ enum writerfilter::rtftok::RTFKeyword RTF_PNGANADA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1358
+ enum writerfilter::rtftok::RTFKeyword RTF_PNGBNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1359
+ enum writerfilter::rtftok::RTFKeyword RTF_PNGBNUMD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1360
+ enum writerfilter::rtftok::RTFKeyword RTF_PNGBNUMK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1361
+ enum writerfilter::rtftok::RTFKeyword RTF_PNGBNUML
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1362
+ enum writerfilter::rtftok::RTFKeyword RTF_PNHANG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1363
+ enum writerfilter::rtftok::RTFKeyword RTF_PNI
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1364
+ enum writerfilter::rtftok::RTFKeyword RTF_PNINDENT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1365
+ enum writerfilter::rtftok::RTFKeyword RTF_PNIROHA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1366
+ enum writerfilter::rtftok::RTFKeyword RTF_PNIROHAD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1367
+ enum writerfilter::rtftok::RTFKeyword RTF_PNLCLTR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1368
+ enum writerfilter::rtftok::RTFKeyword RTF_PNLCRM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1369
+ enum writerfilter::rtftok::RTFKeyword RTF_PNLVL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1372
+ enum writerfilter::rtftok::RTFKeyword RTF_PNLVLCONT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1373
+ enum writerfilter::rtftok::RTFKeyword RTF_PNNUMONCE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1374
+ enum writerfilter::rtftok::RTFKeyword RTF_PNORD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1375
+ enum writerfilter::rtftok::RTFKeyword RTF_PNORDT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1376
+ enum writerfilter::rtftok::RTFKeyword RTF_PNPREV
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1377
+ enum writerfilter::rtftok::RTFKeyword RTF_PNQC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1378
+ enum writerfilter::rtftok::RTFKeyword RTF_PNQL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1379
+ enum writerfilter::rtftok::RTFKeyword RTF_PNQR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1380
+ enum writerfilter::rtftok::RTFKeyword RTF_PNRAUTH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1381
+ enum writerfilter::rtftok::RTFKeyword RTF_PNRDATE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1382
+ enum writerfilter::rtftok::RTFKeyword RTF_PNRESTART
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1383
+ enum writerfilter::rtftok::RTFKeyword RTF_PNRNFC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1384
+ enum writerfilter::rtftok::RTFKeyword RTF_PNRNOT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1385
+ enum writerfilter::rtftok::RTFKeyword RTF_PNRPNBR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1386
+ enum writerfilter::rtftok::RTFKeyword RTF_PNRRGB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1387
+ enum writerfilter::rtftok::RTFKeyword RTF_PNRSTART
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1388
+ enum writerfilter::rtftok::RTFKeyword RTF_PNRSTOP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1389
+ enum writerfilter::rtftok::RTFKeyword RTF_PNRXST
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1390
+ enum writerfilter::rtftok::RTFKeyword RTF_PNSCAPS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1391
+ enum writerfilter::rtftok::RTFKeyword RTF_PNSECLVL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1392
+ enum writerfilter::rtftok::RTFKeyword RTF_PNSP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1394
+ enum writerfilter::rtftok::RTFKeyword RTF_PNSTRIKE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1398
+ enum writerfilter::rtftok::RTFKeyword RTF_PNUCLTR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1399
+ enum writerfilter::rtftok::RTFKeyword RTF_PNUCRM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1400
+ enum writerfilter::rtftok::RTFKeyword RTF_PNUL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1401
+ enum writerfilter::rtftok::RTFKeyword RTF_PNULD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1402
+ enum writerfilter::rtftok::RTFKeyword RTF_PNULDASH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1403
+ enum writerfilter::rtftok::RTFKeyword RTF_PNULDASHD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1404
+ enum writerfilter::rtftok::RTFKeyword RTF_PNULDASHDD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1405
+ enum writerfilter::rtftok::RTFKeyword RTF_PNULDB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1406
+ enum writerfilter::rtftok::RTFKeyword RTF_PNULHAIR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1408
+ enum writerfilter::rtftok::RTFKeyword RTF_PNULTH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1409
+ enum writerfilter::rtftok::RTFKeyword RTF_PNULW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1410
+ enum writerfilter::rtftok::RTFKeyword RTF_PNULWAVE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1411
+ enum writerfilter::rtftok::RTFKeyword RTF_PNZODIAC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1412
+ enum writerfilter::rtftok::RTFKeyword RTF_PNZODIACD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1413
+ enum writerfilter::rtftok::RTFKeyword RTF_PNZODIACL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1414
+ enum writerfilter::rtftok::RTFKeyword RTF_POSNEGX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1415
+ enum writerfilter::rtftok::RTFKeyword RTF_POSNEGY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1429
+ enum writerfilter::rtftok::RTFKeyword RTF_PRAUTH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1430
+ enum writerfilter::rtftok::RTFKeyword RTF_PRCOLBL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1431
+ enum writerfilter::rtftok::RTFKeyword RTF_PRDATE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1432
+ enum writerfilter::rtftok::RTFKeyword RTF_PRINTDATA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1434
+ enum writerfilter::rtftok::RTFKeyword RTF_PRIVATE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1437
+ enum writerfilter::rtftok::RTFKeyword RTF_PROTECT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1438
+ enum writerfilter::rtftok::RTFKeyword RTF_PROTEND
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1439
+ enum writerfilter::rtftok::RTFKeyword RTF_PROTLEVEL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1440
+ enum writerfilter::rtftok::RTFKeyword RTF_PROTSTART
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1441
+ enum writerfilter::rtftok::RTFKeyword RTF_PROTUSERTBL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1442
+ enum writerfilter::rtftok::RTFKeyword RTF_PSOVER
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1443
+ enum writerfilter::rtftok::RTFKeyword RTF_PSZ
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1444
+ enum writerfilter::rtftok::RTFKeyword RTF_PTABLDOT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1445
+ enum writerfilter::rtftok::RTFKeyword RTF_PTABLMDOT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1446
+ enum writerfilter::rtftok::RTFKeyword RTF_PTABLMINUS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1448
+ enum writerfilter::rtftok::RTFKeyword RTF_PTABLUSCORE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1449
+ enum writerfilter::rtftok::RTFKeyword RTF_PUBAUTO
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1453
+ enum writerfilter::rtftok::RTFKeyword RTF_PWD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1454
+ enum writerfilter::rtftok::RTFKeyword RTF_PXE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1458
+ enum writerfilter::rtftok::RTFKeyword RTF_QK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1460
+ enum writerfilter::rtftok::RTFKeyword RTF_QMSPACE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1462
+ enum writerfilter::rtftok::RTFKeyword RTF_QT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1463
+ enum writerfilter::rtftok::RTFKeyword RTF_RAWCLBGDKBDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1464
+ enum writerfilter::rtftok::RTFKeyword RTF_RAWCLBGBDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1465
+ enum writerfilter::rtftok::RTFKeyword RTF_RAWCLBGCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1466
+ enum writerfilter::rtftok::RTFKeyword RTF_RAWCLBGDCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1467
+ enum writerfilter::rtftok::RTFKeyword RTF_RAWCLBGDKCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1468
+ enum writerfilter::rtftok::RTFKeyword RTF_RAWCLBGDKDCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1469
+ enum writerfilter::rtftok::RTFKeyword RTF_RAWCLBGDKFDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1470
+ enum writerfilter::rtftok::RTFKeyword RTF_RAWCLBGDKHOR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1471
+ enum writerfilter::rtftok::RTFKeyword RTF_RAWCLBGDKVERT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1472
+ enum writerfilter::rtftok::RTFKeyword RTF_RAWCLBGFDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1473
+ enum writerfilter::rtftok::RTFKeyword RTF_RAWCLBGHORIZ
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1474
+ enum writerfilter::rtftok::RTFKeyword RTF_RAWCLBGVERT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1476
+ enum writerfilter::rtftok::RTFKeyword RTF_READONLYRECOMMENDED
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1477
+ enum writerfilter::rtftok::RTFKeyword RTF_READPROT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1479
+ enum writerfilter::rtftok::RTFKeyword RTF_RELYONVML
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1480
+ enum writerfilter::rtftok::RTFKeyword RTF_REMDTTM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1481
+ enum writerfilter::rtftok::RTFKeyword RTF_REMPERSONALINFO
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1485
+ enum writerfilter::rtftok::RTFKeyword RTF_REVBAR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1490
+ enum writerfilter::rtftok::RTFKeyword RTF_REVPROP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1491
+ enum writerfilter::rtftok::RTFKeyword RTF_REVPROT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1498
+ enum writerfilter::rtftok::RTFKeyword RTF_RSID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1499
+ enum writerfilter::rtftok::RTFKeyword RTF_RSIDROOT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1500
+ enum writerfilter::rtftok::RTFKeyword RTF_RSIDTBL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1501
+ enum writerfilter::rtftok::RTFKeyword RTF_RSLTBMP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1502
+ enum writerfilter::rtftok::RTFKeyword RTF_RSLTHTML
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1503
+ enum writerfilter::rtftok::RTFKeyword RTF_RSLTMERGE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1504
+ enum writerfilter::rtftok::RTFKeyword RTF_RSLTPICT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1505
+ enum writerfilter::rtftok::RTFKeyword RTF_RSLTRTF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1506
+ enum writerfilter::rtftok::RTFKeyword RTF_RSLTTXT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1509
+ enum writerfilter::rtftok::RTFKeyword RTF_RTLDOC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1510
+ enum writerfilter::rtftok::RTFKeyword RTF_RTLGUTTER
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1511
+ enum writerfilter::rtftok::RTFKeyword RTF_RTLMARK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1515
+ enum writerfilter::rtftok::RTFKeyword RTF_RXE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1519
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNALC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1520
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNAR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1521
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNAUC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1522
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNCHI
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1523
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNCHOSUNG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1524
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNCNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1525
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNDBAR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1526
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNDBNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1527
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNDBNUMD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1528
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNDBNUMK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1529
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNDBNUMT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1530
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNGANADA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1531
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNGBNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1532
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNGBNUMD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1533
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNGBNUMK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1534
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNGBNUML
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1535
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNRLC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1536
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNRUC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1537
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNZODIAC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1538
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNZODIACD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1539
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNNZODIACL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1540
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNRESTART
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1541
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNRSTCONT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1542
+ enum writerfilter::rtftok::RTFKeyword RTF_SAFTNSTART
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1544
+ enum writerfilter::rtftok::RTFKeyword RTF_SAVEINVALIDXML
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1545
+ enum writerfilter::rtftok::RTFKeyword RTF_SAVEPREVPICT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1554
+ enum writerfilter::rtftok::RTFKeyword RTF_SBYS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1556
+ enum writerfilter::rtftok::RTFKeyword RTF_SCOMPOSE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1557
+ enum writerfilter::rtftok::RTFKeyword RTF_SEC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1560
+ enum writerfilter::rtftok::RTFKeyword RTF_SECTDEFAULTCL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1561
+ enum writerfilter::rtftok::RTFKeyword RTF_SECTEXPAND
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1562
+ enum writerfilter::rtftok::RTFKeyword RTF_SECTLINEGRID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1563
+ enum writerfilter::rtftok::RTFKeyword RTF_SECTNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1564
+ enum writerfilter::rtftok::RTFKeyword RTF_SECTRSID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1565
+ enum writerfilter::rtftok::RTFKeyword RTF_SECTSPECIFYCL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1566
+ enum writerfilter::rtftok::RTFKeyword RTF_SECTSPECIFYGENN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1567
+ enum writerfilter::rtftok::RTFKeyword RTF_SECTSPECIFYL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1569
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNBJ
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1570
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNALC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1571
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNAR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1572
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNAUC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1573
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNCHI
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1574
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNCHOSUNG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1575
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNCNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1576
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNDBAR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1577
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNDBNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1578
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNDBNUMD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1579
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNDBNUMK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1580
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNDBNUMT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1581
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNGANADA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1582
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNGBNUM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1583
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNGBNUMD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1584
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNGBNUMK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1585
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNGBNUML
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1586
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNRLC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1587
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNRUC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1588
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNZODIAC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1589
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNZODIACD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1590
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNNZODIACL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1591
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNRESTART
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1592
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNRSTCONT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1593
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNRSTPG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1594
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNSTART
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1595
+ enum writerfilter::rtftok::RTFKeyword RTF_SFTNTJ
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1597
+ enum writerfilter::rtftok::RTFKeyword RTF_SHADING
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1598
+ enum writerfilter::rtftok::RTFKeyword RTF_SHIDDEN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1599
+ enum writerfilter::rtftok::RTFKeyword RTF_SHIFT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1600
+ enum writerfilter::rtftok::RTFKeyword RTF_SHOWPLACEHOLDTEXT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1601
+ enum writerfilter::rtftok::RTFKeyword RTF_SHOWXMLERRORS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1604
+ enum writerfilter::rtftok::RTFKeyword RTF_SHPBXCOLUMN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1605
+ enum writerfilter::rtftok::RTFKeyword RTF_SHPBXIGNORE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1606
+ enum writerfilter::rtftok::RTFKeyword RTF_SHPBXMARGIN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1608
+ enum writerfilter::rtftok::RTFKeyword RTF_SHPBYIGNORE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1609
+ enum writerfilter::rtftok::RTFKeyword RTF_SHPBYMARGIN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1611
+ enum writerfilter::rtftok::RTFKeyword RTF_SHPBYPARA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1613
+ enum writerfilter::rtftok::RTFKeyword RTF_SHPFHDR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1617
+ enum writerfilter::rtftok::RTFKeyword RTF_SHPLID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1618
+ enum writerfilter::rtftok::RTFKeyword RTF_SHPLOCKANCHOR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1621
+ enum writerfilter::rtftok::RTFKeyword RTF_SHPRSLT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1628
+ enum writerfilter::rtftok::RTFKeyword RTF_SLINK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1630
+ enum writerfilter::rtftok::RTFKeyword RTF_SLOCKED
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1632
+ enum writerfilter::rtftok::RTFKeyword RTF_SNAPTOGRIDINCELL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1633
+ enum writerfilter::rtftok::RTFKeyword RTF_SNEXT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1634
+ enum writerfilter::rtftok::RTFKeyword RTF_SOFTCOL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1635
+ enum writerfilter::rtftok::RTFKeyword RTF_SOFTLHEIGHT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1636
+ enum writerfilter::rtftok::RTFKeyword RTF_SOFTLINE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1637
+ enum writerfilter::rtftok::RTFKeyword RTF_SOFTPAGE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1639
+ enum writerfilter::rtftok::RTFKeyword RTF_SPERSONAL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1640
+ enum writerfilter::rtftok::RTFKeyword RTF_SPLTPGPAR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1641
+ enum writerfilter::rtftok::RTFKeyword RTF_SPLYTWNINE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1642
+ enum writerfilter::rtftok::RTFKeyword RTF_SPRIORITY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1643
+ enum writerfilter::rtftok::RTFKeyword RTF_SPRSBSP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1644
+ enum writerfilter::rtftok::RTFKeyword RTF_SPRSLNSP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1645
+ enum writerfilter::rtftok::RTFKeyword RTF_SPRSSPBF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1646
+ enum writerfilter::rtftok::RTFKeyword RTF_SPRSTSM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1647
+ enum writerfilter::rtftok::RTFKeyword RTF_SPRSTSP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1648
+ enum writerfilter::rtftok::RTFKeyword RTF_SPV
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1649
+ enum writerfilter::rtftok::RTFKeyword RTF_SQFORMAT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1650
+ enum writerfilter::rtftok::RTFKeyword RTF_SRAUTH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1651
+ enum writerfilter::rtftok::RTFKeyword RTF_SRDATE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1652
+ enum writerfilter::rtftok::RTFKeyword RTF_SREPLY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1653
+ enum writerfilter::rtftok::RTFKeyword RTF_SSEMIHIDDEN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1655
+ enum writerfilter::rtftok::RTFKeyword RTF_STEXTFLOW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1658
+ enum writerfilter::rtftok::RTFKeyword RTF_STSHFBI
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1659
+ enum writerfilter::rtftok::RTFKeyword RTF_STSHFDBCH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1660
+ enum writerfilter::rtftok::RTFKeyword RTF_STSHFHICH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1661
+ enum writerfilter::rtftok::RTFKeyword RTF_STSHFLOCH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1662
+ enum writerfilter::rtftok::RTFKeyword RTF_STYLELOCK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1663
+ enum writerfilter::rtftok::RTFKeyword RTF_STYLELOCKBACKCOMP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1664
+ enum writerfilter::rtftok::RTFKeyword RTF_STYLELOCKENFORCED
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1665
+ enum writerfilter::rtftok::RTFKeyword RTF_STYLELOCKQFSET
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1666
+ enum writerfilter::rtftok::RTFKeyword RTF_STYLELOCKTHEME
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1668
+ enum writerfilter::rtftok::RTFKeyword RTF_STYLESORTMETHOD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1669
+ enum writerfilter::rtftok::RTFKeyword RTF_STYRSID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1671
+ enum writerfilter::rtftok::RTFKeyword RTF_SUBDOCUMENT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1672
+ enum writerfilter::rtftok::RTFKeyword RTF_SUBFONTBYSIZE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1674
+ enum writerfilter::rtftok::RTFKeyword RTF_SUNHIDEUSED
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1677
+ enum writerfilter::rtftok::RTFKeyword RTF_SVB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1678
+ enum writerfilter::rtftok::RTFKeyword RTF_SWPBDR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1680
+ enum writerfilter::rtftok::RTFKeyword RTF_TABSNOOVRLP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1681
+ enum writerfilter::rtftok::RTFKeyword RTF_TAPRTL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1682
+ enum writerfilter::rtftok::RTFKeyword RTF_TB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1683
+ enum writerfilter::rtftok::RTFKeyword RTF_TBLIND
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1684
+ enum writerfilter::rtftok::RTFKeyword RTF_TBLINDTYPE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1685
+ enum writerfilter::rtftok::RTFKeyword RTF_TBLLKBESTFIT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1686
+ enum writerfilter::rtftok::RTFKeyword RTF_TBLLKBORDER
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1687
+ enum writerfilter::rtftok::RTFKeyword RTF_TBLLKCOLOR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1688
+ enum writerfilter::rtftok::RTFKeyword RTF_TBLLKFONT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1689
+ enum writerfilter::rtftok::RTFKeyword RTF_TBLLKHDRCOLS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1690
+ enum writerfilter::rtftok::RTFKeyword RTF_TBLLKHDRROWS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1691
+ enum writerfilter::rtftok::RTFKeyword RTF_TBLLKLASTCOL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1692
+ enum writerfilter::rtftok::RTFKeyword RTF_TBLLKLASTROW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1693
+ enum writerfilter::rtftok::RTFKeyword RTF_TBLLKNOCOLBAND
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1694
+ enum writerfilter::rtftok::RTFKeyword RTF_TBLLKNOROWBAND
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1695
+ enum writerfilter::rtftok::RTFKeyword RTF_TBLLKSHADING
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1696
+ enum writerfilter::rtftok::RTFKeyword RTF_TBLRSID
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1698
+ enum writerfilter::rtftok::RTFKeyword RTF_TCELLD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1699
+ enum writerfilter::rtftok::RTFKeyword RTF_TCF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1700
+ enum writerfilter::rtftok::RTFKeyword RTF_TCL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1702
+ enum writerfilter::rtftok::RTFKeyword RTF_TDFRMTXTBOTTOM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1703
+ enum writerfilter::rtftok::RTFKeyword RTF_TDFRMTXTLEFT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1704
+ enum writerfilter::rtftok::RTFKeyword RTF_TDFRMTXTRIGHT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1705
+ enum writerfilter::rtftok::RTFKeyword RTF_TDFRMTXTTOP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1706
+ enum writerfilter::rtftok::RTFKeyword RTF_TEMPLATE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1707
+ enum writerfilter::rtftok::RTFKeyword RTF_THEMEDATA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1708
+ enum writerfilter::rtftok::RTFKeyword RTF_THEMELANG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1709
+ enum writerfilter::rtftok::RTFKeyword RTF_THEMELANGCS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1710
+ enum writerfilter::rtftok::RTFKeyword RTF_THEMELANGFE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1711
+ enum writerfilter::rtftok::RTFKeyword RTF_TIME
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1720
+ enum writerfilter::rtftok::RTFKeyword RTF_TOPLINEPUNCT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1721
+ enum writerfilter::rtftok::RTFKeyword RTF_TPHCOL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1722
+ enum writerfilter::rtftok::RTFKeyword RTF_TPHMRG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1723
+ enum writerfilter::rtftok::RTFKeyword RTF_TPHPG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1724
+ enum writerfilter::rtftok::RTFKeyword RTF_TPOSNEGX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1725
+ enum writerfilter::rtftok::RTFKeyword RTF_TPOSNEGY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1726
+ enum writerfilter::rtftok::RTFKeyword RTF_TPOSXC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1727
+ enum writerfilter::rtftok::RTFKeyword RTF_TPOSXI
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1728
+ enum writerfilter::rtftok::RTFKeyword RTF_TPOSXL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1729
+ enum writerfilter::rtftok::RTFKeyword RTF_TPOSX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1730
+ enum writerfilter::rtftok::RTFKeyword RTF_TPOSXO
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1731
+ enum writerfilter::rtftok::RTFKeyword RTF_TPOSXR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1732
+ enum writerfilter::rtftok::RTFKeyword RTF_TPOSY
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1733
+ enum writerfilter::rtftok::RTFKeyword RTF_TPOSYB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1734
+ enum writerfilter::rtftok::RTFKeyword RTF_TPOSYC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1735
+ enum writerfilter::rtftok::RTFKeyword RTF_TPOSYIL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1736
+ enum writerfilter::rtftok::RTFKeyword RTF_TPOSYIN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1737
+ enum writerfilter::rtftok::RTFKeyword RTF_TPOSYOUT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1738
+ enum writerfilter::rtftok::RTFKeyword RTF_TPOSYT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1739
+ enum writerfilter::rtftok::RTFKeyword RTF_TPVMRG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1740
+ enum writerfilter::rtftok::RTFKeyword RTF_TPVPARA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1741
+ enum writerfilter::rtftok::RTFKeyword RTF_TPVPG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1745
+ enum writerfilter::rtftok::RTFKeyword RTF_TRACKFORMATTING
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1746
+ enum writerfilter::rtftok::RTFKeyword RTF_TRACKMOVES
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1747
+ enum writerfilter::rtftok::RTFKeyword RTF_TRANSMF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1748
+ enum writerfilter::rtftok::RTFKeyword RTF_TRAUTH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1749
+ enum writerfilter::rtftok::RTFKeyword RTF_TRAUTOFIT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1750
+ enum writerfilter::rtftok::RTFKeyword RTF_TRBGBDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1751
+ enum writerfilter::rtftok::RTFKeyword RTF_TRBGCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1752
+ enum writerfilter::rtftok::RTFKeyword RTF_TRBGDCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1753
+ enum writerfilter::rtftok::RTFKeyword RTF_TRBGDKBDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1754
+ enum writerfilter::rtftok::RTFKeyword RTF_TRBGDKCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1755
+ enum writerfilter::rtftok::RTFKeyword RTF_TRBGDKDCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1756
+ enum writerfilter::rtftok::RTFKeyword RTF_TRBGDKFDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1757
+ enum writerfilter::rtftok::RTFKeyword RTF_TRBGDKHOR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1758
+ enum writerfilter::rtftok::RTFKeyword RTF_TRBGDKVERT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1759
+ enum writerfilter::rtftok::RTFKeyword RTF_TRBGFDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1760
+ enum writerfilter::rtftok::RTFKeyword RTF_TRBGHORIZ
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1761
+ enum writerfilter::rtftok::RTFKeyword RTF_TRBGVERT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1762
+ enum writerfilter::rtftok::RTFKeyword RTF_TRBRDRB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1763
+ enum writerfilter::rtftok::RTFKeyword RTF_TRBRDRH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1764
+ enum writerfilter::rtftok::RTFKeyword RTF_TRBRDRL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1765
+ enum writerfilter::rtftok::RTFKeyword RTF_TRBRDRR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1766
+ enum writerfilter::rtftok::RTFKeyword RTF_TRBRDRT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1767
+ enum writerfilter::rtftok::RTFKeyword RTF_TRBRDRV
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1768
+ enum writerfilter::rtftok::RTFKeyword RTF_TRCBPAT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1769
+ enum writerfilter::rtftok::RTFKeyword RTF_TRCFPAT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1770
+ enum writerfilter::rtftok::RTFKeyword RTF_TRDATE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1771
+ enum writerfilter::rtftok::RTFKeyword RTF_TRFTSWIDTHA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1772
+ enum writerfilter::rtftok::RTFKeyword RTF_TRFTSWIDTHB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1775
+ enum writerfilter::rtftok::RTFKeyword RTF_TRHDR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1777
+ enum writerfilter::rtftok::RTFKeyword RTF_TRKEEPFOLLOW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1788
+ enum writerfilter::rtftok::RTFKeyword RTF_TRPADOB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1789
+ enum writerfilter::rtftok::RTFKeyword RTF_TRPADOFB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1790
+ enum writerfilter::rtftok::RTFKeyword RTF_TRPADOFL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1791
+ enum writerfilter::rtftok::RTFKeyword RTF_TRPADOFR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1792
+ enum writerfilter::rtftok::RTFKeyword RTF_TRPADOFT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1793
+ enum writerfilter::rtftok::RTFKeyword RTF_TRPADOL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1794
+ enum writerfilter::rtftok::RTFKeyword RTF_TRPADOR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1795
+ enum writerfilter::rtftok::RTFKeyword RTF_TRPADOT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1796
+ enum writerfilter::rtftok::RTFKeyword RTF_TRPAT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1801
+ enum writerfilter::rtftok::RTFKeyword RTF_TRSHDNG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1802
+ enum writerfilter::rtftok::RTFKeyword RTF_TRSPDB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1803
+ enum writerfilter::rtftok::RTFKeyword RTF_TRSPDFB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1804
+ enum writerfilter::rtftok::RTFKeyword RTF_TRSPDFL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1805
+ enum writerfilter::rtftok::RTFKeyword RTF_TRSPDFR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1806
+ enum writerfilter::rtftok::RTFKeyword RTF_TRSPDFT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1807
+ enum writerfilter::rtftok::RTFKeyword RTF_TRSPDL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1808
+ enum writerfilter::rtftok::RTFKeyword RTF_TRSPDR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1809
+ enum writerfilter::rtftok::RTFKeyword RTF_TRSPDT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1810
+ enum writerfilter::rtftok::RTFKeyword RTF_TRSPOB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1811
+ enum writerfilter::rtftok::RTFKeyword RTF_TRSPOFB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1812
+ enum writerfilter::rtftok::RTFKeyword RTF_TRSPOFL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1813
+ enum writerfilter::rtftok::RTFKeyword RTF_TRSPOFR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1814
+ enum writerfilter::rtftok::RTFKeyword RTF_TRSPOFT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1815
+ enum writerfilter::rtftok::RTFKeyword RTF_TRSPOL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1816
+ enum writerfilter::rtftok::RTFKeyword RTF_TRSPOR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1817
+ enum writerfilter::rtftok::RTFKeyword RTF_TRSPOT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1818
+ enum writerfilter::rtftok::RTFKeyword RTF_TRUNCATEFONTHEIGHT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1819
+ enum writerfilter::rtftok::RTFKeyword RTF_TRUNCEX
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1821
+ enum writerfilter::rtftok::RTFKeyword RTF_TRWWIDTHB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1824
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBGBDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1825
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBGCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1826
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBGDCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1827
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBGDKBDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1828
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBGDKCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1829
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBGDKDCROSS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1830
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBGDKFDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1831
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBGDKHOR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1832
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBGDKVERT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1833
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBGFDIAG
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1834
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBGHORIZ
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1835
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBGVERT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1836
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBRDRB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1837
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBRDRDGL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1838
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBRDRDGR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1839
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBRDRH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1840
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBRDRL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1841
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBRDRR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1842
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBRDRT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1843
+ enum writerfilter::rtftok::RTFKeyword RTF_TSBRDRV
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1844
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCBANDHORZEVEN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1845
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCBANDHORZODD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1846
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCBANDSH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1847
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCBANDSV
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1848
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCBANDVERTEVEN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1849
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCBANDVERTODD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1850
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCELLCBPAT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1851
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCELLCFPAT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1852
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCELLPADDB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1853
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCELLPADDFB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1854
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCELLPADDFL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1855
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCELLPADDFR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1856
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCELLPADDFT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1857
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCELLPADDL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1858
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCELLPADDR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1859
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCELLPADDT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1860
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCELLPCT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1861
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCELLWIDTH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1862
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCELLWIDTHFTS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1863
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCFIRSTCOL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1864
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCFIRSTROW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1865
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCLASTCOL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1866
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCLASTROW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1867
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCNECELL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1868
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCNWCELL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1869
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCSECELL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1870
+ enum writerfilter::rtftok::RTFKeyword RTF_TSCSWCELL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1871
+ enum writerfilter::rtftok::RTFKeyword RTF_TSD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1872
+ enum writerfilter::rtftok::RTFKeyword RTF_TSNOWRAP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1873
+ enum writerfilter::rtftok::RTFKeyword RTF_TSROWD
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1874
+ enum writerfilter::rtftok::RTFKeyword RTF_TSVERTALB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1875
+ enum writerfilter::rtftok::RTFKeyword RTF_TSVERTALC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1876
+ enum writerfilter::rtftok::RTFKeyword RTF_TSVERTALT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1880
+ enum writerfilter::rtftok::RTFKeyword RTF_TXBXTWALWAYS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1881
+ enum writerfilter::rtftok::RTFKeyword RTF_TXBXTWFIRST
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1882
+ enum writerfilter::rtftok::RTFKeyword RTF_TXBXTWFIRSTLAST
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1883
+ enum writerfilter::rtftok::RTFKeyword RTF_TXBXTWLAST
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1884
+ enum writerfilter::rtftok::RTFKeyword RTF_TXBXTWNO
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1885
+ enum writerfilter::rtftok::RTFKeyword RTF_TXE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1896
+ enum writerfilter::rtftok::RTFKeyword RTF_ULHAIR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1911
+ enum writerfilter::rtftok::RTFKeyword RTF_URTF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1912
+ enum writerfilter::rtftok::RTFKeyword RTF_USELTBALN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1913
+ enum writerfilter::rtftok::RTFKeyword RTF_USENORMSTYFORLIST
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1915
+ enum writerfilter::rtftok::RTFKeyword RTF_USEXFORM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1916
+ enum writerfilter::rtftok::RTFKeyword RTF_UTINL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1918
+ enum writerfilter::rtftok::RTFKeyword RTF_VALIDATEXML
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1921
+ enum writerfilter::rtftok::RTFKeyword RTF_VERTAL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1922
+ enum writerfilter::rtftok::RTFKeyword RTF_VERTALB
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1923
+ enum writerfilter::rtftok::RTFKeyword RTF_VERTALC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1924
+ enum writerfilter::rtftok::RTFKeyword RTF_VERTALJ
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1925
+ enum writerfilter::rtftok::RTFKeyword RTF_VERTALT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1926
+ enum writerfilter::rtftok::RTFKeyword RTF_VERTDOC
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1927
+ enum writerfilter::rtftok::RTFKeyword RTF_VERTSECT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1929
+ enum writerfilter::rtftok::RTFKeyword RTF_VIEWKIND
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1930
+ enum writerfilter::rtftok::RTFKeyword RTF_VIEWNOBOUND
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1932
+ enum writerfilter::rtftok::RTFKeyword RTF_VIEWZK
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1933
+ enum writerfilter::rtftok::RTFKeyword RTF_WBITMAP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1934
+ enum writerfilter::rtftok::RTFKeyword RTF_WBMBITSPIXEL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1935
+ enum writerfilter::rtftok::RTFKeyword RTF_WBMPLANES
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1936
+ enum writerfilter::rtftok::RTFKeyword RTF_WBMWIDTHBYTE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1937
+ enum writerfilter::rtftok::RTFKeyword RTF_WEBHIDDEN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1938
+ enum writerfilter::rtftok::RTFKeyword RTF_WGRFFMTFILTER
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1941
+ enum writerfilter::rtftok::RTFKeyword RTF_WINDOWCAPTION
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1943
+ enum writerfilter::rtftok::RTFKeyword RTF_WPEQN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1944
+ enum writerfilter::rtftok::RTFKeyword RTF_WPJST
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1945
+ enum writerfilter::rtftok::RTFKeyword RTF_WPSP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1946
+ enum writerfilter::rtftok::RTFKeyword RTF_WRAPAROUND
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1947
+ enum writerfilter::rtftok::RTFKeyword RTF_WRAPDEFAULT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1948
+ enum writerfilter::rtftok::RTFKeyword RTF_WRAPTHROUGH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1949
+ enum writerfilter::rtftok::RTFKeyword RTF_WRAPTIGHT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1950
+ enum writerfilter::rtftok::RTFKeyword RTF_WRAPTRSP
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1951
+ enum writerfilter::rtftok::RTFKeyword RTF_WRITERESERVATION
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1952
+ enum writerfilter::rtftok::RTFKeyword RTF_WRITERESERVHASH
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1953
+ enum writerfilter::rtftok::RTFKeyword RTF_WRPPUNCT
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1955
+ enum writerfilter::rtftok::RTFKeyword RTF_XEF
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1956
+ enum writerfilter::rtftok::RTFKeyword RTF_XFORM
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1957
+ enum writerfilter::rtftok::RTFKeyword RTF_XMLATTR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1958
+ enum writerfilter::rtftok::RTFKeyword RTF_XMLATTRNAME
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1959
+ enum writerfilter::rtftok::RTFKeyword RTF_XMLATTRNS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1960
+ enum writerfilter::rtftok::RTFKeyword RTF_XMLATTRVALUE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1961
+ enum writerfilter::rtftok::RTFKeyword RTF_XMLCLOSE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1962
+ enum writerfilter::rtftok::RTFKeyword RTF_XMLNAME
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1963
+ enum writerfilter::rtftok::RTFKeyword RTF_XMLNS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1964
+ enum writerfilter::rtftok::RTFKeyword RTF_XMLNSTBL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1965
+ enum writerfilter::rtftok::RTFKeyword RTF_XMLOPEN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1966
+ enum writerfilter::rtftok::RTFKeyword RTF_XMLSDTTCELL
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1967
+ enum writerfilter::rtftok::RTFKeyword RTF_XMLSDTTPARA
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1968
+ enum writerfilter::rtftok::RTFKeyword RTF_XMLSDTTREGULAR
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1969
+ enum writerfilter::rtftok::RTFKeyword RTF_XMLSDTTROW
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1970
+ enum writerfilter::rtftok::RTFKeyword RTF_XMLSDTTUNKNOWN
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1972
+ enum writerfilter::rtftok::RTFKeyword RTF_YTS
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1973
+ enum writerfilter::rtftok::RTFKeyword RTF_YXE
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1974
+ enum writerfilter::rtftok::RTFKeyword RTF_ZWBO
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1975
+ enum writerfilter::rtftok::RTFKeyword RTF_ZWJ
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1976
+ enum writerfilter::rtftok::RTFKeyword RTF_ZWNBO
+writerfilter/source/rtftok/rtfcontrolwords.hxx:1977
+ enum writerfilter::rtftok::RTFKeyword RTF_ZWNJ
+writerfilter/source/rtftok/rtfdocumentimpl.hxx:78
+ enum writerfilter::rtftok::RTFFormFieldType TEXT
+writerfilter/source/rtftok/rtfdocumentimpl.hxx:86
+ enum writerfilter::rtftok::RTFBmpStyle PNG
+writerfilter/source/rtftok/rtfdocumentimpl.hxx:87
+ enum writerfilter::rtftok::RTFBmpStyle JPEG
+writerfilter/source/rtftok/rtfdocumentimpl.hxx:95
+ enum writerfilter::rtftok::RTFFieldStatus RESULT
+xmlhelp/source/cxxhelp/inc/tvread.hxx:46
+ enum treeview::ConfigData::(anonymous at /home/noel/libo3/xmlhelp/source/cxxhelp/inc/tvread.hxx:45:9) PRODUCTNAME
+xmlhelp/source/cxxhelp/inc/tvread.hxx:46
+ enum treeview::ConfigData::(anonymous at /home/noel/libo3/xmlhelp/source/cxxhelp/inc/tvread.hxx:45:9) PRODUCTVERSION
+xmlhelp/source/cxxhelp/inc/tvread.hxx:46
+ enum treeview::ConfigData::(anonymous at /home/noel/libo3/xmlhelp/source/cxxhelp/inc/tvread.hxx:45:9) VENDORNAME
+xmlhelp/source/cxxhelp/inc/tvread.hxx:46
+ enum treeview::ConfigData::(anonymous at /home/noel/libo3/xmlhelp/source/cxxhelp/inc/tvread.hxx:45:9) VENDORVERSION
+xmlhelp/source/cxxhelp/inc/tvread.hxx:47
+ enum treeview::ConfigData::(anonymous at /home/noel/libo3/xmlhelp/source/cxxhelp/inc/tvread.hxx:45:9) VENDORSHORT
+xmlhelp/source/cxxhelp/provider/databases.hxx:248
+ enum chelp::Databases::(anonymous at /home/noel/libo3/xmlhelp/source/cxxhelp/provider/databases.hxx:247:9) PRODUCTNAME
+xmlhelp/source/cxxhelp/provider/databases.hxx:249
+ enum chelp::Databases::(anonymous at /home/noel/libo3/xmlhelp/source/cxxhelp/provider/databases.hxx:247:9) PRODUCTVERSION
+xmlhelp/source/cxxhelp/provider/databases.hxx:250
+ enum chelp::Databases::(anonymous at /home/noel/libo3/xmlhelp/source/cxxhelp/provider/databases.hxx:247:9) VENDORNAME
+xmlhelp/source/cxxhelp/provider/databases.hxx:251
+ enum chelp::Databases::(anonymous at /home/noel/libo3/xmlhelp/source/cxxhelp/provider/databases.hxx:247:9) VENDORVERSION
+xmlhelp/source/cxxhelp/provider/databases.hxx:252
+ enum chelp::Databases::(anonymous at /home/noel/libo3/xmlhelp/source/cxxhelp/provider/databases.hxx:247:9) VENDORSHORT
+xmlhelp/source/cxxhelp/provider/databases.hxx:253
+ enum chelp::Databases::(anonymous at /home/noel/libo3/xmlhelp/source/cxxhelp/provider/databases.hxx:247:9) NEWPRODUCTNAME
+xmlhelp/source/cxxhelp/provider/databases.hxx:254
+ enum chelp::Databases::(anonymous at /home/noel/libo3/xmlhelp/source/cxxhelp/provider/databases.hxx:247:9) NEWPRODUCTVERSION
+xmlhelp/source/treeview/tvread.cxx:85
+ enum treeview::TVDom::Kind tree_node
+xmlhelp/source/treeview/tvread.cxx:87
+ enum treeview::TVDom::Kind other
+xmloff/inc/EnhancedCustomShapeToken.hxx:89
+ enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum EAS_CustomShapeEngine
+xmloff/inc/EnhancedCustomShapeToken.hxx:90
+ enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum EAS_CustomShapeData
+xmloff/inc/EnhancedCustomShapeToken.hxx:101
+ enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum EAS_Equation
+xmloff/inc/EnhancedCustomShapeToken.hxx:105
+ enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum EAS_Handle
+xmloff/inc/EnhancedCustomShapeToken.hxx:142
+ enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum EAS_GluePointLeavingDirections
+xmloff/inc/EnhancedCustomShapeToken.hxx:152
+ enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum EAS_NotFound
+xmloff/inc/forms/property_ids.hxx:38
+ enum xmloff::PropertyId PID_INVALID
+xmloff/inc/txtfldi.hxx:65
+ enum XMLTextFieldAttrTokens XML_TOK_TEXTFIELD_DISPLAY_FORMULA
+xmloff/inc/txtfldi.hxx:77
+ enum XMLTextFieldAttrTokens XML_TOK_TEXTFIELD_CURRENCY
+xmloff/inc/txtfldi.hxx:87
+ enum XMLTextFieldAttrTokens XML_TOK_TEXTFIELD_REVISION
+xmloff/inc/txtfldi.hxx:98
+ enum XMLTextFieldAttrTokens XML_TOK_TEXTFIELD_ANNOTATION
+xmloff/source/chart/SchXMLPlotAreaContext.hxx:179
+ enum SchXMLWallFloorContext::ContextType CONTEXT_TYPE_FLOOR
+xmloff/source/chart/SchXMLTools.hxx:56
+ enum SchXMLTools::SchXMLChartTypeEnum XML_CHART_CLASS_LINE
+xmloff/source/chart/SchXMLTools.hxx:57
+ enum SchXMLTools::SchXMLChartTypeEnum XML_CHART_CLASS_AREA
+xmloff/source/chart/SchXMLTools.hxx:59
+ enum SchXMLTools::SchXMLChartTypeEnum XML_CHART_CLASS_RING
+xmloff/source/chart/SchXMLTools.hxx:60
+ enum SchXMLTools::SchXMLChartTypeEnum XML_CHART_CLASS_SCATTER
+xmloff/source/chart/SchXMLTools.hxx:61
+ enum SchXMLTools::SchXMLChartTypeEnum XML_CHART_CLASS_RADAR
+xmloff/source/chart/SchXMLTools.hxx:62
+ enum SchXMLTools::SchXMLChartTypeEnum XML_CHART_CLASS_FILLED_RADAR
+xmloff/source/chart/SchXMLTools.hxx:63
+ enum SchXMLTools::SchXMLChartTypeEnum XML_CHART_CLASS_BAR
+xmloff/source/chart/SchXMLTools.hxx:65
+ enum SchXMLTools::SchXMLChartTypeEnum XML_CHART_CLASS_BUBBLE
+xmloff/source/chart/SchXMLTools.hxx:66
+ enum SchXMLTools::SchXMLChartTypeEnum XML_CHART_CLASS_GL3DBAR
+xmloff/source/chart/SchXMLTools.hxx:67
+ enum SchXMLTools::SchXMLChartTypeEnum XML_CHART_CLASS_ADDIN
+xmloff/source/chart/transporttypes.hxx:30
+ enum SchXMLCellType SCH_CELL_TYPE_UNKNOWN
+xmloff/source/core/xmlenums.hxx:25
+ enum XMLForbiddenCharactersEnum XML_FORBIDDEN_CHARACTER_LANGUAGE
+xmloff/source/core/xmlenums.hxx:26
+ enum XMLForbiddenCharactersEnum XML_FORBIDDEN_CHARACTER_COUNTRY
+xmloff/source/core/xmlenums.hxx:27
+ enum XMLForbiddenCharactersEnum XML_FORBIDDEN_CHARACTER_VARIANT
+xmloff/source/core/xmlenums.hxx:28
+ enum XMLForbiddenCharactersEnum XML_FORBIDDEN_CHARACTER_BEGIN_LINE
+xmloff/source/core/xmlenums.hxx:29
+ enum XMLForbiddenCharactersEnum XML_FORBIDDEN_CHARACTER_END_LINE
+xmloff/source/core/xmlenums.hxx:35
+ enum XMLSymbolDescriptorsEnum XML_SYMBOL_DESCRIPTOR_NAME
+xmloff/source/core/xmlenums.hxx:36
+ enum XMLSymbolDescriptorsEnum XML_SYMBOL_DESCRIPTOR_EXPORT_NAME
+xmloff/source/core/xmlenums.hxx:37
+ enum XMLSymbolDescriptorsEnum XML_SYMBOL_DESCRIPTOR_SYMBOL_SET
+xmloff/source/core/xmlenums.hxx:38
+ enum XMLSymbolDescriptorsEnum XML_SYMBOL_DESCRIPTOR_CHARACTER
+xmloff/source/core/xmlenums.hxx:39
+ enum XMLSymbolDescriptorsEnum XML_SYMBOL_DESCRIPTOR_FONT_NAME
+xmloff/source/core/xmlenums.hxx:40
+ enum XMLSymbolDescriptorsEnum XML_SYMBOL_DESCRIPTOR_CHAR_SET
+xmloff/source/core/xmlenums.hxx:41
+ enum XMLSymbolDescriptorsEnum XML_SYMBOL_DESCRIPTOR_FAMILY
+xmloff/source/core/xmlenums.hxx:42
+ enum XMLSymbolDescriptorsEnum XML_SYMBOL_DESCRIPTOR_PITCH
+xmloff/source/core/xmlenums.hxx:43
+ enum XMLSymbolDescriptorsEnum XML_SYMBOL_DESCRIPTOR_WEIGHT
+xmloff/source/core/xmlenums.hxx:44
+ enum XMLSymbolDescriptorsEnum XML_SYMBOL_DESCRIPTOR_ITALIC
+xmloff/source/draw/sdxmlimp_impl.hxx:57
+ enum SdXMLStylesElemTokenMap XML_TOK_STYLES_STYLE
+xmloff/source/draw/shapeexport.cxx:1524
+ enum Found CLICKACTION
+xmloff/source/draw/shapeexport.cxx:1525
+ enum Found BOOKMARK
+xmloff/source/draw/shapeexport.cxx:1526
+ enum Found EFFECT
+xmloff/source/draw/shapeexport.cxx:1527
+ enum Found PLAYFULL
+xmloff/source/draw/shapeexport.cxx:1528
+ enum Found VERB
+xmloff/source/draw/shapeexport.cxx:1529
+ enum Found SOUNDURL
+xmloff/source/draw/shapeexport.cxx:1530
+ enum Found SPEED
+xmloff/source/draw/shapeexport.cxx:1531
+ enum Found CLICKEVENTTYPE
+xmloff/source/draw/shapeexport.cxx:1532
+ enum Found MACRO
+xmloff/source/draw/shapeexport.cxx:1533
+ enum Found LIBRARY
+xmloff/source/forms/controlelement.hxx:53
+ enum xmloff::OControlElement::ElementType GENERIC_CONTROL
+xmloff/source/forms/formattributes.hxx:42
+ enum CCAFlags ControlId
+xmloff/source/forms/formattributes.hxx:89
+ enum BAFlags XFormsBind
+xmloff/source/forms/formattributes.hxx:90
+ enum BAFlags XFormsListBind
+xmloff/source/forms/formattributes.hxx:91
+ enum BAFlags XFormsSubmission
+xmloff/source/forms/formattributes.hxx:100
+ enum EAFlags ControlEvents
+xmloff/source/forms/formattributes.hxx:101
+ enum EAFlags OnChange
+xmloff/source/forms/formattributes.hxx:102
+ enum EAFlags OnClick
+xmloff/source/forms/formattributes.hxx:103
+ enum EAFlags OnDoubleClick
+xmloff/source/forms/formattributes.hxx:104
+ enum EAFlags OnSelect
+xmloff/source/forms/formattributes.hxx:131
+ enum SCAFlags ImagePosition
+xmloff/source/forms/propertyexport.hxx:35
+ enum BoolAttrFlags DefaultFalse
+xmloff/source/forms/propertyexport.hxx:38
+ enum BoolAttrFlags DefaultMask
+xmloff/source/forms/propertyexport.hxx:39
+ enum BoolAttrFlags InverseSemantics
+xmloff/source/style/PagePropertySetContext.hxx:27
+ enum PageContextType Page
+xmloff/source/text/txtparae.cxx:290
+ enum eParagraphPropertyNamesEnumAuto NUMBERING_RULES_AUTO
+xmloff/source/text/txtparae.cxx:291
+ enum eParagraphPropertyNamesEnumAuto PARA_CONDITIONAL_STYLE_NAME_AUTO
+xmloff/source/text/txtparae.cxx:292
+ enum eParagraphPropertyNamesEnumAuto PARA_STYLE_NAME_AUTO
+xmloff/source/text/txtparae.cxx:308
+ enum eParagraphPropertyNamesEnum NUMBERING_IS_NUMBER
+xmloff/source/text/txtparae.cxx:309
+ enum eParagraphPropertyNamesEnum PARA_NUMBERING_STYLENAME
+xmloff/source/text/txtparae.cxx:310
+ enum eParagraphPropertyNamesEnum PARA_OUTLINE_LEVEL
+xmloff/source/text/txtparae.cxx:311
+ enum eParagraphPropertyNamesEnum PARA_CONDITIONAL_STYLE_NAME
+xmloff/source/text/txtparae.cxx:312
+ enum eParagraphPropertyNamesEnum PARA_STYLE_NAME
+xmloff/source/text/txtparae.cxx:313
+ enum eParagraphPropertyNamesEnum TEXT_SECTION
+xmloff/source/text/XMLIndexSourceBaseContext.hxx:43
+ enum IndexSourceParamEnum XML_TOK_INDEXSOURCE_USE_IMAGE
+xmloff/source/text/XMLIndexTOCContext.hxx:43
+ enum IndexTypeEnum TEXT_INDEX_UNKNOWN
+xmloff/source/text/XMLSectionExport.cxx:1055
+ enum TemplateTypeEnum TOK_TTYPE_INVALID
+xmloff/source/text/XMLSectionExport.hxx:58
+ enum SectionTypeEnum TEXT_SECTION_TYPE_UNKNOWN
+xmloff/source/transform/AttrTransformerAction.hxx:27
+ enum XMLAttrTransformerAction XML_ATACTION_EOT
+xmloff/source/transform/AttrTransformerAction.hxx:124
+ enum XMLAttrTransformerAction XML_ATACTION_USER_DEFINED
+xmloff/source/transform/ElemTransformerAction.hxx:27
+ enum XMLElemTransformerAction XML_ETACTION_EOT
+xmloff/source/transform/FamilyType.hxx:26
+ enum XMLFamilyType XML_FAMILY_TYPE_PRESENTATION
+xmloff/source/transform/FamilyType.hxx:27
+ enum XMLFamilyType XML_FAMILY_TYPE_DRAWING_PAGE
+xmloff/source/transform/FamilyType.hxx:28
+ enum XMLFamilyType XML_FAMILY_TYPE_MASTER_PAGE
+xmloff/source/transform/FamilyType.hxx:29
+ enum XMLFamilyType XML_FAMILY_TYPE_PAGE_LAYOUT
+xmloff/source/transform/FamilyType.hxx:30
+ enum XMLFamilyType XML_FAMILY_TYPE_HEADER_FOOTER
+xmloff/source/transform/FamilyType.hxx:31
+ enum XMLFamilyType XML_FAMILY_TYPE_TEXT
+xmloff/source/transform/FamilyType.hxx:32
+ enum XMLFamilyType XML_FAMILY_TYPE_PARAGRAPH
+xmloff/source/transform/FamilyType.hxx:33
+ enum XMLFamilyType XML_FAMILY_TYPE_RUBY
+xmloff/source/transform/FamilyType.hxx:34
+ enum XMLFamilyType XML_FAMILY_TYPE_SECTION
+xmloff/source/transform/FamilyType.hxx:35
+ enum XMLFamilyType XML_FAMILY_TYPE_TABLE
+xmloff/source/transform/FamilyType.hxx:36
+ enum XMLFamilyType XML_FAMILY_TYPE_TABLE_COLUMN
+xmloff/source/transform/FamilyType.hxx:37
+ enum XMLFamilyType XML_FAMILY_TYPE_TABLE_ROW
+xmloff/source/transform/FamilyType.hxx:38
+ enum XMLFamilyType XML_FAMILY_TYPE_TABLE_CELL
+xmloff/source/transform/FamilyType.hxx:39
+ enum XMLFamilyType XML_FAMILY_TYPE_LIST
+xmloff/source/transform/FamilyType.hxx:40
+ enum XMLFamilyType XML_FAMILY_TYPE_CHART
+xmloff/source/transform/FamilyType.hxx:41
+ enum XMLFamilyType XML_FAMILY_TYPE_DATA
+xmloff/source/transform/FamilyType.hxx:42
+ enum XMLFamilyType XML_FAMILY_TYPE_GRADIENT
+xmloff/source/transform/FamilyType.hxx:43
+ enum XMLFamilyType XML_FAMILY_TYPE_HATCH
+xmloff/source/transform/FamilyType.hxx:44
+ enum XMLFamilyType XML_FAMILY_TYPE_FILL_IMAGE
+xmloff/source/transform/FamilyType.hxx:45
+ enum XMLFamilyType XML_FAMILY_TYPE_STROKE_DASH
+xmloff/source/transform/FamilyType.hxx:46
+ enum XMLFamilyType XML_FAMILY_TYPE_MARKER
+xmloff/source/transform/PropType.hxx:25
+ enum XMLPropType XML_PROP_TYPE_GRAPHIC
+xmloff/source/transform/PropType.hxx:26
+ enum XMLPropType XML_PROP_TYPE_DRAWING_PAGE
+xmloff/source/transform/PropType.hxx:27
+ enum XMLPropType XML_PROP_TYPE_PAGE_LAYOUT
+xmloff/source/transform/PropType.hxx:28
+ enum XMLPropType XML_PROP_TYPE_HEADER_FOOTER
+xmloff/source/transform/PropType.hxx:29
+ enum XMLPropType XML_PROP_TYPE_TEXT
+xmloff/source/transform/PropType.hxx:30
+ enum XMLPropType XML_PROP_TYPE_PARAGRAPH
+xmloff/source/transform/PropType.hxx:31
+ enum XMLPropType XML_PROP_TYPE_RUBY
+xmloff/source/transform/PropType.hxx:32
+ enum XMLPropType XML_PROP_TYPE_SECTION
+xmloff/source/transform/PropType.hxx:33
+ enum XMLPropType XML_PROP_TYPE_TABLE
+xmloff/source/transform/PropType.hxx:34
+ enum XMLPropType XML_PROP_TYPE_TABLE_COLUMN
+xmloff/source/transform/PropType.hxx:35
+ enum XMLPropType XML_PROP_TYPE_TABLE_ROW
+xmloff/source/transform/PropType.hxx:36
+ enum XMLPropType XML_PROP_TYPE_TABLE_CELL
+xmloff/source/transform/PropType.hxx:37
+ enum XMLPropType XML_PROP_TYPE_LIST_LEVEL
+xmloff/source/transform/PropType.hxx:38
+ enum XMLPropType XML_PROP_TYPE_CHART
+xmlsecurity/inc/documentsignaturehelper.hxx:50
+ enum DocumentSignatureAlgorithm OOo3_0
+xmlsecurity/inc/xsecctl.hxx:234
+ enum XSecController::InitializationState FAILTOINITIALIZED
diff --git a/compilerplugins/clang/unusedfields.py b/compilerplugins/clang/unusedfields.py
index 3effaff38828..5d15b84ba528 100755
--- a/compilerplugins/clang/unusedfields.py
+++ b/compilerplugins/clang/unusedfields.py
@@ -150,14 +150,15 @@ tmp2list = sorted(writeonlySet, key=lambda v: natural_sort_key(v[1]))
tmp3list = sorted(canBePrivateSet, key=lambda v: natural_sort_key(v[1]))
# print out the results
-with open("loplugin.unusedfields.report-untouched", "wt") as f:
+with open("compilerplugins/clang/unusedfields.untouched.results", "wt") as f:
for t in tmp1list:
f.write( t[1] + "\n" )
f.write( " " + t[0] + "\n" )
-with open("loplugin.unusedfields.report-writeonly", "wt") as f:
+with open("compilerplugins/clang/unusedfields.writeonly.results", "wt") as f:
for t in tmp2list:
f.write( t[1] + "\n" )
f.write( " " + t[0] + "\n" )
+# this one is not checked in yet because I haven't actually done anything with it
with open("loplugin.unusedfields.report-can-be-private", "wt") as f:
for t in tmp3list:
f.write( t[1] + "\n" )
diff --git a/compilerplugins/clang/unusedfields.untouched.results b/compilerplugins/clang/unusedfields.untouched.results
new file mode 100644
index 000000000000..ace930062cc7
--- /dev/null
+++ b/compilerplugins/clang/unusedfields.untouched.results
@@ -0,0 +1,210 @@
+basctl/source/inc/dlged.hxx:121
+ basctl::DlgEditor pObjFac std::unique_ptr<DlgEdFactory>
+basic/source/runtime/dllmgr.hxx:48
+ SbiDllMgr impl_ std::unique_ptr<Impl>
+canvas/source/vcl/canvasbitmap.hxx:117
+ vclcanvas::CanvasBitmap mxDevice css::uno::Reference<css::rendering::XGraphicDevice>
+canvas/source/vcl/impltools.hxx:117
+ vclcanvas::tools::LocalGuard aSolarGuard class SolarMutexGuard
+chart2/source/controller/inc/RangeSelectionListener.hxx:62
+ chart::RangeSelectionListener m_aControllerLockGuard class chart::ControllerLockGuardUNO
+chart2/source/view/inc/GL3DRenderer.hxx:64
+ chart::opengl3D::LightSource pad1 float
+chart2/source/view/inc/GL3DRenderer.hxx:65
+ chart::opengl3D::LightSource pad2 float
+chart2/source/view/inc/GL3DRenderer.hxx:66
+ chart::opengl3D::LightSource pad3 float
+comphelper/source/container/enumerablemap.cxx:299
+ comphelper::MapEnumeration m_xKeepMapAlive Reference<class com::sun::star::uno::XInterface>
+compilerplugins/clang/test/datamembershadow.cxx:17
+ Bar x int
+compilerplugins/clang/test/datamembershadow.cxx:21
+ Foo x int
+compilerplugins/clang/test/finalprotected.cxx:17
+ S g1 int
+compilerplugins/clang/test/finalprotected.cxx:20
+ S h1 int
+compilerplugins/clang/test/finalprotected.cxx:29
+ S2 g1 int
+compilerplugins/clang/test/finalprotected.cxx:32
+ S2 h1 int
+compilerplugins/clang/test/passstuffbyref.cxx:13
+ S mv1 class rtl::OUString
+compilerplugins/clang/test/passstuffbyref.cxx:14
+ S mv2 class rtl::OUString
+compilerplugins/clang/test/salbool.cxx:15
+ S b sal_Bool
+compilerplugins/clang/test/unnecessaryoverride-dtor.hxx:42
+ IncludedDerived3 m rtl::Reference<Incomplete>
+connectivity/source/drivers/mork/MDatabaseMetaData.hxx:28
+ connectivity::mork::ODatabaseMetaData m_pMetaDataHelper std::unique_ptr<MDatabaseMetaDataHelper>
+connectivity/source/inc/OTypeInfo.hxx:31
+ connectivity::OTypeInfo aTypeName class rtl::OUString
+connectivity/source/inc/OTypeInfo.hxx:32
+ connectivity::OTypeInfo aLiteralPrefix class rtl::OUString
+connectivity/source/inc/OTypeInfo.hxx:33
+ connectivity::OTypeInfo aLiteralSuffix class rtl::OUString
+connectivity/source/inc/OTypeInfo.hxx:34
+ connectivity::OTypeInfo aCreateParams class rtl::OUString
+connectivity/source/inc/OTypeInfo.hxx:35
+ connectivity::OTypeInfo aLocalTypeName class rtl::OUString
+connectivity/source/inc/OTypeInfo.hxx:37
+ connectivity::OTypeInfo nPrecision sal_Int32
+connectivity/source/inc/OTypeInfo.hxx:39
+ connectivity::OTypeInfo nMaximumScale sal_Int16
+connectivity/source/inc/OTypeInfo.hxx:40
+ connectivity::OTypeInfo nMinimumScale sal_Int16
+connectivity/source/inc/OTypeInfo.hxx:43
+ connectivity::OTypeInfo nSearchType sal_Int16
+connectivity/source/inc/OTypeInfo.hxx:44
+ connectivity::OTypeInfo nNumPrecRadix sal_Int16
+connectivity/source/inc/OTypeInfo.hxx:46
+ connectivity::OTypeInfo bCurrency _Bool
+connectivity/source/inc/OTypeInfo.hxx:47
+ connectivity::OTypeInfo bAutoIncrement _Bool
+connectivity/source/inc/OTypeInfo.hxx:48
+ connectivity::OTypeInfo bNullable _Bool
+connectivity/source/inc/OTypeInfo.hxx:49
+ connectivity::OTypeInfo bCaseSensitive _Bool
+connectivity/source/inc/OTypeInfo.hxx:50
+ connectivity::OTypeInfo bUnsigned _Bool
+cppu/source/threadpool/threadpool.cxx:377
+ _uno_ThreadPool dummy sal_Int32
+cppu/source/typelib/typelib.cxx:61
+ AlignSize_Impl nInt16 sal_Int16
+dbaccess/source/sdbtools/connection/connectiondependent.hxx:116
+ sdbtools::ConnectionDependentComponent::EntryGuard m_aMutexGuard ::osl::MutexGuard
+dbaccess/source/sdbtools/connection/connectiontools.hxx:48
+ sdbtools::ConnectionTools m_aModuleClient class sdbtools::SdbtClient
+dbaccess/source/sdbtools/connection/objectnames.hxx:44
+ sdbtools::ObjectNames m_aModuleClient class sdbtools::SdbtClient
+dbaccess/source/sdbtools/connection/tablename.cxx:56
+ sdbtools::TableName_Impl m_aModuleClient class sdbtools::SdbtClient
+extensions/source/propctrlr/propertyhandler.hxx:80
+ pcr::PropertyHandler m_aEnsureResAccess class pcr::PcrClient
+extensions/source/scanner/scanner.hxx:46
+ ScannerManager maProtector osl::Mutex
+framework/inc/dispatch/oxt_handler.hxx:95
+ framework::Oxt_Handler m_xSelfHold css::uno::Reference<css::uno::XInterface>
+i18nutil/source/utility/unicode.cxx:40
+ DefaultScriptTypeList from com::sun::star::i18n::UnicodeScript
+i18nutil/source/utility/unicode.cxx:41
+ DefaultScriptTypeList to com::sun::star::i18n::UnicodeScript
+i18nutil/source/utility/unicode.cxx:42
+ DefaultScriptTypeList value com::sun::star::i18n::UnicodeScript
+include/comphelper/MasterPropertySet.hxx:38
+ comphelper::SlaveData mxSlave css::uno::Reference<css::beans::XPropertySet>
+include/drawinglayer/primitive2d/textlayoutdevice.hxx:61
+ drawinglayer::primitive2d::TextLayouterDevice maSolarGuard class SolarMutexGuard
+include/editeng/unotext.hxx:605
+ SvxUnoTextRangeEnumeration mxParentText css::uno::Reference<css::text::XText>
+include/LibreOfficeKit/LibreOfficeKitGtk.h:33
+ _LOKDocView aDrawingArea GtkDrawingArea
+include/LibreOfficeKit/LibreOfficeKitGtk.h:38
+ _LOKDocViewClass parent_class GtkDrawingAreaClass
+include/sfx2/msg.hxx:116
+ SfxType0 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
+include/sfx2/msg.hxx:118
+ SfxType0 nAttribs sal_uInt16
+include/svtools/genericunodialog.hxx:170
+ svt::UnoDialogEntryGuard m_aGuard ::osl::MutexGuard
+include/svtools/unoevent.hxx:159
+ SvEventDescriptor xParentRef css::uno::Reference<css::uno::XInterface>
+include/vcl/uitest/uiobject.hxx:241
+ TabPageUIObject mxTabPage VclPtr<class TabPage>
+include/vcl/vclptr.hxx:58
+ vcl::detail::UpCast::S c char [2]
+include/xmloff/formlayerexport.hxx:174
+ xmloff::OOfficeFormsExport m_pImpl std::unique_ptr<OFormsRootExport>
+lotuswordpro/source/filter/clone.hxx:23
+ detail::has_clone::(anonymous) a char [2]
+opencl/source/openclwrapper.cxx:302
+ opencl::(anonymous namespace)::OpenCLEnv mpOclCmdQueue cl_command_queue [1]
+pyuno/source/module/pyuno_impl.hxx:226
+ pyuno::(anonymous) ob_base PyObject
+pyuno/source/module/pyuno_impl.hxx:326
+ pyuno::stRuntimeImpl ob_base PyObject
+reportdesign/source/ui/inc/ReportWindow.hxx:53
+ rptui::OReportWindow m_pObjFac ::std::unique_ptr<DlgEdFactory>
+sal/osl/unx/thread.cxx:93
+ osl_thread_priority_st m_Highest int
+sal/osl/unx/thread.cxx:94
+ osl_thread_priority_st m_Above_Normal int
+sal/osl/unx/thread.cxx:95
+ osl_thread_priority_st m_Normal int
+sal/osl/unx/thread.cxx:96
+ osl_thread_priority_st m_Below_Normal int
+sal/osl/unx/thread.cxx:97
+ osl_thread_priority_st m_Lowest int
+sal/osl/unx/thread.cxx:115
+ osl_thread_global_st m_priority struct osl_thread_priority_st
+sc/qa/unit/ucalc_column.cxx:103
+ aInputs aName const char *
+sc/source/filter/inc/sheetdatacontext.hxx:60
+ oox::xls::SheetDataContext aReleaser class SolarMutexReleaser
+sc/source/ui/inc/docsh.hxx:441
+ ScDocShellModificator mpProtector std::unique_ptr<ScRefreshTimerProtector>
+sd/source/ui/remotecontrol/ZeroconfService.hxx:36
+ sd::ZeroconfService port uint
+sd/source/ui/table/TableDesignPane.hxx:110
+ sd::TableDesignPane aImpl class sd::TableDesignWidget
+sd/source/ui/view/DocumentRenderer.cxx:1334
+ sd::DocumentRenderer::Implementation mxObjectShell SfxObjectShellRef
+sd/source/ui/view/viewshel.cxx:1234
+ sd::KeepSlideSorterInSyncWithPageChanges m_aDrawLock sd::slidesorter::view::class SlideSorterView::DrawLock
+sd/source/ui/view/viewshel.cxx:1235
+ sd::KeepSlideSorterInSyncWithPageChanges m_aModelLock sd::slidesorter::controller::class SlideSorterController::ModelChangeLock
+sd/source/ui/view/viewshel.cxx:1236
+ sd::KeepSlideSorterInSyncWithPageChanges m_aUpdateLock sd::slidesorter::controller::class PageSelector::UpdateLock
+sd/source/ui/view/viewshel.cxx:1237
+ sd::KeepSlideSorterInSyncWithPageChanges m_aContext sd::slidesorter::controller::class SelectionObserver::Context
+sd/source/ui/view/ViewShellBase.cxx:207
+ sd::ViewShellBase::Implementation mpPageCacheManager std::shared_ptr<slidesorter::cache::PageCacheManager>
+sfx2/source/doc/doctempl.cxx:118
+ DocTempl::DocTempl_EntryData_Impl mxObjShell class SfxObjectShellLock
+starmath/inc/view.hxx:224
+ SmViewShell maGraphicController class SmGraphicController
+sw/source/core/crsr/crbm.cxx:64
+ (anonymous namespace)::CursorStateHelper m_aSaveState class SwCursorSaveState
+sw/source/core/frmedt/fetab.cxx:89
+ TableWait m_pWait const std::unique_ptr<SwWait>
+sw/source/core/layout/dbg_lay.cxx:164
+ SwImplEnterLeave nAction enum DbgAction
+sw/source/uibase/inc/uivwimp.hxx:95
+ SwView_Impl xTmpSelDocSh class SfxObjectShellLock
+sw/source/uibase/inc/unodispatch.hxx:46
+ SwXDispatchProviderInterceptor::DispatchMutexLock_Impl aGuard class SolarMutexGuard
+toolkit/source/awt/stylesettings.cxx:91
+ toolkit::StyleMethodGuard m_aGuard class SolarMutexGuard
+unoidl/source/unoidlprovider.cxx:672
+ unoidl::detail::(anonymous namespace)::UnoidlCursor reference1_ rtl::Reference<UnoidlProvider>
+unoidl/source/unoidlprovider.cxx:673
+ unoidl::detail::(anonymous namespace)::UnoidlCursor reference2_ rtl::Reference<UnoidlModuleEntity>
+vcl/inc/opengl/zone.hxx:46
+ OpenGLVCLContextZone aZone class OpenGLZone
+vcl/source/gdi/jobset.cxx:35
+ ImplOldJobSetupData cDeviceName char [32]
+vcl/source/gdi/jobset.cxx:36
+ ImplOldJobSetupData cPortName char [32]
+vcl/source/gdi/pdfwriter_impl.cxx:5448
+ (anonymous namespace)::(anonymous) extnID SECItem
+vcl/source/gdi/pdfwriter_impl.cxx:5449
+ (anonymous namespace)::(anonymous) critical SECItem
+vcl/source/gdi/pdfwriter_impl.cxx:5450
+ (anonymous namespace)::(anonymous) extnValue SECItem
+vcl/source/gdi/pdfwriter_impl.cxx:5819
+ (anonymous namespace)::(anonymous) statusString SECItem
+vcl/source/gdi/pdfwriter_impl.cxx:5820
+ (anonymous namespace)::(anonymous) failInfo SECItem
+vcl/source/uitest/uno/uitest_uno.cxx:35
+ UITestUnoObj mpUITest std::unique_ptr<UITest>
+vcl/unx/generic/dtrans/X11_clipboard.hxx:45
+ x11::X11Clipboard m_xSelectionManager css::uno::Reference<css::lang::XInitialization>
+vcl/unx/generic/dtrans/X11_dndcontext.hxx:41
+ x11::DropTargetDropContext m_xManagerRef css::uno::Reference<XInterface>
+vcl/unx/generic/dtrans/X11_dndcontext.hxx:58
+ x11::DropTargetDragContext m_xManagerRef css::uno::Reference<XInterface>
+vcl/unx/generic/dtrans/X11_dndcontext.hxx:74
+ x11::DragSourceContext m_xManagerRef css::uno::Reference<XInterface>
+vcl/unx/gtk/a11y/atkhypertext.cxx:29
+ (anonymous) atk_hyper_link AtkHyperlink
diff --git a/compilerplugins/clang/unusedfields.writeonly.results b/compilerplugins/clang/unusedfields.writeonly.results
new file mode 100644
index 000000000000..cf91be5c33eb
--- /dev/null
+++ b/compilerplugins/clang/unusedfields.writeonly.results
@@ -0,0 +1,556 @@
+basctl/source/inc/dlged.hxx:121
+ basctl::DlgEditor pObjFac std::unique_ptr<DlgEdFactory>
+basegfx/source/polygon/b2dtrapezoid.cxx:201
+ basegfx::trapezoidhelper::PointBlockAllocator maFirstStackBlock class basegfx::B2DPoint [32]
+basic/source/runtime/dllmgr.hxx:48
+ SbiDllMgr impl_ std::unique_ptr<Impl>
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:115
+ __cxxabiv1::__cxa_exception exceptionDestructor void (*)(void *)
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:116
+ __cxxabiv1::__cxa_exception unexpectedHandler std::unexpected_handler
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:117
+ __cxxabiv1::__cxa_exception terminateHandler std::terminate_handler
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:118
+ __cxxabiv1::__cxa_exception nextException struct __cxxabiv1::__cxa_exception *
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:119
+ __cxxabiv1::__cxa_exception handlerCount int
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:120
+ __cxxabiv1::__cxa_exception handlerSwitchValue int
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:121
+ __cxxabiv1::__cxa_exception actionRecord const char *
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:122
+ __cxxabiv1::__cxa_exception languageSpecificData const char *
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:123
+ __cxxabiv1::__cxa_exception catchTemp void *
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:125
+ __cxxabiv1::__cxa_exception unwindHeader struct _Unwind_Exception
+bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:135
+ __cxxabiv1::__cxa_eh_globals uncaughtExceptions unsigned int
+bridges/source/jni_uno/jni_java2uno.cxx:148
+ jni_uno::largest n sal_Int64
+bridges/source/jni_uno/jni_java2uno.cxx:149
+ jni_uno::largest d double
+bridges/source/jni_uno/jni_java2uno.cxx:150
+ jni_uno::largest p void *
+bridges/source/jni_uno/jni_java2uno.cxx:151
+ jni_uno::largest a uno_Any
+canvas/source/opengl/ogl_canvasbitmap.hxx:71
+ oglcanvas::CanvasBitmap mbHasAlpha _Bool
+canvas/source/vcl/canvasbitmap.hxx:117
+ vclcanvas::CanvasBitmap mxDevice css::uno::Reference<css::rendering::XGraphicDevice>
+canvas/source/vcl/impltools.hxx:117
+ vclcanvas::tools::LocalGuard aSolarGuard class SolarMutexGuard
+chart2/source/controller/inc/RangeSelectionListener.hxx:62
+ chart::RangeSelectionListener m_aControllerLockGuard class chart::ControllerLockGuardUNO
+chart2/source/view/inc/GL3DRenderer.hxx:54
+ chart::opengl3D::MaterialParameters pad float
+chart2/source/view/inc/GL3DRenderer.hxx:55
+ chart::opengl3D::MaterialParameters pad1 float
+chart2/source/view/inc/GL3DRenderer.hxx:64
+ chart::opengl3D::LightSource pad1 float
+chart2/source/view/inc/GL3DRenderer.hxx:65
+ chart::opengl3D::LightSource pad2 float
+chart2/source/view/inc/GL3DRenderer.hxx:66
+ chart::opengl3D::LightSource pad3 float
+comphelper/qa/container/comphelper_ifcontainer.cxx:45
+ ContainerListener m_pStats struct ContainerStats *
+comphelper/source/container/enumerablemap.cxx:299
+ comphelper::MapEnumeration m_xKeepMapAlive Reference<class com::sun::star::uno::XInterface>
+compilerplugins/clang/test/datamembershadow.cxx:17
+ Bar x int
+compilerplugins/clang/test/datamembershadow.cxx:21
+ Foo x int
+compilerplugins/clang/test/finalprotected.cxx:17
+ S g1 int
+compilerplugins/clang/test/finalprotected.cxx:20
+ S h1 int
+compilerplugins/clang/test/finalprotected.cxx:29
+ S2 g1 int
+compilerplugins/clang/test/finalprotected.cxx:32
+ S2 h1 int
+compilerplugins/clang/test/passstuffbyref.cxx:13
+ S mv1 class rtl::OUString
+compilerplugins/clang/test/passstuffbyref.cxx:14
+ S mv2 class rtl::OUString
+compilerplugins/clang/test/salbool.cxx:15
+ S b sal_Bool
+compilerplugins/clang/test/unnecessaryoverride-dtor.hxx:42
+ IncludedDerived3 m rtl::Reference<Incomplete>
+connectivity/source/drivers/mork/MDatabaseMetaData.hxx:28
+ connectivity::mork::ODatabaseMetaData m_pMetaDataHelper std::unique_ptr<MDatabaseMetaDataHelper>
+connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx:55
+ connectivity::mozab::ProfileStruct product enum com::sun::star::mozilla::MozillaProductType
+connectivity/source/inc/OTypeInfo.hxx:31
+ connectivity::OTypeInfo aTypeName class rtl::OUString
+connectivity/source/inc/OTypeInfo.hxx:32
+ connectivity::OTypeInfo aLiteralPrefix class rtl::OUString
+connectivity/source/inc/OTypeInfo.hxx:33
+ connectivity::OTypeInfo aLiteralSuffix class rtl::OUString
+connectivity/source/inc/OTypeInfo.hxx:34
+ connectivity::OTypeInfo aCreateParams class rtl::OUString
+connectivity/source/inc/OTypeInfo.hxx:35
+ connectivity::OTypeInfo aLocalTypeName class rtl::OUString
+connectivity/source/inc/OTypeInfo.hxx:37
+ connectivity::OTypeInfo nPrecision sal_Int32
+connectivity/source/inc/OTypeInfo.hxx:39
+ connectivity::OTypeInfo nMaximumScale sal_Int16
+connectivity/source/inc/OTypeInfo.hxx:40
+ connectivity::OTypeInfo nMinimumScale sal_Int16
+connectivity/source/inc/OTypeInfo.hxx:43
+ connectivity::OTypeInfo nSearchType sal_Int16
+connectivity/source/inc/OTypeInfo.hxx:44
+ connectivity::OTypeInfo nNumPrecRadix sal_Int16
+connectivity/source/inc/OTypeInfo.hxx:46
+ connectivity::OTypeInfo bCurrency _Bool
+connectivity/source/inc/OTypeInfo.hxx:47
+ connectivity::OTypeInfo bAutoIncrement _Bool
+connectivity/source/inc/OTypeInfo.hxx:48
+ connectivity::OTypeInfo bNullable _Bool
+connectivity/source/inc/OTypeInfo.hxx:49
+ connectivity::OTypeInfo bCaseSensitive _Bool
+connectivity/source/inc/OTypeInfo.hxx:50
+ connectivity::OTypeInfo bUnsigned _Bool
+cppu/source/threadpool/threadpool.cxx:377
+ _uno_ThreadPool dummy sal_Int32
+cppu/source/typelib/typelib.cxx:61
+ AlignSize_Impl nInt16 sal_Int16
+cppu/source/typelib/typelib.cxx:68
+ AlignSize_Impl dDouble double
+cppu/source/uno/check.cxx:38
+ (anonymous namespace)::C1 n1 sal_Int16
+cppu/source/uno/check.cxx:67
+ (anonymous namespace)::D d sal_Int16
+cppu/source/uno/check.cxx:68
+ (anonymous namespace)::D e sal_Int32
+cppu/source/uno/check.cxx:72
+ (anonymous namespace)::E a sal_Bool
+cppu/source/uno/check.cxx:73
+ (anonymous namespace)::E b sal_Bool
+cppu/source/uno/check.cxx:74
+ (anonymous namespace)::E c sal_Bool
+cppu/source/uno/check.cxx:75
+ (anonymous namespace)::E d sal_Int16
+cppu/source/uno/check.cxx:76
+ (anonymous namespace)::E e sal_Int32
+cppu/source/uno/check.cxx:81
+ (anonymous namespace)::M n sal_Int32
+cppu/source/uno/check.cxx:82
+ (anonymous namespace)::M o sal_Int16
+cppu/source/uno/check.cxx:91
+ (anonymous namespace)::N2 m struct (anonymous namespace)::M
+cppu/source/uno/check.cxx:92
+ (anonymous namespace)::N2 p sal_Int16
+cppu/source/uno/check.cxx:97
+ (anonymous namespace)::O p double
+cppu/source/uno/check.cxx:98
+ (anonymous namespace)::O q sal_Int16
+cppu/source/uno/check.cxx:107
+ (anonymous namespace)::P p2 double
+cppu/source/uno/check.cxx:115
+ (anonymous namespace)::second a int
+cppu/source/uno/check.cxx:120
+ (anonymous namespace)::AlignSize_Impl nInt16 sal_Int16
+cppu/source/uno/check.cxx:121
+ (anonymous namespace)::AlignSize_Impl dDouble double
+cppu/source/uno/check.cxx:126
+ (anonymous namespace)::Char1 c1 char
+cppu/source/uno/check.cxx:130
+ (anonymous namespace)::Char2 c2 char
+cppu/source/uno/check.cxx:134
+ (anonymous namespace)::Char3 c3 char
+cppu/source/uno/check.cxx:138
+ (anonymous namespace)::Char4 chars struct (anonymous namespace)::Char3
+cui/source/inc/cuitabarea.hxx:251
+ SvxAreaTabPage maFixed_ChangeType enum ChangeType
+dbaccess/source/sdbtools/connection/connectiondependent.hxx:116
+ sdbtools::ConnectionDependentComponent::EntryGuard m_aMutexGuard ::osl::MutexGuard
+dbaccess/source/sdbtools/connection/connectiontools.hxx:48
+ sdbtools::ConnectionTools m_aModuleClient class sdbtools::SdbtClient
+dbaccess/source/sdbtools/connection/objectnames.hxx:44
+ sdbtools::ObjectNames m_aModuleClient class sdbtools::SdbtClient
+dbaccess/source/sdbtools/connection/tablename.cxx:56
+ sdbtools::TableName_Impl m_aModuleClient class sdbtools::SdbtClient
+embeddedobj/source/inc/oleembobj.hxx:127
+ OleEmbeddedObject m_nTargetState sal_Int32
+embeddedobj/source/inc/oleembobj.hxx:139
+ OleEmbeddedObject m_xClosePreventer css::uno::Reference<css::util::XCloseListener>
+embeddedobj/source/inc/oleembobj.hxx:161
+ OleEmbeddedObject m_bHasSizeToSet _Bool
+embeddedobj/source/inc/oleembobj.hxx:162
+ OleEmbeddedObject m_aSizeToSet css::awt::Size
+embeddedobj/source/inc/oleembobj.hxx:163
+ OleEmbeddedObject m_nAspectToSet sal_Int64
+embeddedobj/source/inc/oleembobj.hxx:168
+ OleEmbeddedObject m_bGotStatus _Bool
+embeddedobj/source/inc/oleembobj.hxx:169
+ OleEmbeddedObject m_nStatus sal_Int64
+embeddedobj/source/inc/oleembobj.hxx:170
+ OleEmbeddedObject m_nStatusAspect sal_Int64
+embeddedobj/source/inc/oleembobj.hxx:184
+ OleEmbeddedObject m_bFromClipboard _Bool
+extensions/source/propctrlr/propertyhandler.hxx:80
+ pcr::PropertyHandler m_aEnsureResAccess class pcr::PcrClient
+extensions/source/scanner/scanner.hxx:46
+ ScannerManager maProtector osl::Mutex
+filter/source/graphicfilter/icgm/chart.hxx:44
+ DataNode nBoxX1 sal_Int16
+filter/source/graphicfilter/icgm/chart.hxx:45
+ DataNode nBoxY1 sal_Int16
+filter/source/graphicfilter/icgm/chart.hxx:46
+ DataNode nBoxX2 sal_Int16
+filter/source/graphicfilter/icgm/chart.hxx:47
+ DataNode nBoxY2 sal_Int16
+formula/source/core/api/FormulaCompiler.cxx:50
+ formula::(anonymous namespace)::FormulaCompilerRecursionGuard rRecursion short &
+framework/inc/dispatch/oxt_handler.hxx:95
+ framework::Oxt_Handler m_xSelfHold css::uno::Reference<css::uno::XInterface>
+hwpfilter/source/drawdef.h:69
+ BAREHWPDOProperty line_pstyle int
+hwpfilter/source/drawdef.h:70
+ BAREHWPDOProperty line_hstyle int
+hwpfilter/source/drawdef.h:71
+ BAREHWPDOProperty line_tstyle int
+hwpfilter/source/drawdef.h:72
+ BAREHWPDOProperty line_color unsigned int
+hwpfilter/source/drawdef.h:73
+ BAREHWPDOProperty line_width hunit
+hwpfilter/source/drawdef.h:74
+ BAREHWPDOProperty fill_color unsigned int
+hwpfilter/source/drawdef.h:75
+ BAREHWPDOProperty pattern_type uint
+hwpfilter/source/drawdef.h:76
+ BAREHWPDOProperty pattern_color unsigned int
+hwpfilter/source/drawdef.h:77
+ BAREHWPDOProperty hmargin hunit
+hwpfilter/source/drawdef.h:78
+ BAREHWPDOProperty vmargin hunit
+hwpfilter/source/drawdef.h:79
+ BAREHWPDOProperty flag uint
+hwpfilter/source/drawdef.h:87
+ GradationProperty fromcolor int
+hwpfilter/source/drawdef.h:88
+ GradationProperty tocolor int
+hwpfilter/source/drawdef.h:89
+ GradationProperty gstyle int
+hwpfilter/source/drawdef.h:90
+ GradationProperty angle int
+hwpfilter/source/drawdef.h:91
+ GradationProperty center_x int
+hwpfilter/source/drawdef.h:92
+ GradationProperty center_y int
+hwpfilter/source/drawdef.h:93
+ GradationProperty nstep int
+hwpfilter/source/drawdef.h:101
+ BitmapProperty offset1 ZZPoint
+hwpfilter/source/drawdef.h:102
+ BitmapProperty offset2 ZZPoint
+hwpfilter/source/drawdef.h:103
+ BitmapProperty szPatternFile char [261]
+hwpfilter/source/drawdef.h:104
+ BitmapProperty pictype char
+hwpfilter/source/drawdef.h:112
+ RotationProperty rot_originx int
+hwpfilter/source/drawdef.h:113
+ RotationProperty rot_originy int
+hwpfilter/source/drawdef.h:114
+ RotationProperty parall ZZParall
+hwpfilter/source/hbox.h:197
+ CellLine key unsigned char
+hwpfilter/source/hbox.h:198
+ CellLine top unsigned char
+hwpfilter/source/hbox.h:199
+ CellLine bottom unsigned char
+hwpfilter/source/hbox.h:200
+ CellLine left unsigned char
+hwpfilter/source/hbox.h:201
+ CellLine right unsigned char
+hwpfilter/source/hbox.h:202
+ CellLine color short
+hwpfilter/source/hbox.h:203
+ CellLine shade unsigned char
+hwpfilter/source/hbox.h:335
+ TxtBox cap_len short
+hwpfilter/source/hbox.h:336
+ TxtBox next_box short
+hwpfilter/source/hbox.h:536
+ PicDefFile path char [256]
+hwpfilter/source/hbox.h:537
+ PicDefFile img void *
+hwpfilter/source/hbox.h:538
+ PicDefFile skipfind _Bool
+hwpfilter/source/hbox.h:554
+ PicDefOle embname char [16]
+hwpfilter/source/hbox.h:555
+ PicDefOle hwpole void *
+hwpfilter/source/hbox.h:579
+ (anonymous) picfile struct PicDefFile
+hwpfilter/source/hbox.h:581
+ (anonymous) picole struct PicDefOle
+hwpfilter/source/hpara.h:70
+ LineInfo softbreak unsigned short
+i18nutil/source/utility/unicode.cxx:40
+ DefaultScriptTypeList from com::sun::star::i18n::UnicodeScript
+i18nutil/source/utility/unicode.cxx:41
+ DefaultScriptTypeList to com::sun::star::i18n::UnicodeScript
+i18nutil/source/utility/unicode.cxx:42
+ DefaultScriptTypeList value com::sun::star::i18n::UnicodeScript
+include/comphelper/MasterPropertySet.hxx:38
+ comphelper::SlaveData mxSlave css::uno::Reference<css::beans::XPropertySet>
+include/drawinglayer/primitive2d/textlayoutdevice.hxx:61
+ drawinglayer::primitive2d::TextLayouterDevice maSolarGuard class SolarMutexGuard
+include/editeng/outliner.hxx:404
+ DrawPortionInfo mnPara sal_Int32
+include/editeng/unotext.hxx:605
+ SvxUnoTextRangeEnumeration mxParentText css::uno::Reference<css::text::XText>
+include/filter/msfilter/svdfppt.hxx:865
+ ImplPPTParaPropSet nDontKnow1 sal_uInt32
+include/filter/msfilter/svdfppt.hxx:866
+ ImplPPTParaPropSet nDontKnow2 sal_uInt32
+include/filter/msfilter/svdfppt.hxx:867
+ ImplPPTParaPropSet nDontKnow2bit06 sal_uInt16
+include/LibreOfficeKit/LibreOfficeKitGtk.h:33
+ _LOKDocView aDrawingArea GtkDrawingArea
+include/LibreOfficeKit/LibreOfficeKitGtk.h:38
+ _LOKDocViewClass parent_class GtkDrawingAreaClass
+include/sfx2/msg.hxx:116
+ SfxType0 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
+include/sfx2/msg.hxx:118
+ SfxType0 nAttribs sal_uInt16
+include/svtools/genericunodialog.hxx:170
+ svt::UnoDialogEntryGuard m_aGuard ::osl::MutexGuard
+include/svtools/unoevent.hxx:159
+ SvEventDescriptor xParentRef css::uno::Reference<css::uno::XInterface>
+include/svx/AccessibleShapeInfo.hxx:66
+ accessibility::AccessibleShapeInfo mpChildrenManager class accessibility::IAccessibleParent *
+include/vcl/uitest/uiobject.hxx:241
+ TabPageUIObject mxTabPage VclPtr<class TabPage>
+include/vcl/vclptr.hxx:58
+ vcl::detail::UpCast::S c char [2]
+include/xmloff/formlayerexport.hxx:174
+ xmloff::OOfficeFormsExport m_pImpl std::unique_ptr<OFormsRootExport>
+include/xmloff/maptype.hxx:88
+ XMLPropertyMapEntry mnContextId sal_Int16
+include/xmloff/maptype.hxx:89
+ XMLPropertyMapEntry mnEarliestODFVersionForExport class SvtSaveOptions::ODFDefaultVersion
+lingucomponent/source/languageguessing/simpleguesser.cxx:76
+ ngram_t rank sint2
+lingucomponent/source/languageguessing/simpleguesser.cxx:77
+ ngram_t str char [21]
+lingucomponent/source/languageguessing/simpleguesser.cxx:83
+ fp_t name const char *
+lingucomponent/source/languageguessing/simpleguesser.cxx:84
+ fp_t fprint ngram_t *
+lingucomponent/source/languageguessing/simpleguesser.cxx:85
+ fp_t size uint4
+lingucomponent/source/languageguessing/simpleguesser.cxx:94
+ textcat_t maxsize uint4
+lingucomponent/source/languageguessing/simpleguesser.cxx:96
+ textcat_t output char [1024]
+lotuswordpro/source/filter/clone.hxx:23
+ detail::has_clone::(anonymous) a char [2]
+oox/source/drawingml/chart/objectformatter.cxx:705
+ oox::drawingml::chart::ObjectFormatterData maModelObjHelper class oox::ModelObjectHelper
+opencl/source/openclwrapper.cxx:302
+ opencl::(anonymous namespace)::OpenCLEnv mpOclCmdQueue cl_command_queue [1]
+package/source/zipapi/MemoryByteGrabber.hxx:29
+ MemoryByteGrabber maBuffer const css::uno::Sequence<sal_Int8>
+pyuno/source/module/pyuno_impl.hxx:226
+ pyuno::(anonymous) ob_base PyObject
+pyuno/source/module/pyuno_impl.hxx:326
+ pyuno::stRuntimeImpl ob_base PyObject
+reportdesign/source/ui/inc/ReportWindow.hxx:53
+ rptui::OReportWindow m_pObjFac ::std::unique_ptr<DlgEdFactory>
+sal/osl/unx/thread.cxx:93
+ osl_thread_priority_st m_Highest int
+sal/osl/unx/thread.cxx:94
+ osl_thread_priority_st m_Above_Normal int
+sal/osl/unx/thread.cxx:95
+ osl_thread_priority_st m_Normal int
+sal/osl/unx/thread.cxx:96
+ osl_thread_priority_st m_Below_Normal int
+sal/osl/unx/thread.cxx:97
+ osl_thread_priority_st m_Lowest int
+sal/osl/unx/thread.cxx:115
+ osl_thread_global_st m_priority struct osl_thread_priority_st
+sc/inc/compiler.hxx:258
+ ScCompiler::AddInMap pODFF const char *
+sc/inc/compiler.hxx:259
+ ScCompiler::AddInMap pEnglish const char *
+sc/inc/compiler.hxx:261
+ ScCompiler::AddInMap pUpper const char *
+sc/qa/unit/ucalc_column.cxx:103
+ aInputs aName const char *
+sc/source/core/data/document.cxx:1248
+ (anonymous namespace)::BroadcastRecalcOnRefMoveHandler aSwitch sc::AutoCalcSwitch
+sc/source/core/data/document.cxx:1249
+ (anonymous namespace)::BroadcastRecalcOnRefMoveHandler aBulk class ScBulkBroadcast
+sc/source/core/data/formulacell.cxx:1782
+ StackCleaner pInt class ScInterpreter *
+sc/source/filter/inc/sheetdatacontext.hxx:60
+ oox::xls::SheetDataContext aReleaser class SolarMutexReleaser
+sc/source/ui/inc/docsh.hxx:441
+ ScDocShellModificator mpProtector std::unique_ptr<ScRefreshTimerProtector>
+scaddins/source/analysis/analysishelper.hxx:204
+ sca::analysis::FuncDataBase nUINameID sal_uInt16
+scaddins/source/analysis/analysishelper.hxx:205
+ sca::analysis::FuncDataBase nDescrID sal_uInt16
+scaddins/source/analysis/analysishelper.hxx:206
+ sca::analysis::FuncDataBase bDouble _Bool
+scaddins/source/analysis/analysishelper.hxx:207
+ sca::analysis::FuncDataBase bWithOpt _Bool
+scaddins/source/analysis/analysishelper.hxx:209
+ sca::analysis::FuncDataBase nNumOfParams sal_uInt16
+scaddins/source/analysis/analysishelper.hxx:210
+ sca::analysis::FuncDataBase eCat enum sca::analysis::FDCategory
+scaddins/source/datefunc/datefunc.hxx:59
+ ScaFuncDataBase nUINameID sal_uInt16
+scaddins/source/datefunc/datefunc.hxx:60
+ ScaFuncDataBase nDescrID sal_uInt16
+scaddins/source/datefunc/datefunc.hxx:62
+ ScaFuncDataBase nParamCount sal_uInt16
+scaddins/source/datefunc/datefunc.hxx:63
+ ScaFuncDataBase eCat enum ScaCategory
+scaddins/source/datefunc/datefunc.hxx:64
+ ScaFuncDataBase bDouble _Bool
+scaddins/source/datefunc/datefunc.hxx:65
+ ScaFuncDataBase bWithOpt _Bool
+scaddins/source/pricing/pricing.hxx:69
+ sca::pricing::ScaFuncDataBase nUINameID sal_uInt16
+scaddins/source/pricing/pricing.hxx:70
+ sca::pricing::ScaFuncDataBase nDescrID sal_uInt16
+scaddins/source/pricing/pricing.hxx:72
+ sca::pricing::ScaFuncDataBase nParamCount sal_uInt16
+scaddins/source/pricing/pricing.hxx:73
+ sca::pricing::ScaFuncDataBase eCat enum sca::pricing::ScaCategory
+scaddins/source/pricing/pricing.hxx:74
+ sca::pricing::ScaFuncDataBase bDouble _Bool
+scaddins/source/pricing/pricing.hxx:75
+ sca::pricing::ScaFuncDataBase bWithOpt _Bool
+sd/source/ui/remotecontrol/ZeroconfService.hxx:36
+ sd::ZeroconfService port uint
+sd/source/ui/slidesorter/inc/controller/SlsVisibleAreaManager.hxx:64
+ sd::slidesorter::controller::VisibleAreaManager::TemporaryDisabler mrVisibleAreaManager class sd::slidesorter::controller::VisibleAreaManager &
+sd/source/ui/table/TableDesignPane.hxx:110
+ sd::TableDesignPane aImpl class sd::TableDesignWidget
+sd/source/ui/view/DocumentRenderer.cxx:1334
+ sd::DocumentRenderer::Implementation mxObjectShell SfxObjectShellRef
+sd/source/ui/view/viewshel.cxx:1234
+ sd::KeepSlideSorterInSyncWithPageChanges m_aDrawLock sd::slidesorter::view::class SlideSorterView::DrawLock
+sd/source/ui/view/viewshel.cxx:1235
+ sd::KeepSlideSorterInSyncWithPageChanges m_aModelLock sd::slidesorter::controller::class SlideSorterController::ModelChangeLock
+sd/source/ui/view/viewshel.cxx:1236
+ sd::KeepSlideSorterInSyncWithPageChanges m_aUpdateLock sd::slidesorter::controller::class PageSelector::UpdateLock
+sd/source/ui/view/viewshel.cxx:1237
+ sd::KeepSlideSorterInSyncWithPageChanges m_aContext sd::slidesorter::controller::class SelectionObserver::Context
+sd/source/ui/view/ViewShellBase.cxx:207
+ sd::ViewShellBase::Implementation mpPageCacheManager std::shared_ptr<slidesorter::cache::PageCacheManager>
+sfx2/source/doc/doctempl.cxx:118
+ DocTempl::DocTempl_EntryData_Impl mxObjShell class SfxObjectShellLock
+slideshow/source/engine/activities/activityparameters.hxx:107
+ slideshow::internal::ActivityParameters mrEventQueue class slideshow::internal::EventQueue &
+slideshow/source/engine/activities/activityparameters.hxx:119
+ slideshow::internal::ActivityParameters mnMinDuration const double
+slideshow/source/engine/activities/activityparameters.hxx:121
+ slideshow::internal::ActivityParameters mnAccelerationFraction const double
+slideshow/source/engine/activities/activityparameters.hxx:122
+ slideshow::internal::ActivityParameters mnDecelerationFraction const double
+slideshow/source/engine/activities/activityparameters.hxx:125
+ slideshow::internal::ActivityParameters mnMinNumberOfFrames const sal_uInt32
+slideshow/source/engine/activities/activityparameters.hxx:128
+ slideshow::internal::ActivityParameters mbAutoReverse const _Bool
+slideshow/source/engine/opengl/TransitionImpl.hxx:296
+ Vertex normal glm::vec3
+slideshow/source/engine/opengl/TransitionImpl.hxx:297
+ Vertex texcoord glm::vec2
+slideshow/source/inc/transitioninfo.hxx:119
+ slideshow::internal::TransitionInfo mbScaleIsotrophically _Bool
+starmath/inc/view.hxx:224
+ SmViewShell maGraphicController class SmGraphicController
+svtools/source/uno/treecontrolpeer.cxx:68
+ LockGuard mrLock sal_Int32 &
+sw/qa/extras/uiwriter/uiwriter.cxx:3478
+ PortionItem msText class rtl::OUString
+sw/source/core/crsr/crbm.cxx:64
+ (anonymous namespace)::CursorStateHelper m_aSaveState class SwCursorSaveState
+sw/source/core/frmedt/fetab.cxx:89
+ TableWait m_pWait const std::unique_ptr<SwWait>
+sw/source/core/layout/dbg_lay.cxx:164
+ SwImplEnterLeave nAction enum DbgAction
+sw/source/filter/html/htmlcss1.cxx:77
+ SwCSS1ItemIds nFormatBreak sal_uInt16
+sw/source/filter/html/htmlcss1.cxx:78
+ SwCSS1ItemIds nFormatPageDesc sal_uInt16
+sw/source/filter/html/htmlcss1.cxx:79
+ SwCSS1ItemIds nFormatKeep sal_uInt16
+sw/source/uibase/inc/uivwimp.hxx:95
+ SwView_Impl xTmpSelDocSh class SfxObjectShellLock
+sw/source/uibase/inc/unodispatch.hxx:46
+ SwXDispatchProviderInterceptor::DispatchMutexLock_Impl aGuard class SolarMutexGuard
+toolkit/source/awt/stylesettings.cxx:91
+ toolkit::StyleMethodGuard m_aGuard class SolarMutexGuard
+ucb/source/ucp/gio/gio_mount.hxx:46
+ OOoMountOperationClass parent_class GMountOperationClass
+ucb/source/ucp/gio/gio_mount.hxx:49
+ OOoMountOperationClass _gtk_reserved1 void (*)(void)
+ucb/source/ucp/gio/gio_mount.hxx:50
+ OOoMountOperationClass _gtk_reserved2 void (*)(void)
+ucb/source/ucp/gio/gio_mount.hxx:51
+ OOoMountOperationClass _gtk_reserved3 void (*)(void)
+ucb/source/ucp/gio/gio_mount.hxx:52
+ OOoMountOperationClass _gtk_reserved4 void (*)(void)
+unoidl/source/unoidlprovider.cxx:672
+ unoidl::detail::(anonymous namespace)::UnoidlCursor reference1_ rtl::Reference<UnoidlProvider>
+unoidl/source/unoidlprovider.cxx:673
+ unoidl::detail::(anonymous namespace)::UnoidlCursor reference2_ rtl::Reference<UnoidlModuleEntity>
+vcl/inc/opengl/RenderList.hxx:29
+ Vertex color glm::vec4
+vcl/inc/opengl/RenderList.hxx:30
+ Vertex lineData glm::vec4
+vcl/inc/opengl/zone.hxx:46
+ OpenGLVCLContextZone aZone class OpenGLZone
+vcl/inc/salmenu.hxx:42
+ SalMenuButtonItem mnId sal_uInt16
+vcl/inc/salmenu.hxx:43
+ SalMenuButtonItem maImage class Image
+vcl/inc/salmenu.hxx:44
+ SalMenuButtonItem maToolTipText class rtl::OUString
+vcl/source/gdi/jobset.cxx:35
+ ImplOldJobSetupData cDeviceName char [32]
+vcl/source/gdi/jobset.cxx:36
+ ImplOldJobSetupData cPortName char [32]
+vcl/source/gdi/pdfwriter_impl.cxx:5448
+ (anonymous namespace)::(anonymous) extnID SECItem
+vcl/source/gdi/pdfwriter_impl.cxx:5449
+ (anonymous namespace)::(anonymous) critical SECItem
+vcl/source/gdi/pdfwriter_impl.cxx:5450
+ (anonymous namespace)::(anonymous) extnValue SECItem
+vcl/source/gdi/pdfwriter_impl.cxx:5819
+ (anonymous namespace)::(anonymous) statusString SECItem
+vcl/source/gdi/pdfwriter_impl.cxx:5820
+ (anonymous namespace)::(anonymous) failInfo SECItem
+vcl/source/uitest/uno/uitest_uno.cxx:35
+ UITestUnoObj mpUITest std::unique_ptr<UITest>
+vcl/unx/generic/dtrans/X11_clipboard.hxx:45
+ x11::X11Clipboard m_xSelectionManager css::uno::Reference<css::lang::XInitialization>
+vcl/unx/generic/dtrans/X11_dndcontext.hxx:41
+ x11::DropTargetDropContext m_xManagerRef css::uno::Reference<XInterface>
+vcl/unx/generic/dtrans/X11_dndcontext.hxx:58
+ x11::DropTargetDragContext m_xManagerRef css::uno::Reference<XInterface>
+vcl/unx/generic/dtrans/X11_dndcontext.hxx:74
+ x11::DragSourceContext m_xManagerRef css::uno::Reference<XInterface>
+vcl/unx/generic/gdi/x11cairotextrender.cxx:34
+ _XRegion size long
+vcl/unx/generic/gdi/x11cairotextrender.cxx:37
+ _XRegion extents struct BOX
+vcl/unx/gtk/a11y/atkhypertext.cxx:29
+ (anonymous) atk_hyper_link AtkHyperlink
+vcl/unx/gtk/a11y/atkwrapper.hxx:45
+ AtkObjectWrapper aParent AtkObject
+vcl/unx/gtk/a11y/atkwrapper.hxx:72
+ AtkObjectWrapperClass aParentClass AtkObjectClass
+vcl/unx/gtk/gloactiongroup.cxx:28
+ GLOAction parent_instance GObject
+vcl/unx/gtk/glomenu.cxx:20
+ GLOMenu parent_instance GMenuModel
+writerfilter/source/rtftok/rtfdocumentimpl.hxx:220
+ writerfilter::rtftok::RTFParserState m_pDocumentImpl class writerfilter::rtftok::RTFDocumentImpl *
diff --git a/compilerplugins/clang/unusedmethods.py b/compilerplugins/clang/unusedmethods.py
index 6ed900d97e15..8ba1e79efed3 100755
--- a/compilerplugins/clang/unusedmethods.py
+++ b/compilerplugins/clang/unusedmethods.py
@@ -272,7 +272,7 @@ for d in definitionSet:
tmp1set.add((method, location))
# print out the results, sorted by name and line number
-with open("loplugin.unusedmethods.report-unused-methods", "wt") as f:
+with open("compilerplugins/clang/unusedmethods.results", "wt") as f:
for t in sort_set_by_natural_key(tmp1set):
f.write(t[1] + "\n")
f.write(" " + t[0] + "\n")
@@ -329,7 +329,7 @@ for d in definitionSet:
tmp2set.add((method, location))
# print output, sorted by name and line number
-with open("loplugin.unusedmethods.report-unused-returns", "wt") as f:
+with open("compilerplugins/clang/unusedmethods.unused-returns.results", "wt") as f:
for t in sort_set_by_natural_key(tmp2set):
f.write(t[1] + "\n")
f.write(" " + t[0] + "\n")
diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results
new file mode 100644
index 000000000000..18f28ab3d8ce
--- /dev/null
+++ b/compilerplugins/clang/unusedmethods.results
@@ -0,0 +1,590 @@
+basegfx/source/range/b2drangeclipper.cxx:699
+ type-parameter-?-? eraseFromList(type-parameter-?-? &,const type-parameter-?-? &)
+connectivity/source/drivers/mork/mork_helper.cxx:36
+ int main(int,char **)
+connectivity/source/inc/odbc/OPreparedStatement.hxx:74
+ void connectivity::odbc::OPreparedStatement::setScalarParameter(int,int,unsigned long,const type-parameter-?-?)
+connectivity/source/inc/OTypeInfo.hxx:52
+ connectivity::OTypeInfo::OTypeInfo()
+dbaccess/source/ui/inc/indexcollection.hxx:54
+ class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const struct dbaui::OIndex *, class std::__cxx1998::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > >, class std::__debug::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > > dbaui::OIndexCollection::begin() const
+dbaccess/source/ui/inc/indexcollection.hxx:58
+ class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const struct dbaui::OIndex *, class std::__cxx1998::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > >, class std::__debug::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > > dbaui::OIndexCollection::end() const
+dbaccess/source/ui/inc/indexcollection.hxx:63
+ class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const struct dbaui::OIndex *, class std::__cxx1998::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > >, class std::__debug::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > > dbaui::OIndexCollection::find(const class rtl::OUString &) const
+dbaccess/source/ui/inc/indexcollection.hxx:65
+ class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const struct dbaui::OIndex *, class std::__cxx1998::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > >, class std::__debug::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > > dbaui::OIndexCollection::findOriginal(const class rtl::OUString &) const
+desktop/inc/lib/init.hxx:41
+ void desktop::CallbackFlushHandler::setEventLatch(const _Bool)
+desktop/inc/lib/init.hxx:46
+ _Bool desktop::CallbackFlushHandler::isEventLatchOn() const
+desktop/inc/lib/init.hxx:48
+ _Bool desktop::CallbackFlushHandler::isPartTilePainting() const
+include/basegfx/pixel/bpixel.hxx:57
+ basegfx::BPixel::BPixel(unsigned char,unsigned char,unsigned char,unsigned char)
+include/basegfx/polygon/b3dpolypolygon.hxx:109
+ class basegfx::B3DPolygon * basegfx::B3DPolyPolygon::begin()
+include/basegfx/polygon/b3dpolypolygon.hxx:110
+ class basegfx::B3DPolygon * basegfx::B3DPolyPolygon::end()
+include/basegfx/range/b1drange.hxx:52
+ basegfx::B1DRange::B1DRange(double)
+include/basegfx/range/b2ibox.hxx:67
+ basegfx::B2IBox::B2IBox()
+include/basegfx/range/b2ibox.hxx:70
+ basegfx::B2IBox::B2IBox(const class basegfx::B2ITuple &)
+include/basegfx/range/b2ibox.hxx:89
+ basegfx::B2IBox::B2IBox(const class basegfx::B2ITuple &,const class basegfx::B2ITuple &)
+include/basegfx/range/b2ibox.hxx:156
+ _Bool basegfx::B2IBox::isInside(const class basegfx::B2ITuple &) const
+include/basegfx/range/b2ibox.hxx:172
+ void basegfx::B2IBox::intersect(const class basegfx::B2IBox &)
+include/basegfx/range/b2irange.hxx:62
+ basegfx::B2IRange::B2IRange(const class basegfx::B2ITuple &)
+include/basegfx/tuple/b2i64tuple.hxx:49
+ basegfx::B2I64Tuple::B2I64Tuple()
+include/basegfx/tuple/b3ituple.hxx:49
+ basegfx::B3ITuple::B3ITuple()
+include/basic/sbxvar.hxx:121
+ struct SbxValues * SbxValue::data()
+include/codemaker/global.hxx:58
+ class FileStream & operator<<(class FileStream &,class rtl::OString *)
+include/codemaker/global.hxx:60
+ class FileStream & operator<<(class FileStream &,class rtl::OStringBuffer *)
+include/codemaker/global.hxx:61
+ class FileStream & operator<<(class FileStream &,const class rtl::OStringBuffer &)
+include/comphelper/basicio.hxx:51
+ const class com::sun::star::uno::Reference<class com::sun::star::io::XObjectInputStream> & operator>>(const class com::sun::star::uno::Reference<class com::sun::star::io::XObjectInputStream> &,unsigned int &)
+include/comphelper/basicio.hxx:52
+ const class com::sun::star::uno::Reference<class com::sun::star::io::XObjectOutputStream> & operator<<(const class com::sun::star::uno::Reference<class com::sun::star::io::XObjectOutputStream> &,unsigned int)
+include/comphelper/configuration.hxx:248
+ type-parameter-?-? comphelper::ConfigurationLocalizedProperty::get(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &)
+include/comphelper/configuration.hxx:264
+ void comphelper::ConfigurationLocalizedProperty::set(const type-parameter-?-? &,const class std::shared_ptr<class comphelper::ConfigurationChanges> &)
+include/comphelper/configuration.hxx:300
+ class com::sun::star::uno::Reference<class com::sun::star::container::XHierarchicalNameReplace> comphelper::ConfigurationGroup::get(const class std::shared_ptr<class comphelper::ConfigurationChanges> &)
+include/comphelper/logging.hxx:57
+ class rtl::OUString convertLogArgToString(char16_t)
+include/comphelper/logging.hxx:129
+ _Bool comphelper::EventLogger::log(const int,const class rtl::OUString &,type-parameter-?-?) const
+include/comphelper/logging.hxx:139
+ _Bool comphelper::EventLogger::log(const int,const class rtl::OUString &,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:150
+ _Bool comphelper::EventLogger::log(const int,const class rtl::OUString &,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:162
+ _Bool comphelper::EventLogger::log(const int,const class rtl::OUString &,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:175
+ _Bool comphelper::EventLogger::log(const int,const class rtl::OUString &,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:189
+ _Bool comphelper::EventLogger::log(const int,const class rtl::OUString &,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:224
+ _Bool comphelper::EventLogger::log(const int,const char *,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:247
+ _Bool comphelper::EventLogger::log(const int,const char *,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:260
+ _Bool comphelper::EventLogger::log(const int,const char *,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:274
+ _Bool comphelper::EventLogger::log(const int,const char *,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:299
+ _Bool comphelper::EventLogger::logp(const int,const char *,const char *,const class rtl::OUString &,type-parameter-?-?) const
+include/comphelper/logging.hxx:309
+ _Bool comphelper::EventLogger::logp(const int,const char *,const char *,const class rtl::OUString &,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:320
+ _Bool comphelper::EventLogger::logp(const int,const char *,const char *,const class rtl::OUString &,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:332
+ _Bool comphelper::EventLogger::logp(const int,const char *,const char *,const class rtl::OUString &,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:345
+ _Bool comphelper::EventLogger::logp(const int,const char *,const char *,const class rtl::OUString &,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:359
+ _Bool comphelper::EventLogger::logp(const int,const char *,const char *,const class rtl::OUString &,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:384
+ _Bool comphelper::EventLogger::logp(const int,const char *,const char *,const char *,type-parameter-?-?) const
+include/comphelper/logging.hxx:394
+ _Bool comphelper::EventLogger::logp(const int,const char *,const char *,const char *,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:405
+ _Bool comphelper::EventLogger::logp(const int,const char *,const char *,const char *,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:417
+ _Bool comphelper::EventLogger::logp(const int,const char *,const char *,const char *,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:430
+ _Bool comphelper::EventLogger::logp(const int,const char *,const char *,const char *,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:444
+ _Bool comphelper::EventLogger::logp(const int,const char *,const char *,const char *,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:602
+ _Bool comphelper::ResourceBasedEventLogger::logp(const int,const char *,const char *,const int,type-parameter-?-?) const
+include/comphelper/logging.hxx:612
+ _Bool comphelper::ResourceBasedEventLogger::logp(const int,const char *,const char *,const int,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:623
+ _Bool comphelper::ResourceBasedEventLogger::logp(const int,const char *,const char *,const int,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:635
+ _Bool comphelper::ResourceBasedEventLogger::logp(const int,const char *,const char *,const int,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:648
+ _Bool comphelper::ResourceBasedEventLogger::logp(const int,const char *,const char *,const int,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/logging.hxx:662
+ _Bool comphelper::ResourceBasedEventLogger::logp(const int,const char *,const char *,const int,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const
+include/comphelper/lok.hxx:44
+ _Bool isLocalRendering()
+include/comphelper/proparrhlp.hxx:87
+ class cppu::IPropertyArrayHelper * comphelper::OAggregationArrayUsageHelper::createArrayHelper() const
+include/comphelper/sequence.hxx:336
+ type-parameter-?-? sequenceToContainer(const Sequence<type-parameter-?-?> &)
+include/comphelper/unwrapargs.hxx:49
+ void unwrapArgs(const class com::sun::star::uno::Sequence<class com::sun::star::uno::Any> &,int,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &)
+include/connectivity/FValue.hxx:396
+ unsigned char connectivity::ORowSetValue::getUInt8() const
+include/connectivity/sdbcx/VGroup.hxx:67
+ connectivity::sdbcx::OGroup::OGroup(_Bool)
+include/connectivity/sdbcx/VGroup.hxx:68
+ connectivity::sdbcx::OGroup::OGroup(const class rtl::OUString &,_Bool)
+include/desktop/crashreport.hxx:46
+ class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > CrashReporter::getIniFileName()
+include/desktop/crashreport.hxx:48
+ void CrashReporter::writeCommonInfo()
+include/desktop/crashreport.hxx:50
+ void CrashReporter::storeExceptionHandler(class google_breakpad::ExceptionHandler *)
+include/desktop/crashreport.hxx:54
+ void CrashReporter::updateMinidumpLocation()
+include/filter/msfilter/mstoolbar.hxx:98
+ Indent::Indent(_Bool)
+include/i18nlangtag/languagetag.hxx:257
+ enum LanguageTag::ScriptType LanguageTag::getScriptType() const
+include/o3tl/any.hxx:155
+ class boost::optional<const struct o3tl::detail::Void> tryAccess(const class com::sun::star::uno::Any &)
+include/o3tl/cow_wrapper.hxx:309
+ type-parameter-?-? * o3tl::cow_wrapper::get()
+include/o3tl/string_view.hxx:178
+ o3tl::basic_string_view::basic_string_view<charT, traits>()
+include/o3tl/string_view.hxx:551
+ o3tl::basic_string_view::basic_string_view<charT, traits>(const basic_string<type-parameter-?-?, type-parameter-?-?, allocator<type-parameter-?-?> > &)
+include/o3tl/string_view.hxx:693
+ _Bool operator==(basic_string_view<type-parameter-?-?, type-parameter-?-?>,basic_string_view<type-parameter-?-?, type-parameter-?-?>)
+include/o3tl/string_view.hxx:698
+ _Bool operator==(basic_string_view<type-parameter-?-?, type-parameter-?-?>,typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type)
+include/o3tl/string_view.hxx:704
+ _Bool operator==(typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type,basic_string_view<type-parameter-?-?, type-parameter-?-?>)
+include/o3tl/string_view.hxx:710
+ _Bool operator!=(basic_string_view<type-parameter-?-?, type-parameter-?-?>,basic_string_view<type-parameter-?-?, type-parameter-?-?>)
+include/o3tl/string_view.hxx:715
+ _Bool operator!=(basic_string_view<type-parameter-?-?, type-parameter-?-?>,typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type)
+include/o3tl/string_view.hxx:721
+ _Bool operator!=(typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type,basic_string_view<type-parameter-?-?, type-parameter-?-?>)
+include/o3tl/string_view.hxx:727
+ _Bool operator<(basic_string_view<type-parameter-?-?, type-parameter-?-?>,basic_string_view<type-parameter-?-?, type-parameter-?-?>)
+include/o3tl/string_view.hxx:732
+ _Bool operator<(basic_string_view<type-parameter-?-?, type-parameter-?-?>,typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type)
+include/o3tl/string_view.hxx:738
+ _Bool operator<(typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type,basic_string_view<type-parameter-?-?, type-parameter-?-?>)
+include/o3tl/string_view.hxx:744
+ _Bool operator>(basic_string_view<type-parameter-?-?, type-parameter-?-?>,basic_string_view<type-parameter-?-?, type-parameter-?-?>)
+include/o3tl/string_view.hxx:749
+ _Bool operator>(basic_string_view<type-parameter-?-?, type-parameter-?-?>,typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type)
+include/o3tl/string_view.hxx:755
+ _Bool operator>(typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type,basic_string_view<type-parameter-?-?, type-parameter-?-?>)
+include/o3tl/string_view.hxx:761
+ _Bool operator<=(basic_string_view<type-parameter-?-?, type-parameter-?-?>,basic_string_view<type-parameter-?-?, type-parameter-?-?>)
+include/o3tl/string_view.hxx:766
+ _Bool operator<=(basic_string_view<type-parameter-?-?, type-parameter-?-?>,typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type)
+include/o3tl/string_view.hxx:772
+ _Bool operator<=(typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type,basic_string_view<type-parameter-?-?, type-parameter-?-?>)
+include/o3tl/string_view.hxx:778
+ _Bool operator>=(basic_string_view<type-parameter-?-?, type-parameter-?-?>,basic_string_view<type-parameter-?-?, type-parameter-?-?>)
+include/o3tl/string_view.hxx:783
+ _Bool operator>=(basic_string_view<type-parameter-?-?, type-parameter-?-?>,typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type)
+include/o3tl/string_view.hxx:789
+ _Bool operator>=(typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type,basic_string_view<type-parameter-?-?, type-parameter-?-?>)
+include/o3tl/string_view.hxx:871
+ class rtl::OUString toOUString(class o3tl::basic_string_view<char16_t, struct std::char_traits<char16_t> >)
+include/o3tl/typed_flags_set.hxx:118
+ typename typed_flags<type-parameter-?-?>::Wrap operator~(typename typed_flags<type-parameter-?-?>::Wrap)
+include/o3tl/typed_flags_set.hxx:155
+ typename typed_flags<type-parameter-?-?>::Wrap operator^(typename typed_flags<type-parameter-?-?>::Wrap,type-parameter-?-?)
+include/o3tl/typed_flags_set.hxx:348
+ typename typed_flags<type-parameter-?-?>::Self operator^=(type-parameter-?-? &,typename typed_flags<type-parameter-?-?>::Wrap)
+include/o3tl/vector_pool.hxx:83
+ o3tl::detail::struct_from_value::type::type()
+include/oox/core/binarycodec.hxx:119
+ _Bool oox::core::BinaryCodec_XOR::skip(int)
+include/oox/core/binarycodec.hxx:230
+ _Bool oox::core::BinaryCodec_RCF::decode(unsigned char *,const unsigned char *,int)
+include/oox/helper/containerhelper.hxx:99
+ oox::Matrix::Matrix<Type>(typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type,typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type,typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::const_reference)
+include/oox/helper/containerhelper.hxx:117
+ typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::const_iterator oox::Matrix::begin() const
+include/oox/helper/containerhelper.hxx:119
+ typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::const_iterator oox::Matrix::end() const
+include/oox/helper/containerhelper.hxx:121
+ typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::iterator oox::Matrix::row_begin(typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type)
+include/oox/helper/containerhelper.hxx:123
+ typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::iterator oox::Matrix::row_end(typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type)
+include/oox/helper/containerhelper.hxx:126
+ typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::reference oox::Matrix::row_front(typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type)
+include/oox/helper/propertymap.hxx:113
+ void oox::PropertyMap::dumpCode(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &)
+include/oox/helper/propertymap.hxx:114
+ void oox::PropertyMap::dumpData(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &)
+include/opencl/OpenCLZone.hxx:42
+ _Bool OpenCLZone::isInInitialTest()
+include/sfx2/msg.hxx:119
+ const class std::type_info * SfxType0::Type() const
+include/svl/itempool.hxx:209
+ void SfxItemPool::dumpAsXml(struct _xmlTextWriter *) const
+include/svl/itemset.hxx:45
+ const char * DbgCheckItemSet(const void *)
+include/svl/macitem.hxx:96
+ class __gnu_debug::_Safe_iterator<struct std::_Rb_tree_const_iterator<struct std::pair<const unsigned short, class SvxMacro> >, class std::__debug::map<unsigned short, class SvxMacro, struct std::less<unsigned short>, class std::allocator<struct std::pair<const unsigned short, class SvxMacro> > > > SvxMacroTableDtor::begin() const
+include/svl/macitem.hxx:98
+ class __gnu_debug::_Safe_iterator<struct std::_Rb_tree_const_iterator<struct std::pair<const unsigned short, class SvxMacro> >, class std::__debug::map<unsigned short, class SvxMacro, struct std::less<unsigned short>, class std::allocator<struct std::pair<const unsigned short, class SvxMacro> > > > SvxMacroTableDtor::end() const
+include/svl/style.hxx:275
+ SfxStyleSheet::SfxStyleSheet()
+include/tools/bigint.hxx:94
+ BigInt::BigInt(unsigned short)
+include/tools/bigint.hxx:103
+ BigInt::BigInt(unsigned int)
+include/tools/bigint.hxx:137
+ class BigInt operator-(const class BigInt &,const class BigInt &)
+include/tools/bigint.hxx:140
+ class BigInt operator%(const class BigInt &,const class BigInt &)
+include/tools/bigint.hxx:143
+ _Bool operator!=(const class BigInt &,const class BigInt &)
+include/tools/bigint.hxx:146
+ _Bool operator<=(const class BigInt &,const class BigInt &)
+include/tools/datetime.hxx:47
+ DateTime::DateTime(const class tools::Time &)
+include/tools/datetime.hxx:93
+ class DateTime operator+(const class DateTime &,long)
+include/tools/datetime.hxx:94
+ class DateTime operator-(const class DateTime &,long)
+include/tools/datetime.hxx:96
+ class DateTime operator-(const class DateTime &,double)
+include/tools/datetime.hxx:98
+ class DateTime operator+(const class DateTime &,const class tools::Time &)
+include/tools/datetime.hxx:99
+ class DateTime operator-(const class DateTime &,const class tools::Time &)
+include/tools/fract.hxx:74
+ _Bool operator>=(const class Fraction &,const class Fraction &)
+include/unotest/assertion_traits.hxx:25
+ _Bool CppUnit::assertion_traits::equal(signed char,signed char)
+include/unotest/assertion_traits.hxx:27
+ class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > CppUnit::assertion_traits::toString(signed char)
+include/vcl/commandevent.hxx:248
+ CommandMediaData::CommandMediaData(enum MediaCommand)
+include/vcl/menu.hxx:472
+ class tools::Rectangle MenuBar::GetMenuBarButtonRectPixel(unsigned short)
+include/vcl/opengl/OpenGLContext.hxx:99
+ void OpenGLContext::UseNoProgram()
+include/vcl/opengl/OpenGLHelper.hxx:93
+ void OpenGLHelper::debugMsgStreamWarn(const class std::basic_ostringstream<char> &)
+include/vcl/svapp.hxx:168
+ ApplicationEvent::ApplicationEvent(enum ApplicationEvent::Type,const class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &)
+include/vcl/syswin.hxx:194
+ void SystemWindow::SetIdleDebugName(const char *)
+include/vcl/threadex.hxx:101
+ vcl::solarthread::detail::GenericSolarThreadExecutor::GenericSolarThreadExecutor<type-parameter-?-?, void>(const type-parameter-?-? &)
+include/vcl/uitest/uiobject.hxx:243
+ TabPageUIObject::TabPageUIObject(class VclPtr<class TabPage>)
+include/vcl/uitest/uiobject.hxx:251
+ class std::unique_ptr<class UIObject, struct std::default_delete<class UIObject> > TabPageUIObject::create(class vcl::Window *)
+include/vcl/uitest/uiobject.hxx:312
+ SpinUIObject::SpinUIObject(class VclPtr<class SpinButton>)
+include/vcl/uitest/uiobject.hxx:320
+ class std::unique_ptr<class UIObject, struct std::default_delete<class UIObject> > SpinUIObject::create(class vcl::Window *)
+include/vcl/window.hxx:427
+ const char * ImplDbgCheckWindow(const void *)
+oox/inc/drawingml/textliststyle.hxx:49
+ void oox::drawingml::TextListStyle::dump() const
+sc/inc/compressedarray.hxx:158
+ ScBitMaskCompressedArray::ScBitMaskCompressedArray<A, D>(type-parameter-?-?,const type-parameter-?-? *,unsigned long)
+sc/inc/dpfilteredcache.hxx:145
+ void ScDPFilteredCache::dump() const
+sc/inc/formulacell.hxx:433
+ void ScFormulaCell::Dump() const
+sc/inc/formulagroup.hxx:140
+ void sc::FormulaGroupInterpreter::enableOpenCL_UnitTestsOnly()
+sc/inc/postit.hxx:47
+ ScCaptionPtr::ScCaptionPtr(class SdrCaptionObj *)
+sc/inc/scdll.hxx:42
+ ScDLL::ScDLL()
+sc/inc/table.hxx:291
+ _Bool ScTable::IsColRowTabValid(short,int,short) const
+sc/inc/userlist.hxx:86
+ class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> > *, class std::__cxx1998::vector<class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> >, class std::allocator<class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> > > > >, class std::__debug::vector<class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> >, class std::allocator<class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> > > > > ScUserList::begin() const
+sc/qa/unit/helper/qahelper.hxx:199
+ class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > print(const class ScAddress &)
+sc/qa/unit/ucalc.hxx:141
+ void Test::testFormulaHashAndTag()
+sc/qa/unit/ucalc.hxx:170
+ void Test::testSingleCellCopyColumnLabel()
+sc/qa/unit/ucalc.hxx:221
+ void Test::testExternalRefUnresolved()
+sc/qa/unit/ucalc.hxx:360
+ void Test::testCopyPasteSkipEmptyConditionalFormatting()
+sc/qa/unit/ucalc.hxx:387
+ void Test::testSharedFormulaMoveBlock()
+sc/qa/unit/ucalc.hxx:494
+ void Test::testCondFormatUpdateMoveTab()
+sc/qa/unit/ucalc.hxx:495
+ void Test::testCondFormatUpdateDeleteTab()
+sc/qa/unit/ucalc.hxx:496
+ void Test::testCondFormatUpdateInsertTab()
+sc/qa/unit/ucalc.hxx:497
+ void Test::testCondFormatUpdateReference()
+sc/source/core/opencl/formulagroupcl.cxx:936
+ _Bool sc::opencl::DynamicKernelSlidingArgument::NeedParallelReduction() const
+sc/source/core/opencl/formulagroupcl.cxx:943
+ void sc::opencl::DynamicKernelSlidingArgument::GenSlidingWindowFunction(class std::basic_stringstream<char> &)
+sc/source/core/opencl/formulagroupcl.cxx:1224
+ void sc::opencl::ParallelReductionVectorRef::GenSlidingWindowFunction(class std::basic_stringstream<char> &)
+sc/source/core/opencl/formulagroupcl.cxx:1403
+ class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > sc::opencl::ParallelReductionVectorRef::GenSlidingWindowDeclRef(_Bool) const
+sc/source/core/opencl/formulagroupcl.cxx:1437
+ unsigned long sc::opencl::ParallelReductionVectorRef::Marshal(struct _cl_kernel *,int,int,struct _cl_program *)
+sc/source/core/opencl/formulagroupcl.cxx:1613
+ unsigned long sc::opencl::ParallelReductionVectorRef::GetArrayLength() const
+sc/source/core/opencl/formulagroupcl.cxx:1615
+ unsigned long sc::opencl::ParallelReductionVectorRef::GetWindowSize() const
+sc/source/core/opencl/formulagroupcl.cxx:1617
+ unsigned long sc::opencl::ParallelReductionVectorRef::GetStartFixed() const
+sc/source/core/opencl/formulagroupcl.cxx:1619
+ unsigned long sc::opencl::ParallelReductionVectorRef::GetEndFixed() const
+sc/source/core/opencl/op_statistical.hxx:204
+ sc::opencl::OpGeoMean::OpGeoMean()
+sc/source/core/opencl/opbase.hxx:115
+ _Bool sc::opencl::DynamicKernelArgument::IsMixedArgument() const
+sc/source/core/opencl/opbase.hxx:119
+ void sc::opencl::DynamicKernelArgument::GenNumDeclRef(class std::basic_stringstream<char> &) const
+sc/source/core/opencl/opbase.hxx:121
+ void sc::opencl::DynamicKernelArgument::GenStringDeclRef(class std::basic_stringstream<char> &) const
+sc/source/ui/inc/dataprovider.hxx:53
+ sc::ExternalDataMapper::ExternalDataMapper(class ScDocShell *,const class rtl::OUString &,const class rtl::OUString &,short,short,int,short,int,_Bool &)
+sc/source/ui/inc/dataprovider.hxx:58
+ void sc::ExternalDataMapper::StartImport()
+sc/source/ui/inc/dataprovider.hxx:106
+ _Bool sc::CSVFetchThread::IsRequestedTerminate()
+sc/source/ui/inc/dataprovider.hxx:107
+ void sc::CSVFetchThread::Terminate()
+sc/source/ui/inc/dataprovider.hxx:109
+ void sc::CSVFetchThread::EmptyLineQueue(class std::queue<class std::__debug::vector<struct sc::Line, class std::allocator<struct sc::Line> > *, class std::__debug::deque<class std::__debug::vector<struct sc::Line, class std::allocator<struct sc::Line> > *, class std::allocator<class std::__debug::vector<struct sc::Line, class std::allocator<struct sc::Line> > *> > > &)
+sc/source/ui/inc/dataprovider.hxx:121
+ class ScRange sc::DataProvider::GetRange() const
+sc/source/ui/inc/dataprovider.hxx:122
+ const class rtl::OUString & sc::DataProvider::GetURL() const
+sc/source/ui/inc/impex.hxx:92
+ ScImportExport::ScImportExport(class ScDocument *,const class rtl::OUString &)
+sd/inc/sddll.hxx:50
+ SdDLL::SdDLL()
+sd/source/filter/ppt/pptinanimations.hxx:110
+ void ppt::AnimationImporter::dump(const char *,long)
+sd/source/ui/inc/filedlg.hxx:54
+ _Bool SdOpenSoundFileDialog::IsInsertAsLinkSelected()
+sd/source/ui/remotecontrol/ZeroconfService.hxx:39
+ sd::ZeroconfService::ZeroconfService(const class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > &,unsigned int)
+sd/source/ui/remotecontrol/ZeroconfService.hxx:43
+ const class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > & sd::ZeroconfService::getName() const
+sd/source/ui/remotecontrol/ZeroconfService.hxx:44
+ void sd::ZeroconfService::setName(const char *)
+slideshow/source/engine/activities/activitiesfactory.cxx:173
+ void slideshow::internal::(anonymous namespace)::FromToByActivity::startAnimation()
+slideshow/source/engine/activities/activitiesfactory.cxx:241
+ void slideshow::internal::(anonymous namespace)::FromToByActivity::endAnimation()
+slideshow/source/engine/activities/activitiesfactory.cxx:249
+ void slideshow::internal::(anonymous namespace)::FromToByActivity::perform(double,unsigned int) const
+slideshow/source/engine/activities/activitiesfactory.cxx:313
+ void slideshow::internal::(anonymous namespace)::FromToByActivity::perform(unsigned int,unsigned int) const
+slideshow/source/engine/activities/activitiesfactory.cxx:331
+ void slideshow::internal::(anonymous namespace)::FromToByActivity::performEnd()
+slideshow/source/engine/activities/activitiesfactory.cxx:344
+ void slideshow::internal::(anonymous namespace)::FromToByActivity::dispose()
+slideshow/source/engine/activities/activitiesfactory.cxx:526
+ void slideshow::internal::(anonymous namespace)::ValuesActivity::startAnimation()
+slideshow/source/engine/activities/activitiesfactory.cxx:537
+ void slideshow::internal::(anonymous namespace)::ValuesActivity::endAnimation()
+slideshow/source/engine/activities/activitiesfactory.cxx:545
+ void slideshow::internal::(anonymous namespace)::ValuesActivity::perform(unsigned int,double,unsigned int) const
+slideshow/source/engine/activities/activitiesfactory.cxx:567
+ void slideshow::internal::(anonymous namespace)::ValuesActivity::perform(unsigned int,unsigned int) const
+slideshow/source/engine/activities/activitiesfactory.cxx:582
+ void slideshow::internal::(anonymous namespace)::ValuesActivity::performEnd()
+slideshow/source/engine/animationfactory.cxx:444
+ void slideshow::internal::(anonymous namespace)::GenericAnimation::prefetch(const class std::shared_ptr<class slideshow::internal::AnimatableShape> &,const class std::shared_ptr<class slideshow::internal::ShapeAttributeLayer> &)
+slideshow/source/engine/animationfactory.cxx:448
+ void slideshow::internal::(anonymous namespace)::GenericAnimation::start(const class std::shared_ptr<class slideshow::internal::AnimatableShape> &,const class std::shared_ptr<class slideshow::internal::ShapeAttributeLayer> &)
+slideshow/source/engine/animationfactory.cxx:549
+ typename type-parameter-?-?::ValueType slideshow::internal::(anonymous namespace)::GenericAnimation::getUnderlyingValue() const
+slideshow/source/engine/opengl/TransitionImpl.hxx:180
+ void OGLTransitionImpl::finish(double,double,double,double,double)
+slideshow/source/inc/shapeattributelayer.hxx:391
+ void slideshow::internal::ShapeAttributeLayer::setCharRotationAngle(const double &)
+sw/inc/dbgoutsw.hxx:54
+ const char * dbg_out(const void *)
+sw/inc/dbgoutsw.hxx:56
+ const char * dbg_out(const class SwRect &)
+sw/inc/dbgoutsw.hxx:57
+ const char * dbg_out(const class SwFrameFormat &)
+sw/inc/dbgoutsw.hxx:60
+ const char * dbg_out(const class SwContentNode *)
+sw/inc/dbgoutsw.hxx:61
+ const char * dbg_out(const class SwTextNode *)
+sw/inc/dbgoutsw.hxx:62
+ const char * dbg_out(const class SwTextAttr &)
+sw/inc/dbgoutsw.hxx:63
+ const char * dbg_out(const class SwpHints &)
+sw/inc/dbgoutsw.hxx:64
+ const char * dbg_out(const class SfxPoolItem &)
+sw/inc/dbgoutsw.hxx:65
+ const char * dbg_out(const class SfxPoolItem *)
+sw/inc/dbgoutsw.hxx:66
+ const char * dbg_out(const class SfxItemSet &)
+sw/inc/dbgoutsw.hxx:67
+ const char * dbg_out(class SwNodes &)
+sw/inc/dbgoutsw.hxx:68
+ const char * dbg_out(const struct SwPosition &)
+sw/inc/dbgoutsw.hxx:69
+ const char * dbg_out(const class SwPaM &)
+sw/inc/dbgoutsw.hxx:70
+ const char * dbg_out(const class SwNodeNum &)
+sw/inc/dbgoutsw.hxx:71
+ const char * dbg_out(const class SwUndo &)
+sw/inc/dbgoutsw.hxx:72
+ const char * dbg_out(class SwOutlineNodes &)
+sw/inc/dbgoutsw.hxx:73
+ const char * dbg_out(const class SwRewriter &)
+sw/inc/dbgoutsw.hxx:74
+ const char * dbg_out(const class SwNumRule &)
+sw/inc/dbgoutsw.hxx:75
+ const char * dbg_out(const class SwTextFormatColl &)
+sw/inc/dbgoutsw.hxx:76
+ const char * dbg_out(const class SwFrameFormats &)
+sw/inc/dbgoutsw.hxx:77
+ const char * dbg_out(const class SwNumRuleTable &)
+sw/inc/dbgoutsw.hxx:78
+ const char * dbg_out(const class SwNodeRange &)
+sw/inc/dbgoutsw.hxx:81
+ class rtl::OUString lcl_dbg_out(const unordered_map<type-parameter-?-?, type-parameter-?-?, type-parameter-?-?, equal_to<type-parameter-?-?>, allocator<pair<const type-parameter-?-?, type-parameter-?-?> > > &)
+sw/inc/dbgoutsw.hxx:105
+ const char * dbg_out(const unordered_map<type-parameter-?-?, type-parameter-?-?, type-parameter-?-?, equal_to<type-parameter-?-?>, allocator<pair<const type-parameter-?-?, type-parameter-?-?> > > &)
+sw/inc/dbgoutsw.hxx:109
+ const char * dbg_out(const struct SwFormToken &)
+sw/inc/dbgoutsw.hxx:110
+ const char * dbg_out(const class std::__debug::vector<struct SwFormToken, class std::allocator<struct SwFormToken> > &)
+sw/inc/docary.hxx:141
+ void SwVectorModifyBase::dumpAsXml(struct _xmlTextWriter *)
+sw/inc/docary.hxx:223
+ void SwFrameFormats::erase(unsigned long)
+sw/inc/docary.hxx:238
+ struct std::pair<class boost::multi_index::detail::bidir_node_iterator<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > >, class boost::multi_index::detail::bidir_node_iterator<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > > > SwFrameFormats::rangeFind(class SwFrameFormat *const &) const
+sw/inc/docary.hxx:240
+ class boost::multi_index::detail::bidir_node_iterator<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > > SwFrameFormats::rangeEnd() const
+sw/inc/docary.hxx:241
+ class boost::multi_index::detail::rnd_node_iterator<struct boost::multi_index::detail::random_access_index_node<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > > > SwFrameFormats::rangeProject(const class boost::multi_index::detail::bidir_node_iterator<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > > &)
+sw/inc/docary.hxx:246
+ class SwFrameFormat *const & SwFrameFormats::front() const
+sw/inc/docary.hxx:247
+ class SwFrameFormat *const & SwFrameFormats::back() const
+sw/inc/pagedesc.hxx:418
+ void SwPageDescs::erase(class SwPageDesc *const &)
+sw/inc/pagedesc.hxx:426
+ class SwPageDesc *const & SwPageDescs::front() const
+sw/inc/pagedesc.hxx:427
+ class SwPageDesc *const & SwPageDescs::back() const
+sw/inc/ring.hxx:204
+ sw::RingIterator::RingIterator<value_type>()
+sw/inc/swrect.hxx:105
+ class SvStream & WriteSwRect(class SvStream &,const class SwRect &)
+sw/qa/extras/inc/swmodeltestbase.hxx:522
+ class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> SwModelTestBase::getParagraphAnchoredObject(const int,const class com::sun::star::uno::Reference<class com::sun::star::text::XTextRange> &) const
+sw/qa/extras/uiwriter/uiwriter.cxx:4559
+ int main()
+sw/source/core/inc/flowfrm.hxx:171
+ class SwFlowFrame * SwFlowFrame::GetPrecede()
+sw/source/core/inc/frame.hxx:1188
+ class Size SwRectFnSet::GetSize(const class SwRect &) const
+sw/source/core/inc/frame.hxx:1219
+ long SwRectFnSet::LeftDist(const class SwRect &,long) const
+sw/source/core/inc/frame.hxx:1220
+ long SwRectFnSet::RightDist(const class SwRect &,long) const
+sw/source/core/inc/frame.hxx:1228
+ long SwRectFnSet::XInc(long,long) const
+sw/source/core/text/porlin.hxx:127
+ _Bool SwLinePortion::IsTabRightPortion() const
+sw/source/core/text/txtpaint.hxx:73
+ DbgRect::DbgRect(class OutputDevice *,const class tools::Rectangle &,const _Bool,unsigned int)
+sw/source/filter/ww8/ww8struc.hxx:241
+ WW8_BRCVer6::WW8_BRCVer6()
+ucb/source/inc/regexpmap.hxx:378
+ RegexpMapConstIter<type-parameter-?-?> ucb_impl::RegexpMap::begin() const
+ucb/source/inc/regexpmap.hxx:382
+ RegexpMapConstIter<type-parameter-?-?> ucb_impl::RegexpMap::end() const
+ucb/source/ucp/ftp/ftpurl.hxx:113
+ class rtl::OUString ftp::FTPURL::child() const
+vcl/inc/opengl/BufferObject.hxx:50
+ void vcl::BufferObject::unbind()
+vcl/inc/opengl/PackedTextureAtlas.hxx:43
+ PackedTextureAtlasManager::PackedTextureAtlasManager(int,int)
+vcl/inc/opengl/PackedTextureAtlas.hxx:45
+ class OpenGLTexture PackedTextureAtlasManager::InsertBuffer(int,int,int,int,unsigned char *)
+vcl/inc/opengl/PackedTextureAtlas.hxx:47
+ class std::__debug::vector<unsigned int, class std::allocator<unsigned int> > PackedTextureAtlasManager::ReduceTextureNumber(int)
+vcl/inc/opengl/salbmp.hxx:86
+ const class BitmapPalette & OpenGLSalBitmap::GetBitmapPalette() const
+vcl/inc/opengl/texture.hxx:113
+ void OpenGLTexture::SaveToFile(const class rtl::OUString &)
+vcl/inc/opengl/zone.hxx:41
+ void OpenGLZone::relaxWatchdogTimings()
+vcl/inc/openglgdiimpl.hxx:109
+ void OpenGLSalGraphicsImpl::ImplDrawLineAA(double,double,double,double,_Bool)
+vcl/inc/openglgdiimpl.hxx:116
+ _Bool OpenGLSalGraphicsImpl::UseSolid(unsigned int,unsigned char)
+vcl/inc/openglgdiimpl.hxx:141
+ void OpenGLSalGraphicsImpl::DrawMask(class OpenGLTexture &,unsigned int,const struct SalTwoRect &)
+vcl/inc/openglgdiimpl.hxx:145
+ void OpenGLSalGraphicsImpl::DeferredTextDraw(class OpenGLTexture &,const unsigned int,const struct SalTwoRect &)
+vcl/inc/regionband.hxx:27
+ const char * ImplDbgTestRegionBand(const void *)
+vcl/inc/salmenu.hxx:46
+ SalMenuButtonItem::SalMenuButtonItem()
+vcl/inc/salwtype.hxx:117
+ SalMenuEvent::SalMenuEvent()
+vcl/inc/unx/glyphcache.hxx:70
+ void GlyphCache::ClearFontOptions()
+vcl/inc/unx/gtk/gtkdata.hxx:182
+ void GtkSalDisplay::RefreshMenusUnity()
+vcl/inc/unx/gtk/gtkinst.hxx:120
+ void GtkDropTarget::fire_dragExit(const struct com::sun::star::datatransfer::dnd::DropTargetEvent &)
+vcl/inc/unx/saldata.hxx:68
+ void X11SalData::initNWF()
+vcl/inc/unx/saldisp.hxx:365
+ class SalXLib * SalDisplay::GetXLib() const
+vcl/inc/unx/salframe.h:192
+ enum SalFrameStyleFlags X11SalFrame::GetStyle() const
+vcl/source/edit/textdat2.hxx:85
+ class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<class TETextPortion *const *, class std::__cxx1998::vector<class TETextPortion *, class std::allocator<class TETextPortion *> > >, class std::__debug::vector<class TETextPortion *, class std::allocator<class TETextPortion *> > > TETextPortionList::begin() const
+vcl/source/edit/textdat2.hxx:87
+ class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<class TETextPortion *const *, class std::__cxx1998::vector<class TETextPortion *, class std::allocator<class TETextPortion *> > >, class std::__debug::vector<class TETextPortion *, class std::allocator<class TETextPortion *> > > TETextPortionList::end() const
+vcl/source/fontsubset/xlat.hxx:31
+ unsigned short TranslateChar12(unsigned short)
+vcl/source/fontsubset/xlat.hxx:32
+ unsigned short TranslateChar13(unsigned short)
+vcl/source/fontsubset/xlat.hxx:33
+ unsigned short TranslateChar14(unsigned short)
+vcl/source/fontsubset/xlat.hxx:34
+ unsigned short TranslateChar15(unsigned short)
+vcl/source/fontsubset/xlat.hxx:35
+ unsigned short TranslateChar16(unsigned short)
+vcl/source/gdi/pdfwriter_impl.hxx:1283
+ void vcl::PDFWriterImpl::setAutoAdvanceTime(unsigned int,int)
+workdir/LexTarget/l10ntools/source/srclex.cxx:1380
+ void YYWarning()
+writerfilter/source/ooxml/OOXMLPropertySet.hxx:160
+ class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class std::shared_ptr<class writerfilter::ooxml::OOXMLProperty> *, class std::__cxx1998::vector<class std::shared_ptr<class writerfilter::ooxml::OOXMLProperty>, class std::allocator<class std::shared_ptr<class writerfilter::ooxml::OOXMLProperty> > > >, class std::__debug::vector<class std::shared_ptr<class writerfilter::ooxml::OOXMLProperty>, class std::allocator<class std::shared_ptr<class writerfilter::ooxml::OOXMLProperty> > > > writerfilter::ooxml::OOXMLPropertySet::begin() const
+writerfilter/source/ooxml/OOXMLPropertySet.hxx:161
+ class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class std::shared_ptr<class writerfilter::ooxml::OOXMLProperty> *, class std::__cxx1998::vector<class std::shared_ptr<class writerfilter::ooxml::OOXMLProperty>, class std::allocator<class std::shared_ptr<class writerfilter::ooxml::OOXMLProperty> > > >, class std::__debug::vector<class std::shared_ptr<class writerfilter::ooxml::OOXMLProperty>, class std::allocator<class std::shared_ptr<class writerfilter::ooxml::OOXMLProperty> > > > writerfilter::ooxml::OOXMLPropertySet::end() const
+xmlsecurity/inc/xmlsignaturehelper.hxx:57
+ XMLSignatureCreationResult::XMLSignatureCreationResult(int,enum com::sun::star::xml::crypto::SecurityOperationStatus)
+xmlsecurity/inc/xmlsignaturehelper.hxx:69
+ XMLSignatureVerifyResult::XMLSignatureVerifyResult(int,enum com::sun::star::xml::crypto::SecurityOperationStatus)
+xmlsecurity/inc/xmlsignaturehelper.hxx:112
+ void XMLSignatureHelper::SignatureCreationResultListener(struct XMLSignatureCreationResult &)
+xmlsecurity/inc/xmlsignaturehelper.hxx:113
+ void XMLSignatureHelper::SignatureVerifyResultListener(struct XMLSignatureVerifyResult &)
+xmlsecurity/source/gpg/XMLEncryption.hxx:27
+ XMLEncryptionGpg::XMLEncryptionGpg()
+xmlsecurity/source/gpg/XMLSignature.hxx:27
+ XMLSignatureGpg::XMLSignatureGpg()
diff --git a/compilerplugins/clang/unusedmethods.unused-returns.results b/compilerplugins/clang/unusedmethods.unused-returns.results
new file mode 100644
index 000000000000..e80c3755b318
--- /dev/null
+++ b/compilerplugins/clang/unusedmethods.unused-returns.results
@@ -0,0 +1,298 @@
+chart2/source/view/main/OpenGLRender.hxx:69
+ int OpenGLRender::InitOpenGL()
+chart2/source/view/main/OpenGLRender.hxx:70
+ int OpenGLRender::MoveModelf(const struct PosVecf3 &,const struct PosVecf3 &,const struct PosVecf3 &)
+chart2/source/view/main/OpenGLRender.hxx:74
+ int OpenGLRender::RenderLine2FBO(int)
+chart2/source/view/main/OpenGLRender.hxx:75
+ int OpenGLRender::SetLine2DShapePoint(float,float,int)
+chart2/source/view/main/OpenGLRender.hxx:79
+ int OpenGLRender::Bubble2DShapePoint(float,float,float,float)
+chart2/source/view/main/OpenGLRender.hxx:80
+ int OpenGLRender::RenderBubble2FBO(int)
+chart2/source/view/main/OpenGLRender.hxx:84
+ int OpenGLRender::RenderRectangleShape(_Bool,_Bool)
+chart2/source/view/main/OpenGLRender.hxx:85
+ int OpenGLRender::RectangleShapePoint(float,float,float,float)
+chart2/source/view/main/OpenGLRender.hxx:93
+ int OpenGLRender::CreateTextTexture(const class BitmapEx &,const struct com::sun::star::awt::Point &,const struct com::sun::star::awt::Size &,long,const struct com::sun::star::drawing::HomogenMatrix3 &)
+chart2/source/view/main/OpenGLRender.hxx:96
+ int OpenGLRender::RenderTextShape()
+chart2/source/view/main/OpenGLRender.hxx:98
+ int OpenGLRender::SetArea2DShapePoint(float,float,int)
+chart2/source/view/main/OpenGLRender.hxx:99
+ int OpenGLRender::RenderArea2DShape()
+chart2/source/view/main/OpenGLRender.hxx:103
+ int OpenGLRender::RenderPieSegment2DShape(float,float,float)
+chart2/source/view/main/OpenGLRender.hxx:105
+ int OpenGLRender::RenderSymbol2DShape(float,float,float,float,int)
+chart2/source/view/main/OpenGLRender.hxx:122
+ int OpenGLRender::Create2DCircle(int)
+compilerplugins/clang/test/redundantinline.hxx:35
+ int S3::operator int()
+compilerplugins/clang/test/redundantinline.hxx:64
+ int S4::operator int()
+connectivity/source/inc/java/lang/Object.hxx:118
+ int connectivity::java_lang_Object::callIntMethodWithIntArg_ThrowRuntime(const char *,struct _jmethodID *&,int) const
+connectivity/source/inc/OColumn.hxx:131
+ const class rtl::OUString & connectivity::OColumn::getSchemaName() const
+connectivity/source/inc/OColumn.hxx:133
+ const class rtl::OUString & connectivity::OColumn::getCatalogName() const
+connectivity/source/inc/odbc/OConnection.hxx:82
+ short connectivity::odbc::OConnection::Construct(const class rtl::OUString &,const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> &)
+dbaccess/source/ui/browser/genericcontroller.cxx:1267
+ const type-parameter-?-? & dbaui::(anonymous namespace)::SGI_identity::operator()(const type-parameter-?-? &) const
+hwpfilter/source/hwpfile.h:141
+ int HWPFile::Read1b(void *,unsigned long)
+i18nlangtag/source/languagetag/languagetag.cxx:275
+ const class rtl::OUString & LanguageTagImpl::getBcp47() const
+include/basegfx/matrix/b2dhommatrix.hxx:86
+ class basegfx::B2DHomMatrix & basegfx::B2DHomMatrix::operator*=(double)
+include/basegfx/matrix/b2dhommatrix.hxx:87
+ class basegfx::B2DHomMatrix & basegfx::B2DHomMatrix::operator/=(double)
+include/basegfx/matrix/b3dhommatrix.hxx:103
+ class basegfx::B3DHomMatrix & basegfx::B3DHomMatrix::operator*=(double)
+include/basegfx/matrix/b3dhommatrix.hxx:104
+ class basegfx::B3DHomMatrix & basegfx::B3DHomMatrix::operator/=(double)
+include/basegfx/point/b2dpoint.hxx:93
+ class basegfx::B2DPoint & basegfx::B2DPoint::operator*=(double)
+include/basegfx/point/b2ipoint.hxx:72
+ class basegfx::B2IPoint & basegfx::B2IPoint::operator*=(const class basegfx::B2IPoint &)
+include/basegfx/point/b2ipoint.hxx:81
+ class basegfx::B2IPoint & basegfx::B2IPoint::operator*=(int)
+include/basegfx/point/b2ipoint.hxx:98
+ class basegfx::B2IPoint & basegfx::B2IPoint::operator*=(const class basegfx::B2DHomMatrix &)
+include/basegfx/point/b3dpoint.hxx:85
+ class basegfx::B3DPoint & basegfx::B3DPoint::operator*=(const class basegfx::B3DPoint &)
+include/basegfx/point/b3dpoint.hxx:95
+ class basegfx::B3DPoint & basegfx::B3DPoint::operator*=(double)
+include/basegfx/tuple/b2i64tuple.hxx:92
+ const long & basegfx::B2I64Tuple::operator[](int) const
+include/basegfx/tuple/b2i64tuple.hxx:101
+ long & basegfx::B2I64Tuple::operator[](int)
+include/basegfx/tuple/b2i64tuple.hxx:126
+ class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator/=(const class basegfx::B2I64Tuple &)
+include/basegfx/tuple/b2i64tuple.hxx:133
+ class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator*=(const class basegfx::B2I64Tuple &)
+include/basegfx/tuple/b2i64tuple.hxx:140
+ class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator*=(long)
+include/basegfx/tuple/b2i64tuple.hxx:147
+ class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator/=(long)
+include/basegfx/tuple/b2i64tuple.hxx:154
+ class basegfx::B2I64Tuple basegfx::B2I64Tuple::operator-() const
+include/basegfx/tuple/b2ituple.hxx:128
+ class basegfx::B2ITuple & basegfx::B2ITuple::operator/=(const class basegfx::B2ITuple &)
+include/basegfx/tuple/b2ituple.hxx:135
+ class basegfx::B2ITuple & basegfx::B2ITuple::operator*=(const class basegfx::B2ITuple &)
+include/basegfx/tuple/b2ituple.hxx:149
+ class basegfx::B2ITuple & basegfx::B2ITuple::operator/=(int)
+include/basegfx/tuple/b2ituple.hxx:156
+ class basegfx::B2ITuple basegfx::B2ITuple::operator-() const
+include/basegfx/tuple/b3dtuple.hxx:171
+ class basegfx::B3DTuple & basegfx::B3DTuple::operator/=(const class basegfx::B3DTuple &)
+include/basegfx/tuple/b3ituple.hxx:88
+ const int & basegfx::B3ITuple::operator[](int) const
+include/basegfx/tuple/b3ituple.hxx:97
+ int & basegfx::B3ITuple::operator[](int)
+include/basegfx/tuple/b3ituple.hxx:124
+ class basegfx::B3ITuple & basegfx::B3ITuple::operator/=(const class basegfx::B3ITuple &)
+include/basegfx/tuple/b3ituple.hxx:132
+ class basegfx::B3ITuple & basegfx::B3ITuple::operator*=(const class basegfx::B3ITuple &)
+include/basegfx/tuple/b3ituple.hxx:140
+ class basegfx::B3ITuple & basegfx::B3ITuple::operator*=(int)
+include/basegfx/tuple/b3ituple.hxx:148
+ class basegfx::B3ITuple & basegfx::B3ITuple::operator/=(int)
+include/basegfx/tuple/b3ituple.hxx:156
+ class basegfx::B3ITuple basegfx::B3ITuple::operator-() const
+include/basegfx/vector/b2dvector.hxx:115
+ class basegfx::B2DVector & basegfx::B2DVector::setLength(double)
+include/basegfx/vector/b2ivector.hxx:75
+ class basegfx::B2IVector & basegfx::B2IVector::operator*=(const class basegfx::B2IVector &)
+include/basegfx/vector/b2ivector.hxx:84
+ class basegfx::B2IVector & basegfx::B2IVector::operator*=(int)
+include/basegfx/vector/b2ivector.hxx:101
+ class basegfx::B2IVector & basegfx::B2IVector::setLength(double)
+include/basegfx/vector/b2ivector.hxx:118
+ class basegfx::B2IVector & basegfx::B2IVector::operator*=(const class basegfx::B2DHomMatrix &)
+include/basegfx/vector/b3dvector.hxx:85
+ class basegfx::B3DVector & basegfx::B3DVector::operator*=(const class basegfx::B3DVector &)
+include/basegfx/vector/b3dvector.hxx:155
+ class basegfx::B3DVector & basegfx::B3DVector::setLength(double)
+include/basegfx/vector/b3dvector.hxx:180
+ class basegfx::B3DVector & basegfx::B3DVector::normalize()
+include/canvas/base/bufferedgraphicdevicebase.hxx:159
+ const class com::sun::star::uno::Reference<class com::sun::star::awt::XWindow2> & canvas::BufferedGraphicDeviceBase::getWindow() const
+include/canvas/rendering/icolorbuffer.hxx:49
+ unsigned char * canvas::IColorBuffer::lock() const
+include/canvas/rendering/icolorbuffer.hxx:68
+ unsigned int canvas::IColorBuffer::getStride() const
+include/canvas/rendering/icolorbuffer.hxx:72
+ enum canvas::IColorBuffer::Format canvas::IColorBuffer::getFormat() const
+include/canvas/rendering/isurfaceproxymanager.hxx:58
+ class std::shared_ptr<struct canvas::ISurfaceProxy> canvas::ISurfaceProxyManager::createSurfaceProxy(const class std::shared_ptr<struct canvas::IColorBuffer> &) const
+include/canvas/rendering/isurfaceproxymanager.hxx:64
+ class std::shared_ptr<struct canvas::ISurfaceProxyManager> createSurfaceProxyManager(const class std::shared_ptr<struct canvas::IRenderModule> &)
+include/canvas/vclwrapper.hxx:135
+ type-parameter-?-? & canvas::vcltools::VCLObject::get()
+include/canvas/vclwrapper.hxx:136
+ const type-parameter-?-? & canvas::vcltools::VCLObject::get() const
+include/comphelper/unique_disposing_ptr.hxx:45
+ type-parameter-?-? & comphelper::unique_disposing_ptr::operator*() const
+include/connectivity/FValue.hxx:327
+ unsigned short connectivity::ORowSetValue::operator unsigned short() const
+include/o3tl/enumarray.hxx:100
+ typename type-parameter-?-?::value_type * o3tl::enumarray_iterator::operator->()
+include/o3tl/string_view.hxx:844
+ unsigned long std::hash::operator()(class o3tl::basic_string_view<char, struct std::char_traits<char> >)
+include/o3tl/string_view.hxx:849
+ unsigned long std::hash::operator()(class o3tl::basic_string_view<char16_t, struct std::char_traits<char16_t> >)
+include/o3tl/string_view.hxx:854
+ unsigned long std::hash::operator()(class o3tl::basic_string_view<char32_t, struct std::char_traits<char32_t> >)
+include/o3tl/string_view.hxx:859
+ unsigned long std::hash::operator()(class o3tl::basic_string_view<wchar_t, struct std::char_traits<wchar_t> >)
+include/oox/dump/dumperbase.hxx:1392
+ type-parameter-?-? oox::dump::InputObjectBase::dumpName(const class oox::dump::String &,const class oox::dump::NameListWrapper &)
+include/oox/dump/dumperbase.hxx:1398
+ type-parameter-?-? oox::dump::InputObjectBase::dumpBin(const class oox::dump::String &,const class oox::dump::NameListWrapper &)
+include/oox/dump/dumperbase.hxx:1400
+ type-parameter-?-? oox::dump::InputObjectBase::dumpFix(const class oox::dump::String &,const class oox::dump::NameListWrapper &)
+include/oox/dump/dumperbase.hxx:1404
+ type-parameter-?-? oox::dump::InputObjectBase::dumpValue(const struct oox::dump::ItemFormat &)
+include/oox/dump/dumperbase.hxx:1407
+ type-parameter-?-? oox::dump::InputObjectBase::dumpName(_Bool,const class oox::dump::String &,const class oox::dump::NameListWrapper &)
+include/oox/dump/dumperbase.hxx:1409
+ type-parameter-?-? oox::dump::InputObjectBase::dumpDec(_Bool,const class oox::dump::String &,const class oox::dump::NameListWrapper &)
+include/oox/dump/dumperbase.hxx:1413
+ type-parameter-?-? oox::dump::InputObjectBase::dumpBin(_Bool,const class oox::dump::String &,const class oox::dump::NameListWrapper &)
+include/oox/dump/dumperbase.hxx:1415
+ type-parameter-?-? oox::dump::InputObjectBase::dumpFix(_Bool,const class oox::dump::String &,const class oox::dump::NameListWrapper &)
+include/oox/dump/dumperbase.hxx:1417
+ type-parameter-?-? oox::dump::InputObjectBase::dumpBool(_Bool,const class oox::dump::String &,const class oox::dump::NameListWrapper &)
+include/oox/dump/dumperbase.hxx:1419
+ type-parameter-?-? oox::dump::InputObjectBase::dumpValue(_Bool,const struct oox::dump::ItemFormat &)
+include/oox/dump/oledumper.hxx:312
+ int oox::dump::AxPropertyObjectBase::dumpHmmProperty()
+include/oox/dump/oledumper.hxx:313
+ unsigned char oox::dump::AxPropertyObjectBase::dumpMousePtrProperty()
+include/oox/dump/oledumper.hxx:315
+ type-parameter-?-? oox::dump::AxPropertyObjectBase::dumpBorderStyleProperty(type-parameter-?-?)
+include/oox/dump/oledumper.hxx:317
+ type-parameter-?-? oox::dump::AxPropertyObjectBase::dumpSpecialEffectProperty(type-parameter-?-?)
+include/oox/dump/oledumper.hxx:318
+ unsigned int oox::dump::AxPropertyObjectBase::dumpEnabledProperty()
+include/oox/dump/oledumper.hxx:319
+ int oox::dump::AxPropertyObjectBase::dumpOrientationProperty()
+include/oox/dump/oledumper.hxx:320
+ int oox::dump::AxPropertyObjectBase::dumpDelayProperty()
+include/oox/dump/oledumper.hxx:321
+ unsigned int oox::dump::AxPropertyObjectBase::dumpImagePosProperty()
+include/oox/dump/oledumper.hxx:322
+ unsigned char oox::dump::AxPropertyObjectBase::dumpImageSizeModeProperty()
+include/oox/dump/oledumper.hxx:323
+ unsigned char oox::dump::AxPropertyObjectBase::dumpImageAlignProperty()
+include/oox/dump/oledumper.hxx:326
+ unsigned int oox::dump::AxPropertyObjectBase::dumpColorProperty(unsigned int)
+include/oox/dump/oledumper.hxx:327
+ char16_t oox::dump::AxPropertyObjectBase::dumpUnicodeProperty()
+include/oox/export/shapes.hxx:158
+ class oox::drawingml::ShapeExport & oox::drawingml::ShapeExport::WriteNonVisualProperties(const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &)
+include/oox/export/shapes.hxx:203
+ class oox::drawingml::ShapeExport & oox::drawingml::ShapeExport::WriteShape(const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &)
+include/oox/export/shapes.hxx:204
+ class oox::drawingml::ShapeExport & oox::drawingml::ShapeExport::WriteTextBox(const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,int)
+include/oox/helper/binaryoutputstream.hxx:78
+ class oox::BinaryOutputStream & oox::BinaryOutputStream::WriteInt16(short)
+include/oox/helper/binaryoutputstream.hxx:79
+ class oox::BinaryOutputStream & oox::BinaryOutputStream::WriteUInt16(unsigned short)
+include/oox/helper/containerhelper.hxx:113
+ typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::reference oox::Matrix::operator()(typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type,typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type)
+include/sax/fshelper.hxx:127
+ class sax_fastparser::FastSerializerHelper * sax_fastparser::FastSerializerHelper::write(int)
+include/sax/fshelper.hxx:128
+ class sax_fastparser::FastSerializerHelper * sax_fastparser::FastSerializerHelper::write(long)
+include/sax/fshelper.hxx:131
+ class sax_fastparser::FastSerializerHelper * sax_fastparser::FastSerializerHelper::writeEscaped(const char *)
+include/test/sheet/xnamedrange.hxx:22
+ class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> apitest::XNamedRange::init()
+include/test/sheet/xsheetannotation.hxx:36
+ class com::sun::star::uno::Reference<class com::sun::star::sheet::XSheetAnnotation> apitest::XSheetAnnotation::getAnnotation(struct com::sun::star::table::CellAddress &)
+include/test/sheet/xspreadsheets2.hxx:40
+ class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> apitest::XSpreadsheets2::getComponent()
+include/test/sheet/xstyleloader.hxx:27
+ class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> apitest::XStyleLoader::getTargetComponent()
+include/tools/bigint.hxx:114
+ unsigned short BigInt::operator unsigned short() const
+include/tools/bigint.hxx:115
+ unsigned long BigInt::operator unsigned long() const
+include/tools/color.hxx:141
+ class SvStream & Color::Read(class SvStream &)
+include/tools/color.hxx:142
+ class SvStream & Color::Write(class SvStream &) const
+include/vcl/fontcharmap.hxx:48
+ class tools::SvRef<class FontCharMap> FontCharMap::GetDefaultMap(_Bool)
+include/vcl/gdimtf.hxx:185
+ class SvStream & GDIMetaFile::Read(class SvStream &)
+include/vcl/graphicfilter.hxx:257
+ unsigned short GraphicFilter::ExportGraphic(const class Graphic &,const class INetURLObject &,unsigned short,const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> *)
+include/vcl/menu.hxx:464
+ unsigned short MenuBar::AddMenuBarButton(const class Image &,const class Link<struct MenuBar::MenuBarButtonCallbackArg &, _Bool> &,const class rtl::OUString &)
+lotuswordpro/source/filter/lwpsvstream.hxx:76
+ class LwpSvStream & LwpSvStream::ReadUInt8(unsigned char &)
+lotuswordpro/source/filter/lwpsvstream.hxx:77
+ class LwpSvStream & LwpSvStream::ReadUInt16(unsigned short &)
+lotuswordpro/source/filter/lwpsvstream.hxx:78
+ class LwpSvStream & LwpSvStream::ReadUInt32(unsigned int &)
+sc/source/core/opencl/formulagroupcl.cxx:968
+ unsigned long sc::opencl::DynamicKernelSlidingArgument::GenReductionLoopHeader(class std::basic_stringstream<char> &,_Bool &)
+sc/source/core/opencl/formulagroupcl.cxx:1413
+ unsigned long sc::opencl::ParallelReductionVectorRef::GenReductionLoopHeader(class std::basic_stringstream<char> &,int,_Bool &)
+sc/source/core/tool/scmatrix.cxx:2208
+ type-parameter-?-? * wrapped_iterator::operator->() const
+sc/source/core/tool/scmatrix.cxx:3174
+ const class svl::SharedString & matop::COp::operator()(char,type-parameter-?-?,double,double,const class svl::SharedString &) const
+sc/source/ui/vba/vbaformat.hxx:69
+ class com::sun::star::uno::Any ScVbaFormat::getAddIndent()
+sc/source/ui/vba/vbaformat.hxx:73
+ class com::sun::star::uno::Any ScVbaFormat::Borders(const class com::sun::star::uno::Any &)
+sc/source/ui/vba/vbaformat.hxx:76
+ class com::sun::star::uno::Reference<class ooo::vba::excel::XFont> ScVbaFormat::Font()
+sc/source/ui/vba/vbaformat.hxx:79
+ class com::sun::star::uno::Reference<class ooo::vba::excel::XInterior> ScVbaFormat::Interior()
+sc/source/ui/vba/vbaformat.hxx:85
+ class com::sun::star::uno::Any ScVbaFormat::getNumberFormat()
+sc/source/ui/vba/vbaformat.hxx:91
+ class com::sun::star::uno::Any ScVbaFormat::getNumberFormatLocal()
+sc/source/ui/vba/vbaformat.hxx:97
+ class com::sun::star::uno::Any ScVbaFormat::getIndentLevel()
+sc/source/ui/vba/vbaformat.hxx:103
+ class com::sun::star::uno::Any ScVbaFormat::getHorizontalAlignment()
+sc/source/ui/vba/vbaformat.hxx:109
+ class com::sun::star::uno::Any ScVbaFormat::getVerticalAlignment()
+sc/source/ui/vba/vbaformat.hxx:115
+ class com::sun::star::uno::Any ScVbaFormat::getOrientation()
+sc/source/ui/vba/vbaformat.hxx:121
+ class com::sun::star::uno::Any ScVbaFormat::getShrinkToFit()
+sc/source/ui/vba/vbaformat.hxx:127
+ class com::sun::star::uno::Any ScVbaFormat::getWrapText()
+sc/source/ui/vba/vbaformat.hxx:133
+ class com::sun::star::uno::Any ScVbaFormat::getLocked()
+sc/source/ui/vba/vbaformat.hxx:139
+ class com::sun::star::uno::Any ScVbaFormat::getFormulaHidden()
+sc/source/ui/vba/vbaformat.hxx:145
+ class com::sun::star::uno::Any ScVbaFormat::getMergeCells()
+sc/source/ui/vba/vbaformat.hxx:151
+ class com::sun::star::uno::Any ScVbaFormat::getReadingOrder()
+sd/source/filter/eppt/pptx-epptooxml.cxx:118
+ class oox::drawingml::ShapeExport & oox::core::PowerPointShapeExport::WritePageShape(const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &,enum PageType,_Bool)
+sd/source/ui/remotecontrol/IBluetoothSocket.hxx:37
+ int sd::IBluetoothSocket::write(const void *,unsigned int)
+sw/inc/calc.hxx:110
+ class SwSbxValue & SwSbxValue::MakeDouble()
+sw/source/uibase/inc/fldmgr.hxx:114
+ const class com::sun::star::uno::Reference<class com::sun::star::text::XNumberingTypeInfo> & SwFieldMgr::GetNumberingInfo() const
+vcl/inc/PhysicalFontFace.hxx:79
+ int PhysicalFontFace::GetWidth() const
+vcl/inc/unx/gtk/gtkdata.hxx:155
+ int GtkSalDisplay::CaptureMouse(class SalFrame *)
+vcl/source/filter/FilterConfigCache.hxx:89
+ class rtl::OUString FilterConfigCache::GetImportFormatMediaType(unsigned short)