summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-04-13Related: 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
2018-01-16tdf#114992: fix crash in deleting sheetJulien Nabet1-1/+1
2018-01-16Add back initialization of ScNavigatorSettings::maExpandedVecStephan Bergmann1-0/+1
2018-01-12VclPtr, missing disposeCaolán McNamara1-1/+1
2018-01-12limit WEBSERVICE to http[s] protocolsCaolán McNamara1-0/+9
2018-01-07Exclude more special OpCode values from vectorizationEike Rathke1-0/+13
2018-01-07Related: tdf#114251 disable ocName named expressions for vectorizationEike Rathke1-0/+16
2017-12-18Resolves: tdf#113537 don't keep nEndRow=MAXROW if data ends aboveEike Rathke1-1/+6
2017-12-12Resolves: tdf#114406 treat % as the operator that it isEike Rathke1-1/+1
2017-12-08Fix segfault when ScDBDocFunc::AddDBRange is called ...Jens Carl1-1/+0
2017-12-07tdf#114228: fix crash when deleting sheet in specific caseJulien Nabet1-2/+3