# -*- 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,flat)) $(eval $(call gb_Library_set_componentfile,flat,connectivity/source/drivers/flat/flat)) $(eval $(call gb_Library_use_external,flat,boost_headers)) $(eval $(call gb_Library_use_sdk_api,flat)) $(eval $(call gb_Library_set_precompiled_header,flat,$(SRCDIR)/connectivity/inc/pch/precompiled_flat)) $(eval $(call gb_Library_set_include,flat,\ $$(INCLUDE) \ -I$(SRCDIR)/connectivity/inc \ -I$(SRCDIR)/connectivity/source/inc \ -I$(WORKDIR)/YaccTarget/connectivity/source/parse \ )) $(eval $(call gb_Library_use_libraries,flat,\ cppu \ cppuhelper \ tl \ svl \ utl \ i18nlangtag \ sal \ salhelper \ dbtools \ file \ comphelper \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,flat,\ connectivity/source/drivers/flat/EResultSet \ connectivity/source/drivers/flat/EStatement \ connectivity/source/drivers/flat/EPreparedStatement \ connectivity/source/drivers/flat/ETable \ connectivity/source/drivers/flat/EDatabaseMetaData \ connectivity/source/drivers/flat/ECatalog \ connectivity/source/drivers/flat/EColumns \ connectivity/source/drivers/flat/ETables \ connectivity/source/drivers/flat/EConnection \ connectivity/source/drivers/flat/Eservices \ connectivity/source/drivers/flat/EDriver \ )) # vim: set noet sw=4 ts=4: tro/cib/libreoffice-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/eehtml.hxx
AgeCommit message (Expand)Author
2023-03-07no need to allocate these separatelyNoel Grandin
2022-06-09clang-tidy modernize-pass-by-value in editengNoel Grandin
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2019-12-20tdf#124176: Use pragma once instead of include guardsBatuhan Görkem Benzer
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin
2017-05-02loplugin:checkunusedparams in editengNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-01-13new loplugin: useuniqueptr: editengNoel Grandin
2016-11-09loplugin:expandablemethods in drawinglayer..editengNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-03-03loplugin:unuseddefaultparams in editengNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2013-10-28fixincludeguards.sh: editengThomas Arnhold
2013-09-11convert editeng/source/editeng/eehtml.hxx from String to OUStringNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara
2012-07-01Remove unused definesThomas Arnhold
2012-04-19Revert "Let's use boost::scoped_ptr for this."Kohei Yoshida
2012-04-16Let's use boost::scoped_ptr for this.Kohei Yoshida
2012-04-16EditHTMLParser is no loger a friend of ImpEditEngine.Kohei Yoshida