Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Calc: Notebookbar: Home tab: Add ui separators in between groups
Browse files Browse the repository at this point in the history
Similar to:
5c78dda

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I5d2dd8f9d2e4620b37b80f13801535b9a1ab5d50
pedropintosilva committed Jan 31, 2025
1 parent d0af07a commit 54631fa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions browser/src/control/Control.NotebookbarCalc.js
Original file line number Diff line number Diff line change
@@ -297,6 +297,7 @@ L.Control.NotebookbarCalc = L.Control.NotebookbarWriter.extend({
],
'vertical': 'true'
},
{ type: 'separator', id: 'home-undoredo-break', orientation: 'vertical' },
{
'id': 'home-paste:PasteMenu',
'type': 'menubutton',
@@ -348,6 +349,7 @@ L.Control.NotebookbarCalc = L.Control.NotebookbarWriter.extend({
],
'vertical': 'true'
},
{ type: 'separator', id: 'home-resertattributes-break', orientation: 'vertical' },
{
'id': 'Home-Section-Format',
'type': 'container',
@@ -479,6 +481,7 @@ L.Control.NotebookbarCalc = L.Control.NotebookbarWriter.extend({
],
'vertical': 'true'
},
{ type: 'separator', id: 'home-fontcombobox-break', orientation: 'vertical' },
{
'id': 'Home-Section-Align',
'type': 'container',
@@ -596,6 +599,7 @@ L.Control.NotebookbarCalc = L.Control.NotebookbarWriter.extend({
],
'vertical': 'true'
},
{ type: 'separator', id: 'home-pararighttoleft-break', orientation: 'vertical' },
{
'id': 'Home-Section-Number',
'type': 'container',
@@ -679,13 +683,15 @@ L.Control.NotebookbarCalc = L.Control.NotebookbarWriter.extend({
],
'vertical': 'true'
},
{ type: 'separator', id: 'home-numberformatdecrementdecimals-break', orientation: 'vertical' },
{
'id': 'home-merge-cells',
'type': 'bigtoolitem',
'text': _UNO('.uno:MergeCells', 'spreadsheet'),
'command': '.uno:ToggleMergeCells',
'accessibility': { focusBack: true, combination: 'M', de: null }
},
{ type: 'separator', id: 'home-mergecells-break', orientation: 'vertical' },
{
'id': 'Home-Section-Cell1',
'type': 'container',
@@ -759,13 +765,15 @@ L.Control.NotebookbarCalc = L.Control.NotebookbarWriter.extend({
],
'vertical': 'true'
},
{ type: 'separator', id: 'home-columnoperations-break', orientation: 'vertical' },
{
'id': 'home-conditional-format-menu:ConditionalFormatMenu',
'type': 'menubutton',
'text': _UNO('.uno:ConditionalFormatMenu', 'spreadsheet'),
'command': '.uno:ConditionalFormatMenu',
'accessibility': { focusBack: true, combination: 'L', de: null }
},
{ type: 'separator', id: 'home-conditionalformatmenu-break', orientation: 'vertical' },
{
'id': 'Home-Section-Style2',
'type': 'container',
@@ -827,6 +835,7 @@ L.Control.NotebookbarCalc = L.Control.NotebookbarWriter.extend({
],
'vertical': 'true'
},
{ type: 'separator', id: 'home-styleapplybad-break', orientation: 'vertical' },
{
'type': 'container',
'children': [
@@ -857,6 +866,7 @@ L.Control.NotebookbarCalc = L.Control.NotebookbarWriter.extend({
],
'vertical': 'true'
},
{ type: 'separator', id: 'home-replace-break', orientation: 'vertical' },
{
'id': 'Home-Section-Find',
'type': 'container',

0 comments on commit 54631fa

Please sign in to comment.