# -*- 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_tableconditionalentryobj)) $(eval $(call gb_CppunitTest_use_external,sc_tableconditionalentryobj,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_tableconditionalentryobj, \ sc/qa/extras/sctableconditionalentryobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_tableconditionalentryobj, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sb \ sc \ sfx \ sot \ subsequenttest \ svl \ svt \ svx \ svxcore \ test \ tk \ tl \ ucbhelper \ unotest \ utl \ vbahelper \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_set_include,sc_tableconditionalentryobj,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_tableconditionalentryobj)) $(eval $(call gb_CppunitTest_use_ure,sc_tableconditionalentryobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_tableconditionalentryobj)) $(eval $(call gb_CppunitTest_use_components,sc_tableconditionalentryobj,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_tableconditionalentryobj)) # vim: set noet sw=4 ts=4: eoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/sdi
AgeCommit message (Expand)Author
2015-09-15tdf#73691 - add alt-x support to calcJustin Luth
2015-08-09tdf#79741: Macro with Find @ Replace crash CalcJulien Nabet
2015-07-16sc: Disable the alignment group buttonMaxim Monastirsky
2015-07-15Convert insert buttons to the generic controllerMaxim Monastirsky
2015-07-10Kill SID_TBXCTL_INSOBJMaxim Monastirsky
2015-07-08tdf#87702: Addition of Shadow sidebar tabRishabh Kumar
2015-07-01tdf#86179 inc/dec font is missing in some shellsMaxim Monastirsky
2015-06-05CALC: readd InsertRows/InsertColsPhilippe Jung
2015-05-31Calc: Insert row/col before/after [2/2]Philippe Jung
2015-05-31Calc: Insert row/col before/after [1/2]Philippe Jung
2015-05-12tdf#84153: "Edit Comment" in context menu when a cell has a commentRavindra_Vidhate
2015-05-05tdf#34555 add to scalc: crop, change img, save img, edit with ext toolsPhilippe Jung
2015-01-09translate all remaining abuses of "ueberladen"Michael Stahl
2014-12-07Introduce ParaspaceIncrease/Decrease commands in Writer and CalcMaxim Monastirsky
2014-12-05fdo85897 Make 'Function List' only accessible in sidebarSamuel Mehrbrodt
2014-11-18fdo#76868 Add chi-square test Statistics DialogTomaž Vajngerl
2014-11-15fdo#74669 Add z-test Statistics DialogTomaž Vajngerl
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida
2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt
2014-05-23fdo#79011: Properly implement the search results dialog as modeless.Kohei Yoshida
2014-05-02Implement "fill single edit" mode and map it to Ctrl-' by default.Kohei Yoshida
2014-04-24sc: Add F-Test to StatisticsTomaž Vajngerl
2014-03-19fdo#64290 ui:count selected rows and columnsgdm.manmeet
2014-03-05fdo#67104 Use correct command for show gridMaxim Monastirsky
2014-03-03Remove visual noise from scAlexander Wilms