summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-01-08tdf#113715 Fix .uno: names appearing in the customization dialogMaxim Monastirsky2-3/+7
2018-01-07tdf#113980 Refresh row/column buttons state after selection changeMaxim Monastirsky1-0/+2
2017-12-22Add UI config option to enable/disable threading.Dennis Francis3-0/+74
2017-12-22Invert logic, include only known good, tdf#114251 relatedEike Rathke1-2/+31
2017-12-22Exclude more special OpCode values from vectorizationEike Rathke1-0/+13
2017-12-20tdf#114545 Enabling/Disabling Ok button depending on correct formattagezi1-0/+6
2017-12-19Uncheck Engineering notation checkbox on Scientific selectionJim Raykowski1-0/+1
2017-12-19Resolves: tdf#114539 only pop own parameters from stackEike Rathke1-1/+2
2017-12-19disable and hide the data provider featureMarkus Mohrhard1-2/+0
2017-12-19tdf#114479 : Use the SvNumberFormatter from ScInterpreterContextDennis Francis3-11/+19
2017-12-19tdf#81475 Organize the form toolbarsYousuf Philips2-20/+18
2017-12-18tdf#91820 Round of improvements to Calc's menus for 6.0Yousuf Philips1-17/+34
2017-12-18clear the data provider cache after import, tdf#111960Markus Mohrhard2-0/+10
2017-12-18Type svIndex does not necessarily mean range name, tdf#114251 relatedEike Rathke1-0/+7
2017-12-18Related: tdf#114251 disable vectorization of svDoubleRefEike Rathke2-1/+15
2017-12-18Related: tdf#114251 disable ocName named expressions for vectorizationEike Rathke1-0/+18
2017-12-18Do not recalculate the same weight over and over again, tdf#114251 relatedEike Rathke2-2/+11
2017-12-16Blacklist CELL() and INFO() for threadingEike Rathke1-1/+3
2017-12-15Resolves: tdf#113537 don't keep nEndRow=MAXROW if data ends aboveEike Rathke1-1/+6
2017-12-15tdf#114216 Uncheck Thousands separator on Number category selectionJim Raykowski1-0/+1
2017-12-15tdf#113621: don't write whole column refs for conditional format rangesMarkus Mohrhard3-7/+9
2017-12-15tdf#114479 : Blacklist MATCH() for threadingDennis Francis1-1/+2
2017-12-12Do not use threading for formula group if...Dennis Francis8-18/+100
2017-12-11Resolves: tdf#114406 treat % as the operator that it isEike Rathke1-1/+1
2017-12-11tdf#114342 move recursion guard to encompass threaded path tooCaolán McNamara1-6/+6
2017-12-09A "standard" format does not necessarily mean the General formatEike Rathke1-4/+2
2017-12-09lok: calc: fix: CTRL+RIGHT => crashMarco Cecchetti1-1/+2
2017-12-08Fix segfault when ScDBDocFunc::AddDBRange is called ...Jens Carl1-1/+0
2017-12-08Key must be sal_uInt32 instead of sal_Int16 SCCOL, tdf#113861 follow-upEike Rathke1-2/+2
2017-12-08assert on export of fdo69698-1.ods to pdfCaolán McNamara1-7/+13
2017-12-07Prevent out-of-bounds access, tdf#114228 relatedEike Rathke1-1/+1
2017-12-07tdf#114228: fix crash when deleting sheet in specific caseJulien Nabet1-2/+3
2017-12-05tdf#107601 Rename t-test to paired t-testHeiko Tietze1-2/+2
2017-12-04tdf#105268 - Auto Fill: Fix The Next Value for 001-001-001Daniel1-20/+47
2017-12-03tdf#109240, tdf#112571: don't export dupe built-in named rangesAron Budea4-3/+35
2017-12-02ofz#4484 another stab at mnRangeOpPosInSymbolEike Rathke1-2/+2
2017-12-01Prepare for translated new AutoFormat Table Styles, tdf#101349Eike Rathke1-1/+11
2017-12-01ofz#4406 limit escher object cell area to calc's limitsCaolán McNamara1-4/+4
2017-12-01ofz#4484 don't set mnRangeOpPosInSymbol on StringOverflow caseCaolán McNamara1-1/+3
2017-12-01tdf#113831 Show number of search resultsheiko tietze4-34/+42
2017-12-01tdf#97198 follow up: improve efficiency for Calc function RIGHT.Winfried Donkers1-13/+5
2017-11-30tdf#113271 Fix order of color's attributes import.Bartosz Kosiorek1-4/+6
2017-11-30tdf#97198 Make Calc function REPLACE work with UniCode non-BMP-characters.Winfried Donkers2-20/+227
2017-11-28Fix typosEike Rathke1-2/+2
2017-11-25coverity#1422232 Improper use of negative valueCaolán McNamara1-1/+1
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist19-450/+451
2017-11-24tdf#97198 Make Calc function LEFT work with Unicode non-BMP charactersWinfried Donkers2-3/+92
2017-11-24tdf#97198 Make Calc function SEARCH work with UniCode non-BMP characters.Winfried Donkers2-15/+156
2017-11-24tdf#97198 Make Calc function LEN work with Unicode non-BMP characters.Winfried Donkers2-8/+102
2017-11-24tdf#97198 Make Calc function FIND work with UniCode non-BMP characters.Winfried Donkers2-3/+156