# -*- 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,sax)) $(eval $(call gb_Library_set_include,sax,\ -I$(SRCDIR)/sax/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_external,sax,boost_headers)) $(eval $(call gb_Library_use_common_precompiled_header,sax)) $(eval $(call gb_Library_use_sdk_api,sax)) $(eval $(call gb_Library_use_libraries,sax,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ )) $(eval $(call gb_Library_add_defs,sax,\ -DSAX_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_add_exception_objects,sax,\ sax/source/tools/converter \ sax/source/tools/fastattribs \ sax/source/tools/fastserializer \ sax/source/tools/fshelper \ )) # vim: set noet sw=4 ts=4: 3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par4.cxx
AgeCommit message (Expand)Author
2022-08-29ref-count SdrObjectNoel Grandin
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen
2021-12-14Stream::Tell returns sal_uInt64Noel Grandin
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-01can allocate these SfxItemSet on the stackNoel Grandin
2021-06-19use more TellEnd()Noel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-03-11rename GrafikCtor to GraphicCtorNoel
2020-10-20use tools::Long in swNoel
2020-07-17Use information about sprm structure from [MS-DOC] in GetWW8SprmSearcherMike Kaganski
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen