summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-03-07Resolves: tdf#113805 insert special character fails in insert footnote...Caolán McNamara3-3/+3
2018-03-06tdf#116171: Tunnel arbitrary rtl_TextEncoding from sc to sdbc:dbase connectionStephan Bergmann1-22/+5
2018-03-04Related tdf#116171: don't try to convert empty value in timestampJulien Nabet1-8/+11
2018-02-26Resolves: tdf#115493 use matrix as result of jump command, tdf#58874 relatedEike Rathke4-8/+17
2018-02-26Limit ScColumnsRange::Iterator to available columns within boundsEike Rathke1-3/+22
2018-02-23fix crash while trying to access icon set image fileMarkus Mohrhard1-1/+1
2018-02-23Update orcus to 0.13.3 and make necessary adjustments.Kohei Yoshida1-7/+13
2018-02-22Pass ScColumnsRange::Iterator as const& and use pre-increment/decrementEike Rathke1-6/+6
2018-02-21Resolves: tdf#115710 let css::sheet::FunctionAccess execute WEBSERVICEEike Rathke4-5/+37
2018-02-20for listeners the range needs to be set before the formula, tdf#115530Aron Budea1-1/+1
2018-02-16Resolves: tdf#115046 don't restore a sheet-local DBData from temporaryEike Rathke2-3/+19
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara5-9/+9
2018-02-15tdf#115483 svl xmloff sc sw: verify all ODF 1.2 protection-key hashesMichael Stahl11-2/+276
2018-02-15ScSetStringParam::mbCheckLinkFormula for HTML and RTF importEike Rathke4-4/+17
2018-02-15CheckLinkFormulaNeedingCheck() for ScDocumentImport::setFormulaCell()Eike Rathke1-2/+18
2018-02-14it does not make sense to check for nullptr and then access anywayMarkus Mohrhard1-3/+5
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-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