summaryrefslogtreecommitdiff
path: root/sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: scStephan Bergmann1-9/+9
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-4/+4
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+3
2017-05-19make string translation loading more uniformCaolán McNamara1-14/+14
2017-03-02tdf#104117 set template parameter sal_Int64 for randomTomaž Vajngerl1-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-15/+14
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-10/+10
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-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-16convert Link<> to typedNoel Grandin1-6/+3
2015-10-12convert Link<> to typedNoel Grandin1-3/+2
2015-09-24convert Link<> to typedNoel Grandin1-7/+4
2015-09-14convert Link<> to typedNoel Grandin1-3/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-6/+3
2015-08-26Resolves: rhbz#1255811 implement Edit modify handlerEike Rathke1-0/+29
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
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/+25
2015-01-31coverity#1267677 Big parameter passed by valueCaolán McNamara1-1/+1
2015-01-26convert to use std random instead of boostTomaž Vajngerl1-29/+20
2014-10-28loplugin: cstylecastNoel Grandin1-4/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold1-1/+0
2014-05-15fdo#76718 Rounding for "fill > random number.." optionTomaž Vajngerl1-22/+42
2014-03-17sc: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida1-6/+12
2014-01-29No need to store the address detail object.Kohei Yoshida1-5/+4
2014-01-29Consistency in naming.Kohei Yoshida1-19/+19
2014-01-29No need for static keywords when they are in anonymous namespace.Kohei Yoshida1-14/+14
2013-11-29Drop duplicate #includeTakeshi Abe1-1/+0
2013-10-30moved StatisticsDialogs string IDs from globstr to RID_STATISTICS_DLGSEike Rathke1-25/+24
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-4/+2
2013-07-19Cleanup of RNG, Sampling and Descriptive Statistics DialogsTomaž Vajngerl1-18/+18
2013-07-19Cleanup RNG class & .uiTomaž Vajngerl1-52/+30
2013-07-15attempt at HIG compliance (./bin/lint-ui.py path/to/.ui)Caolán McNamara1-23/+23
2013-07-15RNG: Externalize strings and add .ui to UIConfigTomaž Vajngerl1-26/+28
2013-07-14fdo#66477 Random Number Generation added to menu>fill.Tomaž Vajngerl1-0/+486