solenv/vs/LibreOffice.natvis | 12 ++++++++++++ 1 file changed, 12 insertions(+)
New commits: commit 2b3317db1155c02aa28bdf07520849136959e824 Author: Mike Kaganski <mike.kagan...@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.kagan...@collabora.com> Tested-by: Mike Kaganski <mike.kagan...@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}}} _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits