# # 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,configmgr)) $(eval $(call gb_Library_set_precompiled_header,configmgr,$(SRCDIR)/configmgr/inc/pch/precompiled_configmgr)) $(eval $(call gb_Library_add_exception_objects,configmgr, \ configmgr/source/access \ configmgr/source/broadcaster \ configmgr/source/childaccess \ configmgr/source/components \ configmgr/source/configurationprovider \ configmgr/source/configurationregistry \ configmgr/source/data \ configmgr/source/defaultprovider \ configmgr/source/groupnode \ configmgr/source/localizedpropertynode \ configmgr/source/localizedvaluenode \ configmgr/source/lock \ configmgr/source/modifications \ configmgr/source/node \ configmgr/source/nodemap \ configmgr/source/parsemanager \ configmgr/source/partial \ configmgr/source/propertynode \ configmgr/source/readonlyaccess \ configmgr/source/readwriteaccess \ configmgr/source/rootaccess \ configmgr/source/rootnode \ configmgr/source/services \ configmgr/source/setnode \ configmgr/source/type \ configmgr/source/update \ configmgr/source/valueparser \ configmgr/source/writemodfile \ configmgr/source/xcdparser \ configmgr/source/xcsparser \ configmgr/source/xcuparser \ configmgr/source/xmldata \ $(if $(ENABLE_DCONF),configmgr/source/dconf) \ $(if $(filter $(OS),WNT),configmgr/source/winreg) \ )) $(eval $(call gb_Library_use_externals,configmgr, \ boost_headers \ dconf \ )) $(eval $(call gb_Library_use_sdk_api,configmgr)) $(eval $(call gb_Library_use_libraries,configmgr, \ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ xmlreader \ i18nlangtag \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_set_componentfile,configmgr,configmgr/source/configmgr)) llabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_odfimport.mk
AgeCommit message (Expand)Author
2020-07-31sw: introduce a Library_swqahelperMiklos Vajna
2019-11-08sw: no reason why SwModelTestBase can be used only by "extras" testsMiklos Vajna
2019-10-04use the common system PCH header in sw/Luboš Luňák
2019-03-08sw: replace long lists of components with services.rdbMichael Stahl
2018-08-27rename ENABLE_HEADLESS option to DISABLE_GUINoel Grandin
2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2018-03-07xmloff: convert XMLTextParagraphExport to get rid of "GraphicURL"Tomaž Vajngerl
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-13sw: revert another gb_CppunitTest_use_instdir_configurationMichael Stahl
2017-03-08make SfxGetpApp just get and move GetOrCreate to the peripheryCaolán McNamara
2017-02-27convert spell menu to .uiCaolán McNamara
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-01-06sw: remove include of sw/source/inc/uibase/dbui.hxx from dbmgr.hxxMichael Stahl
2015-12-21tdf93236 N-UP printing in combination with mailmerge broken file-print 1/4Juergen Funk
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl
2014-10-14bnc#800714 SwTxtFrm::FormatAdjust: still call SplitFrm if we have columnsMiklos Vajna
2014-06-04DeInitVCL at end of testsStephan Bergmann
2014-05-27sw: move sw/source/core/uibase to sw/source/uibaseMichael Stahl
2014-05-01Simplify type detectorsMaxim Monastirsky
2014-03-09this dir doesn't exist anymoreCaolán McNamara
2014-03-09fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dirroopak12345