# -*- 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_CppunitTest_CppunitTest,sc_headerfootercontentobj)) $(eval $(call gb_CppunitTest_use_external,sc_headerfootercontentobj,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_headerfootercontentobj)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_headerfootercontentobj, \ sc/qa/extras/scheaderfootercontentobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_headerfootercontentobj, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_headerfootercontentobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_headerfootercontentobj)) $(eval $(call gb_CppunitTest_use_ure,sc_headerfootercontentobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_headerfootercontentobj)) $(eval $(call gb_CppunitTest_use_components,sc_headerfootercontentobj,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_headerfootercontentobj)) # vim: set noet sw=4 ts=4: ibreoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/Library_svx.mk
AgeCommit message (Expand)Author
2013-11-27Integrate branch of IAccessible2Steve Yin
2013-07-26fdo#46037: no more comphelper/configurationhelper.hxx in svxJulien Nabet
2013-07-15callcatcher: update unused codeCaolán McNamara
2013-06-11sidebar: Let the sidebar's dial control use the same graphics as DialControl.Jan Holesovsky
2013-06-02sidebar: Introduce PanelLayout class.Jan Holesovsky
2013-05-20Related: #i122047# Remove last traces of unused toolbox controllerAndre Fischer
2013-05-20Resolves: #i122218# Add new sidebar panel...Andre Fischer
2013-05-20Resolves: #i121960# Extend the sidebar::ControllerItem to check Disabled stateAndre Fischer
2013-05-20Resolves: #i122041# Unified and centralized control for Color ValueSetsArmin Le Grand
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann
2013-04-05new module i18nlangtagEike Rathke
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-12-27convert icu to gbuild and add to tail_buildPeter Foley
2012-12-13PCH for Library_svx and Library_svxcoreLuboš Luňák
2012-11-27re-base on ALv2 code. Includes:Michael Meeks
2012-09-28another oops in svx...Michael Stahl
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-08-24fdo#53888: svx: do not link against dbtoolsMatúš Kukan
2012-08-22fdo#53888: svx: fix dependencies:Michael Stahl
2012-08-03Do bypass form stuff for iOS tooTor Lillqvist
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks
2012-07-09Compress Graphic functionallity added (currently only for Draw)Tomaž Vajngerl
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-06-15move zoomitem from svx to sfx2Tim Hardeck
2012-04-08gbuild: "use" vs. "add":Michael Stahl