# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Executable_Executable,svidl)) $(eval $(call gb_Executable_use_external,svidl,boost_headers)) $(eval $(call gb_Executable_set_include,svidl,\ $$(INCLUDE) \ -I$(SRCDIR)/idl/inc \ )) $(eval $(call gb_Executable_use_sdk_api,svidl)) $(eval $(call gb_Executable_use_libraries,svidl,\ tl \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_add_exception_objects,svidl,\ idl/source/cmptools/hash \ idl/source/cmptools/lex \ idl/source/objects/basobj \ idl/source/objects/bastype \ idl/source/objects/module \ idl/source/objects/object \ idl/source/objects/slot \ idl/source/objects/types \ idl/source/prj/command \ idl/source/prj/database \ idl/source/prj/globals \ idl/source/prj/svidl \ idl/source/prj/parser \ )) # vim: set noet sw=4 ts=4: on value='distro/cib/libreoffice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oox/Library_oox.mk
AgeCommit message (Expand)Author
2020-07-24oox smartart: start parsing rule listsMiklos Vajna
2020-05-25[MS-OFFCRYPTO] convert oox implementation into UNO serviceVasily Melenchuk
2019-12-28Revert "tdf#46037: remove configurationhelper in oox/vbaproject"Julien Nabet
2019-12-23tdf#46037: remove configurationhelper in oox/vbaprojectJulien Nabet
2019-10-04always use gb_LinkTarget__get_cxxflags for cxxobjectsLuboš Luňák
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2019-09-17SmartArt: separate data model from diagram.cxxGrzegorz Araminowicz
2019-07-09tdf#126030 Translate automatic chart title in OOXML chartsGabor Kelemen
2019-07-01SmartArt: all visitors follow data presentation nodesGrzegorz Araminowicz
2019-02-23tdf#47365: import support for PPTX presentation's loop attributeMike Kaganski
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
2018-10-31oox: remove dead QuickDiagrammingLayoutMiklos Vajna
2018-10-26oox: remove dead QuickDiagrammingImportMiklos Vajna
2018-09-28oox: create ShapeContextHandler instances with an uno constructorMiklos Vajna
2018-08-02tdf#116350 Import preset text geometry (text effects)Szymon Kłos
2017-09-10iOS, avmedia library depend on autogen flag.jan Iversen
2017-09-07tdf#106867: Export videos in PPTX.Jan Holesovsky
2017-06-26SmartArt: separate LayoutAtomVisitors from LayoutAtomsGrzegorz Araminowicz
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-16first stab at replacing hard coded relationships with calls to a methodMarkus Mohrhard
2017-02-27Rename misleadingly named include file fillpropertiesgroupcontext.hxxTor Lillqvist
2017-01-12add -mlong-jump-table-offsets for m68k also for ooxRene Engelhard
2015-09-14now we can also open the vba project in the MS vba editorMarkus Mohrhard
2015-09-10structure for vba exportMarkus Mohrhard
2014-07-16bnc#862510: Improve handling of OOXML gradientsTor Lillqvist
2014-07-07bnc#882383: Do not ignore themeOverride for charts in .pptxMatúš Kukan
2014-05-13Work around another seeminly random mis-optimization by Apple's Clang with -OzTor Lillqvist
2014-05-06oox: Integrate Shape3DProperties and Scene3DPropertiesContextJacobo Aragunde Pérez
2014-04-18Remove now unused oox::drawingml::CustomShapeProperties::PresetsMapMiklos Vajna
2014-04-17oox: initial customshape preset data loaderMiklos Vajna
2014-04-15oox: generate data, not code for VML export preset definitionsMiklos Vajna
2014-03-10oox: handle all w14 text effects at groupshape importTomaž Vajngerl
2014-03-07ooxml: make GrabBagStack ready for reuse and move it to ooxTomaž Vajngerl
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza
2013-12-02Add a means to check if a namespace exists.Kohei Yoshida
2013-11-27oox: initial import of wpg:wgpMiklos Vajna
2013-11-13oox: initial import of wps:wspMiklos Vajna
2013-10-16oox: added methods to lock Smart-Art editionAndres Gomez
2013-08-24