summaryrefslogtreecommitdiff
path: root/sc/source/ui/StatisticsDialogs/MovingAverageDialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2020-11-17loplugin:stringviewparam check methods tooNoel1-2/+2
2020-09-26never null ScViewData*Caolán McNamara1-2/+2
2020-09-16ScFormulaCell ctor variant never called with null ScDocument*Caolán McNamara1-1/+1
2019-11-14mDocument is assumed to be non-nullCaolán McNamara1-3/+3
2019-05-20tdf#99938 : Allow batch of formula-cells to be written...Dennis Francis1-3/+5
2019-05-20tdf#99938 : Moving Average : By default trim input range...Dennis Francis1-0/+4
2019-04-11rename ScStatisticsInputOutputDialogController back...Caolán McNamara1-1/+1
2019-04-11weld ScMovingAverageDialogCaolán McNamara1-14/+8
2019-03-21tdf#42949 Fix IWYU warnings in sc/source/ui/pagedlg...undoGabor Kelemen1-11/+1
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-0/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-11/+11
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+2
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+2
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-3/+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-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+9
2014-10-02coverity#1130190 'Constant' variable guards dead codeCaolán McNamara1-1/+1
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-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-2/+3
2013-11-11Simplification and better output of statistics dialogs.Tomaž Vajngerl1-13/+13
2013-11-11Add statistics dialog for calculation of moving average.Tomaž Vajngerl1-0/+117