# -*- 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_Executable_Executable,libtest)) $(eval $(call gb_Executable_set_include,libtest,\ $$(INCLUDE) \ )) ifeq ($(OS),LINUX) $(eval $(call gb_Executable_add_libs,libtest,\ -ldl \ )) endif $(eval $(call gb_Executable_add_exception_objects,libtest,\ smoketest/libtest \ )) liblibreoffice_OWN_LD_PATH_DIR := $(INSTROOT)/program/libolib liblibreoffice_OWN_LD_SO := $(liblibreoffice_OWN_LD_PATH_DIR)/$(call gb_Library__get_workdir_linktargetname,libreoffice) $(liblibreoffice_OWN_LD_SO) : $(call gb_Library_get_target,libreoffice) mkdir -p $(liblibreoffice_OWN_LD_PATH_DIR)/Library cp -a $(call gb_Library_get_target,libreoffice) $(liblibreoffice_OWN_LD_SO) run_libtest: $(liblibreoffice_OWN_LD_SO) $(gb_Helper_LIBRARY_PATH_VAR)=$${$(gb_Helper_LIBRARY_PATH_VAR):+$$$(gb_Helper_LIBRARY_PATH_VAR):}":$(liblibreoffice_OWN_LD_PATH_DIR)/Library" \ $(WORKDIR)/LinkTarget/Executable/libtest \ $(INSTROOT)/program $(WORKDIR)/Zip/smoketestdoc.sxw \ # vim: set noet sw=4 ts=4: ce-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/langtoolconfigpage.ui
AgeCommit message (Expand)Author
2023-11-06tdf#158002 - UI: Part 19 - Unify lockdown behavior of Options dialogBalazs Varga
2023-02-02Related: tdf#152642 match spacing and layout of other option pagesCaolán McNamara
2023-02-02match spacing and layout of other option pagesCaolán McNamara
2023-02-02resave with latest gladeCaolán McNamara
2023-02-01add truncate-multiline for consistencyCaolán McNamara
2023-01-31Restore changes accidentally overwritten in 1fb964276c184b0fb052503fe7dbc05bf...Adolfo Jayme Barrientos
2023-01-30cui: add entry "RestProtocol" to language tool dialogHenry Castro
2023-01-30Added option to disable ssl verification for languagetoolMert Tumer
2022-09-07add truncate-multiline for consistency with vcl and all the othersCaolán McNamara
2022-06-130.8 is too small on Windows; follow-up to 0ebbe1f00Adolfo Jayme Barrientos
2022-06-11Related: tdf#119827 Add “scale” property for non-interactive labels in mo...Adolfo Jayme Barrientos
2022-06-10LanguageTool Grammar Checker implementationMert Tumer