# -*- 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,jvmfwk)) $(eval $(call gb_Library_add_defs,jvmfwk,\ -DJVMFWK_DLLIMPLEMENTATION \ )) ifneq ($(JVM_ONE_PATH_CHECK),) $(eval $(call gb_Library_add_defs,jvmfwk,\ -DJVM_ONE_PATH_CHECK=\"$(JVM_ONE_PATH_CHECK)\" \ )) endif $(eval $(call gb_Library_set_include,jvmfwk,\ -I$(SRCDIR)/jvmfwk/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_api,jvmfwk,\ udkapi \ )) $(eval $(call gb_Library_use_libraries,jvmfwk,\ cppu \ cppuhelper \ sal \ salhelper \ $(gb_UWINAPI) \ )) ifeq ($(OS),ANDROID) $(eval $(call gb_Library_use_libraries,jvmfwk,\ lo-bootstrap \ )) endif ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,jvmfwk,\ advapi32 \ )) endif $(eval $(call gb_Library_use_externals,jvmfwk,\ boost_headers \ libxml2 \ valgrind \ )) $(eval $(call gb_Library_add_exception_objects,jvmfwk,\ jvmfwk/plugins/sunmajor/pluginlib/gnujre \ jvmfwk/plugins/sunmajor/pluginlib/otherjre \ jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin \ jvmfwk/plugins/sunmajor/pluginlib/sunjre \ jvmfwk/plugins/sunmajor/pluginlib/sunversion \ jvmfwk/plugins/sunmajor/pluginlib/util \ jvmfwk/plugins/sunmajor/pluginlib/vendorbase \ jvmfwk/plugins/sunmajor/pluginlib/vendorlist \ jvmfwk/source/elements \ jvmfwk/source/framework \ jvmfwk/source/fwkbase \ jvmfwk/source/fwkutil \ jvmfwk/source/libxmlutil \ )) # vim:set noet sw=4 ts=4: ro/cib/libreoffice-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/schema
AgeCommit message (Expand)Author
2020-05-24tdf#101181: drop useless "GlowEffect" boolean propertyMike Kaganski
2020-05-18schema: adapt libreoffice schema to ODF 1.3Michael Stahl
2020-05-18schema: update ODF 1.3 rng drafts to cs01Michael Stahl
2020-05-11tdf#49247: no need in extra boolean property, radius is enoughMike Kaganski
2020-05-11sw from-bottom relative orientation: link ODF proposalMiklos Vajna
2020-05-11tdf#49247: implement soft edges document model and import/exportMike Kaganski
2020-05-07tdf#101181: unit test for glow attributes in ODFMike Kaganski
2020-05-06sw from-bottom relative orientation: add ODF filterMiklos Vajna
2020-04-09tdf#127792 implement UNO chart attribute MajorOriginTünde Tóth
2020-03-30tdf#131370 chart: implement OOXML import/export of legend overlay featureTünde Tóth
2020-02-27tdf#108110 ODF chart: import/export of custom position of data point labelsBalazs Varga
2019-12-06tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt
2019-12-03Remove trailing whitespaceSamuel Mehrbrodt
2019-11-29tdf#123206 Import/Export chart custom label textTamas Bunth
2019-11-25Replace TODO with OASIS proposal for semi-transparent shape textMiklos Vajna
2019-11-21xmloff: add ODF import/export for semi-transparent shape textMiklos Vajna
2019-10-03sw anchored object allow overlap: replace TODO with OASIS proposalMiklos Vajna
2019-09-24Related: tdf#124600 sw anchored object allow overlap: add ODT filterMiklos Vajna
2019-08-22QR Code : ODF import/exportShubham Goyal
2019-07-25tdf#119228 Add storage and serialisation for the Resolved flagScott Clarke
2019-06-18schema: update ODF 1.3 main rng draft to wd12Michael Stahl
2019-02-27tdf#123557 PPTX: Export timenode condition targets.Mark Hung
2019-02-14sw btlr writing mode: add odf spec proposal URLMiklos Vajna
2019-02-13sw btlr writing mode: implement ODF filterMiklos Vajna
2018-12-13address forward incompatibility of InputRequired default changeLionel Elie Mamane
2018-09-28Fix dictionnary -> dictionaryAndrea Gelmini
2018-08-04Fix typosAndrea Gelmini
2018-07-06tdf#101856 odt: write/read new bookmark attributes: unit testSerge Krot
2018-07-04Fix typoAndrea Gelmini
2018-07-03schema: add some simple things found in ODT exported from crashtestingMichael Stahl
2018-07-03schema: add README, as requested by NoelMichael Stahl
2018-06-30schema,sw: enable ODF validation in all sw testsMichael Stahl
2018-06-30schema,sd: enable ODF validation in sd testsMichael Stahl
2018-06-29schema: ODF 1.3 + libreoffice extensions schemaMichael Stahl
2018-06-29schema: hack for the version numberMichael Stahl
2018-06-28schema: fix some obvious issues in ODF 1.3 schemasMichael Stahl
2018-06-28schema: update to latest available ODF 1.3 draft schemasMichael Stahl
2018-06-26schema: add MathML2 XSDMichael Stahl
2017-07-19revert fix typosThorsten Behrens
2017-03-19Fix typosAndrea Gelmini
2017-03-02Fix typosAndrea Gelmini
2016-08-29schema: copy of v1.3 schema to collect LO extensionsThorsten Behrens
2016-08-28add ODF schema files to core repoThorsten Behrens