summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2018-09-03tdf#37268: use also sheet local range in PivotJulien Nabet1-1/+27
2018-09-03ofz#10189 check container sizeCaolán McNamara1-2/+6
2018-09-03tdf#99296 - Disable headers/footers by defaultheiko tietze1-1/+1
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin3-25/+25
2018-08-31tdf#117781: don't remove already applied conditional format dataMike Kaganski2-6/+9
2018-08-31properly reset nSeenInIteration when iterating cell cyclesLuboš Luňák1-2/+16
2018-08-31tdf#112454 Also consider last SCTAB in loopMichael Weghorn1-1/+1
2018-08-28Use tools::Time::GetClock() to obtain hour,minute,secondEike Rathke2-15/+14
2018-08-28tdf#42949 Fix IWYU warnings in sc/source/core/inc/*Gabor Kelemen5-0/+7
2018-08-28return by std::unique_ptr from CreateSortInfoArrayNoel Grandin1-6/+6
2018-08-22Resolves: tdf#119402 +- typo sign flipEike Rathke1-1/+1
2018-08-22replace StackCleaner with std::unique_ptrNoel Grandin1-15/+2
2018-08-22loplugin:useuniqueptr in ScLookupCacheMapImplNoel Grandin1-64/+19
2018-08-22loplugin:useuniqueptr in ScDBQueryDataIteratorNoel Grandin1-4/+4
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-2/+2
2018-08-17Use for-range loopsCaolán McNamara1-109/+126
2018-08-17ofz: make ValidNewTabName faster wrt collisionsCaolán McNamara1-7/+12
2018-08-17make GetCodeName accessor more standardCaolán McNamara1-1/+1
2018-08-17make GetName accessor more standardCaolán McNamara5-21/+9
2018-08-16remove mempoolNoel Grandin1-2/+0
2018-08-15ofz#9894 cut out slow pathsCaolán McNamara2-0/+7
2018-08-15pass ScPrintRangeSaver around by std::unique_ptrNoel Grandin1-2/+2
2018-08-14loplugin:returnconstant in ScColumnNoel Grandin2-3/+3
2018-08-11set copy_paste_error to false rather than intentionalCaolán McNamara1-1/+1
2018-08-11loplugin:unusedmethodsNoel Grandin3-45/+0
2018-08-09loplugin:unusedmethodsNoel Grandin2-17/+0
2018-08-09remove Calc's software interpreterLuboš Luňák1-9/+6
2018-08-07tdf#42949 Fix remaining IWYU warnings in sc/incGabor Kelemen2-0/+2
2018-08-07SharedStringPool is always called with a CharClassNoel Grandin1-1/+1
2018-08-06loplugin:useuniqueptr in ScCompressedArrayNoel Grandin1-13/+10
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-1/+1
2018-08-02Directly prevent multiple change broadcastsArmin Le Grand2-4/+10
2018-08-01loplugin:stringloop in scNoel Grandin3-6/+3
2018-08-01forcepoint#55 invalid iterator incrementCaolán McNamara1-0/+2
2018-08-01Add missing sal/log.hxx headersGabor Kelemen21-0/+21
2018-07-31try to detect that a formula does not contain any implicit intersectionLuboš Luňák2-14/+25
2018-07-27do not keep incorrect calc values in the cacheLuboš Luňák1-0/+14
2018-07-27InsertNewTable always returns trueCaolán McNamara1-2/+1
2018-07-27sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann6-33/+6
2018-07-26crashtesting: crash on loading ooo126177-3.odsCaolán McNamara1-1/+1
2018-07-24loplugin:useuniqueptr in ScValidationDataListNoel Grandin3-23/+11
2018-07-19Related: tdf#118735 introduce FormulaError::LinkFormulaNeedingCheck (Err:540)Eike Rathke1-0/+3
2018-07-19return SfxStyleSheetIterator by std::unique_ptrNoel Grandin2-2/+2
2018-07-19Fix typosAndrea Gelmini1-1/+1
2018-07-18Related: tdf#118735 WEBSERVICE preserve the hybrid string result, if possibleEike Rathke1-0/+5
2018-07-17coverity#1401328 Uncaught exceptionCaolán McNamara3-10/+10
2018-07-16related tdf#113646, keep cjk, ctl font items in syncMarkus Mohrhard1-11/+22
2018-07-14Broadcast formula cells marked for recalc, tdf#94925 relatedEike Rathke1-0/+52
2018-07-14tdf#91385, recalc cond format formulas during hard recalcMarkus Mohrhard2-0/+35
2018-07-14add tests for tdf#117809Markus Mohrhard1-0/+5