# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_UnpackedTarball_UnpackedTarball,ConvertTextToNumber)) $(eval $(call gb_UnpackedTarball_set_tarball,ConvertTextToNumber,$(CT2N_TARBALL),0)) $(eval $(call gb_UnpackedTarball_add_patches,ConvertTextToNumber,\ ct2n/ConvertTextToNumber-1.3.2-no-license.patch \ ct2n/ConvertTextToNumber-1.3.2-no-visible-by-default.patch \ )) $(eval $(call gb_UnpackedTarball_fix_end_of_line,ConvertTextToNumber,\ description.xml \ Office/UI/BaseWindowState.xcu \ Office/UI/BasicIDEWindowState.xcu \ Office/UI/CalcWindowState.xcu \ Office/UI/DrawWindowState.xcu \ Office/UI/ImpressWindowState.xcu \ Office/UI/MathWindowState.xcu \ Office/UI/StartModuleWindowState.xcu \ Office/UI/WriterWindowState.xcu \ )) # vim: set noet sw=4 ts=4: llotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
AgeCommit message (Expand)Author
2024-11-15Revert "tdf#136003 Make Delete Rows/Columns labels more descriptive"Sahil Gautam
2024-10-30tdf#85976 Change label from "Handle Duplicate Records" to "Duplicates"Sahil Gautam
2024-10-05tdf#85976 change labels as suggested in comment 73 on the ticketSahil Gautam
2024-09-27tdf#85976 [RFE] Add a "Remove Duplicate Records" commandSahil Gautam
2024-09-02tdf#162476 Pluralize command name to reflect its effect beyond the current cellAdolfo Jayme Barrientos
2024-06-20Resolves tdf#64028 - Command to retain source cell on cutHeiko Tietze
2023-12-22tdf#136003 Make Delete Rows/Columns labels more descriptiveSahil
2023-12-12tdf#33201 Add UNO command for Column/Row HighlightingSahil
2023-10-31tdf#157930 Add Contains Text rule to easy conditional format dialogofftkp
2023-10-27tdf#157930 sc: Add easy to use conditional formatting menuParis Oplopoios
2023-05-23Revert "Related tdf#114286: put duplicates commands in GenericCommands..."Julien Nabet
2023-03-30tdf#150471 Remove duplicated Freeze commands from the Tabbed UIRafael Lima
2023-02-25Resolves tdf#153578 - Duplicate mnemonicsHeiko Tietze
2022-07-11tdf#149738: Minor inconsistencies in sparkline related UI stringsJulien Nabet
2022-06-07tdf#129674 Add GoTo Sheet commandLaurent BP
2022-04-10sc: add UI, undo/redo and test to change sparkline data rangeTomaž Vajngerl
2022-04-06sc: add Group and Ungroup to context menu for sparklinesTomaž Vajngerl
2022-04-06sc: add "Delete Sparkline Group" context menu action + Undo/RedoTomaž Vajngerl
2022-04-04sc: add "Edit Sparkline Group" context menu actionTomaž Vajngerl
2022-04-03sc: add "Delete Sparkline" context menu commandTomaž Vajngerl
2022-04-03sc: SparklineDialog and "Insert Sparkline" to context menuTomaž Vajngerl
2022-03-17Related tdf#114286: put duplicates commands in GenericCommands (DeleteRows)Julien Nabet
2022-03-17Related tdf#114286: remove duplicates commands in Calc/Draw (InsertAnnotation)Julien Nabet
2022-03-17Related tdf#114286: put duplicates commands in GenericCommands (DeleteColumns)Julien Nabet
2022-03-15Related tdf#114286: put duplicates commands in GenericCommands (MergeCells)Julien Nabet
2022-02-15tdf#145745 Create uno:DuplicateSheet commandrafaelhlima
2022-02-09Resolves tdf#147301 - Disable Hidden Row/Col indicatorHeiko Tietze
2022-01-24tdf#139735 Change "Links to External Files" to more precise sentence.Jeff Huang