summaryrefslogtreecommitdiff
path: root/sc/source/core/data/document.cxx
AgeCommit message (Expand)Author
2021-05-17small perf improvement in checking for noteNoel Grandin
2021-04-24cid#1477317 Logically dead codeCaolán McNamara
2021-04-24Removed executable permission on C++ fileAndrea Gelmini
2021-04-24Fix typosAndrea Gelmini
2021-04-23tdf#95554 fix ScDocument::GetClipArea() for rows: use > instead of <scito
2021-04-22tdf#107348 tdf#45958 tdf#141215 tdf#141683 fix filtered/transpose pastescito
2021-04-14tdf#126678 - Consider "Include formats" option during sortAndreas Heinisch
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-02-09tdf#104502 sc: skip hidden columns at printing pagesAttila Szűcs
2021-02-02tdf#137081, tdf137082 fixes shape handling in RTL sheetsRegina Henschel
2021-02-02Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist
2021-01-27cid#1472566 silence Unintended sign extensionCaolán McNamara
2021-01-26cid#1472493 silence Unintended sign extensionCaolán McNamara
2021-01-02introduce Degree100 strong_int typeNoel
2020-11-30clean up ScDocumentThreadSpecificLuboš Luňák
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli
2020-10-20use tools::Long in scNoel
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara
2020-09-16ScTable ctor never called with a null ScDocument*Caolán McNamara
2020-09-16CopyStaticToDocument never passed a null ScDocument*Caolán McNamara
2020-09-13CompileFormulaContext never constructed with a null ScDocumentCaolán McNamara
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin
2020-08-04fix leak in CppunitTest_sc_ucalcNoel Grandin
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin
2020-07-06Allow print-twips version of ScDocument::GetNeededSize()...Dennis Francis
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia
2020-04-08Resolves: tdf#131442 Sort must not contain matrix formula except 1x1 arrayEike Rathke
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2020-02-03loplugin:constantparamNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-24loplugin:makeshared in scNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin
2019-12-12Prevent BroadcastRecalcOnRefMoveHandler copiesStephan Bergmann
2019-12-10Related: tdf#129300 add ScRotateValueItem description in degreesCaolán McNamara
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-18cid#1399260 Uncaught exceptionCaolán McNamara
2019-11-15reduce iteration in ScViewData::GetScrPosNoel Grandin
2019-11-12Resolves: tdf#122232 Move TabStartCol logic to ScTable::GetNextPos()Eike Rathke
2019-11-03loplugin:stringaddNoel Grandin
2019-10-24sc: rowcol: tdf#50916 convert documen*Noel Grandin
2019-10-17Cache last used number-format-type in interpreter-contextDennis Francis
2019-10-15new loplugin:bufferaddNoel Grandin