summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-06-21tdf#96540 dragging between sheets can change the current cursor positionCaolán McNamara5-3/+37
2016-06-20Resolves: tdf#99310 data validity cell range dropdown empty under windowsCaolán McNamara1-3/+0
2016-06-17tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian2-2/+2
2016-06-15do not override nGlobalError with error from ConvertStringToValue()Eike Rathke1-3/+4
2016-06-15set string conversion error also at interpreter if availableEike Rathke1-0/+3
2016-06-15Resolves: tdf#100409 GetDoubleWithStringConversion() in GetDoubleFromMatrix()Eike Rathke1-2/+2
2016-06-15introduce ScMatrix::GetDoubleWithStringConversion() preparing for tdf#100409Eike Rathke2-10/+41
2016-06-15tdf#61396 Possibility to edit a template not in Template RepositoryAkshay Deep1-0/+2
2016-06-15Resolves: tdf#100396 handle unspecified WEEKDAY arguments and support new onesEike Rathke1-8/+28
2016-06-14do not use OUString::number() to "format" numeric valuesEike Rathke1-39/+9
2016-06-14tdf#100342 fix order of weekdays in NETWORKDAYSWinfried Donkers1-1/+2
2016-06-14allow text as dates in inline array of holidays for NETWORKDAYS()Eike Rathke1-1/+1
2016-06-14check ExternalSingleRef token for svDouble typeEike Rathke1-1/+6
2016-06-14fix obtaining ScRefCellValue results, tdf#97831 follow-upEike Rathke1-14/+38
2016-06-13Resolves: tdf#100048 we can rearrange the hidden child to allow tab traversalCaolán McNamara1-47/+59
2016-06-13Resolves: tdf#90419 diminish precision error in Series FillEike Rathke1-4/+39
2016-06-12tdf#92218 tweaks to single toolbar mode toolbarsYousuf Philips1-3/+3
2016-06-10tdf#100257 - Data : XML Source does not workNoel Grandin2-11/+21
2016-06-09Resolves: tdf#100285 EASTERSUNDAY() check valid year between 1583 and 9956Eike Rathke1-0/+6
2016-06-07Resolves: tdf#89186 descend into dimension children to obtain leaf resultEike Rathke1-0/+18
2016-06-07Resolves: tdf#88237 crash without java but with nlp solver installedCaolán McNamara1-14/+21
2016-06-07tdf#97340 : Handle autofilter search for dates correctlyDennis Francis2-26/+150
2016-06-07tdf#85594 Unify Calc drawing toolbar with WriterYousuf Philips3-5/+14
2016-06-07sc: StarCalc/DOS import: fix an endian issueMichael Stahl1-1/+15
2016-06-03Resolves: tdf#98880 ensure backing context of DoubleVectorRefToken...Caolán McNamara5-5/+24
2016-06-02tdf#92218 Implement Calc single toolbar mode toolbarYousuf Philips2-0/+89
2016-06-01Resolves: tdf#53899 if there is no CurrentController, use the ScTabViewObjCaolán McNamara1-3/+22
2016-06-01tdf#84411 - OpenCL: S/W interpreter throws std::out_of_range errorMarco Cecchetti1-0/+4
2016-05-30we already have pClipDocEike Rathke1-1/+1
2016-05-30actually multiple destination sheets are handled, tdf#97158 follow-upEike Rathke3-6/+5
2016-05-30Resolves: tdf#97158 CopyOneCellFromClip() does not handle multiple sheetsEike Rathke3-3/+8
2016-05-30FORECAST.ETS.* functions: default aggregation is 1 (0 is not allowed)Stanislav Horacek1-2/+2
2016-05-28Improve alignment and use of space in Document Properties dialogAdolfo Jayme Barrientos1-34/+14
2016-05-26correct description of the SWITCH functionStanislav Horacek1-1/+1
2016-05-25remove now moot comment, tdf#86282 follow-upEike Rathke1-14/+2
2016-05-25add DVARP test caseZdeněk Crhonek1-0/+1663
2016-05-25tdf#86282 switch to base name sheet name again for external references CSVEike Rathke1-9/+13
2016-05-25add DVAR test caseZdeněk Crhonek1-0/+1686
2016-05-25tdf#86282 handle both, base name and Sheet1, as external reference sheet nameEike Rathke3-30/+191
2016-05-25Resolves: tdf#98895 range search crashes open office if range is nullCaolán McNamara1-3/+3
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara3-3/+0
2016-05-25SWITCH returns error if compared value contains an error, tdf#97831 follow-upWinfried Donkers1-7/+3
2016-05-25correct description of range argument of MINIFS and MAXIFSStanislav Horacek1-2/+2
2016-05-25use consistent case for argument names of IFS functionStanislav Horacek1-1/+1
2016-05-25Convert SC_MF to scoped enumNoel Grandin38-160/+170
2016-05-25add DSUM test caseZdeněk Crhonek1-0/+3629
2016-05-25DCOUNT test case - one more testZdeněk Crhonek1-0/+2943
2016-05-24Resolves: tdf#99733 don't crash on moving range of cellsCaolán McNamara2-0/+10
2016-05-24convert PIVOT_FUNC to scoped enumNoel Grandin14-112/+120
2016-05-24Revert "remove some manual ref-counting"Noel Grandin8-47/+82