#*************************************************************** # 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 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. #*************************************************************** $(eval $(call gb_Library_Library,icd)) $(eval $(call gb_Library_add_api,icd,\ udkapi \ offapi \ )) $(eval $(call gb_Library_set_include,icd,\ $$(INCLUDE) \ )) $(eval $(call gb_Library_add_linked_libs,icd,\ svt \ vcl \ tl \ sal \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_add_exception_objects,icd,\ filter/source/graphicfilter/ipcd/ipcd \ )) # vim: set noet sw=4 ts=4: tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/shapegroupcontext.hxx
AgeCommit message (Expand)Author
2019-11-14tdf#117658 PPTX import: fix duplicated math object handlingMiklos Vajna
2019-02-25loplugin:unusedfields in variousNoel Grandin
2017-07-31loplugin:constparams in ooxNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann
2016-05-03tdf#42949: clean up includes in include/oox/drawingml with iwyuJorenz Paragas
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2013-11-09fdo#65108 inter-module includes <>Norbert Thiebaud
2013-10-23fixincludeguards.sh: include/o*Thomas Arnhold
2013-06-28Further MCE workTor Lillqvist
2013-06-28More OOXML Markup Compatibility and Extensibility (MCE) supportTor Lillqvist
2013-04-23execute move of global headersBjoern Michaelsen