summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
AgeCommit message (Expand)Author
2023-11-17tdf#33201 Highlight current row and column in spreadsheetSahil Gautam
2023-10-27merge these checks together to avoid duplicationCaolán McNamara
2023-10-26null-deref seen in ScTabView::UpdateEditViewCaolán McNamara
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann
2023-06-27tdf#123026 sc xlsx: provide per-sheet optimal row height settingJustin Luth
2023-06-20lok: sc: reset RTL if it is changedHenry Castro
2023-06-20lok: sc: fix layout RTLHenry Castro
2023-06-13lok: sc: disable Value HighlightingHenry Castro
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-04-04Resolves tdf#154446 - Remove redundant option for grid line colorHeiko Tietze
2023-03-08tdf#97551 Added marker and hint for formula to CalcGrigory A. Mozhaev
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara
2023-01-18sc: fix crash in ScViewData::GetCurXForTab()Miklos Vajna
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