summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2018-02-13CheckLinkFormulaNeedingCheck() for .slk importEike Rathke1-0/+1
2018-02-13Resolves: tdf#95192 correctly split non-numeral/numeral parts for natural sortEike Rathke1-13/+22
2018-02-12tdf#72440 Abs sheet ref must be givenLaurent BP1-1/+2
2018-02-09CheckLinkFormulaNeedingCheck() for .csv importEike Rathke2-0/+12
2018-02-09tdf#115493 postpone name resolution after unsuccessful IsNamedRange()Eike Rathke1-0/+9
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-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 Rathke6-2/+18
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 Francis1-3/+13
2018-01-22copy ScAddress before possibly joining itCaolán McNamara1-1/+3
2018-01-19tdf#114720: Fix subtotal crashAhmed GHANMI1-36/+39
2018-01-16handle ocWebservice similarly to ocDdeCaolán McNamara7-41/+247
2018-01-16Better handle ScDde formulas with missing dde-link entriesCaolán McNamara5-7/+15
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-07tdf#113980 Refresh row/column buttons state after selection changeMaxim Monastirsky1-0/+2
2017-12-22Add UI config option to enable/disable threading.Dennis Francis2-0/+15
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-19tdf#114479 : Use the SvNumberFormatter from ScInterpreterContextDennis Francis2-10/+18
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 Rathke1-2/+10
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 Mohrhard2-6/+8
2017-12-15tdf#114479 : Blacklist MATCH() for threadingDennis Francis1-1/+2
2017-12-12Do not use threading for formula group if...Dennis Francis4-15/+58
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