From f9cbf67fb2cf817b6d201604eb7d4bf6182a1392 Mon Sep 17 00:00:00 2001 From: Yousuf Philips Date: Fri, 15 Sep 2017 23:32:43 +0400 Subject: tdf#107915 More paragraph and character style aliases Change-Id: I87cd64d1ba3cb370d5a967e790a92ce393fb9457 Reviewed-on: https://gerrit.libreoffice.org/41919 Reviewed-by: Yousuf Philips Tested-by: Yousuf Philips --- .../org/openoffice/Office/UI/WriterCommands.xcu | 154 +++++++++++++++++++++ 1 file changed, 154 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index adedee8965f2..cf59c7ab5429 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -2765,11 +2765,39 @@ Default ~Paragraph + + + Default ~Paragraph + + + Default Paragraph Style + + + .uno:StyleApply?Style:string=Standard&FamilyName:string=ParagraphStyles + + + 1 + + ~Title + + + ~Title + + + Title Paragraph Style + + + .uno:StyleApply?Style:string=Title&FamilyName:string=ParagraphStyles + + + 1 + + Su~btitle @@ -2778,6 +2806,20 @@ 1 + + + Su~btitle + + + Subtitle Paragraph Style + + + .uno:StyleApply?Style:string=Subtitle&FamilyName:string=ParagraphStyles + + + 1 + + Heading ~1 @@ -2840,16 +2882,58 @@ Heading ~4 + + + Heading ~4 + + + Heading 4 Paragraph Style + + + .uno:StyleApply?Style:string=Heading 4&FamilyName:string=ParagraphStyles + + + 1 + + Heading ~5 + + + Heading ~5 + + + Heading 5 Paragraph Style + + + .uno:StyleApply?Style:string=Heading 5&FamilyName:string=ParagraphStyles + + + 1 + + Heading ~6 + + + Heading ~6 + + + Heading 6 Paragraph Style + + + .uno:StyleApply?Style:string=Heading 6&FamilyName:string=ParagraphStyles + + + 1 + + ~Quotations @@ -2912,6 +2996,20 @@ Default ~Character + + + Default ~Character + + + Default Character Style + + + .uno:StyleApply?Style:string=Default Style&FamilyName:string=CharacterStyles + + + 1 + + E~mphasis @@ -2955,6 +3053,20 @@ Qu~otation + + + Qu~otation + + + Quotation Character Style + + + .uno:StyleApply?Style:string=Citation&FamilyName:string=CharacterStyles + + + 1 + + Sou~rce Text @@ -2979,16 +3091,58 @@ Bullet List + + + Bullet List + + + Bullet List Style + + + .uno:StyleApply?Style:string=List 1&FamilyName:string=NumberingStyles + + + 1 + + Number List + + + Number List + + + Number List Style + + + .uno:StyleApply?Style:string=Numbering 1&FamilyName:string=NumberingStyles + + + 1 + + Roman List + + + Roman List + + + Roman List Style + + + .uno:StyleApply?Style:string=Numbering 4&FamilyName:string=NumberingStyles + + + 1 + + Paragraph Style -- cgit