[Libreoffice-commits] core.git: solenv/vs

Mike Kaganski mike.kaganski at collabora.com
Mon Nov 27 15:11:46 UTC 2017


 solenv/vs/LibreOffice.natvis |   12 ++++++++++++
 1 file changed, 12 insertions(+)

New commits:
commit 2b3317db1155c02aa28bdf07520849136959e824
Author: Mike Kaganski <mike.kaganski at collabora.com>
Date:   Mon Nov 27 18:09:45 2017 +0300

    Add int pool items to Natvis
    
    Change-Id: I5840baff5bd052f95233f13d89ee64a926a2dd93
    Reviewed-on: https://gerrit.libreoffice.org/45348
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
    Tested-by: Mike Kaganski <mike.kaganski at collabora.com>

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}}}


More information about the Libreoffice-commits mailing list