summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2017-12-19inline use-once typedefsNoel Grandin
2017-12-19Fix typoAndrea Gelmini
2017-12-19Fix typosAndrea Gelmini
2017-12-18Defer cell value insertion until later.Kohei Yoshida
2017-12-18Remove almost duplicate code blocks.Kohei Yoshida
2017-12-18convert EEHorizontalTextDirection to scoped enumNoel Grandin
2017-12-18Handle merged cells.Kohei Yoshida
2017-12-18Remove unused method.Kohei Yoshida
2017-12-18Take into account the fact that ScDocument already has one sheet.Kohei Yoshida
2017-12-17Related: tdf#114251 disable vectorization of svDoubleRefEike Rathke
2017-12-17Related: tdf#114251 disable ocName named expressions for vectorizationEike Rathke
2017-12-17Type svIndex does not necessarily mean range name, tdf#114251 relatedEike Rathke
2017-12-16Do 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-15-Werror,-Wsign-compare (clang-cl)Stephan Bergmann
2017-12-15tdf#114479 : Blacklist MATCH() for threadingDennis Francis
2017-12-15tdf#113621: don't write whole column refs for conditional format rangesMarkus Mohrhard
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-12-12Do not use threading for formula group if...Dennis Francis
2017-12-12Fix unnecessary wrong downcastStephan Bergmann
2017-12-11tdf#95295: don't add duplicate conditional formatsMike Kaganski
2017-12-11Resolves: tdf#114406 treat % as the operator that it isEike Rathke
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-11tdf#114342 move recursion guard to encompass threaded path tooCaolán McNamara
2017-12-07lokit: add .uno:DocumentRepair commandHenry Castro
2017-12-07loplugin:constparamsNoel Grandin
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-12-06Prevent out-of-bounds access, tdf#114228 relatedEike Rathke
2017-12-06coverity#1421089 seems to be really reporting missing move ctors/assignmentsCaolán McNamara
2017-12-05assert(mnRangeOpPosInSymbol < MAXSTRLEN)Eike Rathke
2017-12-03tdf#105268 - Auto Fill: Fix The Next Value for 001-001-001Daniel
2017-12-02ofz#4484 another stab at mnRangeOpPosInSymbolEike Rathke
2017-12-01Remove nonsensical loopMike Kaganski
2017-12-01Prepare for translated new AutoFormat Table Styles, tdf#101349Eike Rathke
2017-12-01loplugin:unusedfieldsNoel Grandin
2017-11-30tdf#97198 follow up: improve efficiency for Calc function RIGHT.Winfried Donkers
2017-11-30ofz#4484 don't set mnRangeOpPosInSymbol on StringOverflow caseCaolán McNamara
2017-11-30Deduplicate conditional formats loaded from .odsTor Lillqvist
2017-11-29Avoid ambiguitiesStephan Bergmann
2017-11-29tdf#97198 Make Calc function REPLACE work with UniCode non-BMP-characters.Winfried Donkers
2017-11-29loplugin:countusersofdefaultparams in scNoel Grandin
2017-11-29ofz#4406: don't increment ScCompressedArray::Iterator past endCaolán McNamara
2017-11-29loplugin:unusedmethodsNoel Grandin
2017-11-28Do as the FIXME suggestedTor Lillqvist
2017-11-28Factor out a code snippet copy-pasted four timesTor Lillqvist
2017-11-27Bin confusing comment, there is no lcl_ScDocFunc_CreateTokenArrayXMLTor Lillqvist
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist
2017-11-25Avoid a trivial typedefTor Lillqvist
2017-11-25Revert "ofz#4406: don't increment ScCompressedArray::Iterator past end"Caolán McNamara