# -*- 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,deployment)) $(eval $(call gb_Library_set_include,deployment,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc \ -I$(SRCDIR)/desktop/source/deployment/inc \ -I$(SRCDIR)/desktop/source/deployment/registry/inc \ )) $(eval $(call gb_Library_use_external,deployment,boost_headers)) $(eval $(call gb_Library_set_precompiled_header,deployment,desktop/inc/pch/precompiled_deployment)) $(eval $(call gb_Library_use_sdk_api,deployment)) $(eval $(call gb_Library_use_libraries,deployment,\ comphelper \ cppu \ cppuhelper \ deploymentmisc \ sal \ svl \ tl \ ucbhelper \ utl \ vcl \ xmlscript \ i18nlangtag \ )) $(eval $(call gb_Library_set_componentfile,deployment,desktop/source/deployment/deployment,services)) $(eval $(call gb_Library_add_exception_objects,deployment,\ desktop/source/deployment/dp_log \ desktop/source/deployment/dp_persmap \ desktop/source/deployment/dp_xml \ desktop/source/deployment/manager/dp_activepackages \ desktop/source/deployment/manager/dp_commandenvironments \ desktop/source/deployment/manager/dp_extensionmanager \ desktop/source/deployment/manager/dp_informationprovider \ desktop/source/deployment/manager/dp_manager \ desktop/source/deployment/manager/dp_managerfac \ desktop/source/deployment/manager/dp_properties \ desktop/source/deployment/registry/component/dp_compbackenddb \ desktop/source/deployment/registry/component/dp_component \ desktop/source/deployment/registry/configuration/dp_configuration \ desktop/source/deployment/registry/configuration/dp_configurationbackenddb \ desktop/source/deployment/registry/dp_backend \ desktop/source/deployment/registry/dp_backenddb \ desktop/source/deployment/registry/dp_registry \ desktop/source/deployment/registry/executable/dp_executable \ desktop/source/deployment/registry/executable/dp_executablebackenddb \ desktop/source/deployment/registry/help/dp_help \ desktop/source/deployment/registry/help/dp_helpbackenddb \ desktop/source/deployment/registry/package/dp_extbackenddb \ desktop/source/deployment/registry/package/dp_package \ desktop/source/deployment/registry/script/dp_lib_container \ desktop/source/deployment/registry/script/dp_script \ desktop/source/deployment/registry/script/dp_scriptbackenddb \ desktop/source/deployment/registry/sfwk/dp_parceldesc \ desktop/source/deployment/registry/sfwk/dp_sfwk \ )) ifneq (,$(filter XMLHELP,$(BUILD_TYPE))) $(eval $(call gb_Library_use_libraries,deployment,\ helplinker \ )) endif # vim: set ts=4 sw=4 et: .2'>distro/collabora/cp-4.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/workben/sftfuzzer.options
0-01-09
AgeCommit message (Expand)Author
tdf#129887: fix crash during scrolling down documentSerge Krot
2020-01-07tdf#129708 speed-up: check if we could create outline instead of creation of itSerge Krot
2019-10-30remove unnecessary includeCaolán McNamara
2019-10-22loplugin:constantparamNoel Grandin
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin
2019-09-29tdf#127857: fix assertion when enabling/disabling design in formsJulien Nabet
2019-09-10Fix typosAndrea Gelmini
2019-09-06Fixing "...."Andrea Gelmini
2019-09-03loplugin:constmethod in svxNoel Grandin
2019-09-02we only need an OutputDevice here, not a WindowCaolán McNamara
2019-09-01loplugin:unnecessaryvirtualNoel Grandin
2019-09-01loplugin:unusedmethodsNoel Grandin
2019-08-26fix impress crash in shape listenerNoel Grandin
2019-08-26loplugin:unusedenumconstantsNoel Grandin
2019-08-23tdf#119388 only enqueue events we actually processNoel Grandin
2019-08-23loplugin:returnconstval in svxNoel Grandin
2019-08-23tdf#119388 add new UNO listener/broadcasterNoel Grandin
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-08-15loplugin:sequenceloop in svtools..svxNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-08-03Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann
2019-07-24remove unused accessibility::DescriptionGenerator::PropertyType::FillStyleNoel Grandin
2019-07-20loplugin:referencecasting in svxNoel Grandin
2019-07-09Simplify Sequence iterations in svxArkadiy Illarionov
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-14loplugin:unusedmethodsNoel Grandin