# -*- 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_Module_Module,forms)) $(eval $(call gb_Module_add_targets,forms,\ Library_frm \ )) $(eval $(call gb_Module_add_l10n_targets,forms,\ AllLangMoTarget_frm \ )) $(eval $(call gb_Module_add_subsequentcheck_targets,forms,\ JunitTest_forms_unoapi_1 \ JunitTest_forms_unoapi_2 \ JunitTest_forms_unoapi_3 \ JunitTest_forms_unoapi_4 \ JunitTest_forms_complex \ )) # vim: set noet sw=4 ts=4: name='h' onchange='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/textflowpage.ui
AgeCommit message (Expand)Author
2022-08-16Related tdf#82087: hyphenation: allow 1 character at line beginJulien Nabet
2022-08-07tdf#82087: hyphenation: allow 1 character at line end for GreekJulien Nabet
2022-06-02tdf#149420 sw offapi xmloff: add hyphenation zoneLászló Németh
2022-05-26tdf#149324 sw offapi xmloff: add option to not hyphenate short wordsLászló Németh
2022-05-26tdf#149248 sw offapi xmloff: add option to not hyphenate last wordLászló Németh
2021-09-15Fix some assorted mistakes in translatable stringsAdolfo Jayme Barrientos
2021-06-17stray always-show-image properties in random checkboxesCaolán McNamara
2021-06-16remove SpinButton input-purpose propertiesCaolán McNamara
2021-01-21remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara
2021-01-06drop 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-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-10-20Related: tdf#137608 use same max-page in textflow as insert, breakCaolán McNamara
2020-09-04tdf#118148 Extended tips for HC2/swriterOlivier Hallot