# -*- 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_Package_Package,odk_scripts,$(SRCDIR)/odk/source/helper)) $(eval $(call gb_Package_set_outdir,odk_scripts,$(INSTDIR))) $(eval $(call gb_Package_add_file,odk_scripts,$(SDKDIRNAME)/bin/addon_console.py,addon_console.py)) # vim: set noet sw=4 ts=4: m'>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oox/inc
AgeCommit message (Expand)Author
2017-11-01loplugin:finalclasses in ooxNoel Grandin
2017-10-23loplugin:includeform: ooxStephan Bergmann
2017-10-18Replace lists by vectors in ooxJulien Nabet
2017-09-26tdf#112647: Fixed line spacing is saved incorrectly to PPTXTamás Zolnai
2017-09-22Fresh run of bin/update_pch.shMike Kaganski
2017-09-18tdf#112088 gradient stop map -> multimapSzymon Kłos
2017-08-08tdf#109858: Override default point label placement setting...Dennis Francis
2017-07-31loplugin:constparams in ooxNoel Grandin
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-05-29getUtf8TokenName can return by const refNoel Grandin
2017-05-04cleanup includesJochen Nitschke
2017-05-02loplugin:checkunusedparams in ooxNoel Grandin
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-06loplugin:singlevalfieldsNoel Grandin
2017-03-31use actual UNO enums in ooxNoel Grandin
2017-03-25Fix typosAndrea Gelmini