Add missing classes to notebookbar impress definitions.
Signed-off-by: Gökay Şatır <gokaysatir@gmail.com> Change-Id: Id52d5bafc95245bbeb3160dbdcd43034f1b5b083
This commit is contained in:
parent
d03b2cb0bb
commit
c6fa5283e5
1 changed files with 26 additions and 0 deletions
|
@ -242,6 +242,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
if ((!!window.groupDownloadAsForNb) && !this._map['wopi'].HideExportOption) {
|
if ((!!window.groupDownloadAsForNb) && !this._map['wopi'].HideExportOption) {
|
||||||
content.push({
|
content.push({
|
||||||
'id': 'downloadas',
|
'id': 'downloadas',
|
||||||
|
'class': 'unodownloadas',
|
||||||
'type': 'bigmenubartoolitem',
|
'type': 'bigmenubartoolitem',
|
||||||
'text': _('Download'),
|
'text': _('Download'),
|
||||||
'accessibility': { focusBack: true, combination: 'DA', de: null }
|
'accessibility': { focusBack: true, combination: 'DA', de: null }
|
||||||
|
@ -253,6 +254,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
'children': [
|
'children': [
|
||||||
{
|
{
|
||||||
'id': 'repair',
|
'id': 'repair',
|
||||||
|
'class': 'unorepair',
|
||||||
'type': 'bigmenubartoolitem',
|
'type': 'bigmenubartoolitem',
|
||||||
'text': _('Repair'),
|
'text': _('Repair'),
|
||||||
'command': _('Repair'),
|
'command': _('Repair'),
|
||||||
|
@ -270,6 +272,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
'children': [
|
'children': [
|
||||||
{
|
{
|
||||||
'id': 'downloadas-odp',
|
'id': 'downloadas-odp',
|
||||||
|
'class': 'unodownloadas-odp',
|
||||||
'type': 'menubartoolitem',
|
'type': 'menubartoolitem',
|
||||||
'text': _('ODF Presentation (.odp)'),
|
'text': _('ODF Presentation (.odp)'),
|
||||||
'command': '',
|
'command': '',
|
||||||
|
@ -277,6 +280,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'id': 'downloadas-odg',
|
'id': 'downloadas-odg',
|
||||||
|
'class': 'unodownloadas-odg',
|
||||||
'type': 'menubartoolitem',
|
'type': 'menubartoolitem',
|
||||||
'text': _('ODF Drawing (.odg)'),
|
'text': _('ODF Drawing (.odg)'),
|
||||||
'command': '',
|
'command': '',
|
||||||
|
@ -291,6 +295,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
'children': [
|
'children': [
|
||||||
{
|
{
|
||||||
'id': 'downloadas-ppt',
|
'id': 'downloadas-ppt',
|
||||||
|
'class': 'unodownloadas-ppt',
|
||||||
'type': 'menubartoolitem',
|
'type': 'menubartoolitem',
|
||||||
'text': _('PowerPoint 2003 Presentation (.ppt)'),
|
'text': _('PowerPoint 2003 Presentation (.ppt)'),
|
||||||
'command': '',
|
'command': '',
|
||||||
|
@ -298,6 +303,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'id': 'downloadas-pptx',
|
'id': 'downloadas-pptx',
|
||||||
|
'class': 'unodownloadas-pptx',
|
||||||
'type': 'menubartoolitem',
|
'type': 'menubartoolitem',
|
||||||
'text': _('PowerPoint Presentation (.pptx)'),
|
'text': _('PowerPoint Presentation (.pptx)'),
|
||||||
'command': '',
|
'command': '',
|
||||||
|
@ -312,6 +318,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
'children': [
|
'children': [
|
||||||
{
|
{
|
||||||
'id': !window.ThisIsAMobileApp ? 'exportdirectpdf' : 'downloadas-direct-pdf',
|
'id': !window.ThisIsAMobileApp ? 'exportdirectpdf' : 'downloadas-direct-pdf',
|
||||||
|
'class': 'unoexportpdf',
|
||||||
'type': 'customtoolitem',
|
'type': 'customtoolitem',
|
||||||
'text': _('PDF Document (.pdf)'),
|
'text': _('PDF Document (.pdf)'),
|
||||||
'command': !window.ThisIsAMobileApp ? 'exportdirectpdf' : 'downloadas-direct-pdf',
|
'command': !window.ThisIsAMobileApp ? 'exportdirectpdf' : 'downloadas-direct-pdf',
|
||||||
|
@ -320,6 +327,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'id': !window.ThisIsAMobileApp ? 'exportpdf' : 'downloadas-pdf',
|
'id': !window.ThisIsAMobileApp ? 'exportpdf' : 'downloadas-pdf',
|
||||||
|
'class': 'unoexportpdf',
|
||||||
'type': 'customtoolitem',
|
'type': 'customtoolitem',
|
||||||
'text': _('PDF Document (.pdf) - Expert'),
|
'text': _('PDF Document (.pdf) - Expert'),
|
||||||
'command': !window.ThisIsAMobileApp ? 'exportpdf' : 'downloadas-pdf',
|
'command': !window.ThisIsAMobileApp ? 'exportpdf' : 'downloadas-pdf',
|
||||||
|
@ -336,6 +344,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
'children': [
|
'children': [
|
||||||
{
|
{
|
||||||
'id': 'repair',
|
'id': 'repair',
|
||||||
|
'class': 'unorepair',
|
||||||
'type': 'bigmenubartoolitem',
|
'type': 'bigmenubartoolitem',
|
||||||
'text': _('Repair'),
|
'text': _('Repair'),
|
||||||
'command': _('Repair'),
|
'command': _('Repair'),
|
||||||
|
@ -351,6 +360,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
'children': [
|
'children': [
|
||||||
{
|
{
|
||||||
'id': 'repair',
|
'id': 'repair',
|
||||||
|
'class': 'unorepair',
|
||||||
'type': 'bigmenubartoolitem',
|
'type': 'bigmenubartoolitem',
|
||||||
'text': _('Repair'),
|
'text': _('Repair'),
|
||||||
'command': _('Repair'),
|
'command': _('Repair'),
|
||||||
|
@ -400,6 +410,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
} : {},
|
} : {},
|
||||||
{
|
{
|
||||||
'id': 'view-presentation',
|
'id': 'view-presentation',
|
||||||
|
'class': 'unoPresentation',
|
||||||
'type': 'bigcustomtoolitem',
|
'type': 'bigcustomtoolitem',
|
||||||
'text': _('Presentation'),
|
'text': _('Presentation'),
|
||||||
'command': 'presentation',
|
'command': 'presentation',
|
||||||
|
@ -414,6 +425,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'id': 'zoomreset',
|
'id': 'zoomreset',
|
||||||
|
'class': 'unozoomreset',
|
||||||
'type': 'menubartoolitem',
|
'type': 'menubartoolitem',
|
||||||
'text': _('Reset zoom'),
|
'text': _('Reset zoom'),
|
||||||
'command': _('Reset zoom'),
|
'command': _('Reset zoom'),
|
||||||
|
@ -427,6 +439,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
'children': [
|
'children': [
|
||||||
{
|
{
|
||||||
'id': 'zoomout',
|
'id': 'zoomout',
|
||||||
|
'class': 'unozoomout',
|
||||||
'type': 'menubartoolitem',
|
'type': 'menubartoolitem',
|
||||||
'text': _UNO('.uno:ZoomMinus'),
|
'text': _UNO('.uno:ZoomMinus'),
|
||||||
'command': '.uno:ZoomMinus',
|
'command': '.uno:ZoomMinus',
|
||||||
|
@ -439,6 +452,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
'children': [
|
'children': [
|
||||||
{
|
{
|
||||||
'id': 'zoomin',
|
'id': 'zoomin',
|
||||||
|
'class': 'unozoomin',
|
||||||
'type': 'menubartoolitem',
|
'type': 'menubartoolitem',
|
||||||
'text': _UNO('.uno:ZoomPlus'),
|
'text': _UNO('.uno:ZoomPlus'),
|
||||||
'command': '.uno:ZoomPlus',
|
'command': '.uno:ZoomPlus',
|
||||||
|
@ -464,6 +478,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
'children': [
|
'children': [
|
||||||
{
|
{
|
||||||
'id': 'collapsenotebookbar',
|
'id': 'collapsenotebookbar',
|
||||||
|
'class': 'unocollapsenotebookbar',
|
||||||
'type': 'menubartoolitem',
|
'type': 'menubartoolitem',
|
||||||
'text': _('Collapse Tabs'),
|
'text': _('Collapse Tabs'),
|
||||||
'command': _('Collapse Notebook Bar'),
|
'command': _('Collapse Notebook Bar'),
|
||||||
|
@ -476,6 +491,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
'children': [
|
'children': [
|
||||||
{
|
{
|
||||||
'id': 'showstatusbar',
|
'id': 'showstatusbar',
|
||||||
|
'class': 'unoshowstatusbar',
|
||||||
'type': 'menubartoolitem',
|
'type': 'menubartoolitem',
|
||||||
'text': _('Status Bar'),
|
'text': _('Status Bar'),
|
||||||
'command': _('Show Status Bar'),
|
'command': _('Show Status Bar'),
|
||||||
|
@ -495,6 +511,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'id':'toggledarktheme',
|
'id':'toggledarktheme',
|
||||||
|
'class': 'unotoggledarktheme',
|
||||||
'type': 'bigmenubartoolitem',
|
'type': 'bigmenubartoolitem',
|
||||||
'text': _('Dark Mode'),
|
'text': _('Dark Mode'),
|
||||||
'accessibility': { focusBack: true, combination: 'TT', de: null }
|
'accessibility': { focusBack: true, combination: 'TT', de: null }
|
||||||
|
@ -689,6 +706,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'id': 'home-charbackcolor',
|
'id': 'home-charbackcolor',
|
||||||
|
'class': 'unospan-CharBackColor',
|
||||||
'type': 'toolitem',
|
'type': 'toolitem',
|
||||||
'text': _UNO('.uno:CharBackColor'),
|
'text': _UNO('.uno:CharBackColor'),
|
||||||
'command': '.uno:CharBackColor',
|
'command': '.uno:CharBackColor',
|
||||||
|
@ -696,6 +714,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'id': 'home-color',
|
'id': 'home-color',
|
||||||
|
'class': '.unospan-FontColor',
|
||||||
'type': 'toolitem',
|
'type': 'toolitem',
|
||||||
'text': _UNO('.uno:Color'),
|
'text': _UNO('.uno:Color'),
|
||||||
'command': '.uno:Color',
|
'command': '.uno:Color',
|
||||||
|
@ -926,6 +945,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
'children': [
|
'children': [
|
||||||
{
|
{
|
||||||
'id': 'home-xline-color',
|
'id': 'home-xline-color',
|
||||||
|
'class': 'unospan-XLineColor',
|
||||||
'type': 'toolitem',
|
'type': 'toolitem',
|
||||||
'text': _UNO('.uno:XLineColor'),
|
'text': _UNO('.uno:XLineColor'),
|
||||||
'command': '.uno:XLineColor',
|
'command': '.uno:XLineColor',
|
||||||
|
@ -938,6 +958,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
'children': [
|
'children': [
|
||||||
{
|
{
|
||||||
'id': 'home-fill-color',
|
'id': 'home-fill-color',
|
||||||
|
'class': 'unospan-FillColor',
|
||||||
'type': 'toolitem',
|
'type': 'toolitem',
|
||||||
'text': _UNO('.uno:FillColor'),
|
'text': _UNO('.uno:FillColor'),
|
||||||
'command': '.uno:FillColor',
|
'command': '.uno:FillColor',
|
||||||
|
@ -1001,6 +1022,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'id': 'home-presentation',
|
'id': 'home-presentation',
|
||||||
|
'class': 'unoPresentation',
|
||||||
'type': 'bigcustomtoolitem',
|
'type': 'bigcustomtoolitem',
|
||||||
'text': _('Presentation'),
|
'text': _('Presentation'),
|
||||||
'command': 'presentation',
|
'command': 'presentation',
|
||||||
|
@ -1182,6 +1204,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'id': 'HyperlinkDialog',
|
'id': 'HyperlinkDialog',
|
||||||
|
'class': 'unoHyperlinkDialog',
|
||||||
'type': 'bigcustomtoolitem',
|
'type': 'bigcustomtoolitem',
|
||||||
'text': _UNO('.uno:HyperlinkDialog'),
|
'text': _UNO('.uno:HyperlinkDialog'),
|
||||||
'command': 'hyperlinkdialog',
|
'command': 'hyperlinkdialog',
|
||||||
|
@ -1343,6 +1366,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
'children': [
|
'children': [
|
||||||
{
|
{
|
||||||
'id': 'CharmapControl',
|
'id': 'CharmapControl',
|
||||||
|
'class': 'unoCharmapControl',
|
||||||
'type': 'customtoolitem',
|
'type': 'customtoolitem',
|
||||||
'text': _UNO('.uno:CharmapControl'),
|
'text': _UNO('.uno:CharmapControl'),
|
||||||
'command': 'charmapcontrol',
|
'command': 'charmapcontrol',
|
||||||
|
@ -1402,6 +1426,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'id': 'hideslide',
|
'id': 'hideslide',
|
||||||
|
'class': 'unohideslide',
|
||||||
'type': 'bigmenubartoolitem',
|
'type': 'bigmenubartoolitem',
|
||||||
'text': _UNO('.uno:HideSlide', 'presentation'),
|
'text': _UNO('.uno:HideSlide', 'presentation'),
|
||||||
'command': '.uno:HideSlide',
|
'command': '.uno:HideSlide',
|
||||||
|
@ -1427,6 +1452,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
|
||||||
'children': [
|
'children': [
|
||||||
{
|
{
|
||||||
'id': 'selectbackground',
|
'id': 'selectbackground',
|
||||||
|
'class': 'unoselectbackground',
|
||||||
'type': 'menubartoolitem',
|
'type': 'menubartoolitem',
|
||||||
'text': _UNO('.uno:SelectBackground', 'presentation'),
|
'text': _UNO('.uno:SelectBackground', 'presentation'),
|
||||||
'command': '',
|
'command': '',
|
||||||
|
|
Loading…
Reference in a new issue