summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
AgeCommit message (Expand)Author
2022-06-25tdf#149647 LibreOffice Calc cursor not positioned correctlyNoel Grandin
2022-06-23tdf#149574 sc: fix missing nullptr checkAttila Szűcs
2022-05-31Use some range-based for loopsStephan Bergmann
2022-05-22cid#1504537 silence Dereference after null checkCaolán McNamara
2022-05-03tdf#99708 Save formula bar height to documentSamuel Mehrbrodt
2022-04-27use o3tl::toUInt32 to replace what was originally OUString::toUInt32Caolán McNamara
2022-04-26cid#1504074 silence Improper use of negative valueCaolán McNamara
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12compress row height calculation (tdf#148492)Luboš Luňák
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-03-29do not provide non-const iterators for ScMarkData internalsLuboš Luňák
2022-03-03improve ScMark* classes a bitLuboš Luňák
2022-02-23remove MAXCOL/MAXROW from ScViewDataLuboš Luňák
2022-02-18Revert tdf#64345: EDITING: Selected area looses selection when switching sheetAhmet Hakan Çelik
2022-02-10replace various sal_uLong that might overflow with huge sheetsLuboš Luňák
2022-02-08optimize ScViewData::GetScrPos() for many hidden rows/columnsLuboš Luňák
2022-02-01tdf#64345: EDITING: Selected area looses selection when switching sheetAhmet Hakan Çelik
2022-01-30cid#1497923 Logically dead codeCaolán McNamara
2022-01-29lokCalcRTL: fix editcell tile paintingDennis Francis
2022-01-26lokCalcRTL: no internal width based mirroring in GetPosFromPixelDennis Francis
2021-12-04loplugin:stringliteraldefine in scNoel Grandin
2021-11-12Use more o3tl::convert in scMike Kaganski
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-10-21loplugin:flattenNoel Grandin
2021-10-11loplugin:moveparam in scNoel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-08-30LOK: avoid writing freeze pans data to file if not setPranam Lashkari
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-28lok: sc: avoid crash on non existent tab view dataDennis Francis
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann
2021-05-24Resolves: tdf#134675 Allow unrestricted pastes of same size in one dimensionEike Rathke
2021-05-17split OutputDevice from WindowNoel Grandin
2021-04-21lok: fix incomplete/wrong tiles after zoom change and sheet switchDennis Francis
2021-04-16Avoid infinite loop in AddPixelsWhile when removing SheetSzymon Kłos
2021-02-25online: fixed freeze pane not writing correct data on file savePranam Lashkari
2021-02-22Some more unit conversion unificationMike Kaganski
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin
2020-11-12remove Fraction::operator tools::Long()Noel
2020-10-20use tools::Long in scNoel
2020-10-06loplugin:const* make some params and methods constNoel
2020-09-30tdf#43958 sc: fix fill by selecting merged cellAttila Szűcs
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-16Remove more redundant checksMike Kaganski
2020-09-16Simplify initializationMike Kaganski
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-09-15establish ScViewData always ctored from ScDocShell& or ScDocument&Caolán McNamara