# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Initial Developer of the Original Code is # Markus Mohrhard # Portions created by the Initial Developer are Copyright (C) 2011 the # Initial Developer. All Rights Reserved. # # Major Contributor(s): # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. #************************************************************************* $(eval $(call gb_CppunitTest_CppunitTest,sc_cellrangesbase)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_cellrangesbase, \ sc/qa/extras/sccellrangeobj\ )) $(eval $(call gb_CppunitTest_add_linked_libs,sc_cellrangesbase, \ avmedia \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ fileacc \ for \ forui \ i18nisolang1 \ msfilter \ oox \ sal \ salhelper \ sax \ sb \ sc \ sfx \ sot \ svl \ svt \ svx \ svxcore \ test \ tl \ tk \ subsequenttest \ ucbhelper \ unotest \ utl \ vbahelper \ vcl \ xo \ $(gb_STDLIBS) \ )) $(eval $(call gb_CppunitTest_set_include,sc_cellrangesbase,\ -I$(realpath $(SRCDIR)/sc/source/ui/inc) \ -I$(realpath $(SRCDIR)/sc/inc) \ $$(INCLUDE) \ -I$(OUTDIR)/inc \ )) $(eval $(call gb_CppunitTest_add_api,sc_cellrangesbase,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_uses_ure,sc_cellrangesbase)) $(eval $(call gb_CppunitTest_add_type_rdbs,sc_cellrangesbase,\ types \ )) $(eval $(call gb_CppunitTest_add_components,sc_cellrangesbase,\ basic/util/sb \ comphelper/util/comphelp \ configmgr/source/configmgr \ dbaccess/util/dba \ fileaccess/source/fileacc \ filter/source/config/cache/filterconfig1 \ forms/util/frm \ framework/util/fwk \ i18npool/util/i18npool \ i18npool/source/search/i18nsearch \ oox/util/oox \ package/source/xstor/xstor \ package/util/package2 \ sax/source/expatwrap/expwrap \ sax/source/fastparser/fastsax \ sc/util/sc \ sc/util/scd \ sc/util/scfilt \ sc/util/vbaobj \ scripting/source/basprov/basprov \ scripting/util/scriptframe \ sfx2/util/sfx \ sot/util/sot \ svl/source/fsstor/fsstorage \ toolkit/util/tk \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ ucb/source/ucp/tdoc/ucptdoc1 \ unotools/util/utl \ unoxml/source/rdf/unordf \ unoxml/source/service/unoxml \ )) $(eval $(call gb_CppunitTest_set_args,sc_cellrangesbase,\ --headless \ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry) module:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry/spool) xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/unittest/registry)" \ )) # .../spool is required for the (somewhat strange) filter configuration # we need to # a) explicitly depend on library msword because it is not implied by a link # relation # b) explicitly depend on the sc resource files needed at unit-test runtime $(call gb_CppunitTest_get_target,sc_cellrangesbase) : \ $(WORKDIR)/AllLangRes/sc \ $(call gb_Library_get_target,localedata_en) \ $(call gb_Library_get_target,scfilt) \ # vim: set noet sw=4 ts=4: bora/cp-6.4'>distro/collabora/cp-6.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/framework
AgeCommit message (Expand)Author
2016-11-09spelling mutext->mutexNoel Grandin
2016-11-08loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin
2016-11-03SafeMode: Add indicator to window title when in Safe ModeSamuel Mehrbrodt
2016-10-03Fix typosAndrea Gelmini
2016-09-20loplugin:unusedfieldsNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-07framework: cleanup redundant commentsThorsten Behrens
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-07-08Related: tdf#100713 fix more recent bug to try and see older bug...Caolán McNamara
2016-06-28tdf#89329: use shared_ptr for pImpl in addonsoptionsXisco Fauli
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin
2016-06-08tdf#99815 use XNotifyingDispatch in sfx2Juergen Funk
2016-06-06remove some manual ref-countingNoel Grandin
2016-06-03loplugin:refcounting (RequestFilterSelect_Impl derives from XInterface)Stephan Bergmann
2016-06-03tdf#89329: use unique_ptr for pImpl in interactionXisco Fauli
2016-05-24Revert "remove some manual ref-counting"Noel Grandin
2016-05-24remove some manual ref-countingNoel Grandin
2016-04-01sequence->vector in frameworkNoel Grandin
2016-03-11framework: Kill BmkMenuMaxim Monastirsky
2016-02-09Remove excess newlinesChris Sherlock
2016-01-12GetImageFromURL/SetImageProducer unusedNoel Grandin
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt
2015-11-24loplugin:unusedfields in include/framework/Noel Grandin
2015-11-03Support of popupmenu resource typeMaxim Monastirsky
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
2015-10-22com::sun::star->css in include/frameworkNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-15loplugin:unusedmethods frameworkNoel Grandin
2015-07-14oops, forgot to add new header fileMichael Stahl
2015-07-08Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
2015-06-30Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist
2015-04-22Update to XDocumentEventBroadcaster et alStephan Bergmann
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-04rename MenuConfiguration::Attributes->MenuAttributesCaolán McNamara
2015-02-04fix leak from framework::AddonMenuManager::BuildMenuCaolán McNamara
2015-01-28remove unused typedefsNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-05fdo#84938: removed unused definesJennifer Liebel