# -*- 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,extras)) $(eval $(call gb_Module_add_targets,extras,\ CustomTarget_autocorr \ CustomTarget_autotextuser \ CustomTarget_glade \ CustomTarget_gallsystem \ CustomTarget_templates \ CustomTarget_tplpresnt \ CustomTarget_tplwizard \ Package_autocorr \ Package_autotextuser \ Package_cfgsrvnolang \ Package_cfgusr \ Package_database \ Package_databasebiblio \ Package_fonts \ Package_resource_fonts \ Package_gallbullets \ Package_gallmytheme \ Package_gallroot \ Package_gallsystem \ Package_gallsystemstr \ Package_glade \ Package_labels \ $(if $(filter WNT,$(OS)),Package_newfiles) \ Package_palettes \ Package_tplwizdesktop \ Package_wordbook \ )) $(eval $(call gb_Module_add_l10n_targets,extras,\ CustomTarget_autotextshare \ AllLangPackage_autotextshare \ )) ifneq ($(WITH_GALLERY_BUILD),) $(eval $(call gb_Module_add_targets,extras,\ Gallery_backgrounds \ $(call gb_Helper_optional,AVMEDIA,Gallery_sound) \ )) endif ifneq ($(WITH_TEMPLATES),) $(eval $(call gb_Module_add_targets,extras,\ Package_templates \ Package_tplpresnt \ Package_tplwizard \ Package_tplwizbitmap \ )) endif $(eval $(call gb_Module_add_targets,extras,\ Personas \ )) $(eval $(call gb_Module_add_targets,extras,\ CustomTarget_opensymbol \ )) # vim: set noet sw=4 ts=4: 5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/svx/unoapi.hxx
AgeCommit message (Expand)Author
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-02-20loplugin:refcounting in svxNoel
2020-02-06find more symbols that can be privateNoel Grandin
2020-02-02tdf#128302: Split SVXCORE_DLLPUBLIC from SVX_DLLPUBLICStephan Bergmann
2019-07-29Fix typoAndrea Gelmini
2019-06-18tdf#42949 Fix IWYU warnings in include/svx/[t-v]*Gabor Kelemen
2018-12-08Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2017-12-20long->sal_uInt16 in SvxShapeNoel Grandin