# -*- 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,$(SRCDIR)/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)) $(eval $(call gb_Library_add_exception_objects,deployment,\ desktop/source/deployment/dp_log \ desktop/source/deployment/dp_persmap \ desktop/source/deployment/dp_services \ 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 DESKTOP,$(BUILD_TYPE))) $(eval $(call gb_Library_use_libraries,deployment,\ helplinker \ )) endif # vim: set ts=4 sw=4 et: ra/cp-4.3'>distro/collabora/cp-4.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/txmsrt.hxx
AgeCommit message (Expand)Author
2014-11-03drop SW_DLLPUBLICs for unit-test only exposureCaolán McNamara
2014-10-04fdo#39468 Finish translating German comments in sw/source/core/incPhilipp Weissenbacher
2014-06-08another blind fix for windowsDavid Tardon
2014-06-06Unittest generation of page number placeholders in table of contentsTobias Lippert
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-17sw: prefer passing OUString by referenceNoel Grandin
2014-03-02D'oh! I forgot something in commit 3e43a891e89aa6eb8eeecd9d3528f2a002371646Matteo Casalin
2014-03-02Don't use tricks to get normal C++ featuresMatteo Casalin
2014-03-02sal_Bool to boolMatteo Casalin
2014-02-27Remove visual noise from swAlexander Wilms
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara
2013-11-13longparas: safe STRING_NOTFOUND -> -1Caolán McNamara
2013-11-05fixincludeguards.sh: swThomas Arnhold
2013-10-15convert sw/source/core/inc/t*.hxx from String to OUStringNoel Grandin
2013-10-02String to OUString + drop reference args for struct returnMatteo Casalin
2013-07-17fdo#39904, n#825976: implement hyperlinks for Illustrations indexCédric Bosdonnat