summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin4.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-07-10tdf#159348 Update Highlight Overlay when window is resizedRafael Lima1-0/+7
2024-06-01loplugin:ostr in sc/../viewNoel Grandin1-1/+1
2024-05-13Resolves tdf#63374 and tdf#160908Printf Debugging1-6/+15
2024-05-02tdf#160780 Overlays should not cover EditView.Printf Debugging1-35/+39
2024-04-22tdf#63374 Change cell background color when in edit modeSahil Gautam1-0/+10
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-3/+0
2024-02-29move inline spelling setting out of document and into viewshellCaolán McNamara1-10/+8
2024-02-28assertion fails on last rows selection / modificationCaolán McNamara1-0/+6
2024-02-18Simplify a bitMike Kaganski1-8/+6
2024-02-18Drop twipFactor, and use Point::scaleMike Kaganski1-17/+14
2024-02-18Clarify unit conversions in calculationMike Kaganski1-12/+24
2024-02-17kit: editing text in shapes outside the topleft tile has misplaced textCaolán McNamara1-2/+5
2024-02-17clarify that "twipFactor" converts from pixels to 100mmCaolán McNamara1-2/+4
2024-02-15kit: cell in editing mode shown with dark view bg in light viewCaolán McNamara1-2/+5
2024-02-10perf: limit to max 1024 rows in cases where we originally allocated 1024 rowsCaolán McNamara1-2/+2
2024-02-08lok: calc: rtl - misplaced caretMarco Cecchetti1-1/+3
2024-02-08lok: calc: fix for rendering issues on in place editingMarco Cecchetti1-282/+193
2024-01-21editeng: change EditEngine getter to ref in {Imp}EditViewTomaž Vajngerl1-7/+6
2024-01-20cool#6893 reduce allocation in ScGridWindow::PaintTileNoel Grandin1-2/+2
2024-01-16calc: on editing invalidation of view with different zoom is wrongMarco Cecchetti1-0/+26
2024-01-10Related: cool#7951 don't invalidate when creating a new viewCaolán McNamara1-3/+2
2024-01-01Replace "size() == 0 with empty()" (sc/part2)Julien Nabet1-1/+1
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-3/+2
2023-11-19tdf#33201 Make Row/column highlight usableSahil Gautam1-4/+0
2023-11-17tdf#33201 Highlight current row and column in spreadsheetSahil Gautam1-0/+4
2023-10-06Rename ojects to objects!Hannah Meeks1-1/+1
2023-08-18add a LogicInvalidatePart which can take a 'part'Caolán McNamara1-2/+8
2023-06-22sc: factor out color from setting vcl::Font from a ItemSetTomaž Vajngerl1-3/+3
2023-06-20lok: sc: restore edit output areaHenry Castro1-0/+6
2023-06-14online: speed up scrolling large excel documentNoel Grandin1-4/+4
2023-06-02Add Calc view separation for tiled renderingParis Oplopoios1-1/+16
2023-04-27sc: pivot table compact layoutDennis Francis1-3/+13
2023-04-14[API CHANGE] Related tdf#154080 - Allow customization of comment indicator colorHeiko Tietze1-1/+1
2023-03-29Resolves tdf#152184 - Application color should follow system colorHeiko Tietze1-1/+1
2023-03-08tdf#97551 Added marker and hint for formula to CalcGrigory A. Mozhaev1-0/+3
2023-02-17sc: fix divide by zero in ScGridWindow::DrawPagePreviewXisco Fauli1-6/+9
2023-02-09lok: do not recreate lok-drawview for every tile paintDennis Francis1-7/+10
2023-01-31svx: Refactor (sdr) views to access the SdrModel by referenceTomaž Vajngerl1-1/+1
2023-01-19lok: adjust paint rect for in-place editingSzymon Kłos1-7/+2
2022-11-22Revert "lok: respect zoom in calc tile rendering of EditView"Szymon Kłos1-8/+4
2022-11-10lok: sc: render expanded EditEngine when editing in-placeSzymon Kłos1-16/+69
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock1-2/+2
2022-07-08sc: lok: fix offset other edit viewHenry Castro1-2/+3
2022-07-08sc: lok: fix offset edit output areaHenry Castro1-4/+3
2022-07-08lok: skip app background rendering for lok case.Michael Meeks1-2/+2
2022-05-17lok: respect zoom in calc tile rendering of EditViewSzymon Kłos1-4/+8
2022-03-29sc: fix crash in SdrPageView::GetPageWindow()Aron Budea1-1/+3
2022-03-13sc: initial code to draw sparkline into a cellTomaž Vajngerl1-0/+2
2022-03-11loplugin:constparamsNoel Grandin1-1/+1
2022-03-03improve ScMark* classes a bitLuboš Luňák1-4/+2