1 <?xml version=
"1.0" encoding=
"utf-8"?>
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 <AutoVisualizer xmlns=
"http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
11 <Type Name=
"rtl::OUString">
12 <DisplayString>{*pData}
</DisplayString>
13 <StringView>*pData,su
</StringView>
15 <Type Name=
"rtl::OString">
16 <DisplayString>{*pData}
</DisplayString>
17 <StringView>*pData,s
</StringView>
19 <Type Name=
"_rtl_uString">
20 <DisplayString Condition=
"length == 0">empty
</DisplayString>
21 <DisplayString>{buffer,[length]su}
</DisplayString>
22 <StringView>buffer,[length]su
</StringView>
24 <Type Name=
"_rtl_String">
25 <DisplayString Condition=
"length == 0">empty
</DisplayString>
26 <DisplayString>{buffer,[length]s}
</DisplayString>
27 <StringView>buffer,[length]s
</StringView>
29 <Type Name=
"_uno_Any">
31 typelib_TypeClass_VOID = 0,
32 typelib_TypeClass_TYPEDEF = 16,
33 typelib_TypeClass_STRUCT = 17,
34 typelib_TypeClass_UNION = 18,/** Deprecated, UNOIDL does not have a union concept.*/
35 typelib_TypeClass_ARRAY = 21,/** Deprecated, UNOIDL does not have an array concept.*/
36 typelib_TypeClass_SERVICE = 23,/** (not implemented) */
37 typelib_TypeClass_MODULE = 24,/** (not implemented) */
38 typelib_TypeClass_INTERFACE_METHOD = 25,
39 typelib_TypeClass_INTERFACE_ATTRIBUTE = 26,
40 typelib_TypeClass_UNKNOWN = 27,
41 typelib_TypeClass_PROPERTY = 28,
42 typelib_TypeClass_CONSTANT = 29,
43 typelib_TypeClass_CONSTANTS = 30,
44 typelib_TypeClass_SINGLETON = 31,
46 <DisplayString Condition=
"pType->eTypeClass == 1" >{*((wchar_t*)pData),c} (CHAR)
</DisplayString><!-- typelib_TypeClass_CHAR -->
47 <DisplayString Condition=
"pType->eTypeClass == 2" >{*((bool*)pData),d} (BOOLEAN)
</DisplayString><!-- typelib_TypeClass_BOOLEAN -->
48 <DisplayString Condition=
"pType->eTypeClass == 3" >{*((unsigned char*)pData),d} (BYTE)
</DisplayString><!-- typelib_TypeClass_BYTE -->
49 <DisplayString Condition=
"pType->eTypeClass == 4" >{*((short*)pData),d} (SHORT)
</DisplayString><!-- typelib_TypeClass_SHORT -->
50 <DisplayString Condition=
"pType->eTypeClass == 5" >{*((unsigned short*)pData),d} (UNSIGNED_SHORT)
</DisplayString><!-- typelib_TypeClass_UNSIGNED_SHORT -->
51 <DisplayString Condition=
"pType->eTypeClass == 6" >{*((int*)pData),d} (LONG)
</DisplayString><!-- typelib_TypeClass_LONG -->
52 <DisplayString Condition=
"pType->eTypeClass == 7" >{*((unsigned int*)pData),d} (UNSIGNED_LONG)
</DisplayString><!-- typelib_TypeClass_UNSIGNED_LONG -->
53 <DisplayString Condition=
"pType->eTypeClass == 8" >{*((__int64*)pData),d} (HYPER)
</DisplayString><!-- typelib_TypeClass_HYPER -->
54 <DisplayString Condition=
"pType->eTypeClass == 9" >{*((unsigned __int64*)pData),d} (UNSIGNED_HYPER)
</DisplayString><!-- typelib_TypeClass_UNSIGNED_HYPER -->
55 <DisplayString Condition=
"pType->eTypeClass == 10">{*((float*)pData)} (FLOAT)
</DisplayString><!-- typelib_TypeClass_FLOAT -->
56 <DisplayString Condition=
"pType->eTypeClass == 11">{*((double*)pData)} (DOUBLE)
</DisplayString><!-- typelib_TypeClass_DOUBLE -->
57 <DisplayString Condition=
"pType->eTypeClass == 12">{*((rtl::OUString*)pData)} (STRING)
</DisplayString><!-- typelib_TypeClass_STRING -->
58 <DisplayString Condition=
"pType->eTypeClass == 13">{*((com::sun::star::uno::Type*)pData)} (TYPE)
</DisplayString><!-- typelib_TypeClass_TYPE -->
59 <DisplayString Condition=
"pType->eTypeClass == 14">{*((_uno_Any*)pData)} (ANY)
</DisplayString><!-- typelib_TypeClass_ANY -->
60 <DisplayString Condition=
"pType->eTypeClass == 15">{*((sal_Int32*)pData),d} (ENUM)
</DisplayString><!-- typelib_TypeClass_ENUM -->
61 <DisplayString Condition=
"pType->eTypeClass == 19">{*((com::sun::star::uno::Exception *)pData)} (EXCEPTION)
</DisplayString><!-- typelib_TypeClass_EXCEPTION -->
62 <DisplayString Condition=
"pType->eTypeClass == 20">{*((uno_Sequence **)pData)} (SEQUENCE)
</DisplayString><!-- typelib_TypeClass_SEQUENCE -->
63 <DisplayString Condition=
"pType->eTypeClass == 22">{*((com::sun::star::uno::BaseReference *)pData)} (INTERFACE)
</DisplayString><!-- typelib_TypeClass_INTERFACE -->
64 <DisplayString>{pType-
>eTypeClass,en}
</DisplayString>
66 <ExpandedItem Condition=
"pType->eTypeClass == 19">(com::sun::star::uno::Exception *)pData
</ExpandedItem>
67 <ExpandedItem Condition=
"pType->eTypeClass == 20">*(uno_Sequence **)pData
</ExpandedItem>
68 <ExpandedItem Condition=
"pType->eTypeClass == 22">(com::sun::star::uno::BaseReference *)pData
</ExpandedItem>
69 <Item Name=
"Data" Condition=
"pType->eTypeClass != 19 && pType->eTypeClass != 20 && pType->eTypeClass != 22">pData
</Item>
72 <Type Name=
"basegfx::internal::ImplMatLine < 3 >">
73 <DisplayString>{mfValue[
0]}, {mfValue[
1]}, {mfValue[
2]}
</DisplayString>
75 <Type Name=
"basegfx::internal::ImplHomMatrixTemplate < 3 >">
76 <DisplayString>{{{maLine[
0]}}}, {{{maLine[
1]}}}, {mpLine}
</DisplayString>
78 <Type Name=
"o3tl::cow_wrapper < basegfx::Impl2DHomMatrix,o3tl::UnsafeRefCountingPolicy >::impl_t">
79 <DisplayString>{m_value}
</DisplayString>
81 <Type Name=
"o3tl::cow_wrapper < basegfx::Impl2DHomMatrix,o3tl::UnsafeRefCountingPolicy >">
82 <DisplayString>{m_pimpl}
</DisplayString>
84 <Type Name=
"basegfx::B2DHomMatrix">
85 <DisplayString>{mpImpl}
</DisplayString>
88 <DisplayString>X:{nA}, Y:{nB}
</DisplayString>
91 <DisplayString>W:{nA}, H:{nB}
</DisplayString>
94 <DisplayString>Min:{nA}, Max:{nB}
</DisplayString>
96 <Type Name=
"Selection">
97 <DisplayString>Min:{nA}, Max:{nB}
</DisplayString>
100 <DisplayString>A:{nA}, B:{nB}
</DisplayString>
103 <DisplayString>{m_Point}, {m_Size}
</DisplayString>
105 <Type Name=
"tools::Rectangle">
106 <DisplayString IncludeView=
"w">{nRight==-
32767?
0:(nRight-nLeft+(nLeft
>nRight?(-
1):(
1)))}
</DisplayString>
107 <DisplayString IncludeView=
"h">{nBottom==-
32767?
0:(nBottom-nTop+(nTop
>nBottom?(-
1):(
1)))}
</DisplayString>
108 <DisplayString IncludeView=
"sz" Condition=
"nRight==-32767 || nBottom==-32767">empty
</DisplayString>
109 <DisplayString IncludeView=
"sz">{*this,view(w)nd} x {*this,view(h)nd}
</DisplayString>
110 <DisplayString>{{ LT=[{nLeft} , {nTop}] RB=[{nRight} , {nBottom}] [{*this,view(sz)}] }}
</DisplayString>
112 <Type Name=
"_sal_Sequence">
113 <DisplayString Condition=
"nElements == 0">_sal_Sequence (empty)
</DisplayString>
114 <DisplayString>_sal_Sequence of {nElements,d} elements
</DisplayString>
116 <Type Name=
"com::sun::star::uno::Sequence < signed char >">
117 <DisplayString Condition=
"_pSequence->nElements == 0">Sequence (empty)
</DisplayString>
118 <DisplayString>Sequence of {_pSequence-
>nElements,d} signed char
</DisplayString>
121 <Size>_pSequence-
>nElements
</Size>
122 <ValuePointer>reinterpret_cast
< const char*
>( _pSequence-
>elements )
</ValuePointer>
126 <Type Name=
"com::sun::star::uno::Sequence < * >">
127 <DisplayString Condition=
"_pSequence->nElements == 0">Sequence (empty)
</DisplayString>
128 <DisplayString>Sequence of {_pSequence-
>nElements,d} {
"$T1",sb}
</DisplayString>
131 <Size>_pSequence-
>nElements
</Size>
132 <ValuePointer>reinterpret_cast
< const $T1 *
>( _pSequence-
>elements )
</ValuePointer>
136 <Type Name=
"BigPtrArray">
137 <DisplayString>{{{m_nSize,d} nodes}}
</DisplayString>
140 <!-- Visualiser needs to know the type of variable (including pointer type).
141 If later we try to assign an incompatible value, visualiser will error out.
142 For pointers, valid syntax is e.g. "(BlockInfo*)nullptr" -->
143 <Variable Name=
"blocks" InitialValue=
"m_ppInf._Mypair._Myval2"/>
144 <Variable Name=
"count" InitialValue=
"m_nSize"/>
145 <Variable Name=
"pos" InitialValue=
"0"/>
146 <Variable Name=
"block_count" InitialValue=
"m_nBlock"/>
147 <Variable Name=
"block_pos" InitialValue=
"0"/>
148 <Variable Name=
"block" InitialValue=
"blocks[0]"/>
149 <Variable Name=
"next_block" InitialValue=
"block"/>
153 <Break Condition=
"block_pos >= block_count"/>
154 <Break Condition=
"block == nullptr"/>
155 <Break Condition=
"block->nStart != 0"/>
156 <Break Condition=
"block->nEnd - block->nStart + 1 != block->nElem"/>
159 <Break Condition=
"pos >= count"/>
160 <Item>*block-
>mvData._Elems[ pos - block-
>nStart ]
</Item>
161 <If Condition=
"pos == block->nEnd">
162 <Exec>block_pos++
</Exec>
163 <Break Condition=
"block_pos >= block_count"/>
164 <Exec>next_block = blocks[block_pos]
</Exec>
165 <Break Condition=
"next_block == nullptr"/>
166 <Break Condition=
"next_block->nEnd - next_block->nStart + 1 != next_block->nElem"/>
167 <Break Condition=
"next_block->nStart != block->nEnd + 1"/>
168 <Break Condition=
"next_block->nEnd <= count"/>
169 <Exec>block = next_block
</Exec>
178 <DisplayString IncludeView=
"No">[{m_pBlock-
>nStart + m_nOffset,d}]
</DisplayString>
179 <DisplayString IncludeView=
"Name">Node
</DisplayString>
180 <DisplayString>{*this,view(No)nd} {{{*this,view(Name)}}}
</DisplayString>
182 <Item Name=
"No">m_pBlock-
>nStart + m_nOffset,d
</Item>
183 <Item Name=
"Nodes">static_cast
< SwNodes*
>(m_pBlock-
>pBigArr)
</Item>
186 <Type Name=
"SwEndNode">
187 <DisplayString IncludeView=
"For" Condition=
"m_pStartOfSection != nullptr">- for {*(SwNode*)m_pStartOfSection,view(No)nd}
</DisplayString>
188 <DisplayString IncludeView=
"For"/>
189 <DisplayString IncludeView=
"Name">EndNode
</DisplayString>
190 <DisplayString>{*(SwNode*)this,nd} {*this,view(For)nd}
</DisplayString>
192 <Type Name=
"SwStartNode">
193 <DisplayString IncludeView=
"Till">- till {*(SwNode*)m_pEndOfSection,view(No)nd}
</DisplayString>
194 <DisplayString IncludeView=
"Name" Condition=
"m_eStartNodeType == 0">NormalStartNode
</DisplayString>
195 <DisplayString IncludeView=
"Name" Condition=
"m_eStartNodeType == 1">TableBoxStartNode
</DisplayString>
196 <DisplayString IncludeView=
"Name" Condition=
"m_eStartNodeType == 2">FlyStartNode
</DisplayString>
197 <DisplayString IncludeView=
"Name" Condition=
"m_eStartNodeType == 3">FootnoteStartNode
</DisplayString>
198 <DisplayString IncludeView=
"Name" Condition=
"m_eStartNodeType == 4">HeaderStartNode
</DisplayString>
199 <DisplayString IncludeView=
"Name" Condition=
"m_eStartNodeType == 5">FooterStartNode
</DisplayString>
200 <DisplayString IncludeView=
"Name">StartNode {m_nNodeType,en}
</DisplayString>
201 <DisplayString>{*(SwNode*)this,nd} {*this,view(Till)nd}
</DisplayString>
203 <Type Name=
"SwContentNode">
204 <DisplayString IncludeView=
"Name">ContentNode
</DisplayString>
205 <DisplayString>{*(SwNode*)this,nd}
</DisplayString>
207 <Type Name=
"SwOLENode">
208 <DisplayString IncludeView=
"Name">OLENode
</DisplayString>
209 <DisplayString>{*(SwNode*)this,nd}
</DisplayString>
211 <Type Name=
"SwGrfNode">
212 <DisplayString IncludeView=
"Name">GrfNode
</DisplayString>
213 <DisplayString>{*(SwNode*)this,nd}
</DisplayString>
215 <Type Name=
"SwSectionNode">
216 <DisplayString IncludeView=
"Name">SectionNode
</DisplayString>
217 <DisplayString>{*(SwStartNode*)this,nd}
</DisplayString>
219 <Type Name=
"SwTableNode">
220 <DisplayString IncludeView=
"Name">TableNode
</DisplayString>
221 <DisplayString>{*(SwStartNode*)this,nd}
</DisplayString>
223 <Type Name=
"SwDummySectionNode">
224 <DisplayString IncludeView=
"Name">DummySectionNode
</DisplayString>
225 <DisplayString>{*(SwNode*)this,nd}
</DisplayString>
227 <Type Name=
"SwTextNode">
228 <DisplayString IncludeView=
"Name">TextNode: {m_Text}
</DisplayString>
229 <DisplayString>{*(SwNode*)this,nd}
</DisplayString>
231 <Type Name=
"SwNodeIndex">
232 <DisplayString>{{{*m_pNode}}}
</DisplayString>
234 <Type Name=
"SwIndex">
235 <DisplayString>{{{m_nIndex}}}
</DisplayString>
237 <Type Name=
"SwPosition">
238 <DisplayString>{{Node: {nNode} Content: {nContent}}}
</DisplayString>
241 <DisplayString>{{Point: {*m_pPoint} Mark: {*m_pMark}}}
</DisplayString>
243 <Type Name=
"SwFrameFormats">
244 <DisplayString Condition=
"m_Array.node_count == 0">empty
</DisplayString>
245 <DisplayString>Size: {m_Array.node_count}
</DisplayString>
248 <Size>m_Array.node_count
</Size>
249 <ValueNode>**reinterpret_cast
< value_type*
> (
&static_cast
< ByPos::node_type*
> (static_cast
< ByPos::node_type::trampoline*
> (m_PosIndex.ptrs.spc.data_[$i]))-
>space)
</ValueNode>
253 <Type Name=
"SwFormat">
254 <DisplayString>Format:
"{m_aFormatName,sub}"</DisplayString>
256 <Type Name=
"com::sun::star::uno::BaseReference">
257 <DisplayString Condition=
"_pInterface == nullptr">empty
</DisplayString>
258 <DisplayString>{{{_pInterface}}}
</DisplayString>
260 <Type Name=
"com::sun::star::uno::Reference < * >">
261 <DisplayString Condition=
"_pInterface == nullptr">empty
</DisplayString>
262 <DisplayString>{{{reinterpret_cast
< $T1 *
>(_pInterface)}}}
</DisplayString>
264 <ExpandedItem>reinterpret_cast
< $T1 *
>(_pInterface)
</ExpandedItem>
267 <Type Name=
"rtl::Reference < * >">
268 <DisplayString Condition=
"m_pBody == nullptr">empty
</DisplayString>
269 <DisplayString>{{{reinterpret_cast
< $T1 *
>(m_pBody)}}}
</DisplayString>
271 <ExpandedItem>reinterpret_cast
< $T1 *
>(m_pBody)
</ExpandedItem>
274 <Type Name=
"VclPtr < * >">
275 <DisplayString>{m_rInnerRef}
</DisplayString>
277 <ExpandedItem>m_rInnerRef
</ExpandedItem>
280 <Type Name=
"com::sun::star::uno::Type">
281 <DisplayString>{_pType-
>eTypeClass,en}
</DisplayString>
283 <Item Name=
"Type Class">_pType-
>eTypeClass,en
</Item>
284 <Item Name=
"Type Name">_pType-
>pTypeName
</Item>
285 <Item Condition=
"_pType->pType != nullptr" Name=
"Size">_pType-
>pType-
>nSize
</Item>
286 <Item Condition=
"_pType->pType != nullptr" Name=
"Alignment">_pType-
>pType-
>nAlignment
</Item>
289 <Type Name=
"SfxBoolItem">
290 <DisplayString>{{which={m_nWhich,x}}} {m_bValue}
</DisplayString>
292 <Type Name=
"SfxEnumItem < * >">
293 <DisplayString>{{which={m_nWhich,x}}} {m_nValue}
</DisplayString>
295 <Type Name=
"CntUnencodedStringItem">
296 <DisplayString>{{which={m_nWhich,x}}} {m_aValue}
</DisplayString>
298 <Type Name=
"SfxUnoAnyItem">
299 <DisplayString>{{which={m_nWhich,x}}} {aValue}
</DisplayString>
301 <Type Name=
"SvxFontItem">
302 <DisplayString>{{which={m_nWhich,x}}} Font family: {aFamilyName,sub}
</DisplayString>
304 <Type Name=
"SfxInt16Item">
305 <DisplayString>{{which={m_nWhich,x}}} Int16: {m_nValue}
</DisplayString>
307 <Type Name=
"CntUInt16Item">
308 <DisplayString>{{which={m_nWhich,x}}} uInt16: {m_nValue}
</DisplayString>
310 <Type Name=
"CntByteItem">
311 <DisplayString>{{which={m_nWhich,x}}} uInt8: {m_nValue}
</DisplayString>
313 <Type Name=
"CntInt32Item">
314 <DisplayString>{{which={m_nWhich,x}}} Int32: {m_nValue}
</DisplayString>
316 <Type Name=
"CntUInt32Item">
317 <DisplayString>{{which={m_nWhich,x}}} uInt32: {m_nValue}
</DisplayString>
319 <Type Name=
"SfxGrabBagItem">
321 {{which={m_nWhich,x}}} GrabBag {{size={m_aMap._Mypair._Myval2._Myval2._Mysize,d}}}
324 <ExpandedItem>m_aMap
</ExpandedItem>
327 <Type Name=
"SfxPoolItem">
328 <DisplayString>{{which={m_nWhich,x}}}
</DisplayString>
330 <Type Name=
"SfxItemSet">
331 <DisplayString>{{size={m_nCount,d}}}
</DisplayString>
334 <Variable Name='pCurItem' InitialValue='m_pItems._Mypair._Myval2'
/>
335 <Variable Name='pCurRange' InitialValue='m_pWhichRanges'
/>
336 <Variable Name='nCurWhich' InitialValue='
0'
/>
337 <Loop Condition='*pCurRange'
>
338 <Exec>nCurWhich = *pCurRange
</Exec>
339 <Loop Condition='nCurWhich
<=*(pCurRange+
1)'
>
340 <Item Condition='*pCurItem'
>**pCurItem
</Item>
341 <Exec>++pCurItem
</Exec>
342 <Exec>++nCurWhich
</Exec>
344 <Exec>pCurRange+=
2</Exec>
347 <Synthetic Name=
"Which Ranges">
350 <Variable Name='pCurRange' InitialValue='m_pWhichRanges'
/>
351 <Variable Name='i' InitialValue='
0'
/>
352 <Loop Condition='*pCurRange'
>
353 <Item Name='[{i,d}] begin'
>*pCurRange
</Item>
354 <Item Name='[{i,d}] end'
>*(pCurRange+
1)
</Item>
355 <Exec>pCurRange+=
2</Exec>
361 <Item Condition=
"m_pParent != nullptr" Name=
"Parent">*m_pParent
</Item>
364 <Type Name=
"sax_fastparser::FastAttributeList">
365 <DisplayString>{{size={maAttributeTokens.size(),d}}}
</DisplayString>
368 <Variable Name='i' InitialValue='
0'
/>
369 <Loop Condition='i
< maAttributeTokens.size()'
>
370 <Item Name='{maAttributeTokens[i],x}'
>mpChunk + maAttributeValues[i]
</Item>
376 <Type Name='writerfilter::ooxml::OOXMLProperty'
>
377 <DisplayString>{meType,en} {mId,d}: {*mpValue}
</DisplayString>
378 <Expand HideRawView='true'
>
379 <Item Name='Type'
>meType
</Item>
380 <Item Name='Id'
>mId,d
</Item> <!-- see workdir/CustomTarget/writerfilter/source/ooxml/resourceids.hxx -->
381 <Item Name='Value'
>*mpValue
</Item>
384 <Type Name='writerfilter::ooxml::OOXMLStringValue'
>
385 <DisplayString>"{mStr,sub}"</DisplayString>
386 <StringView>mStr
</StringView>
388 <Type Name='writerfilter::ooxml::OOXMLBooleanValue'
>
389 <DisplayString>{mbValue}
</DisplayString>
391 <Type Name='writerfilter::ooxml::OOXMLIntegerValue'
>
392 <DisplayString>{mnValue}
</DisplayString>
394 <Type Name='writerfilter::ooxml::OOXMLNthPtMeasureValue
<*
>'
>
395 <DisplayString>{mnValue,d}/{$T1,d}={mnValue*
1.0/$T1,g} pt
</DisplayString>
397 <Type Name='writerfilter::ooxml::OOXMLPropertySetValue'
>
398 <DisplayString>{{Property set size={mpPropertySet-
>mProperties.size(),d}}}
</DisplayString>
401 <Size>mpPropertySet-
>mProperties.size()
</Size>
402 <ValueNode>*mpPropertySet-
>mProperties[$i]
</ValueNode>
406 <Type Name='writerfilter::ooxml::OOXMLPropertySet'
>
407 <DisplayString>{{{maType} {{size={mProperties.size(),d}}}}}
</DisplayString>
408 <Expand HideRawView='true'
>
410 <Size>mProperties.size()
</Size>
411 <ValueNode>*mProperties[$i]
</ValueNode>
413 <Item Name='Type'
>maType
</Item>
416 <Type Name='SwFrame'
>
417 <DisplayString IncludeView='min'
>{mnFrameType,en} of {mpUpper-
>mnFrameType,en} {(void*)mpUpper}
</DisplayString>
418 <DisplayString Condition='!mpUpper'
>{{{mnFrameType,en}}}
</DisplayString>
419 <DisplayString>{{{*this,view(min)}}}
</DisplayString>
421 <Synthetic Name='Frame'
>
422 <DisplayString>Area: {maFrameArea}; Print Area: {maFramePrintArea}
</DisplayString>
424 <Item Name='Area'
>maFrameArea
</Item>
425 <Item Name='Print Area'
>maFramePrintArea
</Item>
428 <Item Name='Upper'
>mpUpper
</Item>
431 <Type Name='SwLayoutFrame'
>
432 <DisplayString>{(SwFrame
&)*this}
</DisplayString>
434 <ExpandedItem>(SwFrame
&)(*this)
</ExpandedItem>
435 <Synthetic Name='Lowers' Condition='m_pLower'
>
438 <Variable Name=
"pChild" InitialValue=
"m_pLower"/>
440 <Break Condition=
"!pChild"/>
442 <Exec>pChild = pChild-
>mpNext
</Exec>
449 <Type Name=
"SwRowFrame">
450 <DisplayString Condition=
"m_bIsRepeatedHeadline">{{Headline {(SwFrame
&)*this,view(min)}}}
</DisplayString>
451 <DisplayString>{(SwFrame
&)*this}
</DisplayString>
453 <ExpandedItem>(SwLayoutFrame
&)(*this)
</ExpandedItem>
456 <Type Name=
"SwTabFrame">
457 <DisplayString Condition=
"m_pPrecede">{{Follow {(SwFrame
&)*this,view(min)}}}
</DisplayString>
458 <DisplayString>{(SwFrame
&)*this}
</DisplayString>
460 <ExpandedItem>(SwLayoutFrame
&)(*this)
</ExpandedItem>
463 <Type Name=
"boost::optional<*>">
464 <DisplayString Condition=
"!m_initialized">Optional not set
</DisplayString>
465 <DisplayString>{*reinterpret_cast
<$T1 *
>(m_storage.dummy_.data)}
</DisplayString>
467 <Item Name=
"initialized">m_initialized
</Item>
468 <Item Name=
"data">*reinterpret_cast
<$T1 *
>(m_storage.dummy_.data)
</Item>
471 <Type Name=
"ErrCode">
472 <DisplayString Condition=
"m_value == 0">None
</DisplayString>
473 <DisplayString IncludeView=
"dynamic" Condition=
"m_value & (31UL << 26)">dynamic: {(m_value
>> 26)
& 31UL}
</DisplayString>
474 <DisplayString IncludeView=
"dynamic"/>
475 <DisplayString IncludeView=
"detail">{{{*this,view(dynamic)}area: {static_cast
<ErrCodeArea
>((m_value
>> 13)
& 0x01fff),en}, class: {static_cast
<ErrCodeClass
>((m_value
>> 8)
& 0x1f),en}, code: {m_value
& 0xff}}}
</DisplayString>
476 <DisplayString Condition=
"m_value & 0x80000000UL">Warning: {*this,view(detail)}
</DisplayString>
477 <DisplayString>Error: {*this,view(detail)}
</DisplayString>