From b33b2afe6a8b4224450da7c686beb81dbf5cd24a Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 9 Jul 2015 20:39:06 +0200 Subject: big step towards real chart sidebar Change-Id: I9b7d1f963746f7689b02099fbae77c9c943bad58 --- .../data/org/openoffice/Office/UI/Factories.xcu | 14 +++ .../data/org/openoffice/Office/UI/Sidebar.xcu | 136 +++++++++++++++++++++ .../schema/org/openoffice/Office/UI/Sidebar.xcs | 2 + 3 files changed, 152 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Factories.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Factories.xcu index 15c0a04bc072..c26b96ec287b 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Factories.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Factories.xcu @@ -132,6 +132,20 @@ org.apache.openoffice.comp.sw.sidebar.SwPanelFactory + + + toolpanel + + + ChartPanelFactory + + + + + + org.libreoffice.comp.chart2.sidebar.ChartPanelFactory + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index e20b1b0cfe8a..a6ce71ccbb7c 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -231,6 +231,26 @@ + + + Chart + + + ChartDeck + + + private:graphicrepository/sfx2/res/symphony/sidebar-style-large.png + + + + Chart, any, visible ; + + + + 10 + + + @@ -1118,6 +1138,122 @@ true + + + + Elements + + + ChartElementsPanel + + + ChartDeck + + + + Chart, any, visible ; + + + + private:resource/toolpanel/ChartPanelFactory/ElementsPanel + + + 1 + + + + + + Area + + + ChartAreaPanel + + + ChartDeck + + + + Chart, any, visible ; + + + + private:resource/toolpanel/ChartPanelFactory/AreaPanel + + + 2 + + + + + + Line + + + ChartLinePanel + + + ChartDeck + + + + Chart, any, visible ; + + + + private:resource/toolpanel/ChartPanelFactory/LinePanel + + + 3 + + + + + + Character + + + ChartCharacterPanel + + + ChartDeck + + + + Chart, any, visible ; + + + + private:resource/toolpanel/ChartPanelFactory/CharacterPanel + + + 4 + + + + + + Axis + + + ChartAxisPanel + + + ChartDeck + + + + Chart, any, visible ; + + + + private:resource/toolpanel/ChartPanelFactory/AxisPanel + + + 5 + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs index d5b90e022ca3..1e6234a4ebda 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs @@ -86,12 +86,14 @@ com.sun.star.sheet.SpreadsheetDocument com.sun.star.presentation.PresentationDocument com.sun.star.drawing.DrawingDocument + com.sun.star.chart2.ChartDocument Recognized shortcuts: Writer Calc Impress Draw + Chart Shortcuts for multiple applications: DrawImpress -- cgit