# # 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # use strict; use warnings; use lib ("$ENV{SRCDIR}/solenv/bin/modules"); use installer qw(main); exit main(); /zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/uiconfig/scalc/ui/createnamesdialog.ui
AgeCommit message (Expand)Author
2021-08-09stray unwanted and unneeded image-position propertiesCaolán McNamara
2021-01-21remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara
2021-01-16snap near 0.5 align values to 0.5Caolán McNamara
2021-01-15replace stock button labelsCaolán McNamara
2021-01-01drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara
2020-09-01tdf#118148 Extended tips for HC2/scalc/Olivier Hallot