# -*- 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,pdfimport)) $(eval $(call gb_Library_set_componentfile,pdfimport,sdext/source/pdfimport/pdfimport)) $(eval $(call gb_Library_use_sdk_api,pdfimport)) $(eval $(call gb_Library_set_include,pdfimport,\ -I$(SRCDIR)/sdext/source/pdfimport/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_libraries,pdfimport,\ basegfx \ vcl \ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Library_use_static_libraries,pdfimport,\ pdfimport_s \ )) $(eval $(call gb_Library_use_externals,pdfimport,\ boost_headers \ zlib \ $(if $(filter-out WNT MACOSX,$(OS)),fontconfig) \ )) $(eval $(call gb_Library_add_exception_objects,pdfimport,\ sdext/source/pdfimport/services \ )) # vim:set noet sw=4 ts=4: gemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)Author
2018-12-20Restore original behavior of MasterScriptProvider::hasByNameMike Kaganski
2018-12-20Simplify containers iterations in scaddins, sccomp, scriptingArkadiy Illarionov
2018-12-19use unique_ptr in StringResourceImplNoel Grandin
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-09Fixed typo, deleted whitespaceMatthias Seidel
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-11-22improve function-local statics in scripting..svtoolsNoel Grandin
2018-11-12Guard listener cleanup of BasicProviderImplJan-Marek Glogowski
2018-11-05tdf#121143: don't send OnCloseApp twice; properly cleanup AppBasicManagerMike Kaganski
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-24clang-tidy performance-unnecessary-copy-init in sdNoel Grandin
2018-10-22loplugin:staticvar in variousNoel Grandin
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara
2018-10-19keep pyuno script processing below base uriCaolán McNamara
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin