summaryrefslogtreecommitdiff
path: root/sc/source/ui/StatisticsDialogs
AgeCommit message (Expand)AuthorFilesLines
2024-04-01Fix abbr.Andrea Gelmini1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann3-3/+3
2023-10-18Replace $baz by %foo for sanity checksLaurent Balland1-1/+1
2023-06-26new loplugin:constexprliteralNoel Grandin1-1/+1
2023-05-06tdf#154872 Add Poisson distribution to Random Number GeneratorsBartosz Kosiorek1-7/+25
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski3-3/+3
2022-11-22loplugin:unusedfieldsNoel Grandin1-1/+0
2022-08-01Fix typoAndrea Gelmini1-1/+1
2022-03-11new loplugin:trivialdestructorNoel Grandin1-3/+0
2021-11-26Regression Statistics: use cell reference, not fix row to calculate offsetEike Rathke1-3/+8
2021-11-11tdf#142986 sc sampling: allow more than default (100) samplesJustin Luth1-0/+2
2021-09-02unused definesNoel Grandin1-1/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin13-22/+22
2021-06-12tdf#128018 - Add column/row labels to the descriptive statisticsAndreas Heinisch1-6/+15
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara7-8/+8
2021-05-19use toggle instead of click for RadioButtonCaolán McNamara1-3/+3
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-01-10online: make buttons work in statistics dialogsSzymon Kłos3-12/+33
2020-12-22more jumbo sheet workNoel Grandin2-2/+3
2020-12-01cid#1470375 Unrecoverable parse warningCaolán McNamara1-1/+1
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-10/+0
2020-11-17loplugin:stringviewparam check methods tooNoel6-29/+29
2020-11-12New loplugin:stringviewparamStephan Bergmann1-2/+3
2020-09-26never null ScViewData*Caolán McNamara16-47/+47
2020-09-26UpdateOle never called with a null ScViewData*Caolán McNamara1-6/+6
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-1/+1
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-3/+8
2020-09-16ScFormulaCell ctor variant never called with null ScDocument*Caolán McNamara12-16/+16
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara4-4/+4
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2-3/+3
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-1/+1
2020-08-09loplugin:flatten in scNoel Grandin1-10/+10
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann2-4/+4
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-2/+2
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara1-1/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-2/+2
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara7-19/+19
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara4-12/+12
2019-11-14ParseWithNames pDoc arg assumed to be non-nullCaolán McNamara4-8/+8
2019-11-14mDocument is assumed to be non-nullCaolán McNamara8-24/+24
2019-11-14mDocument is assumed to be non-nullCaolán McNamara5-19/+19
2019-11-14mpDoc is assumed to be non-nullCaolán McNamara1-3/+3
2019-11-14mDocument is assumed to be non-nullCaolán McNamara1-9/+9
2019-11-02New loplugin:conditionalstringStephan Bergmann1-2/+2
2019-09-26loplugin:constmethod in scNoel Grandin2-2/+2
2019-08-24loplugin:returnconstval in sal..scNoel Grandin2-4/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann2-2/+2
2019-05-20tdf#99938 : Allow batch of formula-cells to be written...Dennis Francis2-3/+27
2019-05-20tdf#99938 : Moving Average : By default trim input range...Dennis Francis1-0/+4
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara4-45/+45