summaryrefslogtreecommitdiff
path: root/sc/source/ui/StatisticsDialogs
AgeCommit message (Expand)AuthorFilesLines
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann5-27/+27
2016-10-01avoid coverity#1371264 Missing move assignment operatorCaolán McNamara1-6/+3
2016-09-26convert PAINT constants to typed_flagsNoel Grandin4-4/+4
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna4-4/+4
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna4-4/+4
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann2-3/+3
2016-07-13loplugin:singlevalfields in sc(part1)Noel Grandin1-12/+5
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-4/+2
2016-03-23loplugin:constantparam in scNoel Grandin1-3/+3
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke6-21/+33
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin1-3/+2
2016-01-24tdf#74667 interchange slope and intercept for power regressionTomaž Vajngerl1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann7-21/+21
2015-11-08loplugin:vclwidgetsStephan Bergmann1-1/+11
2015-11-08tdf#74667 Regression dialog: linear, logarithmic, powerTomaž Vajngerl3-7/+290
2015-11-08StatisticsDialogs: 3D addressing, add size to DataRangeIteratorTomaž Vajngerl1-5/+20
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann2-4/+4
2015-10-16convert Link<> to typedNoel Grandin4-22/+12
2015-10-12convert Link<> to typedNoel Grandin1-3/+2
2015-09-24convert Link<> to typedNoel Grandin4-45/+33
2015-09-18boost->stdCaolán McNamara4-5/+5
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara4-5/+5
2015-09-17boost->stdCaolán McNamara4-5/+5
2015-09-14convert Link<> to typedNoel Grandin1-3/+2
2015-09-10convert Link<> to typedNoel Grandin4-13/+16
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin4-12/+6
2015-08-26implement Edit modify handler, rhbz#1255811 relatedEike Rathke1-3/+86
2015-08-26implement Edit modify handler, rhbz#1255811 relatedEike Rathke1-3/+68
2015-08-26implement Edit modify handler, rhbz#1255811 relatedEike Rathke1-3/+72
2015-08-26Resolves: rhbz#1255811 implement Edit modify handlerEike Rathke1-0/+29
2015-08-14loplugin: defaultparamsNoel Grandin4-5/+5
2015-07-08sc: convert boost::scoped_ptr to std::unique_ptr while thereMichael Stahl5-12/+7
2015-07-08sc: remove unused boost::random includesMichael Stahl5-5/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann3-5/+5
2015-04-30Gradually typed LinkStephan Bergmann4-4/+4
2015-04-10vclwidget: only call dispose() onceNoel Grandin7-7/+7
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin7-12/+117
2015-03-20Replace hardcoded UI string with string from .res fileAndras Timar1-1/+1
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-01-31coverity#1267677 Big parameter passed by valueCaolán McNamara1-1/+1
2015-01-26convert to use std random instead of boostTomaž Vajngerl1-29/+20
2014-11-20Add string for transl. and "Test statistic" for Chi-Square TestTomaž Vajngerl3-33/+67
2014-11-18fdo#76868 Add chi-square test Statistics DialogTomaž Vajngerl1-0/+97
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna3-3/+3
2014-11-15t-test & F-test Statistics dialog: rename VAR -> VARIABLETomaž Vajngerl2-41/+35
2014-11-15fdo#74669 Add z-test Statistics DialogTomaž Vajngerl3-5/+227
2014-11-15Make room for more IDs and rename common IDs in Statistics dialogsTomaž Vajngerl4-59/+57
2014-11-15fdo#81801 add first and third quartile to "Descriptive Statistics"Tomaž Vajngerl3-0/+12
2014-11-15Make "Hypothesized Mean Difference" as parameter in t-testTomaž Vajngerl1-7/+8