summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-11-27 18:09:45 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-11-27 16:11:17 +0100
commit2b3317db1155c02aa28bdf07520849136959e824 (patch)
tree292e664d228a52380a957db9f8701459319041d2 /solenv
parent445288f073f3c462669f02f3307ef9009ea0f594 (diff)
Add int pool items to Natvis
Change-Id: I5840baff5bd052f95233f13d89ee64a926a2dd93 Reviewed-on: https://gerrit.libreoffice.org/45348 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/vs/LibreOffice.natvis12
1 files changed, 12 insertions, 0 deletions
diff --git a/solenv/vs/LibreOffice.natvis b/solenv/vs/LibreOffice.natvis
index 953f16c2e1e9..5e6eb82fc166 100644
--- a/solenv/vs/LibreOffice.natvis
+++ b/solenv/vs/LibreOffice.natvis
@@ -270,6 +270,18 @@
<Type Name="SfxInt16Item">
<DisplayString>{{which={m_nWhich,x}}} Int16: {m_nValue}</DisplayString>
</Type>
+ <Type Name="CntUInt16Item">
+ <DisplayString>{{which={m_nWhich,x}}} uInt16: {m_nValue}</DisplayString>
+ </Type>
+ <Type Name="CntByteItem">
+ <DisplayString>{{which={m_nWhich,x}}} uInt8: {m_nValue}</DisplayString>
+ </Type>
+ <Type Name="CntInt32Item">
+ <DisplayString>{{which={m_nWhich,x}}} Int32: {m_nValue}</DisplayString>
+ </Type>
+ <Type Name="CntUInt32Item">
+ <DisplayString>{{which={m_nWhich,x}}} uInt32: {m_nValue}</DisplayString>
+ </Type>
<Type Name="SfxGrabBagItem">
<DisplayString>
{{which={m_nWhich,x}}} GrabBag {{size={m_aMap._Mypair._Myval2._Myval2._Mysize,d}}}