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