summaryrefslogtreecommitdiffstats
path: root/include/svx
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2021-11-29 15:58:14 +0100
committerLászló Németh <nemeth@numbertext.org>2021-11-30 09:57:01 +0100
commit47e65fc0baf8f671733fbf9b5ce8d735328cfb44 (patch)
tree72ca7b57055f7b1fa51473e4c3abc3f81109a155 /include/svx
parentuse more OInterfaceContainerHelper2 in ucb (diff)
downloadcore-47e65fc0baf8f671733fbf9b5ce8d735328cfb44.tar.gz
core-47e65fc0baf8f671733fbf9b5ce8d735328cfb44.zip
tdf#30709 sw Style Inspector: show section and parent metadata
Show text:section RDF metadata under the node "Sections" in the Style Inspector. Also show parent metadata of nested annotated text ranges (and sections) at the cursor position, not only metadata of the innermost. Show metadata fields (text:meta-field) and annotated text ranges (text:meta) under the new category "Fields" instead of at "Character Direct Formatting". Put section and other metadata in front of the other style settings text. Hide their empty categories "Sections", "Bookmarks" and "Fields", if there is no associated RDF metadata. Follow-up of commit db7ef0a9ed21b0271345249b97a7a10d60d259e6 "tdf#30709 sw Style Inspector: show bookmark data". Change-Id: Ibfd2c5dfb1597afaa8038b497977505914bed76d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126065 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/sidebar/InspectorTextPanel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sidebar/InspectorTextPanel.hxx b/include/svx/sidebar/InspectorTextPanel.hxx
index ce4eecf8ad64..f6ef0234ade1 100644
--- a/include/svx/sidebar/InspectorTextPanel.hxx
+++ b/include/svx/sidebar/InspectorTextPanel.hxx
@@ -50,7 +50,7 @@ public:
InspectorTextPanel(weld::Widget* pParent);
- void updateEntries(const std::vector<TreeNode>& rStore);
+ void updateEntries(const std::vector<TreeNode>& rStore, const sal_Int32 nParIdx);
private:
std::unique_ptr<weld::TreeView> mpListBoxStyles;