# -*- 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,sot_test_sot)) $(eval $(call gb_CppunitTest_add_exception_objects,sot_test_sot, \ sot/qa/cppunit/test_sot \ )) $(eval $(call gb_CppunitTest_use_libraries,sot_test_sot, \ comphelper \ cppu \ cppuhelper \ sal \ sot \ tl \ unotest \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_use_api,sot_test_sot,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_ure,sot_test_sot)) $(eval $(call gb_CppunitTest_use_components,sot_test_sot,\ i18npool/util/i18npool \ )) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/ui/StatisticsDialogs/SamplingDialog.cxx
AgeCommit message (Expand)Author
2022-08-01Fix typoAndrea Gelmini
2021-11-11tdf#142986 sc sampling: allow more than default (100) samplesJustin Luth
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-19use toggle instead of click for RadioButtonCaolán McNamara
2021-01-10online: make buttons work in statistics dialogsSzymon Kłos
2020-09-26never null ScViewData*Caolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara
2019-11-14ParseWithNames pDoc arg assumed to be non-nullCaolán McNamara
2019-11-14mDocument is assumed to be non-nullCaolán McNamara
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara
2019-04-11weld ScSamplingDialogCaolán McNamara
2019-03-21tdf#42949 Fix IWYU warnings in sc/source/ui/pagedlg...undoGabor Kelemen
2018-12-22Rework Data -> Statistics dialog, add WithReplacement and KeepOrderEike Rathke
2018-12-21Data -> Statistics: sample random values in random orderEike Rathke
2018-12-21Rename PerformRandomSampling() to PerformRandomSamplingKeepOrder()Eike Rathke
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen
2018-03-19coverity#1430077 add assert for 'Division or modulo by zero'Caolán McNamara
2018-03-10don't use heap for elements in ScRangeListNoel Grandin