summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh1.cxx
AgeCommit message (Expand)Author
2014-10-04coverity#704002 Unchecked return valueNorbert Thiebaud
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-07-03use assert when followed by derefCaolán McNamara
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-23fdo#79011: Properly implement the search results dialog as modeless.Kohei Yoshida
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida
2014-05-11Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-02Implement "fill single edit" mode and map it to Ctrl-' by default.Kohei Yoshida
2014-04-24sc: Add F-Test to StatisticsTomaž Vajngerl
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-19sal_Bool->boolNoel Grandin
2014-02-19cid#736791 dereference before null checkNoel Grandin
2014-02-18sal_Bool->boolNoel Grandin
2014-02-04convert select data source dialog to .uiCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2014-01-28drop RID_SCDLG_INSCONT, etc. nowCaolán McNamara
2013-12-19convert subtotals dialog to .uiCaolán McNamara
2013-11-30Add t-test Statistics Dialog.Tomaž Vajngerl
2013-11-11Add statistics dialog for calculation of moving average.Tomaž Vajngerl
2013-11-11New statistics function: Exponential SmoothingTomaž Vajngerl
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/doc*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/inc/s*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/ui/inc/c*.hxx from String to OUStringNoel Grandin
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-07-28fdo#66477 Add correlation and covariance to Calc.Tomaž Vajngerl
2013-07-24Convert Fill Series to Widget UIManal Alhassoun
2013-07-23Add ANOVA (analysis of variance) calculation to Statistics.Tomaž Vajngerl
2013-07-19fdo#66477 Add descriptive statistics calculation to Calc.Tomaž Vajngerl
2013-07-19fdo#66477 Add sampling feature to calcTomaž Vajngerl
2013-07-14fdo#66477 Random Number Generation added to menu>fill.Tomaž Vajngerl
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-26fdo#65856 allow shift cells in paste special for copy-modeWinfried Donkers
2013-06-11split group dialog into group and ungroup dialogsCaolán McNamara
2013-06-11groupdialog.ui widgetManal Alhassoun
2013-04-15adapt code to select source .uiCaolán McNamara