# -*- 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/. # include $(SRCDIR)/vcl/commonfuzzer.mk $(eval $(call gb_Executable_Executable,olefuzzer)) $(eval $(call gb_Executable_use_api,olefuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,olefuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,olefuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,olefuzzer,\ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,olefuzzer,\ $(fuzzer_statics) \ )) $(eval $(call gb_Executable_add_exception_objects,olefuzzer,\ vcl/workben/olefuzzer \ )) $(eval $(call gb_Executable_add_libs,olefuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: tro/allotropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/borderpage.ui
AgeCommit message (Expand)Author
2023-09-27tdf#146609 Renamed line width to thickness.Adam Eric Fallon
2022-07-29tdf#150100 sc import and UI: fix double cell border dialogBalazs Varga
2021-11-24border tab page: Explain how thick lines areSamuel Mehrbrodt
2021-11-10add placeholder labels for gtkCaolán McNamara
2021-11-09tdf#48622 Fix layout issue when "Custom" was selectedSamuel Mehrbrodt
2021-11-09Save with Glade 3.38.2Samuel Mehrbrodt
2021-11-04tdf#48622 Add new border line width defaultsSamuel Mehrbrodt
2021-09-27border page combobox defaults to taking up a lot of spaceCaolán McNamara
2021-09-27tdf#48622 add border line thickness predefined values in UIVasily Melenchuk
2021-02-11add tooltip about merge paragraph to Borders tab in Paragraph dialogsSeth Chaiklin
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-04drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara
2020-11-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara
2020-11-11Resolves: tdf#34398 add tooltip to "user-defined" for table bordersSeth Chaiklin
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara
2019-11-16tdf#127807 Border Dialog updateandreas kainz
2019-10-17tdf#125508 remove border frame from shadows and presetsCaolán McNamara