summaryrefslogtreecommitdiff
path: root/sc/source/ui/app
AgeCommit message (Expand)Author
2013-11-30Add t-test Statistics Dialog.Tomaž Vajngerl
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin
2013-11-19simplify if conditionNoel Grandin
2013-11-18fixed out-of-bounds string accessEike Rathke
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin
2013-11-11Add statistics dialog for calculation of moving average.Tomaž Vajngerl
2013-11-11New statistics function: Exponential SmoothingTomaž Vajngerl
2013-11-11convert STRING_NOTFOUND in sc moduleNoel Grandin
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-04small optimization, don't get selection unless it gets usedCaolán McNamara
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-11-02fixed out-of-bounds string access when backspacing in a formulaEike Rathke
2013-10-24more string bounds checks for scCaolán McNamara
2013-10-24aStr[0] on an empty string is newly disallowedCaolán McNamara
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-16fixed out-of-bounds OUString accessEike Rathke
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-11Resolves: #i123405# Allow to not limit size to PageSize...Armin Le Grand
2013-10-08drop intermediate stringsCaolán McNamara
2013-10-08convert sc/source/ui/app/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/inc/s*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/ui/inc/i*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/ui/inc/l*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/ui/inc/r*.hxx from String to OUStringNoel Grandin
2013-10-03de-GetBuffer calcCaolán McNamara
2013-09-29Kill internationaloptions page, it has been unused for years.Jan Holesovsky
2013-09-20Turn sidebar back to non-experimentalCaolán McNamara
2013-09-19store the opencl device id and propagate it from the ui to opencl codeMarkus Mohrhard
2013-09-17convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin
2013-09-01Separate misspelled ranges when entering a new cell value.Kohei Yoshida
2013-09-01These pieces of code are no longer needed.Kohei Yoshida
2013-09-01Repaint grid view when the visible area changes.Kohei Yoshida
2013-09-01Handle enabling / disabling of auto spell check.Kohei Yoshida
2013-09-01Auto spell-check is no longer done in ScDocument.Kohei Yoshida
2013-09-01First step toward showing mis-spelled words without modifying cells.Kohei Yoshida
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-08-29GetChar->operator[]Caolán McNamara
2013-08-17Mark as constTakeshi Abe
2013-08-16fdo#37230 Add legacy cell selection behavior and config. optionTomaž Vajngerl
2013-08-11String->OUStringIvan Timofeev
2013-07-28fdo#66477 Add correlation and covariance to Calc.Tomaž Vajngerl
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-19fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
2013-07-14fdo#66477 Random Number Generation added to menu>fill.Tomaž Vajngerl
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke