summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2017-11-21Introduce ScInterpreterContextTor Lillqvist
2017-11-21Move nInterpreterTableOpLevel back to ScDocumentTor Lillqvist
2017-11-21Move nMacroInterpretLevel back to ScDocumentTor Lillqvist
2017-11-21Move nInterpretLevel back to ScDocumentTor Lillqvist
2017-11-21Re-work how the thread-specific data in ScDocument worksTor Lillqvist
2017-11-21Move some of the fields in ScDocument into a thread-local structTor Lillqvist
2017-11-21Use explicit flag to indicate threaded formula group calculation being activeTor Lillqvist
2017-11-21Make formula group weight take number of cells referenced into accountTor Lillqvist
2017-11-21Check whether it is the multi-threaded case explicitlyTor Lillqvist
2017-11-21Move formula tree manipulation out of multi-threaded parts of codeTor Lillqvist
2017-11-21Always create the DocumentLinkManager, avoids a mutation assertion failureTor Lillqvist
2017-11-21Add "mutation guard" API for ScDocumentTor Lillqvist
2017-11-21First steps for Calc parallelismTor Lillqvist
2017-11-21tdf#103234 undo replacing text with formulaCaolán McNamara
2017-11-19Replace list by vector in accessible part of scJulien Nabet
2017-11-17coverity#1422192 include param field in string fieldEike Rathke
2017-11-16Straighten use of MAXSTRLEN to be maximum string lengthEike Rathke
2017-11-13tdf#113768 Fix opposite argument description for Calc function VDB.Winfried Donkers
2017-11-11Replace list by vector in scmod (sc)Julien Nabet
2017-11-10loplugin:unusedmethodsNoel Grandin
2017-11-08ScImportStarCalc10 appears uncallableCaolán McNamara
2017-11-06ofz#4052 limit listener range to actually available sheetsEike Rathke
2017-11-03Resolves: tdf#111428 swap (only) ScColumn::mnBlkCountFormulaEike Rathke
2017-11-02Resolves: tdf#111428 implement CellStoreEvent::swap() in ScColumn::SwapCol()Eike Rathke
2017-10-31loplugin:constantparam in scNoel Grandin
2017-10-27Handle decimalSeparatorAlternative in ScColumn::ParseString(), tdf#81671Eike Rathke
2017-10-27loplugin:finalclasses in scNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-23Move GetElementsMax() to .cxxEike Rathke
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara
2017-10-18use rtl::Reference in sc/../uno/*Noel Grandin
2017-10-17remove unused ScCompressedArray constructorNoel Grandin
2017-10-17Simplify ScCompressedArray constructorNoel Grandin
2017-10-17dyncolcontainer: use ScBitMaskCompressedArray for pColFlagsNoel Grandin
2017-10-17dyncolcontainer: use ScCompressedArray for pColWidthNoel Grandin
2017-10-12adapt dataprovider to the requirements of the new UIMarkus Mohrhard
2017-10-10use std::swap instead of own implementationMarkus Mohrhard
2017-10-04Revert "check for unnecessary DLLPUBLIC annotations"Stephan Bergmann
2017-10-02lok - sc: lift row limit to 500kMarco Cecchetti
2017-10-02lok: sc: overlays and edit view misplaced by other view actionsMarco Cecchetti
2017-10-02Bin duplicated forward declarationTor Lillqvist
2017-10-01Replace list by vector in macromgr.cxx (sc)Julien Nabet
2017-09-29ofz#3487 further limit ScMatrix elements allocationEike Rathke
2017-09-29check for unnecessary DLLPUBLIC annotationsNoel Grandin
2017-09-25-Werror,-Winconsistent-missing-overrideStephan Bergmann
2017-09-25FormulaTokenArray::Clear() virtual, ScTokenArray::Clear() overridesEike Rathke
2017-09-25Clarify comment of "copy"-ctor and operator=()Eike Rathke
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt
2017-09-22Fresh run of bin/update_pch.shMike Kaganski