From 941fdb183415bcb917dd87446cef22db3756cd82 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Mon, 11 Feb 2013 15:05:58 +0100 Subject: migrate even more user setting (fdo#57061) - paths setting - recently opened files - recovery setting (enable/disable; time) - ODF import/export setting - font anti aliasing setting - windows and toolbars setting (visibility, position, docking) Change-Id: I01ee912a782f14ba0751659ad87863b749950793 --- officecfg/registry/data/org/openoffice/Setup.xcu | 100 +++++++++++++++++++++++ 1 file changed, 100 insertions(+) diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu index c5bc495722fc..c5fec5a36abd 100644 --- a/officecfg/registry/data/org/openoffice/Setup.xcu +++ b/officecfg/registry/data/org/openoffice/Setup.xcu @@ -840,6 +840,9 @@ /org.openoffice.Office.Embedding /org.openoffice.Office.Events /org.openoffice.Office.ExtendedColorScheme + /org.openoffice.Office.Histories + /org.openoffice.Office.Paths + /org.openoffice.Office.Recovery /org.openoffice.Office.Common/Accessibility /org.openoffice.Office.Common/Accessibility/AutoDetectSystemHC /org.openoffice.Office.Common/AsianLayout @@ -864,6 +867,7 @@ /org.openoffice.Office.Common/Misc/SymbolStyle /org.openoffice.Office.Common/Misc/FilePickerPlacesNames /org.openoffice.Office.Common/Misc/FilePickerPlacesUrls + /org.openoffice.Office.Common/ODF /org.openoffice.Office.Common/Passwords /org.openoffice.Office.Common/Print/PrintingModifiesDocument /org.openoffice.Office.Common/Print/Warning @@ -873,6 +877,7 @@ /org.openoffice.Office.Common/Undo /org.openoffice.Office.Common/View/Dialog/Dialog/MiddleMouseButton /org.openoffice.Office.Common/View/Dialog/MousePositioning + /org.openoffice.Office.Common/View/FontAntiAliasing /org.openoffice.Office.Common/View/Localization /org.openoffice.Office.Common/View/Menu /org.openoffice.Office.Common/_3D_Engine @@ -947,6 +952,101 @@ /org.openoffice.Office.Writer/Wizard + + + /org.openoffice.Office.UI.BaseWindowState/UIElements + + + + + /org.openoffice.Office.UI.BasicIDEWindowState/UIElements + + + + + /org.openoffice.Office.UI.CalcWindowState/UIElements + + + + + /org.openoffice.Office.UI.ChartWindowState/UIElements + + + + + /org.openoffice.Office.UI.DbBrowserWindowState/UIElements + + + + + /org.openoffice.Office.UI.DbQueryWindowState/UIElements + + + + + /org.openoffice.Office.UI.DbRelationWindowState/UIElements + + + + + /org.openoffice.Office.UI.DbTableDataWindowState/UIElements + + + + + /org.openoffice.Office.UI.DbTableWindowState/UIElements + + + + + /org.openoffice.Office.UI.DrawWindowState/UIElements + + + + + /org.openoffice.Office.UI.ImpressWindowState/UIElements + + + + + /org.openoffice.Office.UI.MathWindowState/UIElements + + + + + /org.openoffice.Office.UI.StartModuleWindowState/UIElements + + + + + /org.openoffice.Office.UI.WriterFormWindowState/UIElements + + + + + /org.openoffice.Office.UI.WriterGlobalWindowState/UIElements + + + + + /org.openoffice.Office.UI.WriterReportWindowState/UIElements + + + + + /org.openoffice.Office.UI.WriterWebWindowState/UIElements + + + + + /org.openoffice.Office.UI.WriterWindowState/UIElements + + + + + /org.openoffice.Office.UI.XFormsWindowState/UIElements + + -- cgit