summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-05-10Resolves: tdf#126928 allow link updates in an intermediate linked documentEike Rathke4-28/+57
2021-05-10Postpone loading of all external references, including INDIRECT()Eike Rathke1-18/+36
2021-05-10Postpone filter detection until link update is allowedMike Kaganski1-7/+16
2021-05-10forcepoint#55 invalid iterator incrementCaolán McNamara1-0/+2
2021-05-10forcepoint#64 null derefCaolán McNamara1-1/+1
2021-05-10ofz#9431 don't check attribs of Invalid columnCaolán McNamara1-1/+1
2021-05-10forcepoint#40 null derefCaolán McNamara2-4/+4
2021-05-10Prevent out-of-bounds access, tdf#114228 relatedEike Rathke1-1/+1
2021-05-10ofz#10189 check container sizeCaolán McNamara1-2/+6
2018-05-23acim#1133: tdf#117043 pivot table refresh fixrking5-34/+37
2018-04-30Related: tdf#100925 background not getting set under X sometimesCaolán McNamara1-1/+6
2018-04-05forcepoint #34 survive missing autostylesCaolán McNamara1-0/+2
2018-04-05forcepoint #32 survive missing value rangeCaolán McNamara1-4/+14
2018-04-05forcepoint #31 check validity of another group rangeCaolán McNamara1-0/+2
2018-04-05forcepoint #30 check validity of group rangeCaolán McNamara2-0/+2
2018-04-05forcepoint #29 detect illegal self series addCaolán McNamara2-0/+5
2018-04-04tdf#112997 multiple animated gif only one frameNoel Grandin1-1/+1
2018-03-27ofz#7121 NamedDBs::insert takes ownership of its argumentEike Rathke4-11/+8
2018-03-21Resolves: tdf#116324 treat jump empty path as 0 when nestedEike Rathke1-2/+4
2018-03-21Resolves: tdf#116215 separate column sums and row sums, tdf#71339 relatedEike Rathke1-7/+16
2018-03-13forcepoint #26 check input against max valid enum valuesCaolán McNamara2-8/+8
2018-03-13tdf#103175: Initialize DrawLayer if requiredMike Kaganski1-2/+3
2018-03-06tdf#116171: Tunnel arbitrary rtl_TextEncoding from sc to sdbc:dbase connectionStephan Bergmann1-22/+5
2018-03-05tdf#115866 comments inside StringArray blocks drop translationsCaolán McNamara1-3/+0
2018-02-21for listeners the range needs to be set before the formula, tdf#115530Aron Budea1-1/+1
2018-02-21Resolves: tdf#115710 let css::sheet::FunctionAccess execute WEBSERVICEEike Rathke4-5/+37
2018-02-17Resolves: tdf#115046 don't restore a sheet-local DBData from temporaryEike Rathke2-3/+19
2018-02-15ScSetStringParam::mbCheckLinkFormula for HTML and RTF importEike Rathke4-4/+17
2018-02-15CheckLinkFormulaNeedingCheck() for ScDocumentImport::setFormulaCell()Eike Rathke1-2/+18
2018-02-13CheckLinkFormulaNeedingCheck() for .csv importEike Rathke2-0/+12
2018-02-13CheckLinkFormulaNeedingCheck() for .slk importEike Rathke1-0/+1
2018-02-12tdf#72440 Abs sheet ref must be givenLaurent BP1-1/+2
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-05sc: disable "forecast.ets.add.fods" test file on MacsMichael Stahl1-0/+4
2018-01-30tdf#112033: enable the xml source feature when the experimental features are ...Markus Mohrhard1-1/+5
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-27CheckLinkFormulaNeedingCheck() for conditional format expressionsEike Rathke4-2/+29
2018-01-27CheckLinkFormulaNeedingCheck() for .xls and .xlsx formula cellsEike Rathke7-2/+20
2018-01-27Flatten ScRangeList::Join() and ScRangePairList::Join() recursionEike Rathke1-75/+89
2018-01-23Handle also the case where a range extends an existing one with overlapTor Lillqvist2-4/+65
2018-01-22Related: tdf#114251 disable vectorization of svDoubleRefEike Rathke2-1/+15
2018-01-22Type svIndex does not necessarily mean range name, tdf#114251 relatedEike Rathke1-0/+7
2018-01-22copy ScAddress before possibly joining itCaolán McNamara2-1/+3
2018-01-16Resolves: tdf#114539 only pop own parameters from stackEike Rathke1-1/+2
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