From aae64e0f9cd1582c0dc31992aa22b849d2527c80 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Fri, 22 Jun 2018 16:46:20 +0200 Subject: Natvis: visualizers for Sw*Frame Change-Id: Ia8ffdaf9a5addcf82828b4894f669ee82a825fd0 Reviewed-on: https://gerrit.libreoffice.org/56303 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- solenv/vs/LibreOffice.natvis | 49 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/solenv/vs/LibreOffice.natvis b/solenv/vs/LibreOffice.natvis index ad45cbe19432..0a53a1161fad 100644 --- a/solenv/vs/LibreOffice.natvis +++ b/solenv/vs/LibreOffice.natvis @@ -88,7 +88,7 @@ X:{nA}, Y:{nB} - Width:{nA}, Height:{nB} + W:{nA}, H:{nB} Min:{nA}, Max:{nB} @@ -403,4 +403,51 @@ maType + + {mnFrameType,en} of {mpUpper->mnFrameType,en} {(void*)mpUpper} + {{{mnFrameType,en}}} + {{{*this,view(min)}}} + + + Area: {maFrameArea}; Print Area: {maFramePrintArea} + + maFrameArea + maFramePrintArea + + + mpUpper + + + + {(SwFrame&)*this} + + (SwFrame&)(*this) + + + + + + + pChild + pChild = pChild->mpNext + + + + + + + + {{Headline {(SwFrame&)*this,view(min)}}} + {(SwFrame&)*this} + + (SwLayoutFrame&)(*this) + + + + {{Follow {(SwFrame&)*this,view(min)}}} + {(SwFrame&)*this} + + (SwLayoutFrame&)(*this) + + -- cgit