# -*- 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_Library_Library,package2)) $(eval $(call gb_Library_set_componentfile,package2,package/util/package2)) $(eval $(call gb_Library_set_include,package2,\ $$(INCLUDE) \ -I$(SRCDIR)/package/inc \ )) $(eval $(call gb_Library_use_sdk_api,package2)) $(eval $(call gb_Library_add_defs,package2,\ -DDLLIMPLEMENTATION_PACKAGE \ )) $(eval $(call gb_Library_set_precompiled_header,package2,$(SRCDIR)/package/inc/pch/precompiled_package2)) $(eval $(call gb_Library_use_libraries,package2,\ comphelper \ cppu \ cppuhelper \ sal \ sax \ ucbhelper \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_externals,package2,\ boost_headers \ zlib \ )) $(eval $(call gb_Library_add_exception_objects,package2,\ package/source/manifest/ManifestExport \ package/source/manifest/ManifestImport \ package/source/manifest/ManifestReader \ package/source/manifest/ManifestWriter \ package/source/manifest/UnoRegister \ package/source/zipapi/blowfishcontext \ package/source/zipapi/ByteChucker \ package/source/zipapi/ByteGrabber \ package/source/zipapi/CRC32 \ package/source/zipapi/Deflater \ package/source/zipapi/Inflater \ package/source/zipapi/sha1context \ package/source/zipapi/XUnbufferedStream \ package/source/zipapi/ZipEnumeration \ package/source/zipapi/ZipFile \ package/source/zipapi/ZipOutputEntry \ package/source/zipapi/ZipOutputStream \ package/source/zippackage/wrapstreamforshare \ package/source/zippackage/zipfileaccess \ package/source/zippackage/ZipPackageBuffer \ package/source/zippackage/ZipPackage \ package/source/zippackage/ZipPackageEntry \ package/source/zippackage/ZipPackageFolder \ package/source/zippackage/ZipPackageFolderEnumeration \ package/source/zippackage/ZipPackageSink \ package/source/zippackage/ZipPackageStream \ )) ifneq ($(SYSTEM_ZLIB),) $(eval $(call gb_Library_add_defs,package2,\ -DSYSTEM_ZLIB \ )) endif # vim: set noet sw=4 ts=4: ro/collabora/cd-5.3-3.2'>distro/collabora/cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/beziersh.cxx
AgeCommit message (Expand)Author
2021-01-02introduce Degree100 strong_int typeNoel
2020-01-08tdf#42949 Fix IWYU warnings in sw/source/uibase/[i-t]*/*cxxGabor Kelemen
2019-10-11SwCursorShell argument of AttrChangedNotify is unusedCaolán McNamara
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen
2018-04-17tdf#42949 Remove unnecessary localization headers from swGabor Kelemen
2018-03-13SDI: don't #define/#undef names of actual classes for slot headersMike Kaganski
2018-02-01tdf#42949 Remove unneeded helpids.h headers (3/3)Gabor Kelemen
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-06loplugin:constparams in sw part7Noel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-31disambiguate dual use of toolbar idsCaolán McNamara
2017-04-13convert annotation menu to .uiCaolán McNamara
2017-03-23remove unused helpid in SfxShellNoel Grandin
2016-12-21convert EnumContext::Context to scoped enumNoel Grandin
2016-11-24convert SFX_VISIBILITY constants to scoped enumNoel Grandin
2016-08-24convert SdrPathSmoothKind to scoped enumNoel Grandin
2016-08-24convert SdrPathSegmentKind to scoped enumNoel Grandin
2016-08-24convert SdrObjClosedKind to scoped enumNoel Grandin
2016-06-27GSoC notebookbar: switching tabs depending on contextSzymon Kłos
2016-01-19tdf#93837 Convert Writer context menus to xmlMaxim Monastirsky
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-08-21loplugin: defaultparamsNoel Grandin
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-25We now only need one bit of information hereCaolán McNamara
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-05-27sw: move sw/source/core/uibase to sw/source/uibaseMichael Stahl