# -*- 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_CustomTarget_CustomTarget,ridljar/javamaker)) ridljar_DIR := $(call gb_CustomTarget_get_workdir,ridljar/javamaker) $(call gb_CustomTarget_get_target,ridljar/javamaker) : $(ridljar_DIR)/done $(ridljar_DIR)/done : $(call gb_UnoApi_get_target,udkapi) \ $(call gb_Executable_get_runtime_dependencies,javamaker) \ | $(ridljar_DIR)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),JVM,1) $(call gb_Helper_abbreviate_dirs, \ rm -r $(ridljar_DIR) && \ $(call gb_Helper_execute,javamaker -O$(ridljar_DIR) $<) && touch $@) # vim:set shiftwidth=4 tabstop=4 noexpandtab: lotropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/util
AgeCommit message (Expand)Author
2018-10-19sw: create SwUnoModule instances with an uno constructorMiklos Vajna
2018-10-12sw: create DocxExport instances with an uno constructorMiklos Vajna
2018-10-05sw: create RtfExport instances with an uno constructorMiklos Vajna
2017-08-10tdf#79167 Change search type through a drop down controlJames Raykowski
2016-03-18mailmerge: Toolbar edit box to show or change the current entry number.Jan Holesovsky
2016-03-18mailmerge: Implement toolbar controller to exclude entries.Jan Holesovsky
2015-03-12Clean up previous commitStephan Bergmann
2015-03-12sw: further components converted to constructor methodChris Sherlock
2015-02-26Clean up previous commitStephan Bergmann
2015-02-26sw: convert swd.component to constructor usageChris Sherlock
2015-02-26sw: convert SwWebDocument & SwGlobalDocument components to use constructorChris Sherlock
2015-02-25sw: convert import & export components to constructor usageChris Sherlock
2014-02-05sw: Ctor feature for sw.sidebar.SwPanelFactoryMatúš Kukan
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann