From 7e20c37c4c60d485736261b60089acdc7dc4b886 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Wed, 22 Apr 2015 12:32:06 +0900 Subject: Theme panel to change color/fonts of current styles In a theme panel the user can change / replace the styles font and colors used in some predefined style elements (for example Heading). This is "fake" theme support and not the same thing that MSO uses, but it still can be useful for the users to change the appearance of the document. This is the initial commit of the work and will be much extended. Currently it is only available when experimental mode is enabled. Change-Id: I8d34ce87d21975ec6020ac45ecaebb0701b63b2a --- .../data/org/openoffice/Office/UI/Sidebar.xcu | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index dc4a50d1b939..3f9e93ec6d4d 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -1027,6 +1027,32 @@ true + + + + Themes + + + ThemePanel + + + DesignDeck + + + + WriterVariants, any, visible ; + + + + private:resource/toolpanel/SwPanelFactory/ThemePanel + + + 1 + + + true + + -- cgit