# -*- 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,odk/docs/java/ref)) odk_JAVAPACKAGES := com.sun.star.comp.helper \ com.sun.star.lib.uno.helper \ com.sun.star.lib.unoloader \ com.sun.star.uno \ $(SRCDIR)/ridljar/com/sun/star/lib/util/UrlToFileMapper.java $(eval $(call gb_CustomTarget_register_targets,odk/docs/java/ref,\ javadoc_log.txt \ )) $(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/package-list : $(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/javadoc_log.txt touch $@ $(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/%.css \ $(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/%.gif \ $(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/%.html : \ $(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/javadoc_log.txt touch $@ $(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/javadoc_log.txt : \ $(call gb_Jar_get_target,libreoffice) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),JDC,1) $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),JDC) $(call gb_Helper_abbreviate_dirs,\ $(JAVADOC) -source $(JAVA_SOURCE_VER) -J-Xmx120m -use -splitindex \ -windowtitle "Java UNO Runtime Reference" \ -header "$(PRODUCTNAME) $(PRODUCTVERSION) SDK Java API Reference"\ -tag attention:a:"Attention:" \ -d $(dir $@) \ -sourcepath "$(SRCDIR)/ridljar/source/unoloader$(gb_CLASSPATHSEP)$(SRCDIR)/ridljar$(gb_CLASSPATHSEP)$(SRCDIR)/jurt$(gb_CLASSPATHSEP)$(SRCDIR)/javaunohelper" \ -classpath $(call gb_Jar_get_target,libreoffice) \ -linkoffline ../../common/reg $(SRCDIR)/odk/docs/java-uno \ -linkoffline http://java.sun.com/j2se/1.5/docs/api $(SRCDIR)/odk/docs/java \ $(odk_JAVAPACKAGES) \ $(if $(JAVADOCISGJDOC),,-notimestamp) \ > $@) $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),JDC) # vim: set noet sw=4 ts=4: value='distro/collabora/cd-5.3-3.1'>distro/collabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/Library_scfilt.mk
AgeCommit message (Expand)Author
2024-04-11pivot: Import Pivot Table "formats" element(s)Tomaž Vajngerl
2023-09-20Use less boost external headers dependency in scGabor Kelemen
2023-09-18Use less zlib external headers dependencyGabor Kelemen
2023-08-02sc: theme color support for sparklines + ODF & OOXML import/exportTomaž Vajngerl
2023-06-17oox, writerfilter, xmloff: use frozen data structures for static dataTomaž Vajngerl
2023-06-17sc: perf: speedup sheets with lots of repetitive...Dennis Francis
2023-03-01oox: import directly into docmodel's Theme and ColorSetTomaž Vajngerl
2022-04-01sc: Sparkline export for OOXML documents + roundtrip testTomaž Vajngerl
2022-03-08sc: support reading sparklines from OOXML documentTomaž Vajngerl
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2018-05-31Initial steps to make also Calc usable from Automation clientsTor Lillqvist
2017-11-08drop uncallable Sc10ImportCaolán McNamara
2017-08-16sc: drop dead codeJochen Nitschke
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-11-28orcus is mandatory nowMarkus Mohrhard
2016-11-03remove unused BiffInputStreamNoel Grandin
2016-11-03merge ScBiffReader and ScQProReaderNoel Grandin
2016-10-18loplugin:unusedmethodsNoel Grandin
2016-04-12Move clew/clew.h into external, tooStephan Bergmann
2016-03-08Update liborcus to 0.11.0.Kohei Yoshida
2015-09-27make gnumeric xml a real LibreOffice filter formatMarkus Mohrhard
2015-08-31TableRef: first wave of writing ScDBData to OOXML tablesEike Rathke
2015-06-24TableRef: read <table><tableColumns><tableColumn> from OOXMLEike Rathke
2015-03-11sc: use constructor syntax in scfilt.componentChris Sherlock
2014-11-03sc: clean up Library_scfilt.mk duplication wrt. ORCUSMichael Stahl
2014-10-30Move thread-pool down into comphelper for re-use elsewhere.Michael Meeks
2014-08-28bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx.Kohei Yoshida
2014-07-18bnc#885548: Initial work on importing revisions from xlsx.Kohei Yoshida
2014-03-03upgrade liborcusMarkus Mohrhard
2014-02-12normalize values of SYSTEM_ZLIB, SYSTEM_DICTS, SYSTEM_FONTCONFIGMichael Stahl