From 940b4d1848e8c70ab7642901a68594e8016caffc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:51:28 +0200 Subject: Adding upstream version 1:7.0.4. Signed-off-by: Daniel Baumann --- .../org/openoffice/Office/UI/BaseWindowState.xcu | 113 + .../org/openoffice/Office/UI/BasicIDECommands.xcu | 116 + .../openoffice/Office/UI/BasicIDEWindowState.xcu | 186 + .../openoffice/Office/UI/BibliographyCommands.xcu | 54 + .../data/org/openoffice/Office/UI/CalcCommands.xcu | 2875 ++++++++ .../org/openoffice/Office/UI/CalcWindowState.xcu | 738 ++ .../org/openoffice/Office/UI/ChartCommands.xcu | 704 ++ .../org/openoffice/Office/UI/ChartWindowState.xcu | 170 + .../data/org/openoffice/Office/UI/Controller.xcu | 1918 ++++++ .../openoffice/Office/UI/DbBrowserWindowState.xcu | 42 + .../openoffice/Office/UI/DbQueryWindowState.xcu | 68 + .../openoffice/Office/UI/DbRelationWindowState.xcu | 31 + .../openoffice/Office/UI/DbReportWindowState.xcu | 150 + .../Office/UI/DbTableDataWindowState.xcu | 37 + .../openoffice/Office/UI/DbTableWindowState.xcu | 31 + .../data/org/openoffice/Office/UI/DbuCommands.xcu | 590 ++ .../openoffice/Office/UI/DrawImpressCommands.xcu | 2510 +++++++ .../org/openoffice/Office/UI/DrawWindowState.xcu | 914 +++ .../data/org/openoffice/Office/UI/Effects.xcu | 2578 +++++++ .../data/org/openoffice/Office/UI/Factories.xcu | 151 + .../org/openoffice/Office/UI/GenericCategories.xcu | 155 + .../org/openoffice/Office/UI/GenericCommands.xcu | 7160 ++++++++++++++++++++ .../openoffice/Office/UI/ImpressWindowState.xcu | 1025 +++ .../data/org/openoffice/Office/UI/MathCommands.xcu | 208 + .../org/openoffice/Office/UI/MathWindowState.xcu | 98 + .../org/openoffice/Office/UI/ReportCommands.xcu | 343 + .../data/org/openoffice/Office/UI/Sidebar.xcu | 1708 +++++ .../Office/UI/StartModuleWindowState.xcu | 42 + .../data/org/openoffice/Office/UI/ToolbarMode.xcu | 1032 +++ .../org/openoffice/Office/UI/WriterCommands.xcu | 3648 ++++++++++ .../openoffice/Office/UI/WriterFormWindowState.xcu | 768 +++ .../Office/UI/WriterGlobalWindowState.xcu | 805 +++ .../Office/UI/WriterReportWindowState.xcu | 765 +++ .../openoffice/Office/UI/WriterWebWindowState.xcu | 661 ++ .../org/openoffice/Office/UI/WriterWindowState.xcu | 929 +++ .../org/openoffice/Office/UI/XFormsWindowState.xcu | 753 ++ 36 files changed, 34076 insertions(+) create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/BaseWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/BasicIDEWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/BibliographyCommands.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/ChartCommands.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/ChartWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/DbBrowserWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/DbQueryWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/DbRelationWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/DbReportWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/DbTableDataWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/DbTableWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/DbuCommands.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/Factories.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/GenericCategories.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/MathWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/ReportCommands.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/StartModuleWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/WriterFormWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/WriterReportWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu create mode 100644 officecfg/registry/data/org/openoffice/Office/UI/XFormsWindowState.xcu (limited to 'officecfg/registry/data/org/openoffice/Office/UI') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/BaseWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/BaseWindowState.xcu new file mode 100644 index 000000000..72d094335 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/BaseWindowState.xcu @@ -0,0 +1,113 @@ + + + + + + + + Database Object + + + + + 0,0 + + + true + + + 0 + + + Table + + + true + + + true + + + + + 0,0 + + + true + + + 0 + + + Query + + + true + + + true + + + + + 0,0 + + + true + + + 0 + + + Report + + + true + + + true + + + + + 0,0 + + + true + + + 0 + + + Form + + + true + + + true + + + + + 0,0 + + + true + + + 0 + + + Standard + + + true + + + true + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu new file mode 100644 index 000000000..739ad7bc1 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu @@ -0,0 +1,116 @@ + + + + + + + + Go to Line... + + + + + Repeat Search + + + + + Line Numbers + + + + + Form Option Button + + + 1 + + + + + Form Check Box + + + 1 + + + + + Form List Box + + + 1 + + + + + Form Combo Box + + + 1 + + + + + Form Vertical Scroll Bar + + + 1 + + + + + Form Horizontal Scroll Bar + + + 1 + + + + + Form Spin Button + + + 1 + + + + + BASIC Module + + + + + BASIC Dialog + + + + + Delete + + + + + Rename + + + + + Hide + + + + + + + ~Run + + + + + ~Dialog + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/BasicIDEWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/BasicIDEWindowState.xcu new file mode 100644 index 000000000..742dfddd0 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/BasicIDEWindowState.xcu @@ -0,0 +1,186 @@ + + + + + + + + + Dialog + + + + + Tab Bar + + + + + 0,0 + + + true + + + 0 + + + Standard + + + true + + + false + + + + + 0,1 + + + true + + + 0 + + + Macro + + + true + + + + + 0,1 + + + true + + + 0 + + + Dialog + + + true + + + true + + + + + 1,1 + + + true + + + 0 + + + Language + + + true + + + + + FormControls + + + 0,0 + + + 1 + + + true + + + true + + + true + + + + + Toolbox + + + 0,0 + + + 1 + + + true + + + true + + + true + + + + + false + + + 2 + + + Full Screen + + + true + + + true + + + true + + + true + + + + + 0,3 + + + 1 + + + Find + + + false + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/BibliographyCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/BibliographyCommands.xcu new file mode 100644 index 000000000..e04f6c16f --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/BibliographyCommands.xcu @@ -0,0 +1,54 @@ + + + + + + + + ~Column Arrangement... + + + + + ~Filter... + + + + + Delete ~Record + + + + + ~Record + + + + + ~Choose Data Source... + + + + + Table + + + + + Search Key + + + + + AutoFilter + + + + + Reset Filter + + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu new file mode 100644 index 000000000..29de491b9 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -0,0 +1,2875 @@ + + + + + + + + ~Formula... + + + 1 + + + + + Flip Vertically + + + 1 + + + + + Number Format Type + + + + + Flip Horizontally + + + 1 + + + + + Trace ~Precedents + + + 1 + + + + + Clear + + + Clear ~Direct Formatting + + + Clear Direct Formatting + + + 1 + + + + + ~Remove Precedents + + + 1 + + + + + ~Trace Dependents + + + 1 + + + + + ~Split Window + + + 1 + + + + + Remove ~Dependents + + + 1 + + + + + Freeze ~Cells + + + + + Freeze ~Rows and Columns + + + 1 + + + + + Freeze First Column + + + 1 + + + + + Freeze First Row + + + 1 + + + + + Trace ~Error + + + 1 + + + + + Insert Chart + + + 1 + + + + + Trace ~Precedent + + + 1 + + + + + ~Remove Precedent + + + 1 + + + + + ~Trace Dependent + + + 1 + + + + + Remove Dependent + + + 1 + + + + + Exit Fill Mode + + + 1 + + + + + Remove ~All Traces + + + 1 + + + + + ~Fill Mode + + + 1 + + + + + ~Mark Invalid Data + + + 1 + + + + + Refresh Tra~ces + + + 1 + + + + + A~utoRefresh Traces + + + A~utoRefresh + + + 1 + + + + + Spreadsheet Theme + + + 1 + + + + + Euro Converter + + + 1 + + + + + Link to E~xternal Data... + + + 1 + + + + + ~Hyphenation... + + + 9 + + + + + Name... + + + 1 + + + + + Input Line + + + + + ~Select Sheets... + + + 1 + + + + + Sheet ~Events... + + + 1 + + + + + Pivot Table Filter + + + ~Filter... + + + + + Next Page + + + 1 + + + + + Previous Page + + + 1 + + + + + First Page + + + 1 + + + + + Last Page + + + 1 + + + + + Zoom In + + + 1 + + + + + Zoom Out + + + 1 + + + + + Margins + + + 1 + + + + + Scaling Factor + + + + + Close Preview + + + 1 + + + + + Position in Document + + + + + Page Format + + + + + Se~lection Mode + + + + + Enter References + + + + + Status Expanded Selection + + + + + Status Extended Selection + + + + + Page Left + + + + + Page Right + + + + + Select to Page Right + + + + + To Upper Block Margin + + + + + To Lower Block Margin + + + + + To Left Block Margin + + + + + To Right Block Margin + + + + + Select to Upper Block Margin + + + + + Te~xt to Columns... + + + 1 + + + + + ~Consolidate... + + + 1 + + + + + Select to Lower Block Margin + + + + + Pivot Table + + + Pi~vot Table... + + + Insert or Edit Pivot Table + + + ~Properties... + + + 1 + + + + + ~Insert or Edit... + + + .uno:DataDataPilotRun + + + 1 + + + + + Select to Left Block Margin + + + + + ~Function... + + + 1 + + + + + Select to Right Block Margin + + + + + ~Goal Seek... + + + 1 + + + + + Sol~ver... + + + 1 + + + + + To Next Sheet + + + 1 + + + + + ~Multiple Operations... + + + 1 + + + + + To Previous Sheet + + + 1 + + + + + Ch~art... + + + 1 + + + + + To Next Unprotected Cell + + + + + To Previous Unprotected Cell + + + + + Select Column + + + 1 + + + + + Modify Chart Data Area + + + + + Select Row + + + 1 + + + + + Select Unprotected Cells + + + 1 + + + + + C~onditional + + + 1 + + + + + Conditional Formatting: Condition + + + Condition... + + + 1 + + + + + Conditional Formatting... + + + 1 + + + + + Conditional Formatting: Color Scale + + + Color Scale... + + + 1 + + + + + Conditional Formatting: Data Bar + + + Data Bar... + + + 1 + + + + + Conditional Formatting: Icon Set + + + Icon Set... + + + 1 + + + + + Conditional Formatting: Date + + + Date... + + + 1 + + + + + Manage... + + + + + Manage Conditional Formatting... + + + + + Undo Selection + + + + + To Current Cell + + + + + Select Data Area + + + 1 + + + + + Cell Edit Mode + + + 1 + + + + + Clear Contents + + + + + AutoFill Data Series: automatic + + + + + Cancel + + + + + Select Array Formula + + + + + Select to Next Sheet + + + 1 + + + + + Select to Previous Sheet + + + 1 + + + + + Wrap Text + + + 1 + + + + + Cell Protection + + + 9 + + + + + Print Area + + + ~Define + + + Define Print Area + + + 1 + + + + + Clear + + + ~Clear + + + Clear Print Ranges + + + 1 + + + + + Edit + + + ~Edit... + + + Edit Print Ranges + + + 1 + + + + + Add + + + ~Add + + + Add Print Range + + + 1 + + + + + Cycle Cell Reference Types + + + + + Paste ~Special... + + + 1 + + + + + Selection List + + + + + Delete C~ells... + + + De~lete... + + + 1 + + + + + Repeat Search + + + + + ~Delete Sheet... + + + 1 + + + + + Fill ~Down + + + Fill ~Down + + + 1 + + + + + Fill ~Right + + + Fill ~Right + + + 1 + + + + + Fill ~Up + + + Fill ~Up + + + 1 + + + + + Fill ~Left + + + Fill ~Left + + + 1 + + + + + Fill Single ~Edit + + + Single ~Edit + + + + + Fill ~Sheets... + + + Fill ~Sheets... + + + 1 + + + + + Fill S~eries... + + + Fill S~eries... + + + 1 + + + + + Fill R~andom Number... + + + Fill R~andom Number... + + + 1 + + + + + Statistics + + + 1 + + + + + ~Sampling... + + + 1 + + + + + ~Descriptive Statistics... + + + 1 + + + + + ~Analysis of Variance (ANOVA)... + + + 1 + + + + + ~Correlation... + + + 1 + + + + + ~Covariance... + + + 1 + + + + + ~Exponential Smoothing... + + + 1 + + + + + ~Moving Average... + + + 1 + + + + + ~Regression... + + + 1 + + + + + Paired ~t-test... + + + 1 + + + + + ~F-test... + + + 1 + + + + + ~Z-test... + + + 1 + + + + + ~Chi-square Test... + + + 1 + + + + + F~ourier Analysis... + + + 1 + + + + + ~Headers and Footers... + + + 1 + + + + + ~Validity... + + + 1 + + + + + Data ~Validation... + + + + + Delete Rows + + + 1 + + + + + Insert + + + 1 + + + + + Delete Columns + + + 1 + + + + + Insert Cells + + + 1 + + + + + ~Record + + + Record Track Changes + + + 1 + + + + + ~Show... + + + Show Track Changes + + + 1 + + + + + Define ~Labels... + + + ~Labels... + + + + + Show Comment + + + 1 + + + + + Show Comment + + + 1 + + + + + Hide Comment + + + 1 + + + + + Show All Comments + + + 1 + + + + + Hide All Comments + + + 1 + + + + + Delete All Comments + + + 1 + + + + + Comm~ent + + + Insert Co~mment + + + 1 + + + + + Delete Comment + + + 1 + + + + + ~Formula Bar + + + 1 + + + + + View Headers + + + 1 + + + + + Scale Screen Display + + + + + Value ~Highlighting + + + 1 + + + + + ~Normal View + + + ~Normal + + + 1 + + + + + ~Page Break + + + 1 + + + + + F~unction List + + + 1 + + + + + R~efresh Range + + + 1 + + + + + Sheet Area Input Field + + + + + Collaborate... + + + + + ~Manage... + + + Manage Track Changes + + + 1 + + + + + ~Comment... + + + Insert Track Change Comment + + + 1 + + + + + Cle~ar Cells... + + + Cl~ear Contents... + + + 1 + + + + + Delete Page Breaks + + + 1 + + + + + Insert ~Row Break + + + ~Row Break + + + 1 + + + + + Insert ~Column Break + + + ~Column Break + + + 1 + + + + + Adjust Scale + + + + + Remove ~Row Break + + + ~Row Break + + + + + Reset Scale + + + + + Remove ~Column Break + + + ~Column Break + + + + + Paste Special + + + 1 + + + + + Insert ~Cells... + + + ~Insert... + + + 1 + + + + + Insert ~Rows + + + 1 + + + + + Insert Co~lumns + + + 1 + + + + + Insert ~Rows Above + + + Rows ~Above + + + Insert Rows ~Above + + + 1 + + + + + Insert Co~lumns Before + + + Columns ~Before + + + Insert Columns ~Before + + + 1 + + + + + Insert ~Rows Below + + + Rows ~Below + + + Insert Rows ~Below + + + 1 + + + + + Insert Co~lumns After + + + Columns ~After + + + Insert Columns ~After + + + 1 + + + + + Insert ~Sheet... + + + 1 + + + + + Insert Shee~t from File... + + + + + ~Define Name... + + + ~Define... + + + 1 + + + + + ~Manage Names... + + + ~Manage... + + + 1 + + + + + ~Manage Names... + + + + + ~Insert Named Range or Expression... + + + ~Named Range or Expression... + + + 1 + + + + + ~Create Names... + + + ~Create... + + + + + Assign Names + + + + + Insert Cells Down + + + 1 + + + + + Insert Cells Right + + + 1 + + + + + Format ~Cells... + + + Ce~lls... + + + ~Format Cells... + + + 1 + + + + + Row ~Height... + + + ~Height... + + + Row ~Height... + + + 1 + + + + + ~Optimal Row Height... + + + ~Optimal Height... + + + 1 + + + + + H~ide Rows + + + H~ide + + + H~ide Rows + + + 1 + + + + + ~Show Rows + + + ~Show + + + Sho~w Rows + + + 1 + + + + + Column ~Width... + + + ~Width... + + + Column ~Width... + + + 1 + + + + + ~Optimal Column Width... + + + ~Optimal Width... + + + 1 + + + + + ~Hide Columns + + + ~Hide + + + H~ide Columns + + + 1 + + + + + ~Show Columns + + + ~Show + + + S~how Columns + + + 1 + + + + + ~Hide Sheet + + + 1 + + + + + ~Show Sheet... + + + 1 + + + + + Merge Cells + + + 1 + + + + + Split Cells + + + 1 + + + + + M~erge and Center Cells + + + 1 + + + + + Format ~Page... + + + ~Page... + + + Format Pa~ge... + + + 1 + + + + + Standard Text Attributes + + + Default + + + + + ~Text... + + + 1 + + + + + Optimal Column Width, direct + + + 1 + + + + + Auto~Calculate + + + 1 + + + + + ~Recalculate + + + 1 + + + + + Protect ~Sheet... + + + 1 + + + + + Protect ~Spreadsheet Structure... + + + 1 + + + + + Sc~enarios... + + + 1 + + + + + ~Refresh Pivot Table + + + ~Refresh + + + 1 + + + + + ~Delete Pivot Table + + + ~Delete + + + 1 + + + + + Recalculate Hard + + + 1 + + + + + ~AutoInput + + + 1 + + + + + ~Define Range... + + + 1 + + + + + Select ~Range... + + + 1 + + + + + Strea~ms... + + + 1 + + + + + Resume streaming + + + 1 + + + + + Stop streaming + + + 1 + + + + + Data Provider... + + + 1 + + + + + Refresh Data Provider + + + 1 + + + + + ~XML Source... + + + 1 + + + + + ~Sort... + + + 1 + + + + + ~Standard Filter... + + + 1 + + + + + ~Advanced Filter... + + + 1 + + + + + Auto~Filter + + + 1 + + + + + ~Reset Filter + + + 1 + + + + + F~orm... + + + 1 + + + + + Sub~totals... + + + 1 + + + + + ~AutoOutline + + + 1 + + + + + Refresh Data Import + + + + + ~Hide AutoFilter + + + 1 + + + + + Sort Descending + + + 1 + + + + + Sort Ascending + + + 1 + + + + + Rename S~heet... + + + 1 + + + + + Rename Sheet + + + 1 + + + + + Sheet ~Tab Color... + + + ~Tab Color... + + + 1 + + + + + Tab Color + + + 1 + + + + + ~Move or Copy Sheet... + + + 1 + + + + + Select All Sheets + + + 1 + + + + + Deselect All Sheets + + + 1 + + + + + Insert Sheet at End... + + + + + Align Left + + + 1 + + + + + Align Right + + + 1 + + + + + Align Center + + + 1 + + + + + Justified + + + 1 + + + + + Align Top + + + 1 + + + + + Align Bottom + + + 1 + + + + + Center Vertically + + + 1 + + + + + Select Scenario + + + + + Redraw Chart + + + + + Change Anchor + + + 1 + + + + + Number Format + + + 1 + + + + + Currency + + + Format as Currency + + + 1 + + + + + Currency + + + Format as Currency + + + .uno:NumberFormatCurrency + + + 1 + + + + + Percent + + + Format as Percent + + + 1 + + + + + General + + + Format as General + + + 1 + + + + + Date + + + Format as Date + + + 1 + + + + + Number + + + Format as Number + + + 1 + + + + + Scientific + + + Format as Scientific + + + 1 + + + + + Time + + + Format as Time + + + 1 + + + + + Add Decimal Place + + + 1 + + + + + Delete Decimal Place + + + 1 + + + + + Thousands Separator + + + 1 + + + + + Lin~ks to External Files... + + + 1 + + + + + Sheet R~ight-To-Left + + + R~ight-To-Left + + + Sheet R~ight-To-Left + + + 1 + + + + + Anchor: To P~age + + + To P~age + + + Anchor to p~age + + + + + Anchor: To ~Cell + + + To ~Cell + + + Anchor to ~cell (move with cell) + + + + + Anchor: To Cell (~resize with cell) + + + To Cell (~resize with cell) + + + Anchor to cell (move and ~resize with cell) + + + + + Email as ~Microsoft Excel... + + + + + Email as ~OpenDocument Spreadsheet... + + + + + S~hare Spreadsheet... + + + 1 + + + + + View Grid Lines + + + 1 + + + + + Sheet Name + + + 1 + + + + + Document Title + + + 1 + + + + + Date + + + 1 + + + + + ~Open... + + + 1 + + + + + Formula to Value + + + 1 + + + + + + + Insert Field + + + + + ~Detective + + + 1 + + + + + Insert Page ~Break + + + 1 + + + + + Delete Page ~Break + + + + + F~ill Cells + + + + + Ca~lculate + + + 1 + + + + + ~Named Ranges and Expressions + + + + + Edit Comment + + + 1 + + + + + ~Pivot Table + + + 1 + + + + + ~Sheet + + + + + More ~Filters + + + 1 + + + + + Sen~d + + + 1 + + + + + ~Protect Document + + + + + Format Cell Borders + + + + + ~Group and Outline + + + 1 + + + + + Ro~ws + + + 1 + + + + + Colu~mns + + + 1 + + + + + ~Sheet + + + + + Cell ~Comments + + + 1 + + + + + M~erge Cells + + + 1 + + + + + Prin~t Ranges + + + 1 + + + + + Show Formula + + + 1 + + + + + Assign Macro... + + + 1 + + + + + Mark Precedents + + + + + Mark Dependents + + + + + Insert Current Date + + + ~Date + + + 1 + + + + + Insert Current Time + + + ~Time + + + 1 + + + + + Export as Image + + + 1 + + + + + Edit Hyperlink + + + 1 + + + + + Remove Hyperlink + + + 1 + + + + + Paste Only + + + + + Paste Only Formula + + + ~Formula + + + 1 + + + + + Paste Only Text + + + ~Text + + + 1 + + + + + Paste Only Numbers + + + ~Number + + + 1 + + + + + Use Text Import Dialog + + + Use text import dialog + + + 1 + + + + + Column + + + 1 + + + + + Row + + + 1 + + + + + ~Insert... + + + .uno:InsertName + + + 1 + + + + + Default + + + + + Default + + + Default Cell Style + + + .uno:StyleApply?Style:string=Default&FamilyName:string=CellStyles + + + 9 + + + + + Accent 1 + + + + + Accent 1 + + + Accent 1 Cell Style + + + .uno:StyleApply?Style:string=Accent 1&FamilyName:string=CellStyles + + + 9 + + + + + Accent 2 + + + + + Accent 2 + + + Accent 2 Cell Style + + + .uno:StyleApply?Style:string=Accent 2&FamilyName:string=CellStyles + + + 9 + + + + + Accent 3 + + + + + Accent 3 + + + Accent 3 Cell Style + + + .uno:StyleApply?Style:string=Accent 3&FamilyName:string=CellStyles + + + 9 + + + + + Heading 1 + + + + + Heading 1 + + + Heading 1 Cell Style + + + .uno:StyleApply?Style:string=Heading 1&FamilyName:string=CellStyles + + + 9 + + + + + Heading 2 + + + + + Heading 2 + + + Heading 2 Cell Style + + + .uno:StyleApply?Style:string=Heading 2&FamilyName:string=CellStyles + + + 9 + + + + + Bad + + + + + Bad + + + Bad Cell Style + + + .uno:StyleApply?Style:string=Bad&FamilyName:string=CellStyles + + + 9 + + + + + Error + + + + + Error + + + Error Cell Style + + + .uno:StyleApply?Style:string=Error&FamilyName:string=CellStyles + + + 9 + + + + + Good + + + + + Good + + + Good Cell Style + + + .uno:StyleApply?Style:string=Good&FamilyName:string=CellStyles + + + 9 + + + + + Neutral + + + + + Neutral + + + Neutral Cell Style + + + .uno:StyleApply?Style:string=Neutral&FamilyName:string=CellStyles + + + 9 + + + + + Warning + + + + + Warning + + + Warning Cell Style + + + .uno:StyleApply?Style:string=Warning&FamilyName:string=CellStyles + + + 9 + + + + + Footnote + + + + + Footnote + + + Footnote Cell Style + + + .uno:StyleApply?Style:string=Footnote&FamilyName:string=CellStyles + + + 9 + + + + + Note + + + + + Note + + + Note Cell Style + + + .uno:StyleApply?Style:string=Note&FamilyName:string=CellStyles + + + 9 + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu new file mode 100644 index 000000000..7644f820f --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu @@ -0,0 +1,738 @@ + + + + + + + + + Detective + + + + + Cell + + + + + Cell Edit + + + + + Column Header + + + + + Shape + + + + + Shape Text + + + + + Form Control + + + + + Text Box Formatting + + + + + Formula Bar + + + + + Image + + + + + Media + + + + + Notebookbar + + + + + OLE Object + + + + + Page Break + + + + + Pivot Table + + + + + Print Preview + + + + + Row Header + + + + + Sheet Tabs Bar + + + + + false + + + Image Filter + + + false + + + true + + + + + false + + + Curves and Polygons + + + false + + + true + + + + + 0,3 + + + 0 + + + true + + + false + + + TSCP Classification + + + + + 0,2 + + + true + + + 0 + + + Image + + + true + + + true + + + + + true + + + Data Streams + + + false + + + + + 0,1 + + + true + + + 0 + + + Drawing Object Properties + + + true + + + false + + + true + + + + + 0 + + + 0,1 + + + true + + + true + + + Print Preview + + + true + + + true + + + true + + + + + 0 + + + false + + + true + + + 3D-Settings + + + false + + + true + + + + + Text Box Formatting + + + false + + + true + + + true + + + true + + + + + Form Filter + + + false + + + true + + + true + + + true + + + true + + + + + Form Navigation + + + 0,1 + + + true + + + 1 + + + false + + + true + + + true + + + + + Form Controls + + + false + + + false + + + + + Form Design + + + false + + + false + + + + + 0,2 + + + true + + + 0 + + + true + + + Formatting + + + true + + + + + false + + + false + + + Insert + + + + + false + + + false + + + Insert Cell + + + + + 0,0 + + + true + + + 0 + + + Standard + + + true + + + false + + + true + + + + + 0,3 + + + true + + + 1 + + + Find + + + false + + + false + + + + + 0,1 + + + true + + + 0 + + + Text Formatting + + + true + + + false + + + true + + + + + false + + + false + + + Tools + + + false + + + + + false + + + 2 + + + Full Screen + + + true + + + true + + + true + + + true + + + + + 0 + + + true + + + true + + + Standard (Viewing Mode) + + + true + + + true + + + true + + + + + 1 + + + true + + + false + + + Drawing + + + + + 0,1 + + + true + + + 1 + + + Media Playback + + + true + + + true + + + + + false + + + false + + + Color + + + true + + + + + false + + + Align Objects + + + false + + + + + false + + + Basic Shapes + + + false + + + true + + + + + false + + + Block Arrows + + + false + + + true + + + + + false + + + Flowchart + + + false + + + true + + + + + false + + + Stars and Banners + + + false + + + true + + + + + false + + + Symbol Shapes + + + false + + + true + + + + + false + + + Callouts + + + false + + + true + + + + + 0,0 + + + 1 + + + true + + + Fontwork + + + true + + + false + + + true + + + + + false + + + Fontwork Shape + + + false + + + true + + + + + 0,0 + + + true + + + 0 + + + Standard (Single Mode) + + + false + + + false + + + false + + + + + false + + + Lines and Arrows + + + false + + + true + + + + + Notebookbar shortcuts + + + false + + + true + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/ChartCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/ChartCommands.xcu new file mode 100644 index 000000000..d3a54a052 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/ChartCommands.xcu @@ -0,0 +1,704 @@ + + + + + + + + + ~Titles... + + + 1 + + + + + Position + + + ~Legend... + + + 1 + + + + + ~Axes... + + + 1 + + + + + ~Grids... + + + 1 + + + + + ~Data Labels... + + + + + Tre~nd Line... + + + + + Mean ~Value Lines + + + + + X Error ~Bars... + + + + + Y Error ~Bars... + + + + + + Format Selection... + + + 1 + + + + + Format Legend + + + ~Legend... + + + 1 + + + + + Chart ~Wall... + + + 1 + + + + + Chart ~Floor... + + + + + Chart ~Area... + + + 1 + + + + + Chart T~ype... + + + 1 + + + + + ~Data Ranges... + + + 1 + + + + + ~Data Table... + + + 1 + + + + + ~3D View... + + + 1 + + + + + + Bring ~Forward + + + 1 + + + + + Send Back~ward + + + 1 + + + + + + ~Main Title... + + + + + ~Subtitle... + + + + + ~X Axis Title... + + + + + ~Y Axis Title... + + + + + ~Z Axis Title... + + + + + S~econdary X Axis Title... + + + + + Se~condary Y Axis Title... + + + + + ~All Titles... + + + + + + ~X Axis... + + + 1 + + + + + ~Y Axis... + + + 1 + + + + + ~Z Axis... + + + 1 + + + + + ~Secondary X Axis... + + + + + S~econdary Y Axis... + + + + + ~All Axes... + + + 1 + + + + + + ~Y Axis Major Grid... + + + + + ~X Axis Major Grid... + + + + + ~Z Axis Major Grid... + + + + + Y Axis Minor ~Grid... + + + + + X Axis ~Minor Grid... + + + + + Z Ax~is Minor Grid... + + + + + ~All Grids... + + + + + + Format Wall... + + + + + Format Floor... + + + + + Format Chart Area... + + + + + + Insert Titles... + + + + + Format Title... + + + + + + Insert Legend + + + + + Delete Legend + + + + + Format Legend... + + + + + + Insert/Delete Axes... + + + + + Insert Axis + + + + + Delete Axis + + + + + Format Axis... + + + + + Insert Axis Title + + + + + + Insert Major Grid + + + + + Delete Major Grid + + + + + Format Major Grid... + + + + + Insert Minor Grid + + + + + Delete Minor Grid + + + + + Format Minor Grid... + + + + + + Insert Tre~nd Line... + + + + + Delete Tre~nd Line + + + + + Format Trend Line... + + + + + + Insert Trend Line ~Equation + + + + + Insert R² and Trend Line Equation + + + + + Insert R² + + + + + Delete R² + + + + + Delete Trend Line ~Equation + + + + + Format Trend Line Equation... + + + + + + Insert Mean ~Value Line + + + + + Delete Mean ~Value Line + + + + + Format Mean Value Line... + + + + + + Insert X Error ~Bars... + + + + + Delete X Error ~Bars + + + + + Format X Error Bars... + + + + + Insert Y Error ~Bars... + + + + + Delete Y Error ~Bars + + + + + Format Y Error Bars... + + + + + + Insert Data Labels + + + + + Delete Data Labels + + + + + Format Data Labels... + + + + + Insert Single Data Label + + + + + Delete Single Data Label + + + + + Format Single Data Label... + + + + + + Format Data Series... + + + + + Format Data Point... + + + + + Reset Data Point + + + + + Reset all Data Points + + + + + Format Stock Loss... + + + + + Format Stock Gain... + + + + + + Select Chart Element + + + 0 + + + + + Horizontal Grids + + + 1 + + + + + Scale Text + + + 1 + + + + + Automatic Layout + + + 1 + + + + + + Update Chart + + + + + Legend On/Off + + + 1 + + + + + Show/Hide Axis Description(s) + + + 1 + + + + + Vertical Grids + + + 1 + + + + + Data in Rows + + + 1 + + + + + Data in Columns + + + 1 + + + + + Select Tool + + + + + Chart Type + + + + + Caption Type for Chart Data + + + + + Legend Position + + + + + Default Colors for Data Series + + + + + Bar Width + + + + + Number of lines in combination chart + + + + + Te~xt... + + + + + Description... + + + + + Name... + + + + + Line Ends with Arrow + + + 1 + + + + + + + + Arrange~ment + + + 1 + + + + + ~Title + + + + + A~xis + + + 1 + + + + + ~Grid + + + 1 + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/ChartWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/ChartWindowState.xcu new file mode 100644 index 000000000..d010c1626 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/ChartWindowState.xcu @@ -0,0 +1,170 @@ + + + + + + + + + Shape + + + + + Shape Text + + + + + true + + + 0 + + + 0,0 + + + Standard + + + true + + + + + true + + + 0 + + + 1,0 + + + Formatting + + + true + + + 0 + + + + + true + + + 1 + + + Drawing + + + false + + + + + false + + + Basic Shapes + + + false + + + true + + + + + false + + + Symbol Shapes + + + false + + + true + + + + + false + + + Block Arrows + + + false + + + true + + + + + false + + + Flowchart + + + false + + + true + + + + + false + + + Callouts + + + false + + + true + + + + + false + + + Stars and Banners + + + false + + + true + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu new file mode 100644 index 000000000..48ed82b93 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -0,0 +1,1918 @@ + + + + + + + + + .uno:CharFontName + + + + + + com.sun.star.comp.framework.FontMenuController + + + + + .uno:FontHeight + + + + + + com.sun.star.comp.framework.FontSizeMenuController + + + + + .uno:ObjectMenue + + + + + + com.sun.star.comp.framework.ObjectMenuController + + + + + .uno:InsertPageHeader + + + + + + com.sun.star.comp.framework.HeaderMenuController + + + + + .uno:InsertPageFooter + + + + + + com.sun.star.comp.framework.FooterMenuController + + + + + .uno:ChangeControlType + + + + + + com.sun.star.comp.framework.ControlMenuController + + + + + .uno:AvailableToolbars + + + + + + com.sun.star.comp.framework.ToolBarsMenuController + + + + + .uno:ScriptOrganizer + + + + + + com.sun.star.comp.framework.MacrosMenuController + + + + + .uno:RecentFileList + + + + + + com.sun.star.comp.framework.RecentFilesMenuController + + + + + .uno:AddDirect + + + + + + com.sun.star.comp.framework.NewMenuController + + + + + .uno:AutoPilotMenu + + + + + + com.sun.star.comp.framework.NewMenuController + + + + + .uno:SetLanguageSelectionMenu + + + + + + com.sun.star.comp.framework.LanguageSelectionMenuController + + + + + .uno:SetLanguageAllTextMenu + + + + + + com.sun.star.comp.framework.LanguageSelectionMenuController + + + + + .uno:SetLanguageParagraphMenu + + + + + + com.sun.star.comp.framework.LanguageSelectionMenuController + + + + + .uno:SaveAsMenu + + + + + + com.sun.star.comp.framework.SaveAsMenuController + + + + + .uno:ThesaurusFromContext + + + + + + com.sun.star.comp.framework.ThesaurusMenuController + + + + + .uno:OpenSmartTagMenuOnCursor + + + + + + com.sun.star.comp.svx.SmartTagMenuController + + + + + .uno:BasicShapes + + + + + + com.sun.star.comp.framework.ToolbarAsMenuController + + + basicshapes + + + + + .uno:SymbolShapes + + + + + + com.sun.star.comp.framework.ToolbarAsMenuController + + + symbolshapes + + + + + .uno:ArrowShapes + + + + + + com.sun.star.comp.framework.ToolbarAsMenuController + + + arrowshapes + + + + + .uno:StarShapes + + + + + + com.sun.star.comp.framework.ToolbarAsMenuController + + + starshapes + + + + + .uno:CalloutShapes + + + + + + com.sun.star.comp.framework.ToolbarAsMenuController + + + calloutshapes + + + + + .uno:FlowChartShapes + + + + + + com.sun.star.comp.framework.ToolbarAsMenuController + + + flowchartshapes + + + + + .uno:ConditionalFormatMenu + + + com.sun.star.sheet.SpreadsheetDocument + + + com.sun.star.comp.framework.ResourceMenuController + + + conditional + + + + + .uno:FreezePanesMenu + + + com.sun.star.sheet.SpreadsheetDocument + + + com.sun.star.comp.framework.ResourceMenuController + + + freezepanes + + + + + .uno:InsertFieldCtrl + + + + + + com.sun.star.comp.framework.ResourceMenuController + + + insertfield + + + + + .uno:AnchorMenu + + + + + + com.sun.star.comp.framework.ResourceMenuController + + + anchor + + + + + .uno:Notebookbar + + + + + + com.sun.star.comp.framework.ToolbarModeMenuController + + + + + .uno:ColumnOperations + + + com.sun.star.sheet.SpreadsheetDocument + + + com.sun.star.comp.framework.ResourceMenuController + + + column_operations + + + + + .uno:RowOperations + + + com.sun.star.sheet.SpreadsheetDocument + + + com.sun.star.comp.framework.ResourceMenuController + + + row_operations + + + + + .uno:ToolbarMode + + + + + + com.sun.star.comp.framework.ToolbarModeMenuController + + + + + .uno:DBNewMenu + + + com.sun.star.sdb.OfficeDatabaseDocument + + + com.sun.star.comp.framework.ResourceMenuController + + + new + + + + + .uno:DBRefreshMenu + + + + + + com.sun.star.comp.framework.ResourceMenuController + + + refreshdata + + + + + .uno:DBPreview + + + com.sun.star.sdb.OfficeDatabaseDocument + + + com.sun.star.comp.framework.ResourceMenuController + + + preview + + + + + .uno:ArrowsToolbox + + + + + + com.sun.star.comp.framework.ToolbarAsMenuController + + + arrowsbar + + + + + .uno:LineToolbox + + + + + + com.sun.star.comp.framework.ToolbarAsMenuController + + + linesbar + + + + + .uno:ConnectorToolbox + + + + + + com.sun.star.comp.framework.ToolbarAsMenuController + + + connectorsbar + + + + + .uno:AdvancedMode + + + + + + com.sun.star.comp.framework.ToolbarAsMenuController + + + choosemodebar + + + + + .uno:Objects3DToolbox + + + + + + com.sun.star.comp.framework.ToolbarAsMenuController + + + 3dobjectsbar + + + + + + + .uno:ScrollToPrevious + + + + + + lo.writer.PreviousScrollToolboxController + + + + + .uno:ScrollToNext + + + + + + lo.writer.NextScrollToolboxController + + + + + .uno:NavElement + + + + + + lo.writer.NavElementToolBoxController + + + + + .uno:ZoomToolBox + + + + + + com.sun.star.comp.framework.SubToolBarController + + + zoombar;.uno:ZoomPlus + + + + + .uno:AdvancedMode + + + + + + com.sun.star.comp.framework.SubToolBarController + + + choosemodebar;.uno:ToggleObjectRotateMode + + + + + .uno:ObjectPosition + + + + + + com.sun.star.comp.framework.SubToolBarController + + + positionbar;.uno:BringToFront + + + + + .uno:TextToolbox + + + + + + com.sun.star.comp.framework.SubToolBarController + + + textbar;.uno:Text + + + + + .uno:RectangleToolbox + + + + + + com.sun.star.comp.framework.SubToolBarController + + + rectanglesbar;.uno:Rect + + + + + .uno:EllipseToolbox + + + + + + com.sun.star.comp.framework.SubToolBarController + + + ellipsesbar;.uno:Ellipse + + + + + .uno:RedactedExportToolbox + + + + + + com.sun.star.comp.framework.SubToolBarController + + + redactedexportbar;.uno:RedactedExportWhite + + + + + .uno:LineToolbox + + + + + + com.sun.star.comp.framework.SubToolBarController + + + linesbar;.uno:Freeline_Unfilled + + + + + .uno:ArrowsToolbox + + + + + + com.sun.star.comp.framework.SubToolBarController + + + arrowsbar;.uno:LineArrowEnd + + + + + .uno:Objects3DToolbox + + + + + + com.sun.star.comp.framework.SubToolBarController + + + 3dobjectsbar;.uno:Cube + + + + + .uno:ConnectorToolbox + + + + + + com.sun.star.comp.framework.SubToolBarController + + + connectorsbar;.uno:Connector + + + + + .uno:InsertToolbox + + + + + + com.sun.star.comp.framework.SubToolBarController + + + insertbar;.uno:InsertObjectChart + + + + + .uno:ChooseControls + + + com.sun.star.script.BasicIDE + + + com.sun.star.comp.framework.SubToolBarController + + + insertcontrolsbar + + + + + .uno:Config + + + + + + com.sun.star.comp.framework.SubToolBarController + + + formcontrols;.uno:Config + + + + + .uno:ObjectAlign + + + + + + com.sun.star.comp.framework.SubToolBarController + + + alignmentbar;.uno:ObjectAlignLeft + + + + + .uno:GraphicFilterToolbox + + + + + + com.sun.star.comp.framework.SubToolBarController + + + graffilterbar + + + + + .uno:OptimizeTable + + + + + + com.sun.star.comp.framework.SubToolBarController + + + optimizetablebar + + + + + .uno:InsertCtrl + + + + + + com.sun.star.comp.framework.SubToolBarController + + + insertbar;.uno:InsertGraphic + + + + + .uno:InsertObjCtrl + + + + + + com.sun.star.comp.framework.SubToolBarController + + + insertobjectbar;.uno:InsertObject + + + + + .uno:InsCellsCtrl + + + com.sun.star.sheet.SpreadsheetDocument + + + com.sun.star.comp.framework.SubToolBarController + + + insertcellsbar;.uno:InsertCellsDown + + + + + .uno:DBNewForm + + + com.sun.star.sdb.OfficeDatabaseDocument + + + com.sun.star.comp.framework.GenericPopupToolbarController + + + .uno:DBNewMenu;1 + + + + + .uno:DBLimit + + + + + + org.libreoffice.comp.dbu.LimitBoxController + + + + + .uno:ChartProperties + + + com.sun.star.chart2.ChartDocument + + + org.libreoffice.chart2.Chart2ToolboxController + + + + + .uno:Refresh + + + com.sun.star.sdb.TableDataView + + + com.sun.star.comp.framework.GenericPopupToolbarController + + + .uno:DBRefreshMenu;1 + + + + + .uno:Refresh + + + com.sun.star.sdb.DataSourceBrowser + + + com.sun.star.comp.framework.GenericPopupToolbarController + + + .uno:DBRefreshMenu;1 + + + + + .uno:FontHeight + + + + + + com.sun.star.svx.FontHeightToolBoxController + + + + + .uno:AssignLayout + + + com.sun.star.presentation.PresentationDocument + + + com.sun.star.comp.sd.SlideLayoutController + + + + + .uno:DisplayMode + + + com.sun.star.presentation.PresentationDocument + + + com.sun.star.comp.sd.DisplayModeController + + + + + .uno:InsertPage + + + com.sun.star.presentation.PresentationDocument + + + com.sun.star.comp.sd.InsertSlideController + + + + + .uno:DefaultNumbering + + + + + + com.sun.star.comp.svx.NumberingToolBoxControl + + + + + .uno:DefaultBullet + + + + + + com.sun.star.comp.svx.NumberingToolBoxControl + + + + + .uno:SetOutline + + + + + + com.sun.star.comp.svx.NumberingToolBoxControl + + + + + .uno:InsertTable + + + + + + com.sun.star.comp.svx.TableToolBoxControl + + + + + .uno:ShowMultiplePages + + + + + + com.sun.star.comp.svx.TableToolBoxControl + + + + + .uno:InsertFrameInteract + + + + + + com.sun.star.comp.svx.ColumnsToolBoxControl + + + + + .uno:InsertFrame + + + + + + com.sun.star.comp.svx.ColumnsToolBoxControl + + + + + .uno:InsertSection + + + + + + com.sun.star.comp.svx.ColumnsToolBoxControl + + + + + .uno:ExtrusionDirectionFloater + + + + + + com.sun.star.comp.svx.ExtrusionDirectionController + + + + + .uno:ExtrusionDepthFloater + + + + + + com.sun.star.comp.svx.ExtrusionDepthController + + + + + .uno:ExtrusionLightingFloater + + + + + + com.sun.star.comp.svx.ExtrusionLightingController + + + + + .uno:ExtrusionSurfaceFloater + + + + + + com.sun.star.comp.svx.ExtrusionSurfaceController + + + + + .uno:FontworkAlignmentFloater + + + + + + com.sun.star.comp.svx.FontworkAlignmentController + + + + + .uno:FontworkCharacterSpacingFloater + + + + + + com.sun.star.comp.svx.FontworkCharacterSpacingController + + + + + .uno:FontworkShapeType + + + + + + com.sun.star.comp.framework.SubToolBarController + + + fontworkshapetype + + + + + .uno:ChartElementSelector + + + com.sun.star.chart2.ChartDocument + + + com.sun.star.comp.chart.ElementSelectorToolbarController + + + + + .uno:BasicShapes + + + + + + com.sun.star.comp.framework.SubToolBarController + + + basicshapes;.uno:BasicShapes.diamond + + + + + .uno:SymbolShapes + + + + + + com.sun.star.comp.framework.SubToolBarController + + + symbolshapes;.uno:SymbolShapes.smiley + + + + + .uno:ArrowShapes + + + + + + com.sun.star.comp.framework.SubToolBarController + + + arrowshapes;.uno:ArrowShapes.left-right-arrow + + + + + .uno:FlowChartShapes + + + + + + com.sun.star.comp.framework.SubToolBarController + + + flowchartshapes;.uno:FlowChartShapes.flowchart-internal-storage + + + + + .uno:CalloutShapes + + + + + + com.sun.star.comp.framework.SubToolBarController + + + calloutshapes;.uno:CalloutShapes.round-rectangular-callout + + + + + .uno:StarShapes + + + + + + com.sun.star.comp.framework.SubToolBarController + + + starshapes;.uno:StarShapes.star5 + + + + + .uno:MailMergeCurrentEntry + + + + + + lo.writer.MMCurrentEntryController + + + + + .uno:MailMergeExcludeEntry + + + + + + lo.writer.MMExcludeEntryController + + + + + .uno:AttributePageSize + + + + + + lo.writer.PageSizeToolBoxControl + + + + + .uno:PageColumnType + + + + + + lo.writer.PageColumnToolBoxControl + + + + + .uno:PageMargin + + + + + + lo.writer.PageMarginToolBoxControl + + + + + .uno:Orientation + + + + + + lo.writer.PageOrientationToolBoxControl + + + + + .uno:FindText + + + + + + com.sun.star.svx.FindTextToolboxController + + + + + .uno:SearchLabel + + + + + + com.sun.star.svx.SearchLabelToolboxController + + + + + .uno:DownSearch + + + + + + com.sun.star.svx.DownSearchToolboxController + + + + + .uno:ExitSearch + + + + + + com.sun.star.svx.ExitFindbarToolboxController + + + + + .uno:UpSearch + + + + + + com.sun.star.svx.UpSearchToolboxController + + + + + .uno:MatchCase + + + + + + com.sun.star.svx.MatchCaseToolboxController + + + + + .uno:SearchFormattedDisplayString + + + + + + com.sun.star.svx.SearchFormattedToolboxController + + + + + .uno:FindAll + + + + + + com.sun.star.svx.FindAllToolboxController + + + + + .uno:ClassificationApply + + + + + + com.sun.star.comp.sfx2.ClassificationCategoriesController + + + + + .uno:LineEndStyle + + + + + + com.sun.star.comp.svx.LineEndToolBoxControl + + + + + .uno:TextdirectionTopToBottom + + + + + + com.sun.star.comp.svx.VertTextToolBoxControl + + + + + .uno:TextdirectionLeftToRight + + + + + + com.sun.star.comp.svx.VertTextToolBoxControl + + + + + .uno:VerticalCaption + + + + + + com.sun.star.comp.svx.VertTextToolBoxControl + + + + + .uno:DrawFontworkVertical + + + + + + com.sun.star.comp.svx.VertTextToolBoxControl + + + + + .uno:VerticalText + + + + + + com.sun.star.comp.svx.VertTextToolBoxControl + + + + + .uno:VerticalTextFitToSizeTool + + + + + + com.sun.star.comp.svx.VertTextToolBoxControl + + + + + .uno:ParaLeftToRight + + + + + + com.sun.star.comp.svx.CTLToolBoxControl + + + + + .uno:ParaRightToLeft + + + + + + com.sun.star.comp.svx.CTLToolBoxControl + + + + + .uno:XLineStyle + + + + + + com.sun.star.comp.svx.LineStyleToolBoxControl + + + + + .uno:LineSpacing + + + + + + com.sun.star.comp.svx.LineSpacingToolBoxControl + + + + + .uno:Spacing + + + + + + com.sun.star.comp.svx.CharacterSpacingToolBoxControl + + + + + .uno:EmojiControl + + + + + + com.sun.star.comp.sfx2.InsertEmojiToolBoxControl + + + + + .uno:CharmapControl + + + + + + com.sun.star.comp.sfx2.InsertSymbolToolBoxControl + + + + + .uno:SetBorderStyle + + + + + + com.sun.star.comp.svx.FrameToolBoxControl + + + + + .uno:LineStyle + + + + + + com.sun.star.comp.svx.FrameToolBoxControl + + + + + .uno:NumberFormatCurrency + + + com.sun.star.sheet.SpreadsheetDocument + + + com.sun.star.comp.svx.CurrencyToolBoxControl + + + + + .uno:FontColor + + + + + + com.sun.star.comp.svx.ColorToolBoxControl + + + + + .uno:BackgroundColor + + + + + + com.sun.star.comp.svx.ColorToolBoxControl + + + + + .uno:TableCellBackgroundColor + + + + + + com.sun.star.comp.svx.ColorToolBoxControl + + + + + .uno:Color + + + + + + com.sun.star.comp.svx.ColorToolBoxControl + + + + + .uno:BackColor + + + + + + com.sun.star.comp.svx.ColorToolBoxControl + + + + + .uno:CharBackColor + + + + + + com.sun.star.comp.svx.ColorToolBoxControl + + + + + .uno:Extrusion3DColor + + + + + + com.sun.star.comp.svx.ColorToolBoxControl + + + + + .uno:Underline + + + + + + com.sun.star.comp.svx.UnderlineToolBoxControl + + + + + .uno:Undo + + + + + + com.sun.star.comp.svx.UndoRedoToolBoxControl + + + + + .uno:Redo + + + + + + com.sun.star.comp.svx.UndoRedoToolBoxControl + + + + + .uno:XLineColor + + + + + + com.sun.star.comp.svx.ColorToolBoxControl + + + + + .uno:FillColor + + + + + + com.sun.star.comp.svx.ColorToolBoxControl + + + + + .uno:FrameLineColor + + + + + + com.sun.star.comp.svx.ColorToolBoxControl + + + + + .uno:CharFontName + + + + + + com.sun.star.comp.svx.FontNameToolBoxControl + + + + + .uno:StyleApply + + + + + + com.sun.star.comp.svx.StyleToolBoxControl + + + + + .uno:Open + + + + + + com.sun.star.comp.framework.GenericPopupToolbarController + + + .uno:RecentFileList + + + + + .uno:OpenFromWriter + + + com.sun.star.text.TextDocument + + + com.sun.star.comp.framework.GenericPopupToolbarController + + + .uno:RecentFileList + + + + + .uno:OpenFromCalc + + + com.sun.star.sheet.SpreadsheetDocument + + + com.sun.star.comp.framework.GenericPopupToolbarController + + + .uno:RecentFileList + + + + + .uno:Save + + + + + + com.sun.star.comp.framework.SaveToolbarController + + + + + .uno:Save + + + com.sun.star.sdb.RelationDesign + + + com.sun.star.comp.framework.GenericPopupToolbarController + + + + + .uno:Save + + + com.sun.star.script.BasicIDE + + + com.sun.star.comp.framework.GenericPopupToolbarController + + + + + .uno:FreezePanes + + + com.sun.star.sheet.SpreadsheetDocument + + + com.sun.star.comp.framework.GenericPopupToolbarController + + + .uno:FreezePanesMenu + + + + + .uno:InsertFieldCtrl + + + + + + com.sun.star.comp.framework.GenericPopupToolbarController + + + + + .uno:AnchorMenu + + + + + + com.sun.star.comp.framework.GenericPopupToolbarController + + + + + .uno:AddDirect + + + + + + org.apache.openoffice.comp.framework.NewToolbarController + + + + + .uno:AutoPilotMenu + + + + + + com.sun.star.comp.framework.GenericPopupToolbarController + + + + + .uno:ConditionalFormatMenu + + + com.sun.star.sheet.SpreadsheetDocument + + + com.sun.star.comp.framework.GenericPopupToolbarController + + + + + .uno:ColumnOperations + + + com.sun.star.sheet.SpreadsheetDocument + + + com.sun.star.comp.framework.GenericPopupToolbarController + + + + + .uno:RowOperations + + + com.sun.star.sheet.SpreadsheetDocument + + + com.sun.star.comp.framework.GenericPopupToolbarController + + + + + + + .uno:LanguageStatus + + + + + + com.sun.star.comp.framework.LangSelectionStatusbarController + + + + + .uno:ZoomSlider + + + com.sun.star.report.ReportDefinition + + + com.sun.star.report.comp.StatusbarController + + + + + .uno:Zoom + + + com.sun.star.report.ReportDefinition + + + com.sun.star.report.comp.StatusbarController + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DbBrowserWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DbBrowserWindowState.xcu new file mode 100644 index 000000000..d18a7485e --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/DbBrowserWindowState.xcu @@ -0,0 +1,42 @@ + + + + + + + + Explorer + + + + + 0,1 + + + true + + + 0 + + + 0 + + + Table Data + + + true + + + false + + + true + + + false + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DbQueryWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DbQueryWindowState.xcu new file mode 100644 index 000000000..f9de1670e --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/DbQueryWindowState.xcu @@ -0,0 +1,68 @@ + + + + + + + + 1,0 + + + true + + + 0 + + + Design + + + true + + + true + + + + + 1,0 + + + true + + + 0 + + + SQL + + + true + + + true + + + + + 0,0 + + + true + + + 0 + + + Query Design + + + true + + + true + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DbRelationWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DbRelationWindowState.xcu new file mode 100644 index 000000000..62fb6a078 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/DbRelationWindowState.xcu @@ -0,0 +1,31 @@ + + + + + + + + 0,0 + + + true + + + 0 + + + 0 + + + Standard + + + true + + + true + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DbReportWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DbReportWindowState.xcu new file mode 100644 index 000000000..1260627ca --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/DbReportWindowState.xcu @@ -0,0 +1,150 @@ + + + + + + + + Report + + + + + 0,1 + + + true + + + 0 + + + 0 + + + Standard + + + true + + + + + 0,1 + + + true + + + 0 + + + Formatting + + + true + + + + + Report Controls + + + 0,2 + + + true + + + true + + + + + Drawing objects + + + 297,2 + + + true + + + false + + + + + Align + + + 489,2 + + + true + + + true + + + + + Align at Section + + + 0,2 + + + true + + + true + + + + + Shrink at Section + + + 0,2 + + + true + + + true + + + + + Object Resizing + + + 670,2 + + + true + + + true + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DbTableDataWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DbTableDataWindowState.xcu new file mode 100644 index 000000000..9baae9af4 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/DbTableDataWindowState.xcu @@ -0,0 +1,37 @@ + + + + + + + + 0,1 + + + true + + + 0 + + + 0 + + + Table Data + + + true + + + false + + + true + + + false + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DbTableWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DbTableWindowState.xcu new file mode 100644 index 000000000..85ac3d47b --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/DbTableWindowState.xcu @@ -0,0 +1,31 @@ + + + + + + + + 0,0 + + + true + + + 0 + + + 0 + + + Standard + + + true + + + true + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DbuCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DbuCommands.xcu new file mode 100644 index 000000000..26b7cd244 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/DbuCommands.xcu @@ -0,0 +1,590 @@ + + + + + + + + Clear Query + + + 1 + + + + + New Relation... + + + 1 + + + + + Add Tables... + + + + + ~Index Design... + + + 1 + + + + + Switch Design View On/Off + + + 1 + + + + + Functions + + + 1 + + + + + Alias + + + 1 + + + + + Table name + + + 1 + + + + + Distinct Values + + + 1 + + + + + Limit + + + + + Query Properties + + + 1 + + + + + Paste ~Special... + + + + + Delete + + + + + Rename... + + + + + Edit... + + + + + Edit in SQL View... + + + + + Open Database Object... + + + Open... + + + + + Delete + + + 1 + + + + + Rename... + + + 1 + + + + + Edit... + + + 1 + + + + + Open Database Object... + + + 1 + + + + + Delete + + + 1 + + + + + Rename... + + + 1 + + + + + Edit... + + + 1 + + + + + Open Database Object... + + + 1 + + + + + Delete + + + 1 + + + + + Rename... + + + 1 + + + + + Edit... + + + 1 + + + + + Open Database Object... + + + 1 + + + + + Delete + + + 1 + + + + + Rename... + + + 1 + + + + + Edit... + + + 1 + + + + + Open Database Object... + + + 1 + + + + + Create as View + + + + + Form Wizard... + + + 1 + + + + + Table Wizard... + + + 1 + + + + + Query Wizard... + + + 1 + + + + + Form Wizard... + + + + + Report... + + + + + Report Wizard... + + + 1 + + + + + Report Wizard... + + + + + Select All + + + + + Properties... + + + + + Connection Type... + + + + + Advanced Settings... + + + + + Tables + + + 1 + + + + + Queries + + + 1 + + + + + Forms + + + 1 + + + + + Reports + + + 1 + + + + + Ascending + + + + + Descending + + + + + None + + + + + Document Information + + + + + Document + + + + + Form... + + + 1 + + + + + Query (Design View)... + + + New ~Query (Design View) + + + 1 + + + + + Query (SQL View)... + + + New Query (~SQL View) + + + 1 + + + + + Table Design... + + + New ~Table Design + + + 1 + + + + + View Design... + + + New ~View Design + + + 1 + + + + + View (Simple)... + + + 1 + + + + + Folder... + + + 1 + + + + + Relationships... + + + 1 + + + + + User Administration... + + + 1 + + + + + Table Filter... + + + 1 + + + + + Refresh Tables + + + + + SQL... + + + 1 + + + + + Edit Data + + + 1 + + + + + ~Mail Merge... + + + 1 + + + + + Data to Text... + + + 1 + + + + + Data to Fields + + + 1 + + + + + Data Source of Current Document + + + 1 + + + + + Report As Email... + + + + + Report to Text Document... + + + + + Delete ~Record + + + + + ~Record + + + + + Preview + + + + + Rebuild + + + + + Report... + + + 1 + + + + + Edit ~Database File... + + + + + Disco~nnect + + + + + Registered databases ... + + + + + + + Database + + + + + Preview + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu new file mode 100644 index 000000000..0a0803d95 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu @@ -0,0 +1,2510 @@ + + + + + + + + Close ~Object + + + 1 + + + + + Black & White View + + + 1 + + + + + S~lide + + + + + ~Page + + + + + ~Shape + + + + + Move + + + 1 + + + + + Rename Page + + + 1 + + + + + Rename Slide + + + .uno:RenamePage + + + 1 + + + + + ~Rename Layer + + + + + Start from ~First Slide + + + 1 + + + + + Start from C~urrent Slide + + + 1 + + + + + Jump to Last Edited Slide + + + + + Impress R~emote... + + + 1 + + + + + ~Rehearse Timings + + + 1 + + + + + Photo Album + + + 1 + + + + + SlideTransition + + + 1 + + + + + Sho~w Slide + + + 1 + + + + + ~Hide Slide + + + 1 + + + + + Te~xt... + + + 1 + + + + + Slides per Row + + + + + Fit Text in Textbox Size + + + 1 + + + + + Fit Vertical Text to Frame + + + 1 + + + + + 3D Objects + + + 1 + + + + + Cube + + + 1 + + + + + Sphere + + + 1 + + + + + Cylinder + + + 1 + + + + + Cone + + + 1 + + + + + Pyramid + + + 1 + + + + + ~Glue Points + + + Show Glue Points Functions + + + 1 + + + + + Insert Glue Point + + + 1 + + + + + Glue Point Relative + + + 1 + + + + + Exit Direction + + + + + Glue Point Horizontal Center + + + 1 + + + + + Glue Point Horizontal Left + + + 1 + + + + + Glue Point Horizontal Right + + + 1 + + + + + Glue Point Vertical Center + + + 1 + + + + + Glue Point Vertical Top + + + 1 + + + + + Glue Point Vertical Bottom + + + 1 + + + + + Shell + + + 1 + + + + + Torus + + + 1 + + + + + Half-Sphere + + + 1 + + + + + Exit Direction Left + + + 1 + + + + + Exit Direction Right + + + 1 + + + + + Exit Direction Top + + + 1 + + + + + Exit Direction Bottom + + + 1 + + + + + Insert + + + 1 + + + + + Cross-fading... + + + 1 + + + + + Grid to ~Front + + + 1 + + + + + ~Display Snap Guides + + + 1 + + + + + Snap Guides to ~Front + + + 1 + + + + + In Front of ~Object + + + 1 + + + + + Animation + + + 1 + + + + + Slide Transition + + + 1 + + + + + Master Slides + + + + + ~Connector... + + + + + S~lide Show Settings... + + + 1 + + + + + ~Hyphenation + + + 1 + + + + + Reset Routing + + + + + Duplicate Page + + + 1 + + + + + Duplicate ~Slide + + + .uno:DuplicatePage + + + 1 + + + + + E~xpand Slide + + + 1 + + + + + Su~mmary Slide + + + + + Exit All Groups + + + 1 + + + + + ~Master Slide + + + 1 + + + + + M~aster Notes + + + 1 + + + + + Insert Slide Direct + + + + + Dat~e (variable) + + + 1 + + + + + ~Date (fixed) + + + 1 + + + + + T~ime (variable) + + + 1 + + + + + ~Time (fixed) + + + 1 + + + + + ~Page Number + + + 1 + + + + + ~Slide Number + + + .uno:InsertPageField + + + 1 + + + + + Page Tit~le + + + 1 + + + + + Slide Tit~le + + + .uno:InsertPageTitleField + + + 1 + + + + + Page ~Count + + + 1 + + + + + Slide ~Count + + + .uno:InsertPagesField + + + 1 + + + + + F~ields... + + + 1 + + + + + ~File Name + + + 1 + + + + + ~Author + + + 1 + + + + + ~Custom Slide Show... + + + 1 + + + + + ~Color + + + 1 + + + + + ~Grayscale + + + 1 + + + + + ~Black and White + + + 1 + + + + + ~Color + + + + + ~Grayscale + + + + + ~Black and White + + + + + To 3~D + + + 1 + + + + + To 3D ~Rotation Object + + + 1 + + + + + To ~Bitmap + + + 1 + + + + + To ~Metafile + + + 1 + + + + + To C~ontour + + + 1 + + + + + ~Hide Last Level + + + + + ~Show Next Level + + + + + Format Page + + + Properties... + + + 1 + + + + + Format Slide + + + Properties... + + + .uno:PageSetup + + + 1 + + + + + Paste ~Special... + + + 1 + + + + + Duplicat~e... + + + 1 + + + + + Lin~ks to External Files... + + + 1 + + + + + In 3D Rotation Object + + + 1 + + + + + ~Drawing View + + + + + ~Outline + + + 1 + + + + + ~High Contrast + + + + + Sli~de Sorter + + + 1 + + + + + ~High Contrast + + + + + New Page + + + 1 + + + + + ~New Slide + + + .uno:InsertPage + + + 1 + + + + + Insert Page from File... + + + 1 + + + + + Insert Slide from File... + + + .uno:ImportFromFile + + + 1 + + + + + Shift + + + 1 + + + + + Pixel Mode + + + + + Arrange + + + 1 + + + + + Consolidate Text + + + Merges text fragments from selected objects into one new textbox + + + 1 + + + + + Comb~ine + + + 1 + + + + + Connectors + + + 1 + + + + + Bring ~Forward + + + 1 + + + + + Send Back~ward + + + 1 + + + + + ~Vertically + + + 1 + + + + + ~Horizontally + + + 1 + + + + + To ~Curve + + + 1 + + + + + To ~Polygon + + + 1 + + + + + ~Snap Guide... + + + ~Insert Snap Guide... + + + 1 + + + + + ~Rulers + + + 1 + + + + + Insert Layer + + + ~Layer... + + + ~Insert Layer... + + + 1 + + + + + Slide ~Layout + + + 1 + + + + + Modify Layer + + + ~Layer... + + + ~Modify Layer... + + + 1 + + + + + ~Normal + + + 1 + + + + + ~Layer + + + + + ~Master + + + 1 + + + + + Slide Effects + + + 1 + + + + + AutoTransition + + + 1 + + + + + Time + + + 1 + + + + + Connector + + + 1 + + + + + Allow Interaction + + + 1 + + + + + Animated Image... + + + 1 + + + + + ~Interaction... + + + 1 + + + + + E~xecute Interaction... + + + 1 + + + + + Change Slide Master... + + + 1 + + + + + Master Page... + + + .uno:PresentationLayout + + + 1 + + + + + Slide Layout + + + 1 + + + + + Not~es + + + 1 + + + + + Display Views + + + 1 + + + + + Views Tab ~Bar + + + Toggle Views Tab Bar Visibility + + + 1 + + + + + Master Hando~ut + + + 1 + + + + + D~elete Page + + + 1 + + + + + ~Delete Slide + + + .uno:DeletePage + + + 1 + + + + + Delete Layer + + + + + Spl~it + + + 1 + + + + + Slide/Layer + + + + + Layout + + + + + Set in Circle (perspective) + + + 1 + + + + + Set to circle (slant) + + + 1 + + + + + Set in Circle (distort) + + + + + C~onnect + + + 1 + + + + + ~Break + + + 1 + + + + + Transformations + + + 1 + + + + + Transparency tool + + + Interactive transparency tool + + + 1 + + + + + Gradient tool + + + Interactive gradient tool + + + 1 + + + + + Distort + + + 1 + + + + + Be~hind Object + + + 1 + + + + + ~Reverse + + + 1 + + + + + Connector Starts with Arrow + + + 1 + + + + + Connector Ends with Arrow + + + 1 + + + + + Connector with Arrows + + + 1 + + + + + Connector Starts with Circle + + + 1 + + + + + Connector Ends with Circle + + + 1 + + + + + Connector with Circles + + + 1 + + + + + Text + + + 1 + + + + + Straight Connector + + + 1 + + + + + Rectangle + + + 1 + + + + + Straight Connector starts with Arrow + + + 1 + + + + + Ellipse + + + 1 + + + + + Redacted Export + + + 1 + + + + + Straight Connector ends with Arrow + + + 1 + + + + + Straight Connector with Arrows + + + 1 + + + + + Straight Connector starts with Circle + + + 1 + + + + + Straight Connector ends with Circle + + + 1 + + + + + Straight Connector with Circles + + + 1 + + + + + Curved Connector + + + 1 + + + + + Curved Connector Starts with Arrow + + + 1 + + + + + Curved Connector Ends with Arrow + + + 1 + + + + + Curved Connector with Arrows + + + 1 + + + + + Curved Connector Starts with Circle + + + 1 + + + + + Curved Connector Ends with Circle + + + 1 + + + + + Curved Connector with Circles + + + 1 + + + + + Line Connector + + + 1 + + + + + Line Connector Starts with Arrow + + + 1 + + + + + Line Connector Ends with Arrow + + + 1 + + + + + Line Connector with Arrows + + + 1 + + + + + Line Connector Starts with Circle + + + 1 + + + + + Line Connector Ends with Circle + + + 1 + + + + + Line Connector with Circles + + + 1 + + + + + Image Placeholders + + + + + Contour Mode + + + + + Text Placeholders + + + + + Line Contour Only + + + + + Modify Object with Attributes + + + 1 + + + + + ~Snap to Snap Guides + + + 1 + + + + + Snap to Page Margins + + + 1 + + + + + Snap to Object Border + + + 1 + + + + + Snap to Object Points + + + 1 + + + + + Allow Quick Editing + + + 1 + + + + + Select Text Area Only + + + 1 + + + + + Double-click to edit Text + + + 1 + + + + + ~Save... + + + 1 + + + + + ~Replace... + + + 1 + + + + + Co~mpress... + + + 1 + + + + + Set Background Image... + + + 1 + + + + + Save Background Image... + + + 1 + + + + + Master Background + + + 1 + + + + + Master Objects + + + 1 + + + + + E~dit Style... + + + + + Rotation Mode after Clicking Object + + + 1 + + + + + Flip + + + 1 + + + + + New Master + + + 1 + + + + + Delete Master + + + 1 + + + + + Rename Master + + + 1 + + + + + Close Master View + + + 1 + + + + + Email as ~Microsoft PowerPoint Presentation... + + + + + Email as ~OpenDocument Presentation... + + + + + Zoom & Pan + + + Zoom & Pan (CTRL to Zoom Out, SHIFT to Pan) + + + 1 + + + + + + + ~Modify + + + + + Wor~kspace + + + + + ~Flip + + + 1 + + + + + Pre~view Mode + + + + + La~yer + + + + + ~Convert + + + 1 + + + + + ~Arrange + + + + + ~Color/Grayscale + + + 1 + + + + + ~Slide Show + + + + + ~Group + + + + + Sen~d + + + + + Styl~es + + + + + ~Snap Guides + + + 1 + + + + + ~Master + + + + + Master Lay~outs + + + + + ~Master Elements... + + + 1 + + + + + Master Notes Layout... + + + + + Master Handout Layout... + + + + + ~Header and Footer... + + + 1 + + + + + P~age Number... + + + 1 + + + + + S~lide Number... + + + 1 + + + .uno:InsertPageNumber + + + + + Date and ~Time... + + + + + ~Normal + + + 1 + + + + + Sli~de Sorter + + + + + Slide ~Pane + + + 1 + + + + + ~Page Pane + + + 1 + + + + + Tas~k Pane + + + + + Merge Cells + + + 1 + + + + + Split Cells + + + 1 + + + + + Optimize + + + 1 + + + + + Minimal Column Width + + + 1 + + + + + Optimal Column Width + + + 1 + + + + + Distribute Columns Evenly + + + 1 + + + + + Minimal Row Height + + + 1 + + + + + Optimal Row Height + + + 1 + + + + + Distribute Rows Equally + + + 1 + + + + + Insert Row Below + + + 1 + + + + + Insert Row Above + + + 1 + + + + + Insert Rows + + + 1 + + + + + Insert Column After + + + 1 + + + + + Insert Column Before + + + 1 + + + + + Insert Columns + + + 1 + + + + + Delete Row + + + 1 + + + + + Delete Column + + + 1 + + + + + Select Table + + + ~Select... + + + Select Table + + + 1 + + + + + Select Column + + + 1 + + + + + Select Row + + + 1 + + + + + Ta~ble Properties... + + + ~Properties... + + + Ta~ble Properties... + + + 1 + + + + + So~rt... + + + 1 + + + + + ~Table... + + + 1 + + + + + Comme~nt + + + 1 + + + + + ~Delete Comment + + + 1 + + + + + Delete ~All Comments + + + 1 + + + + + Next Comment + + + 1 + + + + + Previous Comment + + + 1 + + + + + Autofit Text + + + + + Insert Slide + + + + + Minimize ~Presentation... + + + 1 + + + + + Go to First Page + + + To First Page + + + 1 + + + + + Go to First Slide + + + To First Slide + + + .uno:FirstPage + + + 1 + + + + + Go to Previous Page + + + To Previous Page + + + 1 + + + + + Go to Previous Slide + + + To Previous Slide + + + .uno:PreviousPage + + + 1 + + + + + Go to Next Page + + + To Next Page + + + 1 + + + + + Go to Next Slide + + + To Next Slide + + + .uno:NextPage + + + 1 + + + + + Go to Last Page + + + To Last Page + + + 1 + + + + + Go to Last Slide + + + To Last Slide + + + .uno:LastPage + + + 1 + + + + + Move Page to Start + + + Page to Start + + + 1 + + + + + Move Slide to Start + + + Slide to Start + + + .uno:MovePageFirst + + + 1 + + + + + Move Page Up + + + Page Up + + + 1 + + + + + Move Slide Up + + + Slide Up + + + .uno:MovePageUp + + + 1 + + + + + Move Page Down + + + Page Down + + + 1 + + + + + Move Slide Down + + + Slide Down + + + .uno:MovePageDown + + + 1 + + + + + Move Page to End + + + Page to End + + + 1 + + + + + Move Slide to End + + + Slide to End + + + .uno:MovePageLast + + + 1 + + + + + Blank Slide + + + + + Title Only + + + + + Title Slide + + + + + Title, Content + + + + + Centered Text + + + + + Title and 2 Content + + + + + Title, Content and 2 Content + + + + + Title, 2 Content and Content + + + + + Title, Content over Content + + + + + Title, 2 Content over Content + + + + + Title, 4 Content + + + + + Title, 6 Content + + + + + Vertical Title, Vertical Text + + + + + Vertical Title, Text, Chart + + + + + Title, Vertical Text + + + + + Title, 2 Vertical Text, Clipart + + + + + Layout + + + + + Pag~e + + + + + Slid~e Features + + + + + ~Cell + + + + + ~Row + + + + + Colu~mn + + + + + Presentation ~Object... + + + + + Hanging Indent + + + 1 + + + + + Redacted Export (Black) + + + .uno:ExportDirectToPDF?IsRedactMode:bool=true&RedactionStyle:string=Black + + + 1 + + + + + Redacted Export (White) + + + .uno:ExportDirectToPDF?IsRedactMode:bool=true&RedactionStyle:string=White + + + 1 + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu new file mode 100644 index 000000000..b1f0b0f29 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu @@ -0,0 +1,914 @@ + + + + + + + + + 3D Object + + + + + 3D Scene + + + + + 3D Scene (group) + + + + + Connector/Freeform Line + + + + + Curve + + + + + Shape + + + + + Shape Text + + + + + Form Control + + + + + Text Box Formatting + + + + + Glue Point + + + + + Image + + + + + Group + + + + + Layer Tabs bar + + + + + Line/Arrow + + + + + Dimension Line + + + + + Media + + + + + Multiple Selection + + + + + OLE Object + + + + + Page + + + + + Page Pane + + + + + Page Pane (no selection) + + + + + Page Master Pane + + + + + Page Master Pane (no selection) + + + + + Table + + + + + Text Box (drawing) + + + + + 1,0 + + + 0 + + + true + + + true + + + 3D-Settings + + + false + + + true + + + + + 1,0 + + + true + + + 0 + + + Image + + + false + + + true + + + + + false + + + Options + + + false + + + false + + + + + 0,0 + + + true + + + 0 + + + Standard + + + true + + + false + + + true + + + + + 0,3 + + + true + + + 1 + + + Find + + + false + + + false + + + + + 1,0 + + + true + + + 0 + + + false + + + Line and Filling + + + true + + + + + true + + + 2 + + + true + + + Drawing + + + true + + + + + false + + + false + + + 3D-Objects + + + false + + + + + false + + + false + + + Align Objects + + + + + false + + + false + + + Lines and Arrows + + + true + + + + + 1,0 + + + 0 + + + true + + + Edit Points + + + true + + + false + + + true + + + + + false + + + false + + + Transformations + + + + + false + + + Connectors + + + false + + + true + + + + + false + + + Redacted Export + + + false + + + true + + + + + false + + + Legacy Circles and Ovals + + + false + + + false + + + + + 0,0 + + + 1 + + + true + + + Fontwork + + + true + + + false + + + true + + + + + false + + + Fontwork Shape + + + false + + + true + + + + + Text Box Formatting + + + 0,0 + + + 1 + + + true + + + true + + + true + + + true + + + + + Form Filter + + + 0,0 + + + 1 + + + true + + + true + + + true + + + true + + + true + + + + + Form Navigation + + + 0,1 + + + true + + + 1 + + + false + + + true + + + true + + + + + Form Controls + + + false + + + false + + + + + Form Design + + + false + + + false + + + + + Glue Points + + + 1,0 + + + 0 + + + true + + + true + + + true + + + + + false + + + Image Filter + + + false + + + true + + + + + false + + + false + + + Insert + + + + + false + + + Curves and Polygons + + + false + + + true + + + + + false + + + Position + + + false + + + true + + + + + false + + + Legacy Rectangles + + + false + + + false + + + + + false + + + Text + + + false + + + true + + + + + 1,0 + + + true + + + false + + + Text Formatting + + + true + + + + + 0,0 + + + 1 + + + true + + + true + + + Table + + + true + + + + + false + + + Zoom + + + false + + + + + false + + + Basic Shapes + + + false + + + true + + + + + false + + + Block Arrows + + + false + + + true + + + + + false + + + Flowchart + + + false + + + true + + + + + false + + + Symbol Shapes + + + false + + + true + + + + + false + + + Callouts + + + false + + + true + + + + + false + + + Stars and Banners + + + false + + + true + + + + + false + + + 2 + + + Full Screen + + + true + + + true + + + true + + + true + + + + + 0 + + + true + + + true + + + Standard (Viewing Mode) + + + false + + + true + + + true + + + + + 0,1 + + + true + + + 1 + + + Media Playback + + + true + + + true + + + + + false + + + false + + + Color + + + true + + + + + false + + + false + + + Comments + + + false + + + + + false + + + 0 + + + true + + + 0 + + + true + + + 500,90 + + + Master View + + + true + + + true + + + + + false + + + false + + + Optimize + + + true + + + + + false + + + false + + + Redaction + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu new file mode 100644 index 000000000..1f9267d95 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu @@ -0,0 +1,2578 @@ + + + + + + + + + Appear + + + + + Fly In + + + + + Venetian Blinds + + + + + Box + + + + + Checkerboard + + + + + Circle + + + + + Oval Vertical + + + + + Fly in Slow + + + + + Diamond + + + + + Dissolve In + + + + + Fade In + + + + + Flash Once + + + + + Peek In + + + + + Plus + + + + + Random Bars + + + + + Spiral In + + + + + Split + + + + + Stretchy + + + + + Diagonal Squares + + + + + Swivel + + + + + Wedge + + + + + Wheel + + + + + Wipe + + + + + Zoom + + + + + Random Effects + + + + + Boomerang + + + + + Bounce + + + + + Colored Lettering + + + + + Movie Credits + + + + + Ease In + + + + + Float + + + + + Turn and Grow + + + + + Put on the Brakes + + + + + Pinwheel + + + + + Rise Up + + + + + Falling In + + + + + Thread + + + + + Unfold + + + + + Whip + + + + + Ascend + + + + + Center Revolve + + + + + Fade in and Swivel + + + + + Descend + + + + + Sling + + + + + Spin In + + + + + Compress + + + + + Magnify + + + + + Curve Up + + + + + Fade in and Zoom + + + + + Glide + + + + + Expand + + + + + Flip + + + + + Fold + + + + + Change Fill Color + + + + + Change Font + + + + + Change Font Color + + + + + Change Font Size + + + + + Change Font Style + + + + + Grow and Shrink + + + + + Change Line Color + + + + + Spin + + + + + Transparency + + + + + Bold Flash + + + + + Color Over by Word + + + + + Reveal Underline + + + + + Color Blend + + + + + Color Over by Letter + + + + + Complementary Color + + + + + Complementary Color 2 + + + + + Contrasting Color + + + + + Darken + + + + + Desaturate + + + + + Flash Bulb + + + + + Lighten + + + + + Vertical Highlight + + + + + Flicker + + + + + Grow With Color + + + + + Shimmer + + + + + Teeter + + + + + Blast + + + + + Blink + + + + + Style Emphasis + + + + + Bold Reveal + + + + + Wave + + + + + Venetian Blinds + + + + + Box + + + + + Checkerboard + + + + + Circle + + + + + Crawl Out + + + + + Diamond + + + + + Disappear + + + + + Dissolve + + + + + Flash Once + + + + + Fly Out + + + + + Peek Out + + + + + Plus + + + + + Random Bars + + + + + Random Effects + + + + + Split + + + + + Diagonal Squares + + + + + Wedge + + + + + Wheel + + + + + Wipe + + + + + Contract + + + + + Fade Out + + + + + Fade out and Swivel + + + + + Fade out and Zoom + + + + + Ascend + + + + + Center Revolve + + + + + Collapse + + + + + Colored Lettering + + + + + Descend + + + + + Ease Out + + + + + Turn and Grow + + + + + Sink Down + + + + + Spin Out + + + + + Stretchy + + + + + Unfold + + + + + Zoom + + + + + Boomerang + + + + + Bounce + + + + + Movie Credits + + + + + Curve Down + + + + + Flip + + + + + Float + + + + + Fold + + + + + Glide + + + + + Put on the Brakes + + + + + Magnify + + + + + Pinwheel + + + + + Sling + + + + + Spiral Out + + + + + Swish + + + + + Swivel + + + + + Thread + + + + + Whip + + + + + Curve + + + + + Polygon + + + + + Freeform Line + + + + + 4 Point Star + + + + + 5 Point Star + + + + + 6 Point Star + + + + + 8 Point Star + + + + + Circle + + + + + Crescent Moon + + + + + Diamond + + + + + Equal Triangle + + + + + Oval + + + + + Heart + + + + + Hexagon + + + + + Octagon + + + + + Parallelogram + + + + + Pentagon + + + + + Right Triangle + + + + + Square + + + + + Teardrop + + + + + Trapezoid + + + + + Arc Down + + + + + Arc Left + + + + + Arc Right + + + + + Arc Up + + + + + Bounce Left + + + + + Bounce Right + + + + + Curvy Left + + + + + Left + + + + + Right + + + + + Spiral Left + + + + + Spiral Right + + + + + Sine Wave + + + + + S Curve 1 + + + + + S Curve 2 + + + + + Heartbeat + + + + + Curvy Right + + + + + Decaying Wave + + + + + Diagonal Down Right + + + + + Diagonal Up Right + + + + + Down + + + + + Funnel + + + + + Spring + + + + + Stairs Down + + + + + Turn Down + + + + + Turn Down Right + + + + + Turn Up + + + + + Turn Up Right + + + + + Up + + + + + Wave + + + + + Zigzag + + + + + Bean + + + + + Buzz Saw + + + + + Curved Square + + + + + Curved X + + + + + Curvy Star + + + + + Figure 8 Four + + + + + Horizontal Figure 8 + + + + + Inverted Square + + + + + Inverted Triangle + + + + + Loop de Loop + + + + + Neutron + + + + + Peanut + + + + + Clover + + + + + Pointy Star + + + + + Swoosh + + + + + Vertical Figure 8 + + + + + Start media + + + + + End media + + + + + Toggle pause + + + + + + + Basic + + + + + Special + + + + + Moderate + + + + + Exciting + + + + + Subtle + + + + + Lines and Curves + + + + + Vertical + + + + + Horizontal + + + + + In + + + + + Across + + + + + Down + + + + + Up + + + + + From bottom + + + + + From left + + + + + From right + + + + + From top + + + + + From bottom left + + + + + From bottom right + + + + + From top left + + + + + From top right + + + + + Horizontal in + + + + + Horizontal out + + + + + Vertical in + + + + + Vertical out + + + + + Out + + + + + Out from screen center + + + + + In from screen center + + + + + In slightly + + + + + Out slightly + + + + + + Left down + + + + + Left up + + + + + Right up + + + + + Right down + + + + + To bottom + + + + + To left + + + + + To right + + + + + To top + + + + + To bottom-left + + + + + To bottom-right + + + + + To top-left + + + + + To top-right + + + + + Clockwise + + + + + Counter-clockwise + + + + + Downward + + + + + From bottom-right horizontal + + + + + From bottom-right vertical + + + + + From center clockwise + + + + + From center counter-clockwise + + + + + From top-left clockwise + + + + + From top-left horizontal + + + + + From top-left vertical + + + + + From top-right counter-clockwise + + + + + From left to bottom + + + + + From left to top + + + + + From right to bottom + + + + + From right to top + + + + + + + + Subtle + + + + + Exciting + + + + + + + subtle + + + Venetian + + + + + exciting + + + 3D Venetian + + + + + subtle + + + Box + + + + + subtle + + + Checkers + + + + + subtle + + + Comb + + + + + subtle + + + Cover + + + + + subtle + + + Uncover + + + + + subtle + + + Wipe + + + + + subtle + + + Wedge + + + + + subtle + + + Wheel + + + + + subtle + + + Push + + + + + subtle + + + Cut + + + + + subtle + + + Fade + + + + + subtle + + + Bars + + + + + subtle + + + Shape + + + + + subtle + + + Split + + + + + subtle + + + Diagonal + + + + + subtle + + + Random + + + + + subtle + + + Dissolve + + + + + exciting + + + Fine Dissolve + + + + + exciting + + + Newsflash + + + + + exciting + + + Tiles + + + + + exciting + + + Cube + + + + + exciting + + + Circles + + + + + exciting + + + Helix + + + + + exciting + + + Fall + + + + + exciting + + + Turn Around + + + + + exciting + + + Turn Down + + + + + exciting + + + Iris + + + + + exciting + + + Rochade + + + + + exciting + + + Static + + + + + exciting + + + Vortex + + + + + exciting + + + Ripple + + + + + exciting + + + Glitter + + + + + exciting + + + Honeycomb + + + + + + + Plain + + + + + Smoothly + + + + + Through Black + + + + + Through White + + + + + Left to Right + + + + + Top Left to Bottom Right + + + + + Top to Bottom + + + + + Top Right to Bottom Left + + + + + Right to Left + + + + + Bottom Right to Top Left + + + + + Bottom to Top + + + + + Bottom Left to Top Right + + + + + Vertical + + + + + Horizontal + + + + + In + + + + + Out + + + + + Across + + + + + Down + + + + + Up + + + + + Right + + + + + Left + + + + + Circle + + + + + Oval Horizontal + + + + + Oval Vertical + + + + + Diamond + + + + + Plus + + + + + Horizontal In + + + + + Horizontal Out + + + + + Vertical In + + + + + Vertical Out + + + + + Clockwise 1 Spoke + + + + + Clockwise 2 Spokes + + + + + Clockwise 3 Spokes + + + + + Clockwise 4 Spokes + + + + + Clockwise 8 Spokes + + + + + Counterclockwise 1 Spoke + + + + + Counterclockwise 2 Spokes + + + + + Counterclockwise 3 Spokes + + + + + Counterclockwise 4 Spokes + + + + + Counterclockwise 8 Spokes + + + + + Inside + + + + + Outside + + + + + + + venetian-blinds + + + horizontal + + + + + venetian-blinds + + + vertical + + + + + box + + + in + + + + + box + + + out + + + + + checkerboard + + + across + + + + + checkerboard + + + down + + + + + comb + + + horizontal + + + + + comb + + + vertical + + + + + cover + + + top-bottom + + + + + cover + + + right-left + + + + + cover + + + left-right + + + + + cover + + + bottom-top + + + + + cover + + + top-right-bottom-left + + + + + cover + + + bottom-right-top-left + + + + + cover + + + top-left-bottom-right + + + + + cover + + + bottom-left-top-right + + + + + cut + + + plain + + + + + cut + + + through-black + + + + + dissolve + + + + + finedissolve + + + + + fade + + + smoothly + + + + + fade + + + through-black + + + + + fade + + + through-white + + + + + newsflash + + + + + push + + + top-bottom + + + + + push + + + right-left + + + + + push + + + left-right + + + + + push + + + bottom-top + + + + + random-bars + + + horizontal + + + + + random-bars + + + vertical + + + + + shape + + + circle + + + + + shape + + + oval-horizontal + + + + + shape + + + oval-vertical + + + + + shape + + + diamond + + + + + shape + + + plus + + + + + split + + + horizontal-in + + + + + split + + + horizontal-out + + + + + split + + + vertical-in + + + + + split + + + vertical-out + + + + + diagonal-squares + + + top-right-bottom-left + + + + + diagonal-squares + + + bottom-right-top-left + + + + + diagonal-squares + + + top-left-bottom-right + + + + + diagonal-squares + + + bottom-left-top-right + + + + + uncover + + + top-bottom + + + + + uncover + + + right-left + + + + + uncover + + + left-right + + + + + uncover + + + bottom-top + + + + + uncover + + + top-right-bottom-left + + + + + uncover + + + bottom-right-top-left + + + + + uncover + + + top-left-bottom-right + + + + + uncover + + + bottom-left-top-right + + + + + wedge + + + + + wheel + + + cw-1-spoke + + + + + wheel + + + cw-2-spoke + + + + + wheel + + + cw-3-spoke + + + + + wheel + + + cw-4-spoke + + + + + wheel + + + cw-8-spoke + + + + + wipe + + + top-bottom + + + + + wipe + + + right-left + + + + + wipe + + + left-right + + + + + wipe + + + bottom-top + + + + + random + + + + + tile-flip + + + + + cube-turning + + + outside + + + + + cube-turning + + + inside + + + + + revolving-circles + + + + + turning-helix + + + + + fall + + + + + turn-around + + + + + iris + + + + + turn-down + + + + + rochade + + + + + venetian-blinds-3d + + + vertical + + + + + venetian-blinds-3d + + + horizontal + + + + + static + + + + + vortex + + + + + ripple + + + + + glitter + + + + + honeycomb + + + + + + + + + Basic + + + ooo-entrance-appear;ooo-entrance-fly-in;ooo-entrance-venetian-blinds;ooo-entrance-box;ooo-entrance-checkerboard;ooo-entrance-circle;ooo-entrance-oval;ooo-entrance-fly-in-slow;ooo-entrance-diamond;ooo-entrance-dissolve-in;ooo-entrance-flash-once;ooo-entrance-peek-in;ooo-entrance-plus;ooo-entrance-random-bars;ooo-entrance-split;ooo-entrance-diagonal-squares;ooo-entrance-wedge;ooo-entrance-wheel;ooo-entrance-wipe;ooo-entrance-random + + + + + Special + + + ooo-entrance-fade-in;ooo-entrance-fade-in-and-swivel;ooo-entrance-fade-in-and-zoom;ooo-entrance-expand + + + + + Moderate + + + ooo-entrance-stretchy;ooo-entrance-zoom;ooo-entrance-colored-lettering;ooo-entrance-ease-in;ooo-entrance-turn-and-grow;ooo-entrance-rise-up;ooo-entrance-unfold;ooo-entrance-ascend;ooo-entrance-center-revolve;ooo-entrance-descend;ooo-entrance-spin-in;ooo-entrance-compress + + + + + Exciting + + + ooo-entrance-spiral-in;ooo-entrance-swivel;ooo-entrance-boomerang;ooo-entrance-bounce;ooo-entrance-movie-credits;ooo-entrance-float;ooo-entrance-breaks;ooo-entrance-pinwheel;ooo-entrance-falling-in;ooo-entrance-thread;ooo-entrance-whip;ooo-entrance-sling;ooo-entrance-magnify;ooo-entrance-curve-up;ooo-entrance-glide;ooo-entrance-flip;ooo-entrance-fold + + + + + + + Basic + + + ooo-emphasis-fill-color;ooo-emphasis-font;ooo-emphasis-font-color;ooo-emphasis-font-size;ooo-emphasis-font-style;ooo-emphasis-grow-and-shrink;ooo-emphasis-line-color;ooo-emphasis-spin;ooo-emphasis-transparency + + + + + Special + + + ooo-emphasis-bold-flash;ooo-emphasis-color-over-by-word;ooo-emphasis-reveal-underline;ooo-emphasis-color-blend;ooo-emphasis-color-over-by-letter;ooo-emphasis-complementary-color;ooo-emphasis-complementary-color-2;ooo-emphasis-contrasting-color;ooo-emphasis-darken;ooo-emphasis-desaturate;ooo-emphasis-flash-bulb;ooo-emphasis-lighten + + + + + Moderate + + + ooo-emphasis-flicker;ooo-emphasis-grow-with-color;ooo-emphasis-teeter;ooo-emphasis-shimmer + + + + + Exciting + + + ooo-emphasis-blast;ooo-emphasis-bold-reveal;ooo-emphasis-style-emphasis;ooo-emphasis-wave;ooo-emphasis-blink + + + + + + + Basic + + + ooo-exit-disappear;ooo-exit-fly-out;ooo-exit-venetian-blinds;ooo-exit-box;ooo-exit-checkerboard;ooo-exit-circle;ooo-exit-crawl-out;ooo-exit-diamond;ooo-exit-dissolve;ooo-exit-flash-once;ooo-exit-peek-out;ooo-exit-plus;ooo-exit-random-bars;ooo-exit-diagonal-squares;ooo-exit-split;ooo-exit-wedge;ooo-exit-wheel;ooo-exit-wipe;ooo-exit-random + + + + + Special + + + ooo-exit-fade-out;ooo-exit-fade-out-and-swivel;ooo-exit-fade-out-and-zoom;ooo-exit-contract + + + + + Moderate + + + ooo-exit-collapse;ooo-exit-zoom;ooo-exit-colored-lettering;ooo-exit-ease-out;ooo-exit-turn-and-grow;ooo-exit-sink-down;ooo-exit-unfold;ooo-exit-descend;ooo-exit-center-revolve;ooo-exit-ascend;ooo-exit-spin-out;ooo-exit-stretchy + + + + + Exciting + + + ooo-exit-swivel;ooo-exit-boomerang;ooo-exit-bounce;ooo-exit-movie-credits;ooo-exit-float;ooo-exit-breaks;ooo-exit-pinwheel;ooo-exit-swish;ooo-exit-thread;ooo-exit-whip;ooo-exit-sling;ooo-exit-magnify;ooo-exit-curve-down;ooo-exit-glide;ooo-exit-flip;ooo-exit-fold + + + + + + + Basic + + + ooo-motionpath-4-point-star;ooo-motionpath-5-point-star;ooo-motionpath-6-point-star;ooo-motionpath-8-point-star;ooo-motionpath-circle;ooo-motionpath-crescent-moon;ooo-motionpath-diamond;ooo-motionpath-equal-triangle;ooo-motionpath-oval;ooo-motionpath-heart;ooo-motionpath-left;ooo-motionpath-right;ooo-motionpath-hexagon;ooo-motionpath-octagon;ooo-motionpath-parallelogram;ooo-motionpath-pentagon;ooo-motionpath-right-triangle;ooo-motionpath-square;ooo-motionpath-teardrop;ooo-motionpath-trapezoid + + + + + Lines and Curves + + + ooo-motionpath-arc-down;ooo-motionpath-arc-left;ooo-motionpath-arc-right;ooo-motionpath-arc-up;ooo-motionpath-bounce-left;ooo-motionpath-bounce-right;ooo-motionpath-curvy-left;ooo-motionpath-curvy-right;ooo-motionpath-decaying-wave;ooo-motionpath-diagonal-down-right;ooo-motionpath-diagonal-up-right;ooo-motionpath-down;ooo-motionpath-funnel;ooo-motionpath-heartbeat;ooo-motionpath-left;ooo-motionpath-right;ooo-motionpath-s-curve-1;ooo-motionpath-s-curve-2;ooo-motionpath-sine-wave;ooo-motionpath-spiral-left;ooo-motionpath-spiral-right;ooo-motionpath-spring;ooo-motionpath-stairs-down;ooo-motionpath-turn-down;ooo-motionpath-turn-down-right;ooo-motionpath-turn-up;ooo-motionpath-turn-up-right;ooo-motionpath-up;ooo-motionpath-wave;ooo-motionpath-zigzag + + + + + Special + + + ooo-motionpath-bean;ooo-motionpath-buzz-saw;ooo-motionpath-clover;ooo-motionpath-curved-square;ooo-motionpath-curvy-star;ooo-motionpath-figure-8-four;ooo-motionpath-horizontal-figure-8;ooo-motionpath-inverted-square;ooo-motionpath-inverted-triangle;ooo-motionpath-loop-de-loop;ooo-motionpath-neutron;ooo-motionpath-peanut;ooo-motionpath-pointy-star;ooo-motionpath-swoosh;ooo-motionpath-vertical-figure-8 + + + + + + + Media + + + ooo-media-start;ooo-media-toggle-pause;ooo-media-stop + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Factories.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Factories.xcu new file mode 100644 index 000000000..c26b96ec2 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/Factories.xcu @@ -0,0 +1,151 @@ + + + + + + + + + menubar + + + + + + + + + com.sun.star.comp.framework.MenuBarFactory + + + + + toolbar + + + + + + + + + com.sun.star.comp.framework.ToolBarFactory + + + + + toolbar + + + addon_ + + + + + + com.sun.star.comp.framework.AddonsToolBarFactory + + + + + statusbar + + + + + + + + + com.sun.star.comp.framework.StatusBarFactory + + + + + toolpanel + + + SvxPanelFactory + + + + + + org.apache.openoffice.comp.svx.sidebar.PanelFactory + + + + + toolpanel + + + SdPanelFactory + + + + + + org.openoffice.comp.Draw.framework.PanelFactory + + + + + toolpanel + + + ScPanelFactory + + + + + + org.apache.openoffice.comp.sc.sidebar.ScPanelFactory + + + + + toolpanel + + + SwPanelFactory + + + + + + 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/GenericCategories.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCategories.xcu new file mode 100644 index 000000000..94032fc8b --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCategories.xcu @@ -0,0 +1,155 @@ + + + + + + + + + Internal + + + + + Application + + + + + View + + + + + Documents + + + + + Edit + + + + + BASIC + + + + + Options + + + + + Math + + + + + Navigate + + + + + Insert + + + + + Format + + + + + Templates + + + + + Text + + + + + Frame + + + + + Image + + + + + Table + + + + + Numbering + + + + + Data + + + + + Special Functions + + + + + Image + + + + + Chart + + + + + Explorer + + + + + Connector + + + + + Modify + + + + + Drawing + + + + + Controls + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu new file mode 100644 index 000000000..7c4898dfa --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -0,0 +1,7160 @@ + + + + + + + + + Polygon, Filled + + + 1 + + + + + Show Comme~nts + + + Comments + + + 9 + + + + + ~Replace with + + + + + Fo~rm Control + + + 1 + + + + + Preview in Web Browser + + + 1 + + + + + New Presentation + + + + + Toggle Unicode Notation + + + + + Insert Fontwork + + + Fontwork... + + + Insert Fontwork Text + + + 9 + + + + + Fontwork Shape + + + 1 + + + + + Fontwork Same Letter Heights + + + 1 + + + + + Fontwork Alignment + + + 1 + + + + + Fontwork Character Spacing + + + 1 + + + + + Basic Shapes + + + ~Basic Shapes + + + Basic Shapes + + + 1 + + + + + Symbol Shapes + + + ~Symbol Shapes + + + 1 + + + + + Increase + + + Increase Paragraph Spacing + + + Increase Paragraph Spacing + + + 3 + + + + + Decrease + + + Decrease Paragraph Spacing + + + Decrease Paragraph Spacing + + + 3 + + + + + Arrow Shapes + + + ~Block Arrows + + + Block Arrows + + + 1 + + + + + Flowchart Shapes + + + ~Flowchart + + + 1 + + + + + Callout Shapes + + + ~Callouts + + + 1 + + + + + Star Shapes + + + S~tars and Banners + + + Stars and Banners + + + 1 + + + + + Rectangle + + + 1 + + + + + Rectangle, Rounded + + + 1 + + + + + Square + + + 1 + + + + + Square, Rounded + + + 1 + + + + + Circle + + + 1 + + + + + Ellipse + + + 1 + + + + + Circle Pie + + + 1 + + + + + Isosceles Triangle + + + 1 + + + + + Right Triangle + + + 1 + + + + + Trapezoid + + + 1 + + + + + Diamond + + + 1 + + + + + Parallelogram + + + 1 + + + + + Regular Pentagon + + + 1 + + + + + Hexagon + + + 1 + + + + + Octagon + + + 1 + + + + + Cross + + + 1 + + + + + Ring + + + 1 + + + + + Block Arc + + + 1 + + + + + Cylinder + + + 1 + + + + + Cube + + + 1 + + + + + Folded Corner + + + 1 + + + + + Frame + + + 1 + + + + + Smiley Face + + + 1 + + + + + Sun + + + 1 + + + + + Moon + + + 1 + + + + + Lightning Bolt + + + 1 + + + + + Heart + + + 1 + + + + + Flower + + + 1 + + + + + Cloud + + + 1 + + + + + Prohibited + + + 1 + + + + + Puzzle + + + 1 + + + + + Double Bracket + + + 1 + + + + + Left Bracket + + + 1 + + + + + Right Bracket + + + 1 + + + + + Double Brace + + + 1 + + + + + Left Brace + + + 1 + + + + + Right Brace + + + 1 + + + + + Square Bevel + + + 1 + + + + + Octagon Bevel + + + 1 + + + + + Diamond Bevel + + + 1 + + + + + Left Arrow + + + 1 + + + + + Right Arrow + + + 1 + + + + + Up Arrow + + + 1 + + + + + Down Arrow + + + 1 + + + + + Left and Right Arrow + + + 1 + + + + + Up and Down Arrow + + + 1 + + + + + Up and Right Arrow + + + 1 + + + + + Up, Right and Down Arrow + + + 1 + + + + + 4-way Arrow + + + 1 + + + + + Corner Right Arrow + + + 1 + + + + + Split Arrow + + + 1 + + + + + Striped Right Arrow + + + 1 + + + + + Notched Right Arrow + + + 1 + + + + + Pentagon + + + 1 + + + + + Chevron + + + 1 + + + + + Right Arrow Callout + + + 1 + + + + + Left Arrow Callout + + + 1 + + + + + Up Arrow Callout + + + 1 + + + + + Down Arrow Callout + + + 1 + + + + + Left and Right Arrow Callout + + + 1 + + + + + Up and Down Arrow Callout + + + 1 + + + + + Up and Right Arrow Callout + + + 1 + + + + + 4-way Arrow Callout + + + 1 + + + + + Circular Arrow + + + 1 + + + + + Right or Left Arrow + + + 1 + + + + + S-shaped Arrow + + + 1 + + + + + Flowchart: Process + + + 1 + + + + + Flowchart: Alternate Process + + + 1 + + + + + Flowchart: Decision + + + 1 + + + + + Flowchart: Data + + + 1 + + + + + Flowchart: Predefined Process + + + 1 + + + + + Flowchart: Internal Storage + + + 1 + + + + + Flowchart: Document + + + 1 + + + + + Flowchart: Multidocument + + + 1 + + + + + Flowchart: Terminator + + + 1 + + + + + Flowchart: Preparation + + + 1 + + + + + Flowchart: Manual Input + + + 1 + + + + + Flowchart: Manual Operation + + + 1 + + + + + Flowchart: Connector + + + 1 + + + + + Flowchart: Off-page Connector + + + 1 + + + + + Flowchart: Card + + + 1 + + + + + Flowchart: Punched Tape + + + 1 + + + + + Flowchart: Summing Junction + + + 1 + + + + + Flowchart: Or + + + 1 + + + + + Flowchart: Collate + + + 1 + + + + + Flowchart: Sort + + + 1 + + + + + Flowchart: Extract + + + 1 + + + + + Flowchart: Merge + + + 1 + + + + + Flowchart: Stored Data + + + 1 + + + + + Flowchart: Delay + + + 1 + + + + + Flowchart: Sequential Access + + + 1 + + + + + Flowchart: Magnetic Disc + + + 1 + + + + + Flowchart: Direct Access Storage + + + 1 + + + + + Flowchart: Display + + + 1 + + + + + Rectangular Callout + + + 1 + + + + + Rounded Rectangular Callout + + + 1 + + + + + Round Callout + + + 1 + + + + + Cloud + + + 1 + + + + + Line Callout 1 + + + 1 + + + + + Line Callout 2 + + + 1 + + + + + Line Callout 3 + + + 1 + + + + + Explosion + + + 1 + + + + + 4-Point Star + + + 1 + + + + + 5-Point Star + + + 1 + + + + + 6-Point Star + + + 1 + + + + + 8-Point Star + + + 1 + + + + + 12-Point Star + + + 1 + + + + + 24-Point Star + + + 1 + + + + + 6-Point Star, Concave + + + 1 + + + + + Vertical Scroll + + + 1 + + + + + Horizontal Scroll + + + 1 + + + + + Signet + + + 1 + + + + + Doorplate + + + 1 + + + + + Plain Text + + + 1 + + + + + Wave + + + 1 + + + + + Inflate + + + 1 + + + + + Stop + + + 1 + + + + + Curve Up + + + 1 + + + + + Curve Down + + + 1 + + + + + Triangle Up + + + 1 + + + + + Triangle Down + + + 1 + + + + + Fade Right + + + 1 + + + + + Fade Left + + + 1 + + + + + Fade Up + + + 1 + + + + + Fade Down + + + 1 + + + + + Slant Up + + + 1 + + + + + Slant Down + + + 1 + + + + + Fade Up and Right + + + 1 + + + + + Fade Up and Left + + + 1 + + + + + Chevron Up + + + 1 + + + + + Chevron Down + + + 1 + + + + + Arch Up (Curve) + + + 1 + + + + + Arch Down (Curve) + + + 1 + + + + + Arch Left (Curve) + + + 1 + + + + + Arch Right (Curve) + + + 1 + + + + + Circle (Curve) + + + 1 + + + + + Open Circle (Curve) + + + 1 + + + + + Arch Up (Pour) + + + 1 + + + + + Arch Down (Pour) + + + 1 + + + + + Arch Left (Pour) + + + 1 + + + + + Arch Right (Pour) + + + 1 + + + + + Circle (Pour) + + + 1 + + + + + Open Circle (Pour) + + + 1 + + + + + Undo + + + + + Control Focus + + + + + Scrollbar + + + 9 + + + + + ~Zoom + + + 1 + + + + + ~Zoom... + + + 1 + + + + + Spin Button + + + 9 + + + + + Replace with Scrollbar + + + + + Replace with Spin Button + + + + + Replace with Navigation Bar + + + + + Breakpoint On/Off + + + 1 + + + + + ~Text Box + + + Insert Text Box + + + 1 + + + + + Start Image Editor + + + + + Enable Watch + + + 1 + + + + + Highlight Color + + + 1 + + + + + Font Name + + + 1 + + + + + Select Macro + + + 1 + + + + + Italic + + + 9 + + + + + Bold + + + 9 + + + + + Increase + + + Increase Size + + + Increase Font Size + + + 1 + + + + + Decrease + + + Decrease Size + + + Decrease Font Size + + + 1 + + + + + Select Module + + + Modules... + + + 1 + + + + + Shadow + + + Toggle Shadow + + + 9 + + + + + Object Catalog + + + 1 + + + + + Outline + + + 9 + + + + + Strikethrough + + + 9 + + + + + + Underline + + + 9 + + + + + + Underline + + + 9 + + + .uno:Underline + + + + + Underline: Off + + + 9 + + + + + Single Underline + + + 9 + + + + + Double Underline + + + 9 + + + + + Dotted Underline + + + + + Overline + + + 9 + + + + + %PRODUCTNAME ~Help + + + 1 + + + + + Font Size + + + 1 + + + + + Find Text + + + + + Find Next + + + 1 + + + + + Find Previous + + + 1 + + + + + Match Case + + + + + Search Formatted Display String + + + + + Find All + + + + + Close Find Bar + + + 1 + + + + + [placeholder for message] + + + + + ~Find... + + + 1 + + + + + ~What's This? + + + 1 + + + + + ~Extended Tips + + + + + Font Color + + + 1 + + + + + ~Tips + + + + + Find Parenthesis + + + 1 + + + + + Edit Macros... + + + 1 + + + + + Current Library + + + + + Left + + + Align Left + + + 11 + + + + + Right + + + Align Right + + + 11 + + + + + Center + + + Align Center + + + 11 + + + + + Justified + + + 15 + + + + + Send Default Fax + + + 1 + + + + + Line Spacing + + + Set Line Spacing + + + 15 + + + + + Line Spacing: 1 + + + 15 + + + + + Line Spacing: 1.5 + + + 15 + + + + + Line Spacing: 2 + + + 15 + + + + + Position + + + + + Current Basic Module + + + + + Manage Breakpoints + + + 1 + + + + + Rotation Angle + + + + + Position and Si~ze... + + + 1 + + + + + Brightness + + + 1 + + + + + Contrast + + + 1 + + + + + Zoom + + + 1 + + + + + Red + + + 1 + + + + + Zoom In + + + 1 + + + + + Green + + + 1 + + + + + Zoom Out + + + 1 + + + + + Zoom Out + + + 1 + + + + + Blue + + + 1 + + + + + ~Options... + + + 1 + + + + + 200% + + + 1 + + + + + 150% + + + + + 100% + + + 1 + + + + + 75% + + + + + 50% + + + 1 + + + + + Gamma + + + 1 + + + + + Entire Page + + + 1 + + + + + Transparency + + + 1 + + + + + Optimal + + + Optimal View + + + 1 + + + + + Invert + + + 9 + + + + + Line + + + Insert Line + + + 1 + + + + + Lines and Arrows + + + 1 + + + + + Line Starts with Arrow + + + 1 + + + + + Line Ends with Arrow + + + 1 + + + + + Line with Arrows + + + 1 + + + + + Line with Arrow/Circle + + + 1 + + + + + Line with Circle/Arrow + + + 1 + + + + + Line with Arrow/Square + + + 1 + + + + + Line with Square/Arrow + + + 1 + + + + + Dimension Line + + + 1 + + + + + Image Mode + + + 1 + + + + + Line (45°) + + + 1 + + + + + Rectangle + + + Insert Rectangle + + + 1 + + + + + Rectangle + + + Rectangle Redaction + + + 1 + + + + + Rectangle, Rounded + + + 1 + + + + + Ellipse + + + Insert Ellipse + + + 1 + + + + + ~Bibliography Database + + + 1 + + + + + Ellipse Pie + + + 1 + + + + + Eliminate Points + + + 1 + + + + + ~Data Sources... + + + + + Crop Image Dialog... + + + Crop Dialog... + + + 1 + + + + + Crop + + + Crop Image + + + 1 + + + + + Replace Image + + + ~Replace... + + + 1 + + + + + Compress Image + + + Co~mpress... + + + 1 + + + + + Save Image + + + Save... + + + 1 + + + + + ~Original Size + + + + + ~Fit to Cell Size + + + + + Gr~id and Helplines + + + 1 + + + + + ~Forms + + + 1 + + + + + Templates + + + Manage Templates + + + Show Templates Manager + + + 1 + + + + + Arc + + + 1 + + + + + ~Open... + + + 1 + + + + + Open ~Remote... + + + Open Remote File + + + Open ~Remote File... + + + 1 + + + + + Sa~ve Remote... + + + Save Remote File + + + Save ~Remote File... + + + 1 + + + + + Circle Segment + + + 1 + + + + + Save ~As... + + + 1 + + + + + Save a Copy... + + + 1 + + + + + Check Out + This is the action to create a private working copy + of the document on a server + + + + + Cancel Checkout... + + + + + Check In... + This is the action to merge a private working copy + of the document on a server. It shows a dialog to input some information on + the new version to create on the server. + + + + + ~Close + + + 1 + + + + + ~Print... + + + 1 + + + + + Curve, Filled + + + 1 + + + + + ~Save + + + 1 + + + + + Save Document + + + 1 + + + .uno:Save + + + + + Insert Points + + + 1 + + + + + Delete Points + + + 1 + + + + + Move Points + + + 1 + + + + + Re~load + + + 1 + + + + + Close Bézier + + + 1 + + + + + Print Directly + + + 1 + + + + + Smooth Transition + + + 1 + + + + + Edit Points + + + Poi~nts + + + 1 + + + + + Comme~nt + + + Insert Comment + + + Insert Comment + + + 1 + + + + + Split Curve + + + 1 + + + + + Select + + + 1 + + + + + ~Rotate + + + 1 + + + + + ~Left + + + 1 + + + + + ~Centered + + + 1 + + + + + ~Right + + + 1 + + + + + ~Top + + + 1 + + + + + C~enter + + + 1 + + + + + ~Bottom + + + 1 + + + + + Vertical Text + + + Insert Vertical Text + + + 1 + + + + + Vertical Callouts + + + 1 + + + + + Text direction from left to right + + + 1 + + + + + Text direction from top to bottom + + + 1 + + + + + ~Chart... + + + Insert Chart + + + 1 + + + + + Bullets + + + ~Bulleted List + + + Toggle Bulleted List + + + 15 + + + + + Numbering + + + ~Numbered List + + + Toggle Numbered List + + + 15 + + + + + Outline + + + ~Outline List + + + Set Outline List Style + + + 15 + + + + + A~rea... + + + 1 + + + + + L~ine... + + + 1 + + + + + Dimen~sions... + + + 1 + + + + + Language Status + + + + + Ignore + + + + + IgnoreAll + + + + + Apply Suggestion + + + + + Insert Controls + + + 1 + + + + + ~Sentence case + + + + + ~lowercase + + + 1 + + + + + ~UPPERCASE + + + 1 + + + + + ~Capitalize Every Word + + + + + ~tOGGLE cASE + + + + + Cycle Case + + + Cycle Case (Title Case, Sentence case, UPPERCASE, lowercase) + + + + + H~alf-width + + + + + Text from File... + + + 1 + + + + + Button + + + 1 + + + + + Full-width + + + + + Convert to Curve + + + 1 + + + + + Stop Loading + + + + + Option Button + + + 1 + + + + + ~Hiragana + + + + + Corner Point + + + 1 + + + + + Check Box + + + 9 + + + + + ~Katakana + + + + + Propert~ies... + + + 1 + + + + + Symmetric Transition + + + 1 + + + + + Move Up + + + 1 + + + + + ~New + + + 1 + + + + + Move Down + + + 1 + + + + + Save as Template... + + + 1 + + + + + Promote + + + 1 + + + + + Styles + + + Manage St~yles + + + Show the Styles Sidebar + + + 1 + + + + + Styles + + + .uno:DesignerDialog + + + 1 + + + + + Demote + + + 1 + + + + + Show Formatting + + + 1 + + + + + Show Only First Level + + + 1 + + + + + ~Bullets and Numbering... + + + 7 + + + + + E~dit Mode + + + Toggle Edit Mode + + + 9 + + + + + Read Only Mode + + + Toggle Read Only Mode + + + + + Image Control + + + 1 + + + + + ~Web View + + + ~Web + + + 1 + + + + + Progress Bar + + + 1 + + + + + Horizontal Line + + + 1 + + + + + File Document + + + 1 + + + + + Vertical Line + + + 1 + + + + + Area Style / Filling + + + 1 + + + + + AutoPilot: Address Data Source + + + + + Fill Color + + + 1 + + + + + Apply Style + + + 1 + + + + + Date Field + + + 1 + + + + + Time Field + + + 9 + + + + + ~Edit Style... + + + Edit + + + 1 + + + + + ~New Style from Selection + + + New + + + 1 + + + + + Line Style + + + 1 + + + + + Numeric Field + + + 1 + + + + + ~Update Selected Style + + + Update + + + 1 + + + + + Line Cap Style + + + + + Line Dash/Dot + + + + + Currency Field + + + 1 + + + + + Line Transparency + + + + + Line Width + + + 1 + + + + + Formatted Field + + + 1 + + + + + Line Color + + + 1 + + + + + Pattern Field + + + 1 + + + + + File Selection + + + 1 + + + + + Tree Control + + + 1 + + + + + Hyperlink Control + + + 1 + + + + + Properties + + + 1 + + + + + ~OLE Object... + + + 1 + + + + + Float~ing Frame... + + + 1 + + + + + ~Enter Group + + + 1 + + + + + E~xit Group + + + 1 + + + + + ~Hide Details + + + 1 + + + + + Page Width + + + 1 + + + + + ~Show Details + + + 1 + + + + + Object Zoom + + + 1 + + + + + Left-To-Right + + + 11 + + + + + ~Group... + + + 1 + + + + + Right-To-Left + + + 11 + + + + + ~Ungroup... + + + 1 + + + + + Background Color + + + 1 + + + + + Highlight Color + + + 1 + + + + + Background Pattern + + + 1 + + + + + Open Hyperlink + + + 1 + + + + + ~Hyperlink + + + Edit Hyperlink... + + + 1 + + + + + Copy Hyperlink Location + + + + + Smart Tags + + + + + Borders (Shift to overwrite) + + + 1 + + + + + ~Formula... + + + 1 + + + + + Label field + + + 1 + + + + + Ob~ject + + + 1 + + + + + Group Box + + + 1 + + + + + ~XML Filter Settings... + + + 1 + + + + + Text Box + + + 1 + + + + + Hangul/Hanja Conversion... + + + + + Chinese Conversion... + + + + + List Box + + + 1 + + + + + Combo Box + + + 9 + + + + + Spin Button + + + 1 + + + + + Horizontal Scroll Bar + + + 1 + + + + + Vertical Scroll Bar + + + 1 + + + + + Document Modified + + + + + Select Element + + + 1 + + + + + Load Document + + + + + Preview Dialog + + + 1 + + + + + Line Corner Style + + + + + Border Style + + + 1 + + + + + Border Color + + + 1 + + + + + ~Open Template... + + + 1 + + + + + Load URL + + + 1 + + + + + Sp~readsheet + + + 1 + + + + + Insert Mode + + + + + Size + + + + + Cell + + + + + ~Wizards + + + 1 + + + + + Hide Subpoints + + + 1 + + + + + Show All Levels + + + 1 + + + + + Show Subpoints + + + 1 + + + + + ~New Window + + + 1 + + + + + ~Remove Outline + + + + + Helplines While Moving + + + 9 + + + + + Close Window + + + 1 + + + + + Snap to Grid + + + 9 + + + + + Insert Text Frame + + + 1 + + + + + F~ull Screen + + + 1 + + + + + ~Frame + + + 1 + + + + + Footnote and Endno~te + + + 1 + + + + + ~Image + + + 1 + + + + + ~Object and Shape + + + 1 + + + + + ~Filter + + + + + Te~xt + + + 1 + + + + + ~Spacing + + + 1 + + + + + Lis~ts + + + 1 + + + + + St~yles + + + 1 + + + + + Frame and Ob~ject + + + 1 + + + + + Fo~rm + + + + + ~Image... + + + Insert Image... + + + 1 + + + + + Table Styles + + + Auto~Format Styles... + + + 1 + + + + + Table Design... + + + 1 + + + + + ~Spelling... + + + Check Spelling + + + + + ~Recheck Document... + + + + + Spelling + + + ~Spelling... + + + Check Spelling + + + 1 + + + + + Character Spacing + + + Set Character Spacing + + + 1 + + + + + ~Spelling... + + + 1 + + + + + Draw Functions + + + Show Draw Functions + + + 1 + + + + + ~Shape + + + 1 + + + + + ~Line + + + 1 + + + + + ~Rulers + + + 1 + + + + + ~Scrollbars + + + 1 + + + + + ~Sidebar + + + 1 + + + + + New FrameSet + + + + + ~Thesaurus... + + + 1 + + + + + ~Text Box + + + Insert Text Box + + + 1 + + + + + Callouts + + + 1 + + + + + F~ontwork + + + 1 + + + + + Save Document as URL + + + + + Forward One + + + 1 + + + + + Back One + + + 1 + + + + + Edit FrameSet + + + 1 + + + + + Split Frame Horizontally + + + 1 + + + + + Split Frame Vertically + + + 1 + + + + + Split FrameSet Horizontally + + + 1 + + + + + Split FrameSet Vertically + + + 1 + + + + + Frame Properties + + + 1 + + + + + Delete Frame + + + + + To Background + + + 1 + + + + + To Foreground + + + 1 + + + + + Insert Labels + + + + + Insert Business Cards + + + + + ~Bring to Front + + + 1 + + + + + ~Send to Back + + + 1 + + + + + HT~ML Source + + + 9 + + + + + ~Hyperlink... + + + Insert Hyperlink + + + 9 + + + + + ~Merge + + + 1 + + + + + ~Subtract + + + 1 + + + + + Equalize ~Width + + + 1 + + + + + Equalize ~Height + + + 1 + + + + + Superscript + + + 9 + + + + + I~ntersect + + + 1 + + + + + Subscript + + + 9 + + + + + Small capitals + + + 9 + + + + + ~Distribution... + + + 1 + + + + + P~aragraph... + + + 1 + + + + + Shadow + + + 9 + + + + + Arrow Style + + + 1 + + + + + ~Redo + + + 1 + + + + + ~Undo + + + 1 + + + + + Clone + + + Clone Formatting + + + Clone Formatting (double click for multi-selection) + + + 9 + + + + + Repea~t + + + 1 + + + + + Delete History + + + + + ~Cut + + + 1 + + + + + Cop~y + + + 1 + + + + + ~Paste + + + 1 + + + + + Paste Unformatted Text + + + ~Unformatted Text + + + 1 + + + + + Delete C~ontents... + + + 1 + + + + + Emoji + + + Insert Emoji + + + 1 + + + true + + + + + Rotation Pivot Point X + + + + + Rotation Pivot Point Y + + + + + ~Select Source... + + + 1 + + + + + ~Request... + + + + + Select ~All + + + + + ~Edit Contour... + + + 9 + + + + + Select ~All + + + 1 + + + + + Move Down + + + + + Move Up + + + + + Move Left + + + + + Move Right + + + + + Page Down + + + + + Page Up + + + + + Color ~Replacer + + + 1 + + + + + Page Left + + + + + FrameSet Spacing + + + + + To File End + + + + + To File Begin + + + + + To Document Begin + + + + + To Document End + + + + + Na~vigator + + + Show Navigator Window + + + 9 + + + + + Notebookbar + + + true + + + + + Sidebar + + + 1 + + + + + Restore Editing View + + + + + Interrupt Macro + + + + + Fit to Frame + + + 8 + + + + + Image~Map + + + 9 + + + + + Select Down + + + + + Select Up + + + + + Select Left + + + + + Select Right + + + + + Select Page Down + + + + + Select Page Up + + + + + Rectangle, Unfilled + + + 1 + + + + + Rounded Rectangle, Unfilled + + + 1 + + + + + Select Page Left + + + + + Square + + + 1 + + + + + Rounded Square + + + 1 + + + + + Select to File Begin + + + + + Square, Unfilled + + + 1 + + + + + Rounded Square, Unfilled + + + 1 + + + + + Select to File End + + + + + Ellipse, Unfilled + + + 1 + + + + + Select to Document Begin + + + + + Circle + + + 1 + + + + + Select to Document End + + + + + Circle, Unfilled + + + 1 + + + + + Ellipse Pie, Unfilled + + + 1 + + + + + Circle Pie + + + 1 + + + + + Circle Pie, Unfilled + + + 1 + + + + + Circle Arc + + + 1 + + + + + Circle Segment, Unfilled + + + 1 + + + + + Ellipse Segment + + + 1 + + + + + Ellipse Segment, unfilled + + + 1 + + + + + Polygon (45°), Filled + + + 1 + + + + + Polygon + + + 1 + + + + + Polygon (45°) + + + 1 + + + + + Curve + + + 1 + + + + + Zoom Next + + + 1 + + + + + Zoom Previous + + + 1 + + + + + Grid + + + ~Display Grid + + + Display Grid + + + 9 + + + + + Flash + + + 8 + + + + + Internet Options + + + + + ~Color Bar + + + + + ~AutoCorrect Options... + + + 1 + + + + + AutoPilot: Agenda + + + + + AutoPilot: Fax + + + + + AutoPilot: Letter + + + + + Versions... + + + 1 + + + + + AutoPilot: Memo + + + + + ~Protect... + + + Protect Track Changes + + + 1 + + + + + Compare + + + Co~mpare Document... + + + Compare Non-Track Changed Document + + + 1 + + + + + Merge + + + Merge Documen~t... + + + Merge Track Changed Document + + + 1 + + + + + Flip Horizontally + + + 1 + + + + + Flip Vertically + + + 1 + + + + + Text Document Options + + + + + Presentation Options + + + + + Spreadsheet Options + + + + + Formula Options + + + + + Chart Options + + + + + Name + + + + + Contents + + + + + Color Palette + + + + + Expor~t... + + + 1 + + + + + Presentation Image Options + + + + + Navigation Bar Visible + + + + + ~Group + + + 1 + + + + + ~Ungroup + + + 1 + + + + + Clear + + + Clear ~Direct Formatting + + + Clear Direct Formatting + + + 1 + + + + + Decrease + + + Decrease Indent + + + Decrease Indent + + + 7 + + + + + Increase + + + Increase Indent + + + Increase Indent + + + 7 + + + + + Curves and Polygons + + + 1 + + + + + Freeform Line, Filled + + + 1 + + + + + Freeform Line + + + 1 + + + + + Freeform + + + Freeform Redaction + + + 1 + + + + + Text Animation + + + 1 + + + + + Filter + + + 1 + + + + + Invert + + + 1 + + + + + Smooth + + + 1 + + + + + Sharpen + + + 1 + + + + + Remove Noise + + + 1 + + + + + Charcoal Sketch + + + 1 + + + + + Mosaic + + + 1 + + + + + Relief + + + 1 + + + + + Posterize + + + 1 + + + + + Pop Art + + + 1 + + + + + Aging + + + 1 + + + + + Solarization + + + 1 + + + + + Auto Spellcheck + + + ~Automatic Spell Checking + + + Toggle Automatic Spell Checking + + + 9 + + + + + Do Not Mark Errors + + + + + ~Address Book Source... + + + 1 + + + + + Asian Phonetic G~uide... + + + 8 + + + + + Symbol + + + S~pecial Character... + + + Insert Special Character + + + 1 + + + + + Symbol + + + S~pecial Character... + + + Insert Special Characters + + + 1 + + + + + ~Tip of the day + + + Show Tip of the Day + + + Show the Tip of the Day dialog + + + 1 + + + + + ~Data Sources + + + 9 + + + + + Record Macro + + + 1 + + + + + Stop Recording + + + + + Email as P~DF... + + + 1 + + + + + Send via ~Bluetooth... + + + 1 + + + + + ~Export As + + + 1 + + + + + PDF + + + ~Export as PDF... + + + Export as PDF + + + 1 + + + + + PDF + + + Export Directly as PDF + + + Export Directly as PDF + + + 1 + + + + + Sanitized PDF + + + Export Directly to PDF as Bitmap + + + Export Directly to PDF as Bitmap + + + 1 + + + + + EPUB + + + Export as E~PUB... + + + Export as EPUB + + + 1 + + + + + EPUB + + + Export Directly as EPUB + + + Export as EPUB + + + 1 + + + + + Redact + + + Redact + + + Redact Document + + + 1 + + + + + Auto-Redact + + + Auto-Redact + + + Auto-Redact Document + + + 1 + + + + + ~Customize... + + + 1 + + + + + ~Object Bar + + + + + Customi~ze... + + + + + Main ~Toolbar + + + + + ~Function Bar + + + + + Optio~n Bar + + + + + Send Feedback + + + 1 + + + + + ~Get Help Online + + + 1 + + + + + Get ~Involved + + + 1 + + + + + ~User Guides + + + 1 + + + + + Donate to LibreOffice + + + 1 + + + + + What's New + + + Open the release notes for the installed version in the default browser + + + 1 + + + + + License Information + + + 1 + + + + + %PRODUCTNAME Credits + + + + + Status ~Bar + + + 9 + + + + + Macro Toolbar On/Off + + + + + ~Presentation + + + 1 + + + + + + + + + + Import Basic + + + 1 + + + + + Export Basic + + + 1 + + + + + Export Dialog + + + 1 + + + + + Import Dialog + + + 1 + + + + + Compile + + + 1 + + + + + Run + + + 1 + + + + + Step Into + + + 1 + + + + + Step Over + + + 1 + + + + + Stop + + + 1 + + + + + ~Basic... + + + 1 + + + + + Organize ~Dialogs... + + + 1 + + + + + ~Organize Macros + + + 1 + + + + + R~un Macro... + + + 1 + + + + + Gallery + + + ~Gallery + + + Open Clip Art and Media Gallery + + + 9 + + + + + Find and Rep~lace... + + + 9 + + + + + Step Out + + + 1 + + + + + Controls + + + 1 + + + + + Form Design + + + 9 + + + + + Push Button + + + 9 + + + + + Option Button + + + 9 + + + + + Check Box + + + 1 + + + + + Label + + + 9 + + + + + Group Box + + + 9 + + + + + Text Box + + + 9 + + + + + List Box + + + 9 + + + + + Combo Box + + + 1 + + + + + Table Control + + + 9 + + + + + Image Button + + + 9 + + + + + File Selection + + + 9 + + + + + Con~trol Properties... + + + 9 + + + + + For~m Properties... + + + 9 + + + + + Activation Order... + + + 1 + + + + + First Record + + + 1 + + + + + Next Record + + + 1 + + + + + Previous Record + + + 1 + + + + + Last Record + + + 1 + + + + + New Record + + + 1 + + + + + Delete Record + + + 1 + + + + + Absolute Record + + + 1 + + + + + Add Field... + + + 1 + + + + + Record + + + + + Text -> Record + + + + + Total No. of Records + + + + + Save Record + + + 1 + + + + + Toggle Design Mode + + + Design Mode + + + 9 + + + + + Design Mode On/Off + + + 9 + + + + + Undo: Data entry + + + 1 + + + + + Redraw + + + + + Form Navigator... + + + 9 + + + + + Data Navigator... + + + 9 + + + + + ~3D Effects + + + 1 + + + + + E~xit + + + 1 + + + + + ~About %PRODUCTNAME + + + 1 + + + + + P~rinter Settings... + + + 1 + + + + + Sa~ve All + + + 1 + + + + + Current Context + + + + + Current Numbering List Type + + + + + Current Time + + + + + Current Bullet List Type + + + + + Current Date + + + + + Date Field + + + 9 + + + + + Time Field + + + 9 + + + + + Numerical Field + + + 9 + + + + + Currency Field + + + 9 + + + + + Print Pr~eview + + + Toggle Print Preview + + + Close Preview + + + 9 + + + + + Pattern Field + + + 9 + + + + + Open in Design Mode + + + 9 + + + + + Image Control + + + 9 + + + + + Reset Filter/Sort + + + 1 + + + + + Sort Ascending + + + 1 + + + + + Sort Descending + + + 1 + + + + + Email + + + ~Email Document... + + + Attach to Email + + + 1 + + + + + Sort... + + + 1 + + + + + Gradient Fill Transparency + + + + + Fill Transparency + + + + + Standard Filter... + + + 1 + + + + + AutoFilter + + + 1 + + + + + Run SQL command directly + + + 9 + + + + + Run Query + + + 1 + + + + + Add Table... + + + 1 + + + + + Apply Filter + + + 9 + + + + + Refresh + + + 1 + + + + + Refresh Control + + + 1 + + + + + Find Record... + + + 1 + + + + + Form Control Wizards + + + Control Wizards + + + Toggle Form Control Wizards + + + 9 + + + + + Formatted Field + + + 9 + + + + + Form-Based Filters + + + 1 + + + + + Close + + + + + Apply Form-Based Filter + + + 1 + + + + + Filter Navigation + + + 1 + + + + + Replace with Text Box + + + + + Replace with Button + + + + + Replace with Label Field + + + + + Replace with List Box + + + + + Replace with Check Box + + + + + Replace with Radio Button + + + + + Replace with Group Box + + + + + Replace with Combo Box + + + + + Replace with Image Button + + + + + Replace with File Selection + + + + + Replace with Date Field + + + + + Replace with Time Field + + + + + Replace with Numerical Field + + + + + Replace with Currency Field + + + + + Replace with Pattern Field + + + + + Replace with Image Control + + + + + Replace with Formatted Field + + + + + Data source as Table + + + 1 + + + + + Automatic Control Focus + + + 9 + + + + + Explorer On/Off + + + 9 + + + + + Toggle Extrusion + + + 1 + + + + + Tilt Down + + + 1 + + + + + Tilt Up + + + 1 + + + + + Tilt Left + + + 1 + + + + + Tilt Right + + + 1 + + + + + Direction + + + 1 + + + + + Lighting + + + 1 + + + + + Surface + + + 1 + + + + + 3D Color + + + 1 + + + + + Extrusion + + + + + Extrusion Depth + + + + + Depth + + + 1 + + + + + ~Toolbars + + + 1 + + + + + User ~Interface + + + 1 + + + + + ~Toolbars + + + 1 + + + + + Navigation Bar + + + 1 + + + + + Breakpoint Enabled/Disabled + + + + + ~Extension Manager... + + + 1 + + + + + Digital Signatu~res... + + + 1 + + + + + Sign Existing PDF... + + + 1 + + + + + Digital Signature... + + + 1 + + + + + Left + + + 1 + + + + + Centered + + + 1 + + + + + Right + + + 1 + + + + + Top + + + 1 + + + + + Center + + + 1 + + + + + Bottom + + + 1 + + + + + Justified + + + 1 + + + + + Default + + + 1 + + + + + Default + + + 1 + + + + + Recent Doc~uments + + + 1 + + + + + Delete All Comments + + + 1 + + + + + Format All Comments + + + 1 + + + + + Delete All Comments by This Author + + + 1 + + + + + Reply Comment + + + 1 + + + + + Delete Comment + + + 1 + + + + + Resolved + + + 1 + + + + + Top + + + Align Top + + + 1 + + + + + Center + + + Center Vertically + + + 1 + + + + + Bottom + + + Align Bottom + + + 1 + + + + + Sum + + + 1 + + + + + Synony~ms + + + + + Text Form Field + + + 1 + + + + + Check Box Form Field + + + 1 + + + + + Drop-Down Form Field + + + 1 + + + + + Date Picker Content Control + + + 1 + + + + + + + Paste ~Special + + + 1 + + + + + St~yle + + + + + ~Help + + + 1 + + + + + ~Insert + + + 1 + + + + + ~Delete + + + 1 + + + + + Si~ze + + + 1 + + + + + ~File + + + + + Alig~n + + + 1 + + + + + Alig~n + + + 1 + + + + + ~Shapes + + + + + Scan + + + 1 + + + + + C~haracter... + + + 1 + + + + + Character Font Effects... + + + + + F~ormat + + + + + ~Object + + + 1 + + + + + ~Chart + + + 1 + + + + + ~Edit + + + + + ~Insert + + + 1 + + + + + ~Data + + + + + Sen~d + + + 1 + + + + + T~able + + + 1 + + + + + Digital Signatures + + + 1 + + + + + ~Macros + + + 1 + + + + + ~Media + + + 1 + + + + + ~Window + + + + + Track Chan~ges + + + 1 + + + + + R~eference + + + 1 + + + + + Comme~nt + + + 1 + + + + + ~Filter + + + + + ~Tools + + + + + ~Spellcheck + + + + + Language + + + 1 + + + + + ~View + + + + + ~Toolbars + + + 1 + + + + + Fiel~d + + + 1 + + + + + Formatting Mark + + + 1 + + + + + ~Change Case + + + + + ~Group + + + 1 + + + + + A~rrange + + + 1 + + + + + F~lip + + + 1 + + + + + Rot~ate + + + + + Rot~ate or Flip + + + 1 + + + + + Change Anchor + + + Anc~hor + + + 1 + + + + + Me~dia Player + + + 9 + + + + + Media + + + Audio or ~Video... + + + Insert Audio or Video + + + 1 + + + + + Table Control + + + 1 + + + + + Add-Ons + + + 1 + + + + + ~Color + + + 9 + + + + + Insert non-br~eaking hyphen + + + 1 + + + + + Insert s~oft Hyphen + + + 1 + + + + + Insert ~non-breaking space + + + 1 + + + + + Insert N~arrow No-break Space + + + 1 + + + + + No-~width Optional Break + + + 1 + + + + + No-width No ~Break + + + 1 + + + + + ~Left-to-right Mark + + + 1 + + + + + ~Right-to-left Mark + + + 1 + + + + + + Insert Row + + + 1 + + + + + Insert Column + + + 1 + + + + + Manage Language + + + 1 + + + + + Current Language + + + + + For Selection + + + + + For Paragraph + + + + + For All Text + + + + + More Dictionaries Online... + + + 1 + + + + + Set Focus in Combo Box + + + + + Basic Macro Organizer... + + + 1 + + + + + Email as ~Microsoft Format... + + + + + Email as ~OpenDocument Format... + + + + + Templates + + + 1 + + + + + Te~mplates + + + 1 + + + + + Edit with External Tool + + + 1 + + + + + Apply document classification + + + + + Manage Document Classification + + + + + Manage Paragraph Classification + + + + + Select + + + 1 + + + + + Paste Special + + + 1 + + + + + Menubar + + + 1 + + + + + Name... + + + 1 + + + + + Description... + + + 1 + + + + + ~Restart in Safe Mode... + + + 1 + + + + + Navigate + + + 1 + + + + + More Breaks + + + + + Signatu~re Line... + + + 1 + + + + + Edit Signature ~Line... + + + 1 + + + + + ~Sign Signature Line... + + + 1 + + + + + ~QR Code... + + + 1 + + + + + ~Edit QR Code... + + + 1 + + + + + More Fields + + + + + Regenerate Diagram + + + + + Edit Diagram + + + + + ~Remove Hyperlink + + + 1 + + + + + ~Edit Chart + + + .uno:ObjectMenue?VerbID:short=-1 + + + 1 + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu new file mode 100644 index 000000000..b9d1d1545 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu @@ -0,0 +1,1025 @@ + + + + + + + + + 3D Object + + + + + 3D Scene + + + + + 3D Scene (group) + + + + + Connector/Freeform Line + + + + + Curve + + + + + Shape + + + + + Shape Text + + + + + Form Control + + + + + Text Box Formatting + + + + + Glue Point + + + + + Image + + + + + Group + + + + + Line/Arrow + + + + + Dimension Line + + + + + Media + + + + + Multiple Selection + + + + + Notebookbar + + + + + OLE Object + + + + + Outline + + + + + Slide + + + + + Slide Sorter/Pane + + + + + Slide Sorter/Pane (no selection) + + + + + Master Slide Sorter/Pane + + + + + Master Slide Sorter/Pane (no selection) + + + + + Table + + + + + Text Box (drawing) + + + + + 1,1 + + + 0 + + + true + + + true + + + 3D-Settings + + + false + + + true + + + + + 0,1 + + + true + + + 0 + + + false + + + Line and Filling + + + true + + + + + false + + + false + + + 3D-Objects + + + false + + + + + false + + + false + + + Align Objects + + + + + false + + + false + + + Lines and Arrows + + + true + + + + + false + + + false + + + Transformations + + + + + 1,0 + + + true + + + 0 + + + true + + + Presentation + + + true + + + + + false + + + Connectors + + + false + + + true + + + + + false + + + 2 + + + Full Screen + + + true + + + true + + + true + + + true + + + + + false + + + Legacy Circles and Ovals + + + false + + + false + + + + + Text Box Formatting + + + 0,0 + + + 1 + + + true + + + true + + + true + + + true + + + + + Form Filter + + + 0,0 + + + 1 + + + true + + + true + + + true + + + true + + + true + + + + + Form Navigation + + + 0,1 + + + true + + + 1 + + + false + + + true + + + true + + + + + Form Controls + + + false + + + false + + + + + Form Design + + + false + + + false + + + + + false + + + Fontwork + + + true + + + false + + + true + + + + + false + + + Fontwork Shape + + + false + + + true + + + + + 0,1 + + + true + + + 0 + + + Image + + + false + + + true + + + + + false + + + Image Filter + + + false + + + true + + + + + 0,1 + + + true + + + 0 + + + Outline + + + true + + + false + + + true + + + + + false + + + false + + + Insert + + + + + false + + + Curves and Polygons + + + false + + + true + + + + + 0,2 + + + 0 + + + true + + + false + + + TSCP Classification + + + + + false + + + Basic Shapes + + + false + + + true + + + + + false + + + Symbol Shapes + + + false + + + true + + + + + false + + + Block Arrows + + + false + + + true + + + + + false + + + Flowchart + + + false + + + true + + + + + false + + + Callouts + + + false + + + true + + + + + false + + + Stars and Banners + + + false + + + true + + + + + false + + + Options + + + false + + + false + + + + + false + + + Legacy Rectangles + + + false + + + false + + + + + false + + + Position + + + false + + + true + + + + + 1,0 + + + true + + + 0 + + + Slide Sorter + + + false + + + false + + + true + + + + + 1,0 + + + true + + + 0 + + + Slide View + + + true + + + false + + + true + + + + + 0,0 + + + true + + + 0 + + + Standard + + + true + + + false + + + true + + + + + false + + + Text + + + false + + + false + + + + + 0,1 + + + true + + + false + + + Text Formatting + + + true + + + + + 0,1 + + + true + + + 0 + + + true + + + Drawing + + + false + + + + + 0,0 + + + 1 + + + true + + + true + + + Table + + + true + + + + + false + + + Zoom + + + false + + + + + Gluepoints + + + 0,0 + + + 1 + + + true + + + true + + + true + + + + + 1,1 + + + 0 + + + true + + + Edit Points + + + true + + + false + + + true + + + + + 0 + + + true + + + true + + + Standard (Viewing Mode) + + + false + + + true + + + true + + + + + 0,1 + + + true + + + 1 + + + Media Playback + + + false + + + true + + + + + false + + + false + + + Color + + + true + + + + + false + + + false + + + Comments + + + false + + + + + 2,0 + + + true + + + 0 + + + true + + + Master View + + + true + + + true + + + + + false + + + false + + + Optimize + + + true + + + + + 0,3 + + + true + + + 1 + + + Find + + + false + + + false + + + + + 0,0 + + + true + + + 0 + + + Standard (Single Mode) + + + false + + + false + + + false + + + + + Notebookbar shortcuts + + + false + + + true + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu new file mode 100644 index 000000000..8adebca55 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu @@ -0,0 +1,208 @@ + + + + + + + + ~Fonts... + + + + + F~ont Size... + + + + + ~Spacing... + + + + + A~lignment... + + + + + ~AutoUpdate Display + + + + + ~Text Mode + + + + + ~Import Formula... + + + + + Import MathML from Clipboard + + + + + Fit To Window + + + + + Insert Text + + + + + Insert Command + + + + + Modified + + + + + Text Status + + + + + Ne~xt Error + + + + + Pr~evious Error + + + + + ~Next Marker + + + + + Previous ~Marker + + + + + ~Symbols… + + + 1 + + + + + Z~oom In + + + 1 + + + + + Zoo~m Out + + + 1 + + + + + U~pdate + + + 1 + + + + + Sho~w All + + + 1 + + + + + Elements + + + + + Formula Cursor + + + 9 + + + + + New Line + + + + + Small Gap + + + + + Gap + + + + + + + ~Unary/Binary Operators + + + + + ~Relations + + + + + ~Set Operations + + + + + ~Functions + + + + + O~perators + + + + + ~Attributes + + + + + ~Brackets + + + + + For~mats + + + + + ~Others + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/MathWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/MathWindowState.xcu new file mode 100644 index 000000000..386dc8d39 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/MathWindowState.xcu @@ -0,0 +1,98 @@ + + + + + + + + + Edit Panel + + + + + View Panel + + + + + 0,0 + + + true + + + 0 + + + Standard + + + true + + + true + + + + + 1,0 + + + true + + + 0 + + + Tools + + + true + + + false + + + + + false + + + 2 + + + Full Screen + + + true + + + true + + + true + + + true + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/ReportCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/ReportCommands.xcu new file mode 100644 index 000000000..dc8d802cc --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/ReportCommands.xcu @@ -0,0 +1,343 @@ + + + + + + + + Report Header/Footer + + + + + Page Header/Footer + + + + + ~Ruler + + + + + ~Sorting and Grouping + + + 1 + + + + + ~Add Field + + + 1 + + + + + ~Conditional Formatting... + + + + + Page Settings + + + ~Page... + + + + + ~Clear Direct Formatting + + + + + ~Page Numbers... + + + + + ~Date and Time... + + + + + ~Select Report + + + + + ~Subreport in New Window... + + + + + Font Color + + + 1 + + + + + Gr~id + + + + + ~Column Header/Footer + + + + + Paste ~Special... + + + + + Execute Report... + + + 1 + + + + + Image... + + + + + Text Document + + + + + Spreadsheet Document + + + + + Report Navigator + + + 1 + + + + + Fit to smallest width + + + 1 + + + + + Fit to smallest height + + + 1 + + + + + Fit to greatest width + + + 1 + + + + + Fit to greatest height + + + 1 + + + + + Properties + + + 1 + + + + + Distribution... + + + + + ~Select Objects in Section + + + + + Left Align on Section + + + 1 + + + + + Right Align on Section + + + 1 + + + + + Top Align on Section + + + 1 + + + + + Bottom Align on Section + + + 1 + + + + + Centered on Section + + + + + Middle on Section + + + 1 + + + + + Select all Labels + + + + + Select all Formatted Fields + + + + + + + Shape Arrange + + + + + Control + + + + + Alignment + + + + + Resize + + + + + Section alignment + + + + + Report Controls + + + + + Section + + + + + Shrink + + + 1 + + + + + Shrink from top + + + 1 + + + + + Shrink from bottom + + + 1 + + + + + Background Color... + + + + + Edit Mode + + + 1 + + + + + + + Report Output Format + + + + + ~Snap Lines + + + + + Object Resizing + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu new file mode 100644 index 000000000..fae993013 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -0,0 +1,1708 @@ + + + + + + + + + + Properties + + + PropertyDeck + + + private:graphicrepository/sfx2/res/symphony/sidebar-property-large.png + + + + any, any, visible ; + + + + 100 + + + + + + Styles Inspector + + + InspectorDeck + + + private:graphicrepository/cmd/lc_editglossary.png + + + + WriterVariants, any, visible ; + + + + 450 + + + true + + + + + + Page + + + WriterPageDeck + + + private:graphicrepository/cmd/lc_adddirect.png + + + + WriterVariants, any, visible ; + + + + 100 + + + + + + Shapes + + + ShapesDeck + + + private:graphicrepository/cmd/lc_basicshapes.png + + + + Draw, any, visible ; + + + + 200 + + + + + + + Gallery + + + GalleryDeck + + + private:graphicrepository/sfx2/res/symphony/sidebar-gallery-large.png + + + + any, any, visible ; + + + + 300 + + + + + + Master Slides + + + SdMasterPagesDeck + + + private:graphicrepository/sfx2/res/symphony/sidebar-template-large.png + + + + Impress, any, visible ; + + + + 160 + + + + + + Animation + + + SdCustomAnimationDeck + + + private:graphicrepository/sfx2/res/symphony/sidebar-animation-large.png + + + + Impress, any, visible ; + + + + 140 + + + + + + Slide Transition + + + SdSlideTransitionDeck + + + private:graphicrepository/sfx2/res/symphony/sidebar-transition-large.png + + + + Impress, any, visible ; + + + + 120 + + + + + + Navigator + + + NavigatorDeck + + + private:graphicrepository/sfx2/res/symphony/sidebar-navigator-large.png + + + + any, any, visible ; + + + + 400 + + + + + + Styles + + + StyleListDeck + + + private:graphicrepository/sfx2/res/symphony/sidebar-style-large.png + + + + any, any, visible ; + + + + 200 + + + + + + Functions + + + ScFunctionsDeck + + + private:graphicrepository/sfx2/res/symphony/sidebar-functions-large.png + + + + Calc, any, visible ; + + + + 500 + + + + + + Manage Changes + + + SwManageChangesDeck + + + private:graphicrepository/cmd/lc_trackchangesbar.png + + + + WriterVariants, Annotation, visible ; + WriterVariants, DrawText, visible ; + WriterVariants, Table, visible ; + WriterVariants, Text, visible ; + WriterVariants, default, visible ; + + + + 600 + + + true + + + + + + Design + + + SwDesignDeck + + + private:graphicrepository/cmd/lc_designerdialog.png + + + + WriterVariants, Text, visible; + + + + 700 + + + true + + + + + + Properties + + + ChartDeck + + + private:graphicrepository/sfx2/res/symphony/sidebar-property-large.png + + + + Chart, any, visible ; + + + + 10 + + + + + + + + + Style + + + StylesPropertyPanel + + + PropertyDeck + + + + WriterVariants, Annotation, visible ; + WriterVariants, DrawText, visible ; + WriterVariants, Table, visible ; + WriterVariants, Text, visible ; + WriterVariants, default, visible ; + Calc, Auditing, visible ; + Calc, Cell, visible ; + Calc, default, visible ; + Calc, EditCell, visible ; + Calc, Pivot, visible ; + + + + private:resource/toolpanel/SvxPanelFactory/StylesPropertyPanel + + + 100 + + + + + + Character + + + TextPropertyPanel + + + PropertyDeck + + + .uno:FontDialog + + + + Calc, Auditing, visible, .uno:CellTextDlg ; + Calc, Cell, visible, .uno:CellTextDlg ; + Calc, default, visible, .uno:CellTextDlg ; + Calc, DrawText, visible ; + Calc, DrawLine, hidden ; + Calc, EditCell, visible ; + Calc, Pivot, visible, .uno:CellTextDlg ; + DrawImpress, 3DObject, visible ; + DrawImpress, Draw, hidden ; + DrawImpress, DrawText, visible ; + DrawImpress, DrawLine, hidden ; + DrawImpress, Graphic, hidden ; + DrawImpress, OutlineText, visible ; + DrawImpress, Table, visible ; + DrawImpress, TextObject, visible ; + WriterVariants, Annotation, visible ; + WriterVariants, DrawText, visible ; + WriterVariants, Table, visible ; + WriterVariants, Text, visible ; + WriterVariants, default, visible ; + + + + private:resource/toolpanel/SvxPanelFactory/TextPropertyPanel + + + 120 + + + + + + Character Styles + + + InspectorTextPanel + + + InspectorDeck + + + + WriterVariants, any, visible ; + + + + private:resource/toolpanel/SvxPanelFactory/InspectorTextPanel + + + 120 + + + true + + + + + + Media Playback + + + MediaPlaybackPanel + + + PropertyDeck + + + + any, Media, visible ; + + + + private:resource/toolpanel/SvxPanelFactory/MediaPlaybackPanel + + + 100 + + + + + + Styles + + + PageStylesPanel + + + WriterPageDeck + + + .uno:PageDialog + + + + WriterVariants, any, visible ; + + + + private:resource/toolpanel/SwPanelFactory/PageStylesPanel + + + 200 + + + + + + Format + + + PageFormatPanel + + + WriterPageDeck + + + .uno:PageDialog + + + + WriterVariants, any, visible ; + + + + private:resource/toolpanel/SwPanelFactory/PageFormatPanel + + + 100 + + + + + + Header + + + PageHeaderPanel + + + WriterPageDeck + + + .uno:PageDialog + + + + WriterVariants, any, hidden ; + + + + private:resource/toolpanel/SwPanelFactory/PageHeaderPanel + + + 400 + + + + + + Footer + + + PageFooterPanel + + + WriterPageDeck + + + .uno:PageDialog + + + + WriterVariants, any, hidden ; + + + + private:resource/toolpanel/SwPanelFactory/PageFooterPanel + + + 500 + + + + + + Area + + + AreaPropertyPanel + + + PropertyDeck + + + .uno:FormatArea + + + + Calc, Draw, visible ; + Calc, OLE, hidden ; + DrawImpress, 3DObject, visible ; + DrawImpress, Draw, visible ; + DrawImpress, Graphic, hidden ; + DrawImpress, TextObject, hidden ; + DrawImpress, OLE, hidden ; + WriterVariants, Draw, visible ; + Writer, Graphic, hidden ; + Writer, OLE, hidden ; + Writer, Frame, visible ; + + + + private:resource/toolpanel/SvxPanelFactory/AreaPropertyPanel + + + 300 + + + + + + Glow + + + GlowPropertyPanel + + + PropertyDeck + + + + Calc, Draw, hidden ; + DrawImpress, Draw, hidden ; + DrawImpress, Graphic, hidden ; + WriterVariants, Draw, hidden ; + + + + private:resource/toolpanel/SvxPanelFactory/GlowPropertyPanel + + + 300 + + + + + + Soft Edge + + + SoftEdgePropertyPanel + + + PropertyDeck + + + + Calc, Draw, hidden ; + DrawImpress, Draw, hidden ; + DrawImpress, Graphic, hidden ; + WriterVariants, Draw, hidden ; + + + + private:resource/toolpanel/SvxPanelFactory/SoftEdgePropertyPanel + + + 300 + + + + + + Shadow + + + ShadowPropertyPanel + + + PropertyDeck + + + .uno:FormatArea + + + + Calc, Draw, visible ; + Calc, OLE, hidden ; + DrawImpress, 3DObject, visible ; + DrawImpress, Draw, hidden ; + DrawImpress, Graphic, hidden ; + DrawImpress, TextObject, hidden ; + DrawImpress, OLE, hidden ; + + + + private:resource/toolpanel/SvxPanelFactory/ShadowPropertyPanel + + + 300 + + + + + + Line + + + LinePropertyPanel + + + PropertyDeck + + + .uno:FormatLine + + + + Calc, Draw, visible ; + Calc, DrawLine, visible ; + Calc, Graphic, visible ; + Calc, OLE, hidden ; + DrawImpress, 3DObject, visible ; + DrawImpress, Draw, visible ; + DrawImpress, DrawLine, visible ; + DrawImpress, Graphic, visible ; + DrawImpress, TextObject, hidden ; + DrawImpress, OLE, hidden ; + WriterVariants, Draw, visible ; + + + + private:resource/toolpanel/SvxPanelFactory/LinePropertyPanel + + + 400 + + + + + + Gallery + + + true + + + GalleryPanel + + + GalleryDeck + + + + any, any, visible ; + + + + private:resource/toolpanel/SvxPanelFactory/GalleryPanel + + + 100 + + + + + + Position and Size + + + PosSizePropertyPanel + + + PropertyDeck + + + .uno:TransformDialog + + + + Calc, Chart, visible ; + Calc, Draw, hidden ; + Calc, DrawLine, visible ; + Calc, Form, visible ; + Calc, Graphic, hidden ; + Calc, Media, visible ; + Calc, MultiObject, visible ; + Calc, OLE, visible ; + DrawImpress, 3DObject, visible ; + DrawImpress, Draw, visible ; + DrawImpress, DrawLine, visible ; + DrawImpress, Form, visible ; + DrawImpress, Graphic, hidden ; + DrawImpress, Media, visible ; + DrawImpress, MultiObject, visible ; + DrawImpress, OLE, visible ; + DrawImpress, TextObject, hidden ; + WriterVariants, Draw, hidden ; + WriterVariants, Form, visible ; + WriterVariants, Graphic, visible, .uno:GraphicDialog ; + WriterVariants, Media, visible ; + WriterVariants, OLE, visible, .uno:FrameDialog ; + + + + private:resource/toolpanel/SvxPanelFactory/PosSizePropertyPanel + + + 500 + + + + + + Image + + + GraphicPropertyPanel + + + PropertyDeck + + + + Calc, Graphic, visible ; + DrawImpress, Graphic, visible ; + WriterVariants, Graphic, visible, .uno:GraphicDialog ; + + + + private:resource/toolpanel/SvxPanelFactory/GraphicPropertyPanel + + + 300 + + + + + + Default + + + DefaultShapesPanel + + + ShapesDeck + + + + Draw, any, visible ; + + + + private:resource/toolpanel/SvxPanelFactory/DefaultShapesPanel + + + 100 + + + + + + Slide + + + false + + + SlideBackgroundPanel + + + PropertyDeck + + + + DrawImpress, DrawPage, visible, .uno:PageSetup ; + DrawImpress, default, visible, .uno:PageSetup ; + DrawImpress, HandoutPage, visible, .uno:PageSetup ; + DrawImpress, NotesPage, visible, .uno:PageSetup ; + DrawImpress, SlidesorterPage, visible, .uno:PageSetup ; + DrawImpress, MasterPage, visible, .uno:PageSetup ; + + + + private:resource/toolpanel/SdPanelFactory/SlideBackgroundPanel + + + 100 + + + + + Layouts + + + false + + + SdLayoutsPanel + + + PropertyDeck + + + + Impress, DrawPage, visible ; + Impress, default, visible ; + Impress, HandoutPage, visible ; + Impress, NotesPage, visible ; + Impress, SlidesorterPage, visible ; + + + + private:resource/toolpanel/SdPanelFactory/Layouts + + + 200 + + + + + Used in This Presentation + + + false + + + SdUsedMasterPagesPanel + + + SdMasterPagesDeck + + + + Impress, any, visible ; + + + + private:resource/toolpanel/SdPanelFactory/UsedMasterPages + + + 100 + + + + + + Recently Used + + + false + + + SdRecentMasterPagesPanel + + + SdMasterPagesDeck + + + + Impress, any, visible ; + + + + private:resource/toolpanel/SdPanelFactory/RecentMasterPages + + + 200 + + + + + + Available for Use + + + false + + + SdAllMasterPagesPanel + + + SdMasterPagesDeck + + + + Impress, any, visible ; + + + + private:resource/toolpanel/SdPanelFactory/AllMasterPages + + + 300 + + + + + + Animation + + + true + + + SdCustomAnimationPanel + + + SdCustomAnimationDeck + + + + Impress, any, visible ; + + + + private:resource/toolpanel/SdPanelFactory/CustomAnimations + + + 100 + + + + + + Slide Transition + + + true + + + SdSlideTransitionPanel + + + SdSlideTransitionDeck + + + + Impress, any, visible ; + + + + private:resource/toolpanel/SdPanelFactory/SlideTransitions + + + 100 + + + + + + Table Design + + + false + + + SdTableDesignPanel + + + PropertyDeck + + + + DrawImpress, Table, visible ; + + + + private:resource/toolpanel/SdPanelFactory/TableDesign + + + 300 + + + + + + true + + + Empty + + + EmptyPanel + + + PropertyDeck + + + + any, empty, visible ; + + + + private:resource/toolpanel/SvxPanelFactory/EmptyPanel + + + 100 + + + + + + Alignment + + + ScAlignmentPropertyPanel + + + PropertyDeck + + + .uno:Hyphenate + + + + Calc, Auditing, visible ; + Calc, Cell, visible ; + Calc, default, visible ; + Calc, EditCell, visible ; + Calc, Pivot, visible ; + + + + private:resource/toolpanel/ScPanelFactory/AlignmentPropertyPanel + + + 200 + + + + + + Cell Appearance + + + ScCellAppearancePropertyPanel + + + PropertyDeck + + + .uno:FormatCellDialog + + + + Calc, Auditing, visible ; + Calc, Cell, visible ; + Calc, EditCell, visible ; + Calc, default, visible ; + Calc, Pivot, visible ; + + + + private:resource/toolpanel/ScPanelFactory/CellAppearancePropertyPanel + + + 300 + + + + + + Number Format + + + ScNumberFormatPropertyPanel + + + PropertyDeck + + + .uno:FormatCellDialog + + + + Calc, Auditing, visible ; + Calc, Cell, visible ; + Calc, EditCell, visible ; + Calc, default, visible ; + Calc, Pivot, visible ; + + + + private:resource/toolpanel/ScPanelFactory/NumberFormatPropertyPanel + + + 150 + + + + + + Paragraph + + + ParaPropertyPanel + + + PropertyDeck + + + .uno:ParagraphDialog + + + + Calc, DrawText, visible ; + Calc, DrawLine, hidden ; + DrawImpress, DrawLine, hidden ; + DrawImpress, 3DObject, hidden ; + DrawImpress, Draw, hidden ; + DrawImpress, DrawText, visible ; + DrawImpress, Graphic, hidden ; + DrawImpress, Table, visible ; + DrawImpress, TextObject, visible ; + WriterVariants, Annotation, visible ; + WriterVariants, DrawText, visible ; + WriterVariants, Table, visible ; + WriterVariants, Text, visible ; + WriterVariants, default, visible ; + + + + private:resource/toolpanel/SvxPanelFactory/ParaPropertyPanel + + + 200 + + + + + + Lists + + + ListsPropertyPanel + + + PropertyDeck + + + .uno:OutlineBullet + + + + DrawImpress, DrawText, visible ; + DrawImpress, Table, visible ; + DrawImpress, TextObject, hidden ; + + + + private:resource/toolpanel/SvxPanelFactory/ListsPropertyPanel + + + 300 + + + + + + Wrap + + + SwWrapPropertyPanel + + + PropertyDeck + + + .uno:TextWrap + + + + Writer, Graphic, visible ; + Writer, OLE, visible ; + Writer, Frame, visible ; + + + + private:resource/toolpanel/SwPanelFactory/WrapPropertyPanel + + + 500 + + + + + + Navigator + + + true + + + true + + + SwNavigatorPanel + + + NavigatorDeck + + + + WriterVariants, any, visible ; + + + + private:resource/toolpanel/SwPanelFactory/NavigatorPanel + + + 100 + + + + + + Navigator + + + true + + + true + + + ScNavigatorPanel + + + NavigatorDeck + + + + Calc, any, visible ; + + + + private:resource/toolpanel/ScPanelFactory/NavigatorPanel + + + 100 + + + + + + Navigator + + + true + + + true + + + SdNavigatorPanel + + + NavigatorDeck + + + + DrawImpress, any, visible ; + + + + private:resource/toolpanel/SdPanelFactory/NavigatorPanel + + + 100 + + + + + + Manage Changes + + + true + + + false + + + SwManageChangesPanel + + + SwManageChangesDeck + + + + WriterVariants, any, visible ; + + + + private:resource/toolpanel/SwPanelFactory/ManageChangesPanel + + + 100 + + + + + + Styles + + + true + + + StyleListPanel + + + StyleListDeck + + + + any, any, visible ; + + + + private:resource/toolpanel/SvxPanelFactory/StyleListPanel + + + 100 + + + + + + Functions + + + true + + + ScFunctionsPanel + + + ScFunctionsDeck + + + + Calc, any, visible ; + + + + private:resource/toolpanel/ScPanelFactory/FunctionsPanel + + + 100 + + + + + Style Presets + + + SwStylePresetsPanel + + + SwDesignDeck + + + + WriterVariants, any, visible ; + + + + private:resource/toolpanel/SwPanelFactory/StylePresetsPanel + + + 1 + + + true + + + + + + Themes + + + SwThemePanel + + + SwDesignDeck + + + + WriterVariants, any, visible ; + + + + private:resource/toolpanel/SwPanelFactory/ThemePanel + + + 1 + + + true + + + + + + Elements + + + ChartElementsPanel + + + ChartDeck + + + + Chart, any, visible ; + + + + private:resource/toolpanel/ChartPanelFactory/ElementsPanel + + + 1 + + + + + + Data Series + + + ChartSeriesPanel + + + ChartDeck + + + .uno:ChartProperties + + + + Chart, Series, visible ; + + + + private:resource/toolpanel/ChartPanelFactory/SeriesPanel + + + 2 + + + + + + Trendline + + + ChartTrendlinePanel + + + ChartDeck + + + + Chart, Trendline, visible ; + + + + private:resource/toolpanel/ChartPanelFactory/TrendlinePanel + + + 3 + + + + + + Error Bar + + + ChartErrorBarPanel + + + ChartDeck + + + .uno:ChartProperties + + + + Chart, ErrorBar, visible ; + + + + private:resource/toolpanel/ChartPanelFactory/ErrorBarPanel + + + 4 + + + + + + Axis + + + ChartAxisPanel + + + ChartDeck + + + .uno:ChartProperties + + + + Chart, Axis, visible ; + + + + private:resource/toolpanel/ChartPanelFactory/AxisPanel + + + 5 + + + + + + Area + + + ChartAreaPanel + + + ChartDeck + + + .uno:ChartProperties + + + + Chart, Chart, visible ; + Chart, Series, visible ; + + + + private:resource/toolpanel/ChartPanelFactory/AreaPanel + + + 6 + + + + + + Line + + + ChartLinePanel + + + ChartDeck + + + .uno:ChartProperties + + + + Chart, Chart, visible ; + Chart, Series, visible ; + Chart, ErrorBar, visible ; + Chart, Axis, visible ; + Chart, Grid, visible ; + Chart, Trendline, visible ; + + + + private:resource/toolpanel/ChartPanelFactory/LinePanel + + + 7 + + + + + + Table + + + false + + + TableEditPanel + + + PropertyDeck + + + .uno:TableDialog + + + + WriterVariants, Table, visible ; + + + + private:resource/toolpanel/SwPanelFactory/TableEditPanel + + + 300 + + + + + + Chart Type + + + ChartTypePanel + + + ChartDeck + + + + Chart, any, visible ; + + + + private:resource/toolpanel/ChartPanelFactory/TypePanel + + + 0 + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/StartModuleWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/StartModuleWindowState.xcu new file mode 100644 index 000000000..6d154ebaf --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/StartModuleWindowState.xcu @@ -0,0 +1,42 @@ + + + + + + + + + true + + + 0 + + + false + + + false + + + Standard + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu b/officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu new file mode 100644 index 000000000..f7b65b912 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu @@ -0,0 +1,1032 @@ + + + + + notebookbar.ui + + + notebookbar.ui + + + notebookbar.ui + + + notebookbar.ui + + + + + Default + + + + + Standard Toolbar + + + Default + + + 0 + + + false + + + + private:resource/toolbar/standardbar + private:resource/toolbar/textobjectbar + + + + + + + + Tabs + + + + + Single Toolbar + + + Single + + + 1 + + + false + + + + private:resource/toolbar/singlemode + + + + + + + + Arrow + + + + + Sidebar + + + Sidebar + + + 2 + + + false + + + + private:resource/toolbar/standardbar + + + + + + + + Opened + + + + + Tabbed + + + true + + + false + + + 3 + + + notebookbar.ui + + + + + + + + + + + Arrow + + + + + Tabbed Compact + + + true + + + false + + + 4 + + + notebookbar_compact.ui + + + + + + + + + + + Arrow + + + + + Groupedbar Compact + + + true + + + false + + + 5 + + + notebookbar_groupedbar_compact.ui + + + + + + + + + + + + UIItemID,propertyName,propertyValue + + + + Arrow + + + + + Groupedbar + + + true + + + true + + + 7 + + + notebookbar_groupedbar_full.ui + + + + + + + + + + + + UIItemID,propertyName,propertyValue + + + + Arrow + + + + + Contextual Single + + + true + + + false + + + 6 + + + notebookbar_single.ui + + + + + + + + + + + + UIItemID,propertyName,propertyValue + + + + Arrow + + + true + + + + + Contextual groups + + + true + + + true + + + 8 + + + notebookbar_groups.ui + + + + + + + + + + + + UIItemID,propertyName,propertyValue + + + + Arrow + + + true + + + + + + + Default + + + + + Standard Toolbar + + + Default + + + 0 + + + false + + + + private:resource/toolbar/standardbar + private:resource/toolbar/formatobjectbar + + + + + + + + Tabs + + + + + Single Toolbar + + + Single + + + 1 + + + false + + + + private:resource/toolbar/singlemode + + + + + + + + Arrow + + + + + Sidebar + + + Sidebar + + + 2 + + + false + + + + private:resource/toolbar/standardbar + + + + + + + + Opened + + + + + Tabbed + + + true + + + false + + + 3 + + + notebookbar.ui + + + + + + + + + + + Arrow + + + + + Tabbed Compact + + + true + + + false + + + 4 + + + notebookbar_compact.ui + + + + + + + + + + + + UIItemID,propertyName,propertyValue + + + + Arrow + + + + + Groupedbar Compact + + + true + + + false + + + 5 + + + notebookbar_groupedbar_compact.ui + + + + + + + + + + + + UIItemID,propertyName,propertyValue + + + + Arrow + + + + + Groupedbar + + + true + + + true + + + 7 + + + notebookbar_groupedbar_full.ui + + + + + + + + + + + + UIItemID,propertyName,propertyValue + + + + Arrow + + + + + Contextual groups + + + true + + + true + + + 8 + + + notebookbar_groups.ui + + + + + + + + + + + + UIItemID,propertyName,propertyValue + + + + Arrow + + + true + + + + + + + Default + + + + + Standard Toolbar + + + Default + + + 0 + + + false + + + + private:resource/toolbar/standardbar + private:resource/toolbar/toolbar + private:resource/toolbar/commontaskbar + + + + + + + + Opened + + + + + Single Toolbar + + + Single + + + 1 + + + false + + + + private:resource/toolbar/singlemode + + + + + + + + Arrow + + + + + Tabbed + + + true + + + false + + + 3 + + + notebookbar.ui + + + + + + + + + + + Arrow + + + + + Tabbed Compact + + + true + + + false + + + 4 + + + notebookbar_compact.ui + + + + + + + + + + + Arrow + + + + + Groupedbar Compact + + + true + + + false + + + 5 + + + notebookbar_groupedbar_compact.ui + + + + + + + + + + + + UIItemID,propertyName,propertyValue + + + + Arrow + + + + + Groupedbar + + + true + + + true + + + 7 + + + notebookbar_groupedbar_full.ui + + + + + + + + + + + + UIItemID,propertyName,propertyValue + + + + Arrow + + + + + Contextual Single + + + true + + + false + + + 6 + + + notebookbar_single.ui + + + + + + + + + + + + UIItemID,propertyName,propertyValue + + + + Arrow + + + true + + + + + Contextual groups + + + true + + + true + + + 8 + + + notebookbar_groups.ui + + + + + + + + + + + + UIItemID,propertyName,propertyValue + + + + Arrow + + + true + + + + + + + Default + + + + + Standard Toolbar + + + Default + + + 0 + + + false + + + + private:resource/toolbar/standardbar + + + + + + + + Arrow + + + + + Tabbed + + + true + + + false + + + 3 + + + notebookbar.ui + + + + + + + + + + + + UIItemID,propertyName,propertyValue + + + + Arrow + + + true + + + + + Tabbed Compact + + + true + + + false + + + 4 + + + notebookbar_compact.ui + + + + + + + + + + + Arrow + + + + + Groupedbar Compact + + + true + + + false + + + 5 + + + notebookbar_groupedbar_compact.ui + + + + + + + + + + + + UIItemID,propertyName,propertyValue + + + + Arrow + + + true + + + + + Contextual Single + + + true + + + false + + + 6 + + + notebookbar_single.ui + + + + + + + + + + + Arrow + + + true + + + + + + + Default + + + + + Standard Toolbar + + + Default + + + 0 + + + false + + + + private:resource/toolbar/standardbar + + + + + + + + Arrow + + + + + + + Default + + + + + Standard Toolbar + + + Default + + + 0 + + + false + + + + private:resource/toolbar/standardbar + + + + + + + + Arrow + + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu new file mode 100644 index 000000000..9ca5e132d --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -0,0 +1,3648 @@ + + + + + + + + Add Text Box + + + 1 + + + + + Remove Text Box + + + 1 + + + + + AutoTe~xt... + + + 1 + + + + + ~Normal View + + + ~Normal + + + 1 + + + + + Insert Header + + + 1 + + + + + Insert Footer + + + 1 + + + + + Run AutoText Entry + + + + + Field ~Hidden Paragraphs + + + 8 + + + + + S~cript... + + + 1 + + + + + Anchor to Character + + + To ~Character + + + + + Page Number + + + + + He~ader and Footer + + + 1 + + + + + He~ader + + + 1 + + + + + Foote~r + + + 1 + + + + + Preview Zoom + + + 1 + + + + + ~Endnote + + + Insert Endnote + + + + 1 + + + + + Number Recognition + + + + + Se~ction... + + + 1 + + + + + Table of Contents + + + Insert Table of Contents, Index or Bibliography + + + Table of Contents, ~Index or Bibliography... + + + 1 + + + + + ~Bibliography Entry... + + + 9 + + + + + Toggle Direct Cursor Mode + + + Direct Cursor Mode + + + 9 + + + + + AutoCorrect + + + + + Font Color + + + 1 + + + + + Update All + + + Indexes and ~Tables + + + 1 + + + + + Update Index + + + Current ~Index + + + Update index + + + 1 + + + + + Delete index + + + 1 + + + + + Reject + + + Reject Track Change + + + Reject Change + + + 1 + + + + + Reject and Move to Next + + + Reject Track Change and select the next one + + + 1 + + + + + Reject All + + + Reject All Tracked Changes + + + Reject All Changes + + + 1 + + + + + Accept + + + Accept Track Change + + + Accept Change + + + 1 + + + + + Accept and Move to Next + + + Accept Track Change and select the next one + + + 1 + + + + + Accept All + + + Accept All Tracked Changes + + + Accept All Changes + + + 1 + + + + + Next + + + Next Track Change + + + 1 + + + + + Pr~evious + + + Previous Track Change + + + 1 + + + + + ~Links + + + 1 + + + + + ~Record + + + Record Track Changes + + + 1 + + + + + Track Changes Functions + + + Show Track Changes Functions + + + 1 + + + + + ~Show + + + Show Track Changes + + + 1 + + + + + ~Track Changes + + + .uno:ShowTrackedChanges + + + 1 + + + + + T~ooltips + + + Show change authorship in tooltips + + + 1 + + + + + Use header/footer menu + + + Use the advanced popup menu to create header/footer on the fly + + + 1 + + + + + Go t~o Page... + + + 1 + + + + + ~Comment... + + + Insert Track Change Comment + + + 1 + + + + + ~Update All + + + 1 + + + + + En~velope... + + + 1 + + + + + ~Manage... + + + Manage Track Changes + + + 1 + + + + + Edit index + + + 1 + + + + + ~Bibliography Entry... + + + 1 + + + + + ~Charts + + + 1 + + + + + Bookmar~k... + + + Insert Bookmark + + + 1 + + + + + Set Reminder + + + Set Reminder + + + 1 + + + + + Anc~hor... + + + 1 + + + .uno:InsertBookmark + + + + + Insert Paragraph + + + + + Manual ~Break... + + + 1 + + + + + Insert Column Break + + + 1 + + + + + ~More Fields... + + + 7 + + + + + Exchange Data~base... + + + 1 + + + + + Caption... + + + Insert Caption + + + Insert Caption... + + + 1 + + + + + F~ootnote or Endnote... + + + + + Cross-reference... + + + Insert Cross-reference + + + 1 + + + + + Insert Hyperlink + + + + + Insert Manual Row Break + + + 1 + + + + + Insert Other Objects + + + 1 + + + + + ~Page Break + + + Insert Page Break + + + 1 + + + + + Table + + + Insert ~Table... + + + 1 + + + + + Insert Frame Interactively + + + ~Frame Interactively + + + 1 + + + + + Frame + + + F~rame... + + + Insert Frame + + + 1 + + + + + ~Index Entry... + + + Insert Index Entry + + + 1 + + + + + Insert single-column frame manually + + + 1 + + + + + Change Anchor + + + 1 + + + .uno:AnchorMenu + + + + + Anchor To Page + + + To P~age + + + + + Anchor To Paragraph + + + To ~Paragraph + + + + + Change Position + + + + + ~Mail Merge... + + + 1 + + + + + Mail Merge Wi~zard... + + + 1 + + + + + First Mail Merge Entry + + + 1 + + + + + Previous Mail Merge Entry + + + 1 + + + + + Current Mail Merge Entry + + + 1 + + + + + Next Mail Merge Entry + + + 1 + + + + + Last Mail Merge Entry + + + 1 + + + + + Exclude Mail Merge Entry + + + 1 + + + + + Edit Individual Documents + + + 1 + + + + + Save Merged Documents + + + 1 + + + + + Print Merged Documents + + + 1 + + + + + Send Email Messages + + + 1 + + + + + Anchor To Frame + + + To ~Frame + + + + + ~Formula... + + + Insert Formula + + + 1 + + + + + Text Attributes... + + + 1 + + + + + Anchor as Character + + + As C~haracter + + + + + Insert + + + 1 + + + + + Insert Object + + + 1 + + + + + Text Box and Shap~e + + + 1 + + + + + Fiel~d + + + Insert Field + + + 9 + + + + + ~Date + + + 1 + + + + + Create Master ~Document + + + 1 + + + + + ~Time + + + 1 + + + + + ~Page Number + + + 1 + + + + + Page ~Count + + + 1 + + + + + ~Subject + + + 1 + + + + + T~itle + + + 1 + + + + + First ~Author + + + 1 + + + + + ~Footnote + + + Insert Footnote + + + 1 + + + + + Appl~y + + + + + ~While Typing + + + 8 + + + + + Page Number + + + + + Page Style + + + + + Apply and Edit ~Changes + + + + + Se~lection Mode + + + + + Hyperlinks Active + + + + + Superscript + + + 9 + + + + + Subscript + + + 9 + + + + + Select Character Left + + + + + Select Character Right + + + + + Select to Top Line + + + + + Select Down + + + + + Select to Begin of Line + + + + + Select to End of Line + + + + + Select to Document Begin + + + + + Select to Document End + + + + + Select to Begin of Next Page + + + + + Select to End of Next Page + + + + + Select to Begin of Previous Page + + + + + Select to End of Previous Page + + + + + Select to Page Begin + + + + + Outline to ~Presentation + + + + + Select to Page End + + + + + Outline to ~Clipboard + + + + + Rotate 90° ~Left + + + 1 + + + + + Rotate 90° ~Right + + + 1 + + + + + Rotate 1~80° + + + 1 + + + + + Reset R~otation + + + 1 + + + + + Create ~HTML Document + + + 1 + + + + + Select to Paragraph Begin + + + + + Select to Paragraph End + + + + + Select to Word Right + + + + + Select to Begin of Word + + + + + Select to Next Sentence + + + + + Select to Previous Sentence + + + + + Select to Previous Page + + + + + Select to Next Page + + + + + To Next Section + + + + + To Previous Section + + + + + Number Format... + + + 1 + + + + + ~Load Styles... + + + 1 + + + + + Create A~utoAbstract... + + + + + AutoAbst~ract to Presentation... + + + + + Borders + + + 1 + + + + + Page Columns + + + 1 + + + + + Page Columns + + + 1 + + + + + Background + + + + + ~Page Style... + + + 1 + + + + + Title Page... + + + 1 + + + + + Co~lumns... + + + 1 + + + + + Drop Caps + + + + + Frame or Object Properties + + + ~Properties... + + + 1 + + + + + Image Properties + + + ~Properties... + + + 1 + + + + + Ta~ble Properties... + + + ~Properties... + + + ~Table Properties... + + + 1 + + + + + ~Footnotes and Endnotes... + + + 1 + + + + + ~Footnotes and Endnotes... + + + + + Clear + + + Clear ~Direct Formatting + + + Clear Direct Formatting + + + 1 + + + + + Wrap Off + + + 15 + + + + + ~Page Wrap + + + 7 + + + + + Two Pages Preview + + + 1 + + + + + Single Page Preview + + + 1 + + + + + ~Wrap Through + + + 7 + + + + + Multiple Pages Preview + + + 1 + + + + + Print document + + + 1 + + + + + Align Left + + + 1 + + + + + Close Preview + + + 1 + + + + + Align Right + + + 1 + + + + + Center Horizontal + + + 1 + + + + + Align Top to Anchor + + + 1 + + + + + Align Bottom to Anchor + + + 1 + + + + + Align Middle to Anchor + + + 1 + + + + + Apply Page Style + + + + + F~ields... + + + Edit F~ields... + + + 1 + + + + + Lin~ks to External Files... + + + 1 + + + + + Te~xt <-> Table... + + + + + T~able to Text... + + + 1 + + + + + ~Text to Table... + + + 1 + + + + + Header Rows Repeat Across Pages + + + 1 + + + + + So~rt... + + + 1 + + + + + ~Rows... + + + 1 + + + + + Insert Rows Above + + + Rows ~Above + + + 1 + + + + + Insert Rows Below + + + Rows ~Below + + + 1 + + + + + ~Columns... + + + 1 + + + + + Insert Columns Before + + + Columns ~Before + + + 1 + + + + + Insert Columns After + + + Columns ~After + + + 1 + + + + + Paste ~Special... + + + ~More Options... + + + 1 + + + + + Paste as Nested Table + + + ~Nested Table + + + 1 + + + + + Paste as Rows Above + + + Rows ~Above + + + 1 + + + + + Paste as Columns Before + + + Columns ~Before + + + 1 + + + + + Delete Rows + + + ~Rows + + + Delete selected rows + + + 1 + + + + + Delete Columns + + + ~Columns + + + Delete selected columns + + + 1 + + + + + Delete Table + + + ~Table + + + Delete table + + + 1 + + + + + Split Cells... + + + 1 + + + + + Merge Cells + + + 1 + + + + + Row Height... + + + 1 + + + + + ~Column Width... + + + 1 + + + + + Optimize Size + + + 1 + + + + + ~Bullets and Numbering... + + + 7 + + + + + To Character Left + + + + + ~Index Entry... + + + 1 + + + + + Go Right + + + + + Select Row + + + ~Row + + + 1 + + + + + Select Cell + + + C~ell + + + Select Cell + + + 1 + + + + + To Top Line + + + + + Select Column + + + ~Column + + + 1 + + + + + ~Fields + + + 1 + + + + + Select Table + + + ~Table + + + Select Table + + + 1 + + + + + To Line Below + + + + + To Line Begin + + + + + Run Macro Field + + + + + Protect Cells + + + 1 + + + + + To End of Line + + + + + Fo~rmula + + + 1 + + + + + To Document Begin + + + 1 + + + + + Calculate Table + + + + + Unprotect Cells + + + 1 + + + + + To Document End + + + 1 + + + + + Demote One Level + + + 7 + + + + + To Begin of Next Page + + + + + Promote One Level + + + 7 + + + + + Optimal Column Width + + + 1 + + + + + To Previous Paragraph in Level + + + + + To End of Next Page + + + + + To Begin of Previous Page + + + + + To Next Paragraph in Level + + + + + Move Up + + + 7 + + + + + To End of Previous Page + + + + + Move Down + + + 7 + + + + + To Page Begin + + + + + To Page End + + + + + Insert Unnumbered Entry + + + 7 + + + + + Numbering Off + + + 7 + + + + + Optimal Row Height + + + 1 + + + + + To Column Begin + + + + + Demote One Level With Subpoints + + + 7 + + + + + To Column End + + + + + Promote One Level With Subpoints + + + 7 + + + + + Move Up with Subpoints + + + 7 + + + + + To Paragraph Begin + + + + + Move Down with Subpoints + + + 7 + + + + + To Paragraph End + + + + + Update Input Fields + + + + + To Word Right + + + + + To Word Left + + + + + To Next Sentence + + + + + Numbering On/Off + + + + + To Previous Sentence + + + + + To Next Input Field + + + + + Backspace + + + + + To Previous Input Field + + + + + Delete to End of Sentence + + + + + Repeat Search + + + + + Delete to Start of Sentence + + + + + Delete to End of Word + + + + + Delete to Start of Word + + + + + Delete to End of Line + + + + + Delete to Start of Line + + + + + Delete to End of Paragraph + + + + + Delete to Start of Paragraph + + + + + Delete Row + + + + + Previous Page + + + 1 + + + + + Jump To Specific Page + + + + + Next Page + + + 1 + + + + + MultiSelection On + + + + + Page Formatting + + + 1 + + + + + Extended Selection On + + + + + ~Footnote or Endnote... + + + 1 + + + + + Cancel + + + + + Shift+Backspace + + + + + Select Word + + + + + Select Sentence + + + + + Number Format: Standard + + + 1 + + + + + ~Sections... + + + 1 + + + + + Edit Section... + + + + + To Reference + + + + + To Next Object + + + + + Number Format: Decimal + + + 1 + + + + + To Previous Object + + + + + Number Format: Exponential + + + 1 + + + + + To Next Bookmark + + + + + Number Format: Date + + + 1 + + + + + To Previous Bookmark + + + + + To Table Begin + + + 1 + + + + + Unprotect sheet + + + + + Number Format: Time + + + + + To Table End + + + 1 + + + + + Number Format: Currency + + + 1 + + + + + To Next Table + + + + + Number Format: Percent + + + 1 + + + + + To Previous Table + + + + + To Begin of Next Column + + + + + ~Optimal Page Wrap + + + 1 + + + + + To End of Next Column + + + + + In ~Background + + + + + In ~Background + + + + + To Begin of Previous Column + + + + + To Previous Column + + + + + Align to Top of Line + + + + + To Footnote Anchor + + + + + Align to Bottom of Line + + + + + To Next Footnote + + + + + Align to Vertical Center of Line + + + + + To Previous Footnote + + + + + Align to Top of Character + + + + + To Next Frame + + + + + Link Frames + + + 9 + + + + + Align to Bottom of Character + + + + + Unlink Frames + + + 1 + + + + + Set Cursor To Anchor + + + + + Align to Vertical Center of Character + + + + + Restart Numbering + + + 15 + + + + + To Header + + + + + Wrap Left + + + 1 + + + + + To Footer + + + + + Wrap Right + + + 1 + + + + + Mirror Object on Even Pages + + + + + Index Mark to Index + + + + + Edit Footnote/Endnote + + + + + Flip Images on Even Pages + + + + + Split Table... + + + 1 + + + + + Wrap First Paragraph + + + ~First Paragraph + + + + + Minimize Column Width + + + 1 + + + + + ~Distribute Columns Evenly + + + 1 + + + + + Increment Indent Value + + + + + Minimize Row Height + + + 1 + + + + + Distribute Rows Evenly + + + 1 + + + + + Wrap Contour On + + + ~Contour + + + 7 + + + + + Decrement Indent Value + + + + + Merge Table + + + 1 + + + + + To Previous Paragraph + + + + + Row to ~Break Across Pages + + + 8 + + + + + Select Paragraph + + + + + To Next Paragraph + + + + + To Next Placeholder + + + + + To Previous Placeholder + + + + + Table: Fixed + + + 1 + + + + + Directly to Document Begin + + + + + Table: Fixed, Proportional + + + 1 + + + + + Restore View + + + + + Directly to Document End + + + + + Table: Variable + + + 1 + + + + + Text Wrap... + + + ~Edit... + + + + + Go to Next Index Mark + + + + + Go to Previous Index Mark + + + + + Go to next table formula + + + + + Go to previous table formula + + + + + Go to next faulty table formula + + + + + Go to previous faulty table formula + + + + + Select Text + + + 1 + + + + + ~Rulers + + + 1 + + + + + ~Line Numbering... + + + 1 + + + + + Show resolved comme~nts + + + Resolved Comments + + + 1 + + + + + View Images and Charts + + + ~Images and Charts + + + 1 + + + + + Font Color Fill + + + 8 + + + + + Te~xt Boundaries + + + 1 + + + + + ~Thesaurus... + + + 1 + + + + + Highlight Color + + + 1 + + + + + Fields + + + 1 + + + + + Highlight Fill + + + 8 + + + + + Vertical Ruler + + + 1 + + + + + ~Hyphenation... + + + 9 + + + + + Vertical Scroll Bar + + + 1 + + + + + Add Unknown Words + + + + + Horizontal Scroll Bar + + + 1 + + + + + Chapter ~Numbering... + + + Set Chapter Numbering + + + 1 + + + + + Formatting Marks + + + For~matting Marks + + + Toggle Formatting Marks + + + 9 + + + + + Hide Whitespac~e + + + 1 + + + + + Show Whitespac~e + + + 1 + + + + + So~rt... + + + 1 + + + + + Fie~ld Shadings + + + 1 + + + + + Calculat~e + + + 1 + + + + + ~Field Names + + + 1 + + + + + Table Boundaries + + + 1 + + + + + Book Preview + + + 9 + + + + + Remove Direct Character Formats + + + + + Email as ~Microsoft Word... + + + + + Email as ~OpenDocument Text... + + + + + ~Standard + + + 8 + + + + + ~Block Area + + + 8 + + + + + ~Open... + + + 1 + + + + + Smart ~Tag Options... + + + + + Clone + + + Clone Formatting + + + Clone Formatting (double click and Ctrl or Cmd to alter behavior) + + + 9 + + + + + + + C~haracter + + + 1 + + + + + P~aragraph + + + 1 + + + + + ~Bullets and Numbering + + + 1 + + + + + ~Select + + + 1 + + + + + ~Convert + + + 1 + + + + + ~Update + + + 1 + + + + + Table of Contents and Inde~x + + + 1 + + + + + Comments... + + + ~Format All Comments... + + + + + ~Word Count... + + + 1 + + + + + ~Accessibility Check... + + + 1 + + + + + Styl~es + + + + + ~Wrap + + + 1 + + + + + Arrange + + + 1 + + + + + AutoCorr~ect + + + 1 + + + + + Page Settings - Paper format + + + + + Selection Mode + + + 1 + + + + + Continue previous numbering + + + + + Navigate By + + + + + Previous Element + + + 1 + + + + + Next Element + + + 1 + + + + + Back + + + 1 + + + + + Forward + + + 1 + + + + + Horizontal ~Line + + + + + Horizontal ~Line + + + .uno:StyleApply?Style:string=Horizontal Line&FamilyName:string=ParagraphStyles + + + 9 + + + + + Default ~Paragraph + + + + + Default ~Paragraph + + + Default Paragraph Style + + + .uno:StyleApply?Style:string=Standard&FamilyName:string=ParagraphStyles + + + 9 + + + + + ~Title + + + + + ~Title + + + Title Paragraph Style + + + .uno:StyleApply?Style:string=Title&FamilyName:string=ParagraphStyles + + + 9 + + + + + Su~btitle + + + + + Su~btitle + + + Subtitle Paragraph Style + + + .uno:StyleApply?Style:string=Subtitle&FamilyName:string=ParagraphStyles + + + 9 + + + + + Heading ~1 + + + + + Heading ~1 + + + Heading 1 Paragraph Style + + + .uno:StyleApply?Style:string=Heading 1&FamilyName:string=ParagraphStyles + + + 1 + + + + + Heading ~2 + + + + + Heading ~2 + + + Heading 2 Paragraph Style + + + .uno:StyleApply?Style:string=Heading 2&FamilyName:string=ParagraphStyles + + + 9 + + + + + Heading ~3 + + + + + Heading ~3 + + + Heading 3 Paragraph Style + + + .uno:StyleApply?Style:string=Heading 3&FamilyName:string=ParagraphStyles + + + 9 + + + + + Heading ~4 + + + + + Heading ~4 + + + Heading 4 Paragraph Style + + + .uno:StyleApply?Style:string=Heading 4&FamilyName:string=ParagraphStyles + + + 9 + + + + + Heading ~5 + + + + + Heading ~5 + + + Heading 5 Paragraph Style + + + .uno:StyleApply?Style:string=Heading 5&FamilyName:string=ParagraphStyles + + + 9 + + + + + Heading ~6 + + + + + Heading ~6 + + + Heading 6 Paragraph Style + + + .uno:StyleApply?Style:string=Heading 6&FamilyName:string=ParagraphStyles + + + 9 + + + + + ~Quotations + + + + + ~Quotations + + + Quotations Paragraph Style + + + .uno:StyleApply?Style:string=Quotations&FamilyName:string=ParagraphStyles + + + 9 + + + + + Pre~formatted Text + + + + + Pre~formatted Text + + + Preformatted Text Paragraph Style + + + .uno:StyleApply?Style:string=Preformatted Text&FamilyName:string=ParagraphStyles + + + 9 + + + + + Text Body + + + + + Text Body + + + Text Body Paragraph Style + + + .uno:StyleApply?Style:string=Text body&FamilyName:string=ParagraphStyles + + + 9 + + + + + Default ~Character + + + + + Default ~Character + + + Default Character Style + + + .uno:StyleApply?Style:string=Standard&FamilyName:string=CharacterStyles + + + 9 + + + + + E~mphasis + + + + + E~mphasis + + + Emphasis Character Style + + + .uno:StyleApply?Style:string=Emphasis&FamilyName:string=CharacterStyles + + + 9 + + + + + ~Strong Emphasis + + + + + ~Strong Emphasis + + + Strong Emphasis Character Style + + + .uno:StyleApply?Style:string=Strong Emphasis&FamilyName:string=CharacterStyles + + + 9 + + + + + Qu~otation + + + + + Qu~otation + + + Quotation Character Style + + + .uno:StyleApply?Style:string=Citation&FamilyName:string=CharacterStyles + + + 9 + + + + + Sou~rce Text + + + + + Sou~rce Text + + + Source Text Character Style + + + .uno:StyleApply?Style:string=Source Text&FamilyName:string=CharacterStyles + + + 9 + + + + + Bullet List + + + + + Bullet List + + + Bullet List Style + + + .uno:StyleApply?Style:string=List 1&FamilyName:string=NumberingStyles + + + 11 + + + + + Number List + + + + + Number List + + + Number List Style + + + .uno:StyleApply?Style:string=Numbering 123&FamilyName:string=NumberingStyles + + + 11 + + + + + Alphabet Uppercase List + + + + + Alphabet Uppercase List + + + Alphabet Uppercase List Style + + + .uno:StyleApply?Style:string=Numbering ABC&FamilyName:string=NumberingStyles + + + 11 + + + + + Alphabet Lowercase List + + + + + Alphabet Lowercase List + + + Alphabet Lowercase List Style + + + .uno:StyleApply?Style:string=Numbering abc&FamilyName:string=NumberingStyles + + + 11 + + + + + Roman Uppercase List + + + + + Roman Uppercase List + + + Roman Uppercase List Style + + + .uno:StyleApply?Style:string=Numbering IVX&FamilyName:string=NumberingStyles + + + 11 + + + + + Roman Lowercase List + + + + + Default Style + + + + + Academic + + + + + Elegant + + + + + Financial + + + + + Box List Blue + + + + + Box List Green + + + + + Box List Red + + + + + Box List Yellow + + + + + Roman Lowercase List + + + Roman Lowercase List Style + + + .uno:StyleApply?Style:string=Numbering ivx&FamilyName:string=NumberingStyles + + + 11 + + + + + Paragraph Style + + + Set Paragraph Style + + + 1 + + + + + Orientation + + + 1 + + + + + Page Size + + + 1 + + + + + Page Margins + + + 1 + + + + + Hanging Indent + + + 1 + + + + + Watermark... + + + 1 + + + + + Table Cell Background Color + + + 1 + + + + + ActiveX Controls + + + + + Legacy Form Fields + + + + + Content Controls + + + + + ~Protect Document + + + 1 + + + + + Protect Fields + + + Protect fields in current document + + + 1 + + + + + Protect Bookmarks + + + Protect bookmarks in current document + + + 1 + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterFormWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterFormWindowState.xcu new file mode 100644 index 000000000..c0c6afeb0 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterFormWindowState.xcu @@ -0,0 +1,768 @@ + + + + + + + + + Comment + + + + + Shape + + + + + Shape Text + + + + + Form Control + + + + + Text Box Formatting + + + + + Text Frame + + + + + Image + + + + + Media + + + + + OLE Object + + + + + Print Preview + + + + + Table + + + + + Text + + + + + 0,0 + + + true + + + 0 + + + Standard + + + true + + + false + + + true + + + + + 0,1 + + + true + + + 0 + + + Formatting + + + true + + + true + + + + + 0,2 + + + true + + + 0 + + + Mail Merge + + + true + + + true + + + + + false + + + false + + + Tools + + + false + + + + + 0,0 + + + 1 + + + true + + + true + + + Table + + + true + + + + + 0,0 + + + 1 + + + true + + + Bullets and Numbering + + + true + + + true + + + + + 0,1 + + + true + + + 0 + + + Drawing Object Properties + + + true + + + false + + + true + + + + + false + + + Align Objects + + + false + + + + + 0,0 + + + 1 + + + true + + + Edit Points + + + true + + + true + + + true + + + + + 0,0 + + + 1 + + + true + + + true + + + 3D-Settings + + + false + + + true + + + + + Text Box Formatting + + + 0,0 + + + 1 + + + true + + + true + + + true + + + true + + + + + Form Filter + + + 0,0 + + + 1 + + + true + + + true + + + true + + + true + + + true + + + + + Form Navigation + + + 0,1 + + + true + + + 1 + + + false + + + true + + + true + + + + + Form Controls + + + true + + + 2 + + + 0,0 + + + true + + + + + Form Design + + + true + + + 1 + + + 0,0 + + + true + + + + + Frame + + + 0,1 + + + true + + + true + + + true + + + + + false + + + 2 + + + Full Screen + + + true + + + true + + + true + + + true + + + + + false + + + Image Filter + + + false + + + true + + + + + 0,0 + + + 1 + + + true + + + Image + + + true + + + true + + + + + false + + + false + + + Insert + + + + + false + + + false + + + Insert Object + + + false + + + + + 0 + + + 0,1 + + + true + + + true + + + OLE-Object + + + false + + + true + + + + + false + + + false + + + Optimize + + + true + + + + + 0 + + + 0,1 + + + true + + + true + + + Print Preview + + + true + + + true + + + true + + + + + 0 + + + 0,1 + + + true + + + true + + + Text Object + + + false + + + true + + + + + 0 + + + true + + + true + + + Standard (Viewing Mode) + + + false + + + true + + + true + + + + + 1 + + + 1,0 + + + true + + + true + + + Drawing + + + + + 0,1 + + + true + + + 1 + + + Media Playback + + + true + + + true + + + + + false + + + false + + + Color + + + true + + + + + false + + + Basic Shapes + + + false + + + true + + + + + false + + + Block Arrows + + + false + + + true + + + + + false + + + Flowchart + + + false + + + true + + + + + false + + + Stars and Banners + + + false + + + true + + + + + false + + + Symbol Shapes + + + false + + + true + + + + + false + + + Callouts + + + false + + + true + + + + + 0,0 + + + 1 + + + true + + + Fontwork + + + true + + + false + + + true + + + + + false + + + Fontwork Shape + + + false + + + true + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu new file mode 100644 index 000000000..ce94fe093 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu @@ -0,0 +1,805 @@ + + + + + + + + + Comment + + + + + Shape + + + + + Shape Text + + + + + Form Control + + + + + Text Box Formatting + + + + + Text Frame + + + + + Image + + + + + Media + + + + + OLE Object + + + + + Print Preview + + + + + Table + + + + + Text + + + + + 0,0 + + + true + + + 0 + + + Standard + + + true + + + false + + + true + + + + + 0,1 + + + true + + + 1 + + + Find + + + false + + + true + + + + + 0,1 + + + true + + + 0 + + + Formatting + + + true + + + true + + + + + false + + + false + + + Tools + + + false + + + + + 0,3 + + + 1 + + + true + + + true + + + Table + + + true + + + + + 0,4 + + + 1 + + + true + + + Bullets and Numbering + + + true + + + true + + + + + 0,1 + + + true + + + 0 + + + Drawing Object Properties + + + true + + + false + + + true + + + + + false + + + Align Objects + + + false + + + + + 0,0 + + + 1 + + + true + + + Edit Points + + + true + + + true + + + true + + + + + 0,0 + + + 1 + + + true + + + true + + + 3D-Settings + + + false + + + true + + + + + Text Box Formatting + + + 0,0 + + + 1 + + + true + + + true + + + true + + + true + + + + + Form Filter + + + 0,0 + + + 1 + + + true + + + true + + + true + + + true + + + true + + + + + Form Navigation + + + 0,1 + + + true + + + 1 + + + false + + + true + + + true + + + + + Form Controls + + + false + + + false + + + + + Form Design + + + false + + + false + + + + + Frame + + + 0,1 + + + true + + + true + + + true + + + + + false + + + 2 + + + Full Screen + + + true + + + true + + + true + + + true + + + + + false + + + Image Filter + + + false + + + true + + + + + 1,1 + + + 0 + + + true + + + Image + + + true + + + true + + + + + false + + + false + + + Insert + + + + + 0 + + + 0,1 + + + true + + + true + + + OLE-Object + + + false + + + true + + + + + false + + + false + + + Optimize + + + true + + + + + 0 + + + 0,1 + + + true + + + true + + + Print Preview + + + true + + + true + + + true + + + + + 0 + + + 0,1 + + + true + + + true + + + Text Object + + + false + + + true + + + + + 0 + + + true + + + true + + + Standard (Viewing Mode) + + + false + + + true + + + true + + + + + 0,0 + + + 1 + + + true + + + false + + + Drawing + + + + + 0,1 + + + true + + + 1 + + + Media Playback + + + true + + + true + + + + + false + + + false + + + Color + + + true + + + + + false + + + Basic Shapes + + + false + + + true + + + + + false + + + Block Arrows + + + false + + + true + + + + + false + + + Flowchart + + + false + + + true + + + + + false + + + Stars and Banners + + + false + + + true + + + + + false + + + Symbol Shapes + + + false + + + true + + + + + false + + + Callouts + + + false + + + true + + + + + 0,0 + + + 1 + + + true + + + Fontwork + + + true + + + false + + + true + + + + + false + + + Fontwork Shape + + + false + + + true + + + + + 0 + + + 0,1 + + + true + + + false + + + Navigation + + + false + + + true + + + + + 0,2 + + + 1 + + + Track Changes + + + true + + + false + + + + + 0,2 + + + true + + + 0 + + + Formatting (Styles) + + + false + + + false + + + false + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterReportWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterReportWindowState.xcu new file mode 100644 index 000000000..b7238b5d7 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterReportWindowState.xcu @@ -0,0 +1,765 @@ + + + + + + + + + Comment + + + + + Shape + + + + + Shape Text + + + + + Form Control + + + + + Text Box Formatting + + + + + Text Frame + + + + + Image + + + + + Media + + + + + OLE Object + + + + + Print Preview + + + + + Table + + + + + Text + + + + + 0,0 + + + true + + + 0 + + + Standard + + + true + + + false + + + true + + + + + 0,1 + + + true + + + 0 + + + Formatting + + + true + + + true + + + + + 0,2 + + + true + + + 0 + + + Mail Merge + + + true + + + true + + + + + false + + + false + + + Tools + + + false + + + + + 0,0 + + + 1 + + + true + + + true + + + Table + + + true + + + + + 1 + + + true + + + Bullets and Numbering + + + true + + + true + + + + + 0,1 + + + true + + + 0 + + + Drawing Object Properties + + + true + + + false + + + true + + + + + false + + + Align Objects + + + false + + + + + 0,0 + + + 1 + + + true + + + Edit Points + + + true + + + true + + + true + + + + + 0,0 + + + 1 + + + true + + + true + + + 3D-Settings + + + false + + + true + + + + + Text Box Formatting + + + 0,0 + + + 1 + + + true + + + true + + + true + + + true + + + + + Form Filter + + + 0,0 + + + 1 + + + true + + + true + + + true + + + true + + + true + + + + + Form Navigation + + + 0,1 + + + true + + + 1 + + + false + + + true + + + true + + + + + Form Controls + + + true + + + 2 + + + 0,0 + + + true + + + + + Form Design + + + true + + + 1 + + + 0,0 + + + true + + + + + Frame + + + 0,1 + + + true + + + true + + + true + + + + + false + + + 2 + + + Full Screen + + + true + + + true + + + true + + + true + + + + + false + + + Image Filter + + + false + + + true + + + + + 0,0 + + + 1 + + + true + + + Image + + + true + + + true + + + + + false + + + false + + + Insert + + + + + false + + + false + + + Insert Object + + + false + + + + + 0 + + + 0,1 + + + true + + + true + + + OLE-Object + + + false + + + true + + + + + false + + + false + + + Optimize + + + true + + + + + 0 + + + 0,1 + + + true + + + true + + + Print Preview + + + true + + + true + + + true + + + + + 0 + + + 0,1 + + + true + + + true + + + Text Object + + + false + + + true + + + + + 0 + + + true + + + true + + + Standard (Viewing Mode) + + + false + + + true + + + true + + + + + 1 + + + 1,0 + + + true + + + true + + + Drawing + + + + + 0,1 + + + true + + + 1 + + + Media Playback + + + true + + + true + + + + + false + + + false + + + Color + + + true + + + + + false + + + Basic Shapes + + + false + + + true + + + + + false + + + Block Arrows + + + false + + + true + + + + + false + + + Flowchart + + + false + + + true + + + + + false + + + Stars and Banners + + + false + + + true + + + + + false + + + Symbol Shapes + + + false + + + true + + + + + false + + + Callouts + + + false + + + true + + + + + 0,0 + + + 1 + + + true + + + Fontwork + + + true + + + false + + + true + + + + + false + + + Fontwork Shape + + + false + + + true + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu new file mode 100644 index 000000000..321eda461 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu @@ -0,0 +1,661 @@ + + + + + + + + + Comment + + + + + Form Control + + + + + Text Box Formatting + + + + + Text Frame + + + + + Image + + + + + OLE Object + + + + + Print Preview + + + + + HTML Source + + + + + Table + + + + + Text + + + + + 0,0 + + + true + + + 0 + + + Standard + + + true + + + false + + + true + + + + + 0,1 + + + true + + + 1 + + + Find + + + false + + + false + + + + + 0,1 + + + true + + + 0 + + + Formatting + + + true + + + true + + + + + false + + + false + + + Tools + + + false + + + + + 0 + + + 0,1 + + + true + + + true + + + OLE-Object + + + false + + + true + + + + + 0,2 + + + 1 + + + true + + + true + + + Table + + + true + + + + + Frame + + + 0,1 + + + true + + + true + + + true + + + + + true + + + Image + + + true + + + 0,1 + + + true + + + + + 0 + + + 0,1 + + + true + + + true + + + Text Object + + + false + + + true + + + + + 0,1 + + + true + + + 0 + + + Drawing Object Properties + + + true + + + false + + + true + + + + + 0,0 + + + 1 + + + true + + + Edit Points + + + true + + + true + + + true + + + + + 0,0 + + + 1 + + + true + + + Fontwork + + + true + + + false + + + true + + + + + false + + + Fontwork Shape + + + false + + + true + + + + + Text Box Formatting + + + false + + + true + + + true + + + true + + + + + Form Filter + + + 0,0 + + + 1 + + + true + + + true + + + true + + + true + + + true + + + + + Form Navigation + + + 0,1 + + + true + + + 1 + + + false + + + true + + + true + + + + + Form Controls + + + false + + + false + + + + + Form Design + + + false + + + false + + + + + false + + + 2 + + + Full Screen + + + true + + + true + + + true + + + true + + + + + false + + + Image Filter + + + false + + + true + + + + + Insert + + + false + + + false + + + + + 0,3 + + + 1 + + + true + + + Bullets and Numbering + + + true + + + false + + + true + + + + + 0 + + + 0,1 + + + true + + + true + + + Print Preview + + + false + + + true + + + true + + + + + 0 + + + true + + + true + + + Standard (Viewing Mode) + + + true + + + true + + + true + + + + + 0,1 + + + true + + + 1 + + + Media Playback + + + true + + + true + + + + + false + + + false + + + Color + + + true + + + + + false + + + Basic Shapes + + + false + + + true + + + + + false + + + Block Arrows + + + false + + + true + + + + + false + + + Flowchart + + + false + + + true + + + + + false + + + Stars and Banners + + + false + + + true + + + + + false + + + Symbol Shapes + + + false + + + true + + + + + false + + + Callouts + + + false + + + true + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu new file mode 100644 index 000000000..f5d7bdf86 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu @@ -0,0 +1,929 @@ + + + + + + + + + Comment + + + + + Shape + + + + + Shape Text + + + + + Form Control + + + + + Text Box Formatting + + + + + Text Frame + + + + + Image + + + + + Media + + + + + Notebookbar + + + + + OLE Object + + + + + Print Preview + + + + + Table + + + + + Text + + + + + 0,0 + + + true + + + 0 + + + Standard + + + true + + + false + + + true + + + + + Notebookbar shortcuts + + + false + + + true + + + + + 0,1 + + + true + + + 1 + + + Find + + + false + + + false + + + + + 0,1 + + + true + + + 0 + + + Formatting + + + true + + + true + + + + + 0,2 + + + true + + + 0 + + + Mail Merge + + + true + + + true + + + + + false + + + false + + + Tools + + + false + + + + + false + + + Curves and Polygons + + + false + + + true + + + + + false + + + Lines and Arrows + + + false + + + true + + + + + 0,2 + + + 0 + + + true + + + false + + + TSCP Classification + + + + + 0,3 + + + 1 + + + true + + + true + + + Table + + + true + + + + + 0,4 + + + 1 + + + true + + + Bullets and Numbering + + + true + + + true + + + + + 0,1 + + + true + + + 0 + + + Drawing Object Properties + + + true + + + false + + + true + + + + + false + + + Align Objects + + + false + + + + + 0,0 + + + 1 + + + true + + + Edit Points + + + true + + + false + + + true + + + + + 0,0 + + + 1 + + + true + + + true + + + 3D-Settings + + + false + + + true + + + + + Text Box Formatting + + + 0,0 + + + 1 + + + true + + + true + + + true + + + true + + + + + Form Filter + + + 0,0 + + + 1 + + + true + + + true + + + true + + + true + + + true + + + + + Form Navigation + + + 0,1 + + + true + + + 1 + + + false + + + true + + + true + + + + + Form Controls + + + false + + + false + + + + + Form Design + + + true + + + 1 + + + 0,2 + + + false + + + + + Frame + + + 0,1 + + + true + + + true + + + true + + + + + false + + + 2 + + + Full Screen + + + true + + + true + + + true + + + true + + + + + false + + + Image Filter + + + false + + + true + + + + + 1,1 + + + 0 + + + true + + + Image + + + true + + + true + + + + + false + + + false + + + Insert + + + + + 0 + + + 0,1 + + + true + + + true + + + OLE-Object + + + false + + + true + + + + + false + + + false + + + Optimize Size + + + true + + + + + 0 + + + 0,1 + + + true + + + true + + + Print Preview + + + true + + + true + + + true + + + + + 0 + + + 0,1 + + + true + + + true + + + Text Object + + + false + + + true + + + + + 0 + + + true + + + true + + + Standard (Viewing Mode) + + + true + + + true + + + true + + + + + 0,0 + + + 1 + + + true + + + false + + + Drawing + + + + + 0,1 + + + true + + + 1 + + + Media Playback + + + true + + + true + + + + + false + + + false + + + Color + + + true + + + + + false + + + Basic Shapes + + + false + + + true + + + + + false + + + Block Arrows + + + false + + + true + + + + + false + + + Flowchart + + + false + + + true + + + + + false + + + Stars and Banners + + + false + + + true + + + + + false + + + Symbol Shapes + + + false + + + true + + + + + false + + + Callouts + + + false + + + true + + + + + 0,0 + + + 1 + + + true + + + Fontwork + + + true + + + false + + + true + + + + + false + + + Fontwork Shape + + + false + + + true + + + + + 0 + + + 0,1 + + + true + + + false + + + Navigation + + + false + + + true + + + + + Logo + + + false + + + false + + + false + + + + + 0,2 + + + 1 + + + Track Changes + + + true + + + false + + + + + 0,0 + + + true + + + 0 + + + Standard (Single Mode) + + + false + + + false + + + false + + + + + 0,2 + + + true + + + 0 + + + Formatting (Styles) + + + false + + + false + + + false + + + + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/XFormsWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/XFormsWindowState.xcu new file mode 100644 index 000000000..24a1964cf --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/UI/XFormsWindowState.xcu @@ -0,0 +1,753 @@ + + + + + + + + + Comment + + + + + Shape + + + + + Shape Text + + + + + Form Control + + + + + Text Box Formatting + + + + + Text Frame + + + + + Image + + + + + Media + + + + + OLE Object + + + + + Print Preview + + + + + Table + + + + + Text + + + + + 0,0 + + + true + + + 0 + + + Standard + + + true + + + false + + + true + + + + + 0,3 + + + true + + + 1 + + + Find + + + false + + + false + + + + + 0,1 + + + true + + + 0 + + + Formatting + + + true + + + true + + + + + false + + + false + + + Tools + + + false + + + + + 0,0 + + + 1 + + + true + + + true + + + Table + + + true + + + + + 0,0 + + + 1 + + + true + + + Bullets and Numbering + + + true + + + true + + + + + 0,1 + + + true + + + 0 + + + Drawing Object Properties + + + true + + + false + + + true + + + + + false + + + Align Objects + + + false + + + + + 0,0 + + + 1 + + + true + + + Edit Points + + + true + + + true + + + true + + + + + 0 + + + false + + + true + + + 3D-Settings + + + false + + + true + + + + + Text Box Formatting + + + 0,0 + + + 1 + + + true + + + true + + + true + + + true + + + + + Form Filter + + + 0,0 + + + 1 + + + true + + + true + + + true + + + true + + + true + + + + + Form Navigation + + + 0,1 + + + true + + + 1 + + + false + + + true + + + true + + + + + Form Controls + + + false + + + true + + + + + Form Design + + + true + + + 1 + + + 0,2 + + + true + + + + + Frame + + + true + + + true + + + true + + + + + false + + + 2 + + + Full Screen + + + true + + + true + + + true + + + true + + + + + false + + + Image Filter + + + false + + + true + + + + + 0,0 + + + 1 + + + true + + + Image + + + true + + + true + + + + + false + + + false + + + Insert + + + + + false + + + false + + + Insert Object + + + false + + + + + 0 + + + 0,1 + + + true + + + true + + + OLE-Object + + + false + + + true + + + + + false + + + false + + + Optimize + + + true + + + + + 0 + + + 0,1 + + + true + + + true + + + Print Preview + + + true + + + true + + + true + + + + + 0 + + + 0,1 + + + true + + + true + + + Text Object + + + false + + + true + + + + + 0 + + + true + + + true + + + Standard (Viewing Mode) + + + false + + + true + + + true + + + + + 1 + + + true + + + false + + + Drawing + + + + + 0,1 + + + true + + + 1 + + + Media Playback + + + true + + + true + + + + + false + + + false + + + Color + + + true + + + + + false + + + Basic Shapes + + + false + + + true + + + + + false + + + Block Arrows + + + false + + + true + + + + + false + + + Flowchart + + + false + + + true + + + + + false + + + Stars and Banners + + + false + + + true + + + + + false + + + Symbol Shapes + + + false + + + true + + + + + false + + + Callouts + + + false + + + true + + + + + 0,0 + + + 1 + + + true + + + Fontwork + + + true + + + false + + + true + + + + + false + + + Fontwork Shape + + + false + + + true + + + + + -- cgit v1.2.3