summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-04-26sc lok: Do not change comment indicator settingPranav Kant1-4/+0
2017-04-25tdf#107310: hybrid cell is a value cell as well as a string cell.Kohei Yoshida1-0/+3
2017-04-24Resolves: tdf#106838 icon set not visible in conditional formattingCaolán McNamara3-11/+27
2017-04-21new loplugin: useuniqueptr: sc part 1 (only the ScMarkArray part)Noel Grandin2-20/+14
2017-04-21LOK - Calc: header, cursor and selection misplaced by other view actionsMarco Cecchetti9-15/+422
2017-04-21sc lok: Notify when comment is added to destination docPranav Kant1-0/+2
2017-04-19call UpdateReference also for single cell copying, tdf#105245Markus Mohrhard1-0/+9
2017-04-19tdf#92650: handle overwritten references correctly in undo.Kohei Yoshida3-2/+12
2017-04-19actually show the newly selected cell, tdf#106194Markus Mohrhard1-0/+1
2017-04-19Settings for not showing Merge Cells dialog and for emptying hidden cellsAndras Timar1-3/+7
2017-04-18LOK - Calc: Selecting cells to the left/top does not work properlyMarco Cecchetti1-57/+76
2017-04-13sc lok: Add/Remove comment uno undo/redoPranav Kant1-0/+2
2017-04-12don't replace content of formula field when selecting range, tdf#58635Markus Mohrhard1-1/+4
2017-04-12out-of-bounds tab access when deleting second last sheetEike Rathke1-2/+2
2017-04-12tdf#106253 Precision as shown for thousand dividorLaurent Balland-Poirier1-0/+6
2017-04-12tdf#106252 Engineering notation for Precision as shownLaurent Balland-Poirier2-29/+96
2017-04-12Tests for "Precision as shown" following tdf#105657 tdf#106052Laurent Balland-Poirier2-0/+107
2017-04-12tdf#106052 Treat SubFormat for "Precision as shown"Laurent Balland-Poirier1-1/+1
2017-04-12don't obtain the underlying SvNumberformat thrice, tdf#105657 follow-upEike Rathke1-4/+6
2017-04-12tdf#105657 Treat "Precision as shown" for fractionsLaurent Balland-Poirier1-0/+4
2017-04-08Resolves: tdf#100011 (re-)add ocCeil and ocFloor .xls(x) export mappingsEike Rathke2-2/+7
2017-04-07tdf#105908: restore previously deleted range references upon undo.Kohei Yoshida5-2/+49
2017-04-07tdf#106868: fix crash when modify external linkNoel Grandin6-64/+57
2017-04-06LOK - Calc - fix for MSVS 2013Marco Cecchetti2-3/+3
2017-04-05lok: notify cell note removes before erasing storageHenry Castro3-1/+8
2017-04-04LOK - Calc: beyond row 65535 it is not possibile to resize a rowcp-5.3-4Marco Cecchetti2-2/+2
2017-04-04LOK - Calc: lift row limit to 500kMarco Cecchetti1-1/+1
2017-04-04LOK - Calc: row/column headers are updated fasterMarco Cecchetti2-103/+328
2017-04-04LOK - Calc: make computation of cell cursor position fasterMarco Cecchetti3-0/+31
2017-04-04LOK - Calc: invalidation of cached row/col positions on several casesMarco Cecchetti2-2/+34
2017-04-04LOK - Calc: document size as sum of row heights/col widths in pixelMarco Cecchetti3-6/+107
2017-04-04LOK - Calc: a cache-like structure for row/col positions in the documentMarco Cecchetti2-0/+198
2017-04-04handle date autofilter entries correctly, tdf#106214Markus Mohrhard4-26/+35
2017-03-31LOK: Calc: unit test for invalidation on insert imageMarco Cecchetti2-0/+44
2017-03-31sc lok: Make the FmFormView we need for drawinglayer persistent.Jan Holesovsky2-4/+8
2017-03-29LOK: Calc: limiting undo and add support for repair modeMarco Cecchetti2-0/+161
2017-03-29LOK: Calc - images are not painted below row 1000Marco Cecchetti1-8/+3
2017-03-26Re-introduce a check I dropped in 7ceda09f6780c954fedc49764d5457aa2616b39aTor Lillqvist1-1/+2
2017-03-26A 'CondFmt' record can have a maximum of three CF records following (eek)Tor Lillqvist2-6/+16
2017-03-26Make sure that the 'stAuthor' field of a 'NoteSh' structure filfills the specTor Lillqvist1-1/+7
2017-03-26tdf#104729 FILESAVE Save author name in comment during export to .xlsxBartosz Kosiorek3-0/+24
2017-03-26Write the 'FtNts' subrecord of 'Obj' when necessaryTor Lillqvist1-1/+20
2017-03-26It's SetSliceSize, not SetSliceLenTor Lillqvist1-2/+2
2017-03-26Use symbolic constants instead of hardcoded numbersTor Lillqvist2-10/+9
2017-03-26The 'fLockObj' field of an 'ObjProtect' MUST be 0x0001 says the specTor Lillqvist1-1/+2
2017-03-26The 'reserved1' bit of a 'Formula' MUST be zero according to current specTor Lillqvist1-1/+1
2017-03-26Set the 'unused2' bit of 'Font' to 1 iff 'uls' is greater than 0 per specTor Lillqvist1-0/+2
2017-03-24tdf#106047 Fix case-insensitive search in autofilterVitaliy Anderson1-4/+4
2017-03-24tdf#104383: prevent crash during file load.Kohei Yoshida1-2/+14
2017-03-23sc lok: Edit annotation by idPranav Kant3-4/+30