summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2019-08-22Postpone loading of all external references, including INDIRECT()Eike Rathke1-18/+36
2019-08-22Postpone filter detection until link update is allowedMike Kaganski1-7/+16
2019-08-22forcepoint#55 invalid iterator incrementCaolán McNamara1-0/+2
2019-08-22forcepoint#64 null derefCaolán McNamara1-1/+1
2019-08-22Prevent out-of-bounds access, tdf#114228 relatedEike Rathke1-1/+1
2018-09-21Resolves: tdf#119954 do not copy the old parent, init with new parent insteadEike Rathke2-4/+5
2018-09-21tdf#41425 XLS/XLSX export: workaround for style and validation lossLászló Németh3-0/+18
2018-09-21ofz#10189 check container sizeCaolán McNamara1-2/+6
2018-08-08ofz#9431 don't check attribs of Invalid columnCaolán McNamara1-1/+1
2018-06-30tdf#118441: also keep string-formula results for shared formulasMike Kaganski1-3/+19
2018-06-26forcepoint#40 null derefCaolán McNamara2-4/+4
2018-06-21Resolves: tdf#108654 check nTabNo against maTabData sizeEike Rathke1-1/+12
2018-05-16Related: tdf#100925 background not getting set under X sometimesCaolán McNamara1-1/+6
2018-04-07forcepoint #34 survive missing autostylesCaolán McNamara1-0/+2
2018-04-07forcepoint #32 survive missing value rangeCaolán McNamara1-4/+14
2018-04-07forcepoint #31 check validity of another group rangeCaolán McNamara1-0/+2
2018-04-07forcepoint #30 check validity of group rangeCaolán McNamara2-0/+2
2018-04-07forcepoint #29 detect illegal self series addCaolán McNamara2-0/+5
2018-04-07ofz#7121 NamedDBs::insert takes ownership of its argumentEike Rathke4-11/+8
2018-04-07forcepoint #26 check input against max valid enum valuesCaolán McNamara2-8/+8
2018-03-27tdf#116241 Customizing value highlighting colorsSzymon Kłos3-13/+16
2018-03-13for listeners the range needs to be set before the formula, tdf#115530Aron Budea1-5/+7
2018-03-06tdf#112033: enable the xml source feature when the experimental features are ...Markus Mohrhard1-1/+5
2018-03-06tdf#115044: do not load external documents if it is not allowedVasily Melenchuk1-0/+9
2018-03-06Related: tdf#114251 disable vectorization of svDoubleRefEike Rathke2-1/+15
2018-03-06Type svIndex does not necessarily mean range name, tdf#114251 relatedEike Rathke1-0/+7
2018-03-06copy ScAddress before possibly joining itCaolán McNamara2-1/+3
2018-02-26Custom data validation: Add a missing string.Jan Holesovsky1-0/+5
2018-02-21Resolves: tdf#115710 let css::sheet::FunctionAccess execute WEBSERVICEEike Rathke4-5/+37
2018-02-21tdf#96698 - calc: add support for custom validation (through a formula)Marco Cecchetti10-12/+91
2018-02-08CheckLinkFormulaNeedingCheck() for named expressionsEike Rathke3-1/+12
2018-02-08CheckLinkFormulaNeedingCheck() for conditional format expressionsEike Rathke4-2/+29
2018-02-08CheckLinkFormulaNeedingCheck() for .xls and .xlsx formula cellsEike Rathke7-2/+20
2018-01-17Resolves: tdf#114539 only pop own parameters from stackEike Rathke1-1/+2
2018-01-17handle ocWebservice similarly to ocDdeCaolán McNamara10-45/+252
2018-01-17Better handle ScDde formulas with missing dde-link entriesCaolán McNamara7-11/+19
2018-01-17VclPtr, missing disposeCaolán McNamara1-1/+1
2018-01-17limit WEBSERVICE to http[s] protocolsCaolán McNamara1-0/+9
2018-01-17Windows build fix - uninitialized variableSzymon Kłos1-1/+1
2018-01-17disambiguation (build fix on Windows)Andras Timar1-1/+1
2017-11-28tdf#109240, tdf#112571: don't export dupe built-in named rangesAron Budea2-3/+7
2017-11-28lok - calc: outline and group handlingMarco Cecchetti14-37/+377
2017-11-28lok: sc: subdivide headers data in rangeMarco Cecchetti1-1/+10
2017-11-28lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky2-9/+0
2017-11-28lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky2-0/+9
2017-11-28lokdialog: Make the Autofilter popup notify about its creation.Jan Holesovsky1-0/+1
2017-11-27tdf#111907 Allow box in Manage Names dialog to expand on resizingAndreas Brandner1-1/+4
2017-11-27ofz: special case max index for cSymbolCaolán McNamara1-0/+2
2017-11-27ofz#4123 do not read past end of fileEike Rathke1-5/+25
2017-11-27ofz+valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-1/+1