summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-03-24changed wording of cell merge warningAndras Timar1-1/+1
2017-03-15LOK: Calc: unit test for invalidation on insert imageMarco Cecchetti2-0/+68
2017-03-15LOK: Calc: invalidation on insert imageMarco Cecchetti8-4/+80
2017-03-15Revert "Invalidate the entire sheet after having inserted the image."Marco Cecchetti2-51/+1
2017-03-08Re-introduce a check I dropped in 47b5f3a07236bb07a681e99e509c78e3af18c0b5Tor Lillqvist1-1/+2
2017-03-08A 'CondFmt' record can have a maximum of three CF records following (eek)Tor Lillqvist2-6/+16
2017-03-08Make sure that the 'stAuthor' field of a 'NoteSh' structure filfills the specTor Lillqvist1-1/+7
2017-03-08tdf#104729 FILESAVE Save author name in comment during export to .xlsxBartosz Kosiorek3-0/+24
2017-03-08Write the 'FtNts' subrecord of 'Obj' when necessaryTor Lillqvist1-1/+20
2017-03-08It's SetSliceSize, not SetSliceLenTor Lillqvist1-2/+2
2017-03-08Use symbolic constants instead of hardcoded numbersTor Lillqvist1-3/+4
2017-03-08The 'fLockObj' field of an 'ObjProtect' MUST be 0x0001 says the specTor Lillqvist1-1/+2
2017-03-08The 'reserved1' bit of a 'Formula' MUST be zero according to current specTor Lillqvist1-1/+1
2017-03-08Set the 'unused2' bit of 'Font' to 1 iff 'uls' is greater than 0 per specTor Lillqvist1-0/+2
2017-03-06Resolves: tdf#105667 forget target area's caption pointer in Merge UndoEike Rathke1-1/+7
2017-03-02LOK: Calc: autocomplete makes view to jump to a different placeMarco Cecchetti1-1/+5
2017-03-01tdf#100393, handle copying one cell to multiple cols with cond formatMarkus Mohrhard1-2/+5
2017-03-01tdf#90943 Don't ask to move cells if they are emptyLaurent Balland-Poirier1-3/+9
2017-02-27Resolves: tdf#105858 check SC_DPOUT_MAXLEVELS to prevent crashEike Rathke1-44/+68
2017-02-27tdf#98493 UI : "SCENARIO SELECTION IN NAVIGATOR (sheet group)"sll1-6/+22
2017-02-11tdf#86470: Let's not forget to move onto the next column.Kohei Yoshida1-2/+2
2017-02-10tdf#95306: Be sure to specify the entire range.Kohei Yoshida1-2/+2
2017-02-10tdf#103890: Fix the logic on setting 3D flag on reference.Kohei Yoshida1-6/+7
2017-02-10revert tdf#98106 Preserving hidden and empty rows after xlsx exportJustin Luth2-23/+4
2017-02-08Resolves: tdf#104153 crash on drag and drop pivot table fieldCaolán McNamara5-36/+19
2017-02-08Resolves: tdf#105351 pass matching index key to conditional format dialogEike Rathke1-0/+1
2017-02-08coverity#1399031 golden, Out-of-bounds readCaolán McNamara1-1/+1
2017-02-08tdf#104967 prevent crash when pasting notes originating from a closed documentEike Rathke1-0/+15
2017-02-08Resolves: tdf#104711 adjust range reference constructed of named anchorsEike Rathke4-10/+45
2017-02-08handle paste special of single formula cell with error resultEike Rathke1-0/+7
2017-02-08display error constants written by 5.3+ in the for 5.2 usual way, tdf#105024Eike Rathke1-2/+17
2017-02-08tdf#104981 Fix deficiencies with PERCENTRANK functions.Winfried Donkers1-2/+7
2017-02-08tdf#71435: Accessible caret-moved events are missing when "freeze" is enabledTamás Zolnai1-1/+1
2017-02-08write the customWidth property also to XLSMarkus Mohrhard2-1/+2
2017-02-08sc: fix Android buildMiklos Vajna1-0/+11
2017-02-08tdf#91475 Fix column width during .xlsx exportBartosz Kosiorek4-23/+111
2017-02-08tdf#70565 Set correct default values to "0" of xfId attributeBartosz Kosiorek2-1/+25
2017-02-08tdf#101135 FILESAVE .xlsx Save XML_outlineLevelRow, XML_outlineLevelCol keysBartosz Kosiorek4-4/+39
2017-02-08tdf#101363 Fix precision of column width according to MS specificationBartosz Kosiorek1-3/+14
2017-02-08tdf#100946 Fix width calculation and add customWidth support (.xlsx)Bartosz Kosiorek2-0/+96
2017-02-08tdf#51524 Preserve hidden column width after saving into .xlsx and .xlsBartosz Kosiorek3-20/+97
2017-02-08tdf#100347 Fix Outline export into XLSX formatBartosz Kosiorek4-7/+95
2017-02-08tdf#48767 Fix orientation issue after export to .xlsxBartosz Kosiorek3-1/+21
2017-02-08tdf#98106 Preserving hidden and empty rows after xlsx exportBartosz Kosiorek4-8/+29
2017-02-08allow to call xpath expression on different files in containerAndras Timar2-1/+22
2017-02-08prevent corrupt warning in MSO - justify dimensionJustin Luth1-0/+1
2017-02-08Resolves: tdf#103994 AdjustReferenceOnMove: handle external referencesEike Rathke1-0/+14
2017-02-08tdf#101042 Fix for frozen windows in ExcelBartosz Kosiorek1-1/+1
2017-02-08Resolves: tdf#97968 adjust references during Cut&Paste of formula groupsEike Rathke2-2/+17
2017-02-08Resolves: tdf#101583 references to be expanded must be at least 2 cols/rowsEike Rathke1-18/+32