summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
AgeCommit message (Expand)Author
2022-03-16Resolves tdf#143100 - Disable cell style commands when sheet is protectedHeiko Tietze
2022-03-15use SalLayoutGlyphsCache in EditEngine/SvxFont (tdf#94677)Luboš Luňák
2022-03-15tdf#147761 record sort command in macrosSzymon Kłos
2022-03-15sc: use enums instead strings for some SparklineGroup props.Tomaž Vajngerl
2022-03-14add TypedWhichId version of QueryStateNoel Grandin
2022-03-14lok: insert textbox directly in CalcSzymon Kłos
2022-03-14lok: send logic autofilter positionSzymon Kłos
2022-03-14lok: remove residue text selection when there's none in the coreMert Tumer
2022-03-14move cache for SalLayoutGlyph's from Calc to VCLLuboš Luňák
2022-03-13sc: initial code to draw sparkline into a cellTomaž Vajngerl
2022-03-11loplugin:constparamsNoel Grandin
2022-03-11don't bother drawing zero-width cellsLuboš Luňák
2022-03-11optimize searching for last visible rowLuboš Luňák
2022-03-08optimize ScTabView::SkipCursorVertical() for many rowsLuboš Luňák
2022-03-08revert/fix the incorrect fix for tdf#126904Luboš Luňák
2022-03-03improve ScMark* classes a bitLuboš Luňák
2022-03-01Fix typosAndrea Gelmini
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/view/Noel Grandin
2022-02-27prefix CellInfo and BasicCellInfo with ScLuboš Luňák
2022-02-27do not allocate so many CellInfo objects in FillInfo()Luboš Luňák
2022-02-25convert more MAXCOLCOUNT/MAXROWCOUNTLuboš Luňák
2022-02-25tdf#81894 sc spelling: re-close EditView if not spelling errorJustin Luth
2022-02-25tdf#81894 sc spelling: close EditView when moving outside cellJustin Luth
2022-02-25tdf#81894 sc spelling: choose correct cell when in edit modeJustin Luth
2022-02-25tdf#81894 sc spelling: eliminate separate(inaccurate) checkJustin Luth
2022-02-23remove MAXCOL/MAXROW from ScViewDataLuboš Luňák
2022-02-21cid#1500584 Dereference before null checkCaolán McNamara
2022-02-19remove MAXCOL/MAXROW from ScAddress/ScRange (tdf#147509)Luboš Luňák
2022-02-18convert more MAXCOL/MAXROWLuboš Luňák
2022-02-18lok: send drag overlaySzymon Kłos
2022-02-18lok: deglobalize SetDragObjectSzymon Kłos
2022-02-18lok: sc: simplify drag & drop functionsHenry Castro
2022-02-18Revert tdf#64345: EDITING: Selected area looses selection when switching sheetAhmet Hakan Çelik
2022-02-16lok: sc: handle all local mouse tracking for CalcHenry Castro
2022-02-16Fix typosAndrea Gelmini
2022-02-16lok: sc: apply local mouse tracking only for CalcHenry Castro
2022-02-15remove harcoded MAXCOL/MAXROW from ScBigAddressLuboš Luňák
2022-02-15lok: sc: introduce LocalStartDrag methodHenry Castro
2022-02-15tdf#145745 Create uno:DuplicateSheet commandrafaelhlima
2022-02-15tdf#104902 - Handle embedded newline in Calc's .uno:EnterStringAndreas Heinisch
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2022-02-10replace various sal_uLong that might overflow with huge sheetsLuboš Luňák
2022-02-10rename some SID to FN_PARAMNoel Grandin
2022-02-10add more TypedWhichIdNoel Grandin
2022-02-10avoid destructing many unique_ptr's most of which are nullptrLuboš Luňák
2022-02-10clean up accessing CellInfo array in RowInfoLuboš Luňák
2022-02-09Resolves tdf#147301 - Disable Hidden Row/Col indicatorHeiko Tietze
2022-02-08optimize ScViewData::GetScrPos() for many hidden rows/columnsLuboš Luňák
2022-02-08optimize ScTabView::SkipCursorVertical() for many hidden rowsLuboš Luňák
2022-02-06We know the length hereMike Kaganski