summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-02-06tdf#114820 Fix reading external reference for VLOOKUP and HLOOKUPBartosz Kosiorek1-1/+4
2018-02-06tdf#115162 Fix support for external reference for IFS functionsBartosz Kosiorek1-2/+2
2018-02-06Turn assert into SAL_WARNEike Rathke1-1/+4
2018-02-03sc: disable "forecast.ets.add.fods" test file on MacsMichael Stahl1-0/+4
2018-02-02ofz: guard against binary crap argument counts and ID/OpCode generationEike Rathke3-45/+85
2018-02-02ofz: do not force non-existent parameters into the TokenPoolEike Rathke2-13/+31
2018-01-30fix tdf#114934 borderline feature regressionsArmin Le Grand4-8/+10
2018-01-30tdf#115044: do not load external documents if it is not allowedVasily Melenchuk1-0/+9
2018-01-30CheckLinkFormulaNeedingCheck() for named expressionsEike Rathke3-1/+12
2018-01-29CheckLinkFormulaNeedingCheck() for conditional format expressionsEike Rathke4-2/+29
2018-01-27Don't push error twiceEike Rathke1-3/+4
2018-01-27Flatten ScRangeList::Join() and ScRangePairList::Join() recursionEike Rathke1-75/+89
2018-01-27CheckLinkFormulaNeedingCheck() for .xls and .xlsx formula cellsEike Rathke7-2/+20
2018-01-26tdf#103550 fix issue with HYPHEN-MINUS in Calc function JIS.Winfried Donkers1-6/+9
2018-01-25tdf#114519 Update cell content on sidebar number format changeJim Raykowski1-0/+1
2018-01-24tdf#115093 : Do not reuse singleref tokens...Dennis Francis2-3/+36
2018-01-22copy ScAddress before possibly joining itCaolán McNamara2-1/+3
2018-01-19tdf#114720: Fix subtotal crashAhmed GHANMI1-36/+39
2018-01-16handle ocWebservice similarly to ocDdeCaolán McNamara10-45/+252
2018-01-16Better handle ScDde formulas with missing dde-link entriesCaolán McNamara7-11/+19
2018-01-16tdf#114992: fix crash in deleting sheetJulien Nabet1-1/+1
2018-01-16shapes provide their name through the container::XNamed interface, tdf#114932Markus Mohrhard1-3/+3
2018-01-12limit WEBSERVICE to http[s] protocolsCaolán McNamara1-0/+9
2018-01-12VclPtr, missing disposeCaolán McNamara1-1/+1
2018-01-12Add back initialization of ScNavigatorSettings::maExpandedVecStephan Bergmann1-0/+1
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