summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh1.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-18fdo#76868 Add chi-square test Statistics DialogTomaž Vajngerl1-0/+10
2014-11-15fdo#74669 Add z-test Statistics DialogTomaž Vajngerl1-0/+10
2014-10-28loplugin: cstylecastNoel Grandin1-37/+37
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-2/+4
2014-10-04coverity#704002 Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida1-0/+5
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-09-18fdo#82577: Handle FontNoel Grandin1-5/+5
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-4/+4
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-4/+4
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-07-03use assert when followed by derefCaolán McNamara1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard1-16/+0
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-05-23fdo#79011: Properly implement the search results dialog as modeless.Kohei Yoshida1-0/+15
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida1-0/+1
2014-05-11Avoid possible memory leaks in case of exceptionsTakeshi Abe1-32/+17
2014-05-02Implement "fill single edit" mode and map it to Ctrl-' by default.Kohei Yoshida1-0/+37
2014-04-24sc: Add F-Test to StatisticsTomaž Vajngerl1-0/+10
2014-04-23sc: sal_Bool->boolNoel Grandin1-32/+32
2014-04-06whitespace cleanup in scMarkus Mohrhard1-4/+0
2014-03-03Remove visual noise from scAlexander Wilms1-16/+16
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-4/+4
2014-02-19sal_Bool->boolNoel Grandin1-3/+3
2014-02-19cid#736791 dereference before null checkNoel Grandin1-2/+0
2014-02-18sal_Bool->boolNoel Grandin1-1/+1
2014-02-04convert select data source dialog to .uiCaolán McNamara1-1/+1
2014-01-28bool improvementsStephan Bergmann1-5/+5
2014-01-28drop RID_SCDLG_INSCONT, etc. nowCaolán McNamara1-3/+2
2013-12-19convert subtotals dialog to .uiCaolán McNamara1-3/+3
2013-11-30Add t-test Statistics Dialog.Tomaž Vajngerl1-0/+10
2013-11-11Add statistics dialog for calculation of moving average.Tomaž Vajngerl1-0/+9
2013-11-11New statistics function: Exponential SmoothingTomaž Vajngerl1-0/+10
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin1-1/+1
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-29/+6
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-3/+3
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin1-72/+72
2013-10-08convert sc/inc/doc*.hxx from String to OUStringNoel Grandin1-4/+4
2013-10-04convert sc/inc/s*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/source/ui/inc/c*.hxx from String to OUStringNoel Grandin1-3/+3
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-24/+23
2013-07-28fdo#66477 Add correlation and covariance to Calc.Tomaž Vajngerl1-0/+18
2013-07-24Convert Fill Series to Widget UIManal Alhassoun1-2/+1
2013-07-23Add ANOVA (analysis of variance) calculation to Statistics.Tomaž Vajngerl1-1/+10
2013-07-19fdo#66477 Add descriptive statistics calculation to Calc.Tomaž Vajngerl1-0/+10
2013-07-19fdo#66477 Add sampling feature to calcTomaž Vajngerl1-1/+10
2013-07-14fdo#66477 Random Number Generation added to menu>fill.Tomaž Vajngerl1-0/+8
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-17/+17
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-3/+3