summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
AgeCommit message (Expand)AuthorFilesLines
12 hourstdf#163486: PVS: variable is assigned values twice successivelyXisco Fauli1-2/+2
2024-09-12null pattern deref seen in ScViewData::SetEditEngineCaolán McNamara1-0/+6
2024-07-31reduce number of GetItem callsNoel Grandin1-3/+4
2024-06-01loplugin:ostr in sc/../viewNoel Grandin1-1/+1
2024-05-13Resolves tdf#63374 and tdf#160908Printf Debugging1-0/+1
2024-05-07Resolves tdf#156885 - Make comment authorship optionalHeiko Tietze1-0/+4
2024-04-12lok: calc: not possible to select the cell adjacent to the edited oneMarco Cecchetti1-1/+3
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-1/+0
2024-03-20lok calc: show cell cursor on in place editingMarco Cecchetti1-0/+26
2024-02-29move inline spelling setting out of document and into viewshellCaolán McNamara1-1/+2
2024-02-08lok: calc: fix for rendering issues on in place editingMarco Cecchetti1-0/+2
2024-01-21editeng: change EditEngine getter to ref in {Imp}EditViewTomaž Vajngerl1-16/+15
2024-01-15sc lok: set the GridWindow size to the client area size + testTomaž Vajngerl1-6/+2
2024-01-09sc: LOK work-around for mouse click selecting the wrong cellTomaž Vajngerl1-2/+6
2023-11-17tdf#33201 Highlight current row and column in spreadsheetSahil Gautam1-0/+6
2023-10-27merge these checks together to avoid duplicationCaolán McNamara1-42/+17
2023-10-26null-deref seen in ScTabView::UpdateEditViewCaolán McNamara1-4/+30
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann1-1/+1
2023-06-27tdf#123026 sc xlsx: provide per-sheet optimal row height settingJustin Luth1-1/+2
2023-06-20lok: sc: reset RTL if it is changedHenry Castro1-2/+2
2023-06-20lok: sc: fix layout RTLHenry Castro1-0/+4
2023-06-13lok: sc: disable Value HighlightingHenry Castro1-1/+1
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin1-1/+1
2023-04-04Resolves tdf#154446 - Remove redundant option for grid line colorHeiko Tietze1-17/+0
2023-03-08tdf#97551 Added marker and hint for formula to CalcGrigory A. Mozhaev1-0/+4
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-3/+3
2023-01-18sc: fix crash in ScViewData::GetCurXForTab()Miklos Vajna1-1/+1
2022-06-25tdf#149647 LibreOffice Calc cursor not positioned correctlyNoel Grandin1-12/+18
2022-06-23tdf#149574 sc: fix missing nullptr checkAttila Szűcs1-1/+1
2022-05-31Use some range-based for loopsStephan Bergmann1-9/+9
2022-05-22cid#1504537 silence Dereference after null checkCaolán McNamara1-1/+1
2022-05-03tdf#99708 Save formula bar height to documentSamuel Mehrbrodt1-0/+21
2022-04-27use o3tl::toUInt32 to replace what was originally OUString::toUInt32Caolán McNamara1-2/+2
2022-04-26cid#1504074 silence Improper use of negative valueCaolán McNamara1-2/+2
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-9/+9
2022-04-12compress row height calculation (tdf#148492)Luboš Luňák1-1/+7
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-11/+11
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+2
2022-03-29do not provide non-const iterators for ScMarkData internalsLuboš Luňák1-2/+2
2022-03-03improve ScMark* classes a bitLuboš Luňák1-1/+1
2022-02-23remove MAXCOL/MAXROW from ScViewDataLuboš Luňák1-3/+1
2022-02-18Revert tdf#64345: EDITING: Selected area looses selection when switching sheetAhmet Hakan Çelik1-6/+0
2022-02-10replace various sal_uLong that might overflow with huge sheetsLuboš Luňák1-4/+4
2022-02-08optimize ScViewData::GetScrPos() for many hidden rows/columnsLuboš Luňák1-0/+18
2022-02-01tdf#64345: EDITING: Selected area looses selection when switching sheetAhmet Hakan Çelik1-0/+6
2022-01-30cid#1497923 Logically dead codeCaolán McNamara1-6/+2
2022-01-29lokCalcRTL: fix editcell tile paintingDennis Francis1-10/+11
2022-01-26lokCalcRTL: no internal width based mirroring in GetPosFromPixelDennis Francis1-4/+7
2021-12-04loplugin:stringliteraldefine in scNoel Grandin1-1/+1
2021-11-12Use more o3tl::convert in scMike Kaganski1-0/+1