summaryrefslogtreecommitdiffstats
path: root/browser/src
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2022-03-15 23:18:37 +0100
committerAndras Timar <andras.timar@collabora.com>2022-03-21 21:46:49 +0100
commitaaf5e7ce347b05f8f3550e93519684119876d80b (patch)
treee5a54a89188da1431071e9ab387211d50099b899 /browser/src
parentRemove unused svg icons (diff)
downloadonline-aaf5e7ce347b05f8f3550e93519684119876d80b.tar.gz
online-aaf5e7ce347b05f8f3550e93519684119876d80b.zip
Menubar add DrawText and VerticalText commands
Signed-off-by: andreas kainz <kainz.a@gmail.com> Change-Id: I6d07df1a3a97b9e896c883e87803d2f2b986ee56
Diffstat (limited to 'browser/src')
-rw-r--r--browser/src/control/Control.Menubar.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/browser/src/control/Control.Menubar.js b/browser/src/control/Control.Menubar.js
index 58ac28b6c8..0b790703b7 100644
--- a/browser/src/control/Control.Menubar.js
+++ b/browser/src/control/Control.Menubar.js
@@ -124,6 +124,8 @@ L.Control.Menubar = L.Control.extend({
{name: L.Control.MenubarShortcuts.addShortcut(_UNO('.uno:InsertAnnotation', 'text'), L.Control.MenubarShortcuts.shortcuts.COMMENT), id: 'insertcomment', type: 'action'},
{uno: '.uno:InsertObjectChart'},
{name: _UNO('.uno:FontworkGalleryFloater'), uno: '.uno:FontworkGalleryFloater'},
+ {name: _UNO('.uno:DrawText'), uno: '.uno:DrawText'},
+ {name: _UNO('.uno:VerticalText'), uno: '.uno:VerticalText'},
{type: 'separator'},
{uno: '.uno:InsertSection', id: 'insertsection'},
{name: _UNO('.uno:InsertField', 'text'), type: 'menu', menu: [
@@ -363,6 +365,8 @@ L.Control.Menubar = L.Control.extend({
{name: L.Control.MenubarShortcuts.addShortcut(_UNO('.uno:InsertAnnotation', 'presentation'), L.Control.MenubarShortcuts.shortcuts.COMMENT), id: 'insertcomment', type: 'action'},
{uno: '.uno:InsertObjectChart'},
{name: _UNO('.uno:FontworkGalleryFloater'), uno: '.uno:FontworkGalleryFloater'},
+ {name: _UNO('.uno:DrawText'), uno: '.uno:DrawText'},
+ {name: _UNO('.uno:VerticalText'), uno: '.uno:VerticalText'},
{type: 'separator'},
{name: _UNO('.uno:HyperlinkDialog'), id: 'inserthyperlink', type: 'action'},
{type: 'separator'},
@@ -601,6 +605,8 @@ L.Control.Menubar = L.Control.extend({
{name: L.Control.MenubarShortcuts.addShortcut(_UNO('.uno:InsertAnnotation', 'spreadsheet'), L.Control.MenubarShortcuts.shortcuts.COMMENT), id: 'insertcomment', type: 'action'},
{uno: '.uno:InsertObjectChart'},
{name: _UNO('.uno:FontworkGalleryFloater'), uno: '.uno:FontworkGalleryFloater'},
+ {name: _UNO('.uno:DrawText'), uno: '.uno:DrawText'},
+ {name: _UNO('.uno:VerticalText'), uno: '.uno:VerticalText'},
{uno: '.uno:FunctionDialog'},
{type: 'separator'},
{name: _UNO('.uno:HyperlinkDialog'), id: 'inserthyperlink', type: 'action'},