diff options
author | Aron Budea <aron.budea@collabora.com> | 2020-04-24 17:01:47 +0200 |
---|---|---|
committer | Aron Budea <aron.budea@collabora.com> | 2020-07-01 23:03:04 +0200 |
commit | 5a08b856e5a5f722e6b49d2e5e526593a4ad65de (patch) | |
tree | d6df289c2ccd0d689ece17e574248912846073a0 /desktop | |
parent | faa62d6f632e422611af7e084c40532dc18a2bf9 (diff) |
Send various state changes to LOK
Change-Id: I0d5dc63015364cd1586555b6dced81afa50745bf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92865
Tested-by: Jenkins
Reviewed-by: Aron Budea <aron.budea@collabora.com>
(cherry picked from commit f2e059ca3b1d55c721c6a698e6761536534224ba)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97585
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 9bd636910959..29439f85912c 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2669,6 +2669,7 @@ static void doc_iniUnoCommands () OUString(".uno:InsertRowsAfter"), OUString(".uno:InsertColumnsBefore"), OUString(".uno:InsertColumnsAfter"), + OUString(".uno:MergeCells"), OUString(".uno:DeleteRows"), OUString(".uno:DeleteColumns"), OUString(".uno:DeleteTable"), @@ -2717,9 +2718,20 @@ static void doc_iniUnoCommands () OUString(".uno:InsertPageHeader"), OUString(".uno:InsertPageFooter"), OUString(".uno:OnlineAutoFormat"), + OUString(".uno:InsertObjectChart"), + OUString(".uno:InsertSection"), + OUString(".uno:InsertAnnotation"), + OUString(".uno:InsertPagebreak"), + OUString(".uno:InsertColumnBreak"), + OUString(".uno:HyperlinkDialog"), OUString(".uno:InsertSymbol"), OUString(".uno:EditRegion"), OUString(".uno:ThesaurusDialog"), + OUString(".uno:FormatArea"), + OUString(".uno:FormatLine"), + OUString(".uno:FormatColumns"), + OUString(".uno:Watermark"), + OUString(".uno:ResetAttributes"), OUString(".uno:Orientation"), OUString(".uno:ObjectAlignLeft"), OUString(".uno:ObjectAlignRight"), |