# -*- 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_UITest_UITest,statistics)) $(eval $(call gb_UITest_add_modules,statistics,$(SRCDIR)/sc/qa/uitest,\ statistics/ \ )) $(eval $(call gb_UITest_set_defs,statistics, \ TDOC="$(SRCDIR)/sc/qa/uitest/statistics/data" \ )) # vim: set noet sw=4 ts=4: orm'>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/uiconfig/scalc/ui/sheetprintpage.ui
AgeCommit message (Expand)Author
2022-11-02tdf#134882 Change label in the dialog: 'fit' is replaced with 'shrink'Bogdan B
2021-06-26gtk4: GtkPicture triggers some sort of unexplained vertical expandCaolán McNamara
2021-06-26resave with latest gladeCaolán McNamara
2021-06-25remove stray max-length from GtkSpinButtonCaolán McNamara
2021-06-17remove 'relief' from CheckButtonsCaolá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 imagesCaolán McNamara
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara
2021-01-01drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara
2020-12-22replace deprecated xpad/ypadCaolán McNamara
2020-12-22remove deprecated (and unwanted) GtkEntry shadow-typeCaolán McNamara
2020-11-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolá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