summaryrefslogtreecommitdiff
path: root/solenv/vs/LibreOffice.natvis
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/vs/LibreOffice.natvis')
-rw-r--r--solenv/vs/LibreOffice.natvis16
1 files changed, 16 insertions, 0 deletions
diff --git a/solenv/vs/LibreOffice.natvis b/solenv/vs/LibreOffice.natvis
index 0962c1c441fb..6dcfea5818b5 100644
--- a/solenv/vs/LibreOffice.natvis
+++ b/solenv/vs/LibreOffice.natvis
@@ -410,6 +410,22 @@
<Item Name='Type'>maType</Item>
</Expand>
</Type>
+ <Type Name='writerfilter::rtftok::RTFSprms'>
+ <DisplayString>{{Params: {m_pSprms.pObj->size()}}}</DisplayString>
+ <Expand>
+ <ArrayItems>
+ <Size>m_pSprms.pObj->size()</Size>
+ <ValuePointer>m_pSprms.pObj->_Mypair._Myval2._Myfirst</ValuePointer>
+ </ArrayItems>
+ </Expand>
+ </Type>
+ <Type Name='tools::SvRef&lt;*&gt;'>
+ <DisplayString Condition="pObj!=nullptr">{*pObj}</DisplayString>
+ <DisplayString Condition="pObj==nullptr">nullptr</DisplayString>
+ <Expand>
+ <ExpandedItem Condition="pObj!=nullptr">*pObj</ExpandedItem>
+ </Expand>
+ </Type>
<Type Name='SwFrame'>
<DisplayString IncludeView='min'>{mnFrameType,en} of {mpUpper->mnFrameType,en} {(void*)mpUpper}</DisplayString>
<DisplayString Condition='!mpUpper'>{{{mnFrameType,en}}}</DisplayString>