summaryrefslogtreecommitdiff
path: root/sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: scStephan Bergmann1-11/+11
2017-07-21migrate to boost::gettextCaolán McNamara1-4/+4
2017-05-19make string translation loading more uniformCaolán McNamara1-3/+3
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-02-15don't need to include strload.hxxCaolán McNamara1-1/+0
2017-02-10unwind RID_STATISTICS_DLGS local resourceCaolán McNamara1-4/+3
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin1-5/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-07-08sc: convert boost::scoped_ptr to std::unique_ptr while thereMichael Stahl1-2/+1
2015-07-08sc: remove unused boost::random includesMichael Stahl1-1/+0
2014-11-15fdo#81801 add first and third quartile to "Descriptive Statistics"Tomaž Vajngerl1-0/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-05-30fdo#79174: Use 3D address when the input and output are on different sheets.Kohei Yoshida1-2/+5
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold1-1/+0
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-13resolved fdo#73555 compile statistics templates using English grammarEike Rathke1-1/+2
2013-12-01Add strings in statistics dialogs to the SRC/HRC file.Tomaž Vajngerl1-4/+4
2013-11-12WaE: unused variable 'aReferenceString' [loplugin]Tor Lillqvist1-2/+0
2013-11-11Simplification and better output of statistics dialogs.Tomaž Vajngerl1-14/+34
2013-11-11Iterators for data ranges and data cells.Tomaž Vajngerl1-9/+9
2013-11-11Add tools to simplyfy adding formulas and cell navigationTomaž Vajngerl1-44/+30
2013-11-11Groupedby for ANOVA and "Descriptive Statistics"Tomaž Vajngerl1-2/+2
2013-10-30use something different than the SID_ prefix confused with SlotIDEike Rathke1-14/+14
2013-10-30moved StatisticsDialogs string IDs from globstr to RID_STATISTICS_DLGSEike Rathke1-3/+2
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-1/+1
2013-07-25WaE: default constructor could not be generated (because of const member(s))Tor Lillqvist1-1/+1
2013-07-23Add ANOVA (analysis of variance) calculation to Statistics.Tomaž Vajngerl1-147/+8
2013-07-19GUI improvements for RNG, sampling and desc. statistics dialogs.Tomaž Vajngerl1-2/+2
2013-07-19Cleanup of RNG, Sampling and Descriptive Statistics DialogsTomaž Vajngerl1-16/+17
2013-07-19fdo#66477 Add descriptive statistics calculation to Calc.Tomaž Vajngerl1-0/+276