summaryrefslogtreecommitdiff
path: root/sc/source/ui/StatisticsDialogs/SamplingDialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: scStephan Bergmann1-9/+9
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-02-15don't need to include strload.hxxCaolán McNamara1-1/+0
2017-02-10unwind RID_STATISTICS_DLGS local resourceCaolán McNamara1-2/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-6/+6
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-1/+1
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-1/+1
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-1/+1
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-4/+2
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-4/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-16convert Link<> to typedNoel Grandin1-8/+5
2015-09-24convert Link<> to typedNoel Grandin1-11/+8
2015-09-10convert Link<> to typedNoel Grandin1-3/+7
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+1
2015-08-26implement Edit modify handler, rhbz#1255811 relatedEike Rathke1-3/+72
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-04-30Gradually typed LinkStephan Bergmann1-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-3/+22
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-11/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-05-21Modify these stats dialogs to have OK and Cancel pair.Kohei Yoshida1-19/+0
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold1-1/+0
2014-04-29coverity#1210192 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2013-10-30moved StatisticsDialogs string IDs from globstr to RID_STATISTICS_DLGSEike Rathke1-4/+3
2013-10-08convert sc/source/ui/StatisticsDialogs/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-4/+3
2013-07-19GUI improvements for RNG, sampling and desc. statistics dialogs.Tomaž Vajngerl1-1/+1
2013-07-19Cleanup of RNG, Sampling and Descriptive Statistics DialogsTomaž Vajngerl1-84/+102
2013-07-19SamplingDialog: add random and periodic method of samplingTomaž Vajngerl1-52/+130
2013-07-19fdo#66477 Add sampling feature to calcTomaž Vajngerl1-0/+251