summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2022-01-11lokCalcRTL: fix autofilter popup positionDennis Francis1-2/+11
2022-01-11lokCalcRTL: fix autofilter button hit detectionDennis Francis1-3/+4
2022-01-11lokCalcRTL: Workaround to avoid DrawPoly ghost drawingsDennis Francis1-1/+6
2022-01-11lokCalcRTL: draw autofilter buttons at correct coordinatesDennis Francis2-17/+44
2022-01-11lokCalcRTL: fix editcell painting from other views as wellDennis Francis1-0/+14
2022-01-11lokCalcRTL: edit cell painting: avoid indent...Dennis Francis1-1/+2
2022-01-11lokCalcRTL: fix editcell tile paintingDennis Francis3-13/+30
2022-01-11lokCalcRTL: incorrect invalidation rectangle for...Dennis Francis1-3/+4
2022-01-11lokCalcRTL: selections: lokclients need exact document coordinatesDennis Francis1-1/+2
2022-01-11lokCalcRTL: no internal width based mirroring in GetPosFromPixelDennis Francis1-4/+7
2022-01-11lokCalcRTL: provide sheet RTL flags to clientDennis Francis1-0/+3
2022-01-11lokCalcRTL: h-flip the "combined" tileDennis Francis1-0/+7
2022-01-11lokCalcRTL: Fix the tile offsetsDennis Francis1-0/+25
2022-01-05Add image preffered DPI document setting, use it in Writer, ImpressTomaž Vajngerl4-2/+19
2022-01-05lok: paint the inputwin directly to the device...Dennis Francis1-16/+8
2021-12-21make sure text operations are not queried by (numeric) valueLuboš Luňák1-3/+3
2021-12-21ofz#29234 Integer-overflowCaolán McNamara1-0/+2
2021-12-17Make LOKClipboard available to other modulesSzymon Kłos2-6/+48
2021-12-09tdf#144107: fix incorrect conditioning on bGrid...Dennis Francis1-31/+10
2021-12-08lok: don't crash accessing an invalid ObjectContact cacheDennis Francis1-13/+18
2021-12-03tdf#144244: fix crash when FILESAVE a calc file after delete some columnsJulien Nabet1-4/+12
2021-11-23drop intermediate vcl container for ScFilterListBox floating toplevelCaolán McNamara5-186/+114
2021-11-19revert "vlookup - optimize SC_EQUAL and NOT_EQUAL." (tdf#139612)Luboš Luňák2-20/+11
2021-11-16jsdialog: use string identifiersSzymon Kłos1-1/+1
2021-11-08tdf#139205: Keep hierarchical structure of localized default styles in CalcKevin Suo2-2/+7
2021-11-04sc: EMBED_SOURCE: extend copy to clip area...Dennis Francis1-1/+19
2021-11-04sc: EMBED_SOURCE: also include objects on copy to clipDennis Francis1-1/+2
2021-11-04sc: fix clip cell range for clip with no contentDennis Francis1-0/+6
2021-10-24change some LOK internal updates to be pull model instead of pushLuboš Luňák1-3/+12
2021-10-22svx: Don't end text edit mode for all viewsTomaž Vajngerl2-5/+8
2021-10-22revert unittests to use plain text-based LibreOfficeKitCallbackLuboš Luňák1-55/+50
2021-10-22lok: fix formula mode after reference dialog was usedSzymon Kłos1-1/+31
2021-10-21Resolves: tdf#145235 TEXTJOIN() clear last string also for referenced emptyEike Rathke1-9/+6
2021-10-20lok: invalidate sheet-geometry sizes on clip pasteDennis Francis1-0/+9
2021-10-15do not use text-based LOK callback internallyLuboš Luňák2-77/+80
2021-10-15tdf#145016 calc: don't show selection from other split panesSzymon Kłos1-0/+6
2021-10-14ScRangeList::UpdateReference() join all ranges properly (tdf#140901)Luboš Luňák3-5/+27
2021-10-11lok: sc: focus gridwin before useSzymon Kłos1-0/+3
2021-10-08lok: sc: update ScModelObj::postMouseEventHenry Castro1-5/+22
2021-10-08lok: send drag overlaySzymon Kłos1-8/+52
2021-10-08lok: deglobalize SetDragObjectSzymon Kłos5-22/+119
2021-10-08lok: sc: simplify drag & drop functionsHenry Castro2-11/+8
2021-10-07lok: sc: handle all local mouse tracking for CalcHenry Castro1-9/+6
2021-10-07Fix build in BeginDragSzymon Kłos1-0/+1
2021-10-07lok: sc: apply local mouse tracking only for CalcHenry Castro1-0/+1
2021-10-07lok: sc: introduce LocalStartDrag methodHenry Castro1-0/+3
2021-09-30Resolves: tdf#144376 focus into protected ScTextWnd shouldn't be possibleCaolán McNamara2-1/+7
2021-09-27lok json: write correctly formatted array for commentsSzymon Kłos1-4/+4
2021-09-16improve LOK notifyInvalidationNoel Grandin3-8/+9
2021-09-15calc: get rects faster for simple selectionSzymon Kłos1-7/+50