summaryrefslogtreecommitdiff
path: root/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: scStephan Bergmann1-11/+11
2017-08-25loplugin:constparam in sc part6Noel Grandin1-4/+4
2017-07-21migrate to boost::gettextCaolán McNamara1-16/+16
2017-05-19make string translation loading more uniformCaolán McNamara1-11/+11
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-12/+11
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin1-2/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-09-18boost->stdCaolán McNamara1-1/+1
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-1/+1
2015-09-17boost->stdCaolán McNamara1-1/+1
2015-09-10convert Link<> to typedNoel Grandin1-4/+7
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+12
2015-03-20Replace hardcoded UI string with string from .res fileAndras Timar1-1/+1
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-1/+1
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold1-1/+0
2014-05-15sc ANOVA: add "two factor" and rework "single factor" ANOVATomaž Vajngerl1-85/+370
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-17/+28
2013-11-11Simplification and better output of statistics dialogs.Tomaž Vajngerl1-11/+12
2013-11-11Iterators for data ranges and data cells.Tomaž Vajngerl1-13/+17
2013-11-11Add tools to simplyfy adding formulas and cell navigationTomaž Vajngerl1-186/+150
2013-10-30moved StatisticsDialogs string IDs from globstr to RID_STATISTICS_DLGSEike Rathke1-4/+3
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-27/+15
2013-07-28fdo#66477 Add correlation and covariance to Calc.Tomaž Vajngerl1-2/+7
2013-07-23Fix compiler errors and warnings..Tomaž Vajngerl1-16/+6
2013-07-23Add ANOVA (analysis of variance) calculation to Statistics.Tomaž Vajngerl1-0/+318