# -*- 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_Library_Library,ucpchelp1)) $(eval $(call gb_Library_set_componentfile,ucpchelp1,xmlhelp/util/ucpchelp1)) $(eval $(call gb_Library_set_include,ucpchelp1,\ -I$(SRCDIR)/xmlhelp/source/cxxhelp/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_custom_headers,ucpchelp1, \ officecfg/registry \ )) $(eval $(call gb_Library_use_sdk_api,ucpchelp1)) $(eval $(call gb_Library_use_externals,ucpchelp1,\ boost_headers \ clucene \ expat \ libxml2 \ libxslt \ )) $(eval $(call gb_Library_use_libraries,ucpchelp1,\ comphelper \ cppu \ cppuhelper \ helplinker \ sal \ ucbhelper \ utl \ i18nlangtag \ vcl \ )) $(eval $(call gb_Library_add_exception_objects,ucpchelp1,\ xmlhelp/source/cxxhelp/provider/content \ xmlhelp/source/cxxhelp/provider/contentcaps \ xmlhelp/source/cxxhelp/provider/databases \ xmlhelp/source/cxxhelp/provider/db \ xmlhelp/source/cxxhelp/provider/inputstream \ xmlhelp/source/cxxhelp/provider/provider \ xmlhelp/source/cxxhelp/provider/resultset \ xmlhelp/source/cxxhelp/provider/resultsetbase \ xmlhelp/source/cxxhelp/provider/resultsetforquery \ xmlhelp/source/cxxhelp/provider/resultsetforroot \ xmlhelp/source/cxxhelp/provider/services \ xmlhelp/source/cxxhelp/provider/urlparameter \ xmlhelp/source/cxxhelp/qe/DocGenerator \ xmlhelp/source/treeview/tvfactory \ xmlhelp/source/treeview/tvread \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: ion value='distro/cib/libreoffice-6-4'>distro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/paraindentspacing.ui
AgeCommit message (Expand)Author
2018-09-18make preview position align againCaolán McNamara
2018-06-14weld SvxStdParagraphTabPageCaolán McNamara
2018-04-14look for check buttons without underlinesCaolán McNamara
2018-04-03tdf#93173: Remove arbitrary line spacing limitMike Kaganski
2018-04-02drop the spurious invisible_char[_set] propertiesCaolán McNamara
2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-02-09tdf#98993 cui: Paragraph dialog: decimals in Line Spacing spinboxMichael Stahl
2016-06-16tdf#85949 Add 1.15 line spacing in the paragraph dialog alsoSamuel Mehrbrodt