summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2019-10-20ScRangeUtil is utility class; don't instantiate itMike Kaganski
2019-10-20Avoid converting same string to uppercase twiceMike Kaganski
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin
2019-10-17Cache last used number-format-type in interpreter-contextDennis Francis
2019-10-17move SSE2sum code to separate cxx file...Dennis Francis
2019-10-17Reuse pre-allocated ScInterpreter for HandleStuffAfterParallelCalculationDennis Francis
2019-10-17Pre-allocate an ScInterpreter object for each thread...Dennis Francis
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-10-16sc: rowcol: migrate the Sc*IteratorNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-10-09sc: rowcol: store sheet maximum sizes in ScDocument.Michael Meeks
2019-10-09cid#1452393 silence Using invalid iteratorCaolán McNamara
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-10-07cid#1454630 Uninitialized scalar fieldCaolán McNamara
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin
2019-10-03Resolves: tdf#122011 fix ValidExternal() checkEike Rathke
2019-10-01Implement parallel version of super-scalar-sample-sort...Dennis Francis
2019-10-01Thread a group of formula-groups together if possibleDennis Francis
2019-10-01loplugin:stringadd in scNoel Grandin
2019-10-01save/restore locking properly in ScPostIt::CreateCaptionFromInitDataNoel Grandin
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski
2019-09-30reduce number of calc column constants slightlyNoel Grandin
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski
2019-09-26loplugin:constmethod in scNoel Grandin
2019-09-26drop unnecessary includes and update pchCaolán McNamara
2019-09-25constinit, here we comeStephan Bergmann
2019-09-25lok: deduplicate code related to notifyDocumentSizeChanged() callTamás Zolnai
2019-09-25lok: send an invalidation by document size changeTamás Zolnai
2019-09-25better data structures for some static const varsNoel Grandin
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-09-17OUStringBuffer use should be the other way round hereMike Kaganski
2019-09-06Related: tdf#98844 CreateMatrixFromDoubleRef() for bCalcAsShown ScCellIteratorEike Rathke
2019-09-06Resolves: tdf#98844 calculate as shown with SUM() againEike Rathke
2019-09-05Resolves: tdf#126577 stop filling a series when threshold is reachedEike Rathke
2019-09-01Fix '..'Andrea Gelmini
2019-09-01Fix '..'Andrea Gelmini
2019-08-27use SdrCircKind enum more widelyNoel Grandin
2019-08-27Remove duplicated sc imagemap functionsSamuel Mehrbrodt
2019-08-24loplugin:returnconstval in sal..scNoel Grandin
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-08-22Move ctors/assignments need non-const rvalue reference to actually moveMike Kaganski
2019-08-22Fully support importing of XML with nested repeat elements.Kohei Yoshida
2019-08-20tdf#119388 don't broadcast when lockedNoel Grandin
2019-08-20loplugin:constvars in package..scNoel Grandin