# -*- 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/. # #************************************************************************* # template for export tests define sd_export_test $(eval $(call gb_CppunitTest_CppunitTest,sd_export_tests$(1))) $(eval $(call gb_CppunitTest_use_externals,sd_export_tests$(1),\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_export_tests$(1))) $(eval $(call gb_CppunitTest_add_exception_objects,sd_export_tests$(1), \ sd/qa/unit/export-tests$(1) \ )) $(eval $(call gb_CppunitTest_use_libraries,sd_export_tests$(1), \ $(call gb_Helper_optional,AVMEDIA,avmedia) \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ docmodel \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sd \ sfx \ sot \ subsequenttest \ svl \ svt \ svx \ svxcore \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_set_include,sd_export_tests$(1),\ -I$(SRCDIR)/sd/source/ui/inc \ -I$(SRCDIR)/sd/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sd_export_tests$(1))) $(eval $(call gb_CppunitTest_use_ure,sd_export_tests$(1))) $(eval $(call gb_CppunitTest_use_vcl,sd_export_tests$(1))) $(eval $(call gb_CppunitTest_use_rdb,sd_export_tests$(1),services)) $(eval $(call gb_CppunitTest_use_custom_headers,sd_export_tests$(1),\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_configuration,sd_export_tests$(1))) $(eval $(call gb_CppunitTest_add_arguments,sd_export_tests$(1),\ -env:SVG_DISABLE_FONT_EMBEDDING= \ -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \ )) endef # vim: set noet sw=4 ts=4: ora/cd-5.3-3.2'>distro/collabora/cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/embedserv
AgeCommit message (Expand)Author
2024-06-16Simplify a bitMike Kaganski
2024-06-16Remove some unneeded castsMike Kaganski
2024-06-15tdf#161585: fix DllRegisterServer implementationMike Kaganski
2024-04-08tdf#148251 Use std::swap instead of using temporary valuesAmandaQuaresmaCoutinho
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-11-08loplugin:stringstatic, lopluign:ostr (clang-cl)Stephan Bergmann
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin
2023-05-28Use getXWeak in embedservMike Kaganski
2023-03-16tdf#143148: Use pragma once instead of include guardsUday Sharma
2022-11-24Drop redundant -Wnon-virtual-dtorStephan Bergmann
2022-11-02tdf#143148 Use of #pragma once instead of include guards.sahilbutoal08
2022-10-29tdf#147021: SAL_N_ELEMENTS changed to std::sizeinsanetree
2022-07-10tdf#143148 embedserv: Use pragma once instead of include guardsMohsen Rahimi
2022-06-18tdf#143148 Use pragma once in embedserv and helpcompilerDiane Leigh
2022-05-04Just use Any ctor instead of makeAny in embedservStephan Bergmann
2022-01-05Use GetModuleHandleExW instead of GetModuleHandleWMike Kaganski
2021-12-22Silence loplugin:fakebool for BOOL GetMessageW even harderStephan Bergmann
2021-12-18Value is never nullptr - no need to use pointer and checkMike Kaganski
2021-12-18Drop ComSmart and use sal::systools::COMReferenceMike Kaganski
2021-12-18Drop unused CSGuardMike Kaganski
2021-12-18Move ULONGGuard where it's usedMike Kaganski
2021-12-18Drop unused WriteDebugInfo declarationMike Kaganski
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-12-04use OMultiTypeInterfaceContainerHelperVar3 in embedservNoel Grandin