summaryrefslogtreecommitdiff
path: root/sc/source/ui/StatisticsDialogs
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin2-2/+2
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-1/+0
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold11-11/+0
2014-05-15fdo#76718 Rounding for "fill > random number.." optionTomaž Vajngerl1-22/+42
2014-05-15sc - statistics dialog: add more space between IDsTomaž Vajngerl1-68/+67
2014-05-15sc ANOVA: add "two factor" and rework "single factor" ANOVATomaž Vajngerl3-85/+376
2014-04-29coverity#1210185 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-29coverity#1210186 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-29coverity#1210192 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-24sc: t-test - actually use "Alpha" parameter in formulasTomaž Vajngerl1-2/+2
2014-04-24sc: Add newLine() convenience method to AddressWalkerTomaž Vajngerl3-58/+34
2014-04-24sc: F Test - externalize string ("Variable" label)Tomaž Vajngerl1-2/+2
2014-04-24sc: t-test - refactor to row oriented output & externalise stringsTomaž Vajngerl3-49/+132
2014-04-24sc: Add F-Test to StatisticsTomaž Vajngerl3-17/+264
2014-04-18No need for these to be statics.Jan Holesovsky1-7/+4
2014-03-17sc: prefer passing OUString by referenceNoel Grandin2-13/+13
2014-03-03remove unused code AddressWalker::pop()Noel Grandin1-6/+0
2014-02-21vcl: sal_Bool -> boolStephan Bergmann9-9/+9
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida1-6/+12
2014-01-29No need to store the address detail object.Kohei Yoshida1-5/+4
2014-01-29Consistency in naming.Kohei Yoshida1-19/+19
2014-01-29No need for static keywords when they are in anonymous namespace.Kohei Yoshida1-14/+14
2014-01-28coverity#1130485 Uninitialized scalar fieldCaolán McNamara1-3/+5
2014-01-13resolved fdo#73555 compile statistics templates using English grammarEike Rathke7-10/+19
2013-12-30Resolves: fdo#73137 undo name for 'Covariance' is differentJulien Nabet1-0/+5
2013-12-30Resolves: fdo#73138 undo name for 'Chi Squared' is differentJulien Nabet1-1/+1
2013-12-01Add strings in statistics dialogs to the SRC/HRC file.Tomaž Vajngerl9-44/+160
2013-11-30Add t-test Statistics Dialog.Tomaž Vajngerl5-0/+485
2013-11-29Drop duplicate #includeTakeshi Abe1-1/+0
2013-11-12WaE: unused variable 'aReferenceString' [loplugin]Tor Lillqvist1-2/+0
2013-11-12WaE: unused variable 'aFormulaString' [loplugin]Tor Lillqvist1-2/+0
2013-11-11Simplification and better output of statistics dialogs.Tomaž Vajngerl7-54/+110
2013-11-11Add statistics dialog for calculation of moving average.Tomaž Vajngerl4-8/+173
2013-11-11Iterators for data ranges and data cells.Tomaž Vajngerl4-39/+164
2013-11-11Add tools to simplyfy adding formulas and cell navigationTomaž Vajngerl7-423/+416
2013-11-11New statistics function: Exponential SmoothingTomaž Vajngerl1-0/+166
2013-11-11Groupedby for ANOVA and "Descriptive Statistics"Tomaž Vajngerl5-54/+28
2013-11-11Add GroupedBy: Columns/Rows to Correlation and Covariance.Tomaž Vajngerl3-237/+261
2013-10-30use something different than the SID_ prefix confused with SlotIDEike Rathke3-40/+40
2013-10-30moved StatisticsDialogs string IDs from globstr to RID_STATISTICS_DLGSEike Rathke14-293/+276
2013-10-08convert sc/source/ui/StatisticsDialogs/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara7-49/+29
2013-07-28fdo#66477 Add correlation and covariance to Calc.Tomaž Vajngerl7-2/+411