summaryrefslogtreecommitdiff
path: root/solenv/vs
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-11-07 20:39:48 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-11-07 18:45:37 +0100
commitf71427293fcf85818dda72b295177259c41fb80a (patch)
tree4c2ffc8502b33faa6eb91040d2288682495387de /solenv/vs
parent7404393f80ff47a1462395d66154c58d3e605dd5 (diff)
Augment LibreOffice.natvis
Change-Id: Id9c3e270db2ff8e36d18efe3221b8f1c01a2fcc1 Reviewed-on: https://gerrit.libreoffice.org/44419 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'solenv/vs')
-rw-r--r--solenv/vs/LibreOffice.natvis15
1 files changed, 12 insertions, 3 deletions
diff --git a/solenv/vs/LibreOffice.natvis b/solenv/vs/LibreOffice.natvis
index 60ce1d580150..4b2f29ebe4d8 100644
--- a/solenv/vs/LibreOffice.natvis
+++ b/solenv/vs/LibreOffice.natvis
@@ -103,9 +103,9 @@
</Type>
<Type Name="com::sun::star::uno::Sequence &lt; * &gt;">
<DisplayString Condition="_pSequence->nElements == 0">empty sequence</DisplayString>
- <DisplayString>sequence of {_pSequence->nElements} {"$T1",sb}</DisplayString>
+ <DisplayString>sequence of {_pSequence->nElements,d} {"$T1",sb}</DisplayString>
<Expand>
- <Item Name="[size]">_pSequence->nElements</Item>
+ <Item Name="[size]">_pSequence->nElements,d</Item>
<ArrayItems>
<Size>_pSequence->nElements</Size>
<ValuePointer>reinterpret_cast &lt; const $T1 * &gt;( _pSequence->elements )</ValuePointer>
@@ -245,4 +245,13 @@
<ExpandedItem>m_rInnerRef</ExpandedItem>
</Expand>
</Type>
-</AutoVisualizer> \ No newline at end of file
+ <Type Name="com::sun::star::uno::Type">
+ <DisplayString>{_pType->eTypeClass,en}</DisplayString>
+ <Expand>
+ <Item Name="Type Class">_pType->eTypeClass,en</Item>
+ <Item Name="Type Name">_pType->pTypeName</Item>
+ <Item Condition="_pType->pType != nullptr" Name="Size">_pType->pType->nSize</Item>
+ <Item Condition="_pType->pType != nullptr" Name="Alignment">_pType->pType->nAlignment</Item>
+ </Expand>
+ </Type>
+</AutoVisualizer>