# -*- 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_Module_Module,libexttextcat)) ifeq ($(SYSTEM_LIBEXTTEXTCAT),NO) $(eval $(call gb_Module_add_targets,libexttextcat,\ UnpackedTarball_exttextcat \ Zip_fingerprint \ )) ifeq ($(COM),MSC) $(eval $(call gb_Module_add_targets,libexttextcat,\ StaticLibrary_exttextcat \ )) else $(eval $(call gb_Module_add_targets,libexttextcat,\ ExternalPackage_exttextcat \ ExternalProject_exttextcat \ )) endif endif # vim: set noet sw=4 ts=4: t();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/oox
AgeCommit message (Expand)Author
2019-07-17tdf#42949 Fix IWYU warnings in include/ooxGabor Kelemen
2019-07-15tdf#126193 Chart OOXML: Export Multi-level category labelsBalazs Varga
2019-07-14Fix typoAndrea Gelmini
2019-07-14Fix typoAndrea Gelmini
2019-07-09SmartArt: improve organization chart layoutGrzegorz Araminowicz
2019-07-02SmartArt: make if-node functions relative to current presentation nodeGrzegorz Araminowicz
2019-07-02tdf#125554 PPTX export: handle gradient transparency for gradient fillMiklos Vajna
2019-06-28tdf#126115 Chart OOXML Export: fix individual markerBalazs Varga
2019-05-20Use DBG_UTIL instead of OSL_DEBUG_LEVEL for the OOX dumping stuffTor Lillqvist
2019-05-20tdf#125360: PPTX: Shape fill transparency is not exportedTamás Zolnai
2019-05-18tdf#125346: PPTX export: Shape has wrong fill color comming from themeTamás Zolnai
2019-05-14SmartArt: regenerate diagram commandGrzegorz Araminowicz
2019-05-10SmartArt: support diagram backgroundGrzegorz Araminowicz
2019-05-03The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann
2019-04-30PPTX import: store OOXTheme in InteropGrabBag for SmartArt re-generationGrzegorz Araminowicz
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski
2019-04-17tdf#123645 XLSX export: fix hyperlink inserted to charttundet
2019-04-08PPTX export: save SmartArt as diagram instead of group of shapesGrzegorz Araminowicz
2019-04-04Get rid of USS macroMike Kaganski
2019-03-26loplugin:unnnecessaryvirtualNoel Grandin
2019-03-20tdf#123909 fix event source that refers to a timenode.Mark Hung
2019-03-18tdf#81437 XLSX import: fix missing chart borderBalazs Varga
2019-03-18PPTX import: save also OOXDrawing in InteropGrabBagGrzegorz Araminowicz