summaryrefslogtreecommitdiff
path: root/sc/source/ui/StatisticsDialogs
AgeCommit message (Expand)AuthorFilesLines
2016-08-02svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna4-4/+4
2016-08-02svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna4-4/+4
2016-01-25tdf#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
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin6-28/+12
2014-10-28loplugin: cstylecastNoel Grandin1-4/+4
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-11/+2
2014-10-02coverity#1130190 'Constant' variable guards dead codeCaolán McNamara1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin13-13/+13
2014-06-25remove whitespaceMarkus Mohrhard3-3/+0
2014-05-30fdo#79174: Use 3D address when the input and output are on different sheets.Kohei Yoshida8-19/+22
2014-05-21Label t-test and F-test for their respective dialogs.Kohei Yoshida4-4/+20
2014-05-21Modify these stats dialogs to have OK and Cancel pair.Kohei Yoshida3-57/+0