summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2017-12-19Resolves: tdf#114539 only pop own parameters from stackEike Rathke
2017-12-19disable and hide the data provider featureMarkus Mohrhard
2017-12-19tdf#114479 : Use the SvNumberFormatter from ScInterpreterContextDennis Francis
2017-12-19tdf#81475 Organize the form toolbarsYousuf Philips
2017-12-18tdf#91820 Round of improvements to Calc's menus for 6.0Yousuf Philips
2017-12-18clear the data provider cache after import, tdf#111960Markus Mohrhard
2017-12-18Type svIndex does not necessarily mean range name, tdf#114251 relatedEike Rathke
2017-12-18Related: tdf#114251 disable vectorization of svDoubleRefEike Rathke
2017-12-18Related: tdf#114251 disable ocName named expressions for vectorizationEike Rathke
2017-12-18Do not recalculate the same weight over and over again, tdf#114251 relatedEike Rathke
2017-12-16Blacklist CELL() and INFO() for threadingEike Rathke
2017-12-15Resolves: tdf#113537 don't keep nEndRow=MAXROW if data ends aboveEike Rathke
2017-12-15tdf#114216 Uncheck Thousands separator on Number category selectionJim Raykowski
2017-12-15tdf#113621: don't write whole column refs for conditional format rangesMarkus Mohrhard
2017-12-15tdf#114479 : Blacklist MATCH() for threadingDennis Francis
2017-12-12Do not use threading for formula group if...Dennis Francis
2017-12-11Resolves: tdf#114406 treat % as the operator that it isEike Rathke
2017-12-11tdf#114342 move recursion guard to encompass threaded path tooCaolán McNamara
2017-12-09A "standard" format does not necessarily mean the General formatEike Rathke
2017-12-09lok: calc: fix: CTRL+RIGHT => crashMarco Cecchetti
2017-12-08Fix segfault when ScDBDocFunc::AddDBRange is called ...Jens Carl
2017-12-08Key must be sal_uInt32 instead of sal_Int16 SCCOL, tdf#113861 follow-upEike Rathke
2017-12-08assert on export of fdo69698-1.ods to pdfCaolán McNamara
2017-12-07Prevent out-of-bounds access, tdf#114228 relatedEike Rathke
2017-12-07tdf#114228: fix crash when deleting sheet in specific caseJulien Nabet
2017-12-05tdf#107601 Rename t-test to paired t-testHeiko Tietze
2017-12-04tdf#105268 - Auto Fill: Fix The Next Value for 001-001-001Daniel
2017-12-03tdf#109240, tdf#112571: don't export dupe built-in named rangesAron Budea
2017-12-02ofz#4484 another stab at mnRangeOpPosInSymbolEike Rathke
2017-12-01Prepare for translated new AutoFormat Table Styles, tdf#101349Eike Rathke
2017-12-01ofz#4406 limit escher object cell area to calc's limitsCaolán McNamara
2017-12-01ofz#4484 don't set mnRangeOpPosInSymbol on StringOverflow caseCaolán McNamara
2017-12-01tdf#113831 Show number of search resultsheiko tietze
2017-12-01tdf#97198 follow up: improve efficiency for Calc function RIGHT.Winfried Donkers
2017-11-30tdf#113271 Fix order of color's attributes import.Bartosz Kosiorek
2017-11-30tdf#97198 Make Calc function REPLACE work with UniCode non-BMP-characters.Winfried Donkers
2017-11-28Fix typosEike Rathke
2017-11-25coverity#1422232 Improper use of negative valueCaolán McNamara
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist
2017-11-24tdf#97198 Make Calc function LEFT work with Unicode non-BMP charactersWinfried Donkers
2017-11-24tdf#97198 Make Calc function SEARCH work with UniCode non-BMP characters.Winfried Donkers
2017-11-24tdf#97198 Make Calc function LEN work with Unicode non-BMP characters.Winfried Donkers
2017-11-24tdf#97198 Make Calc function FIND work with UniCode non-BMP characters.Winfried Donkers
2017-11-24tdf#97198 Make Calc function RIGHT work with Unicode non-BMP characters.Winfried Donkers
2017-11-24tdf#97198 Make calc function MID work with Unicode non-BMP characters.Winfried Donkers
2017-11-24tdf#45904 Move _XSheetAnnotationAnchor Java test to C++Jens Carl
2017-11-24ofz#4406: don't increment ScCompressedArray::Iterator past endCaolán McNamara
2017-11-24drop unused ATTR itemsNoel Grandin
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-11-23Document, and simplify the two uses of ScMutationGuard.Michael Meeks