summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-10-29bnc#893791 XLS export: external sheet references on Linux/OSXAndras Timar3-0/+32
2014-10-27fdo#85282: Correct adjustment of range reference on delete & shift.Kohei Yoshida1-6/+61
2014-10-27fdo#85215: Ensure that formula broadcasting works after sort.Kohei Yoshida1-0/+15
2014-10-26fdo#85215: Don't adjust references wrt cell position when disabled.Kohei Yoshida2-4/+6
2014-10-18fdo#82047: Correctly adjust references in range names on row deletion.Kohei Yoshida1-0/+47
2014-10-18fdo#80284: Avoid broadcasting during cell delete & shift.Kohei Yoshida1-5/+2
2014-10-17fdo#81633: Add a hidden configuration option to toggle ref update on sort.Kohei Yoshida12-73/+125
2014-10-17fdo#73080: Fix the single cell reference cases as well.Kohei Yoshida1-22/+32
2014-10-15fdo#73080: Correctly count blank cells in COUNTBLANK.Kohei Yoshida1-2/+20
2014-10-12fdo#83901: ROW() and COLUMN() to be properly recalculated on cell move.Kohei Yoshida2-1/+7
2014-10-11fdo#80846: Broadcast changes before EndUndo().Kohei Yoshida1-14/+9
2014-10-06cp#1000103: Set 3D flag when adjusting reference on cell move.Kohei Yoshida1-0/+4
2014-10-06resolved fdo#82936 do not clear the 3D flag on refupdateEike Rathke1-1/+2
2014-10-03fdo#53920 Switch back tab at RefButton closure timeLaurent Balland-Poirier2-3/+11
2014-10-03fdo#83848 Add GetAddressConvention to RefButtonLaurent Balland-Poirier1-1/+2
2014-10-03fdo#65281 Empty/Not empty doesn't work in columns with date formatDavid Ostrovsky1-1/+4
2014-09-23bnc#592918: Display data description in pivot table.Kohei Yoshida2-26/+35
2014-09-23fdo#83764: Ensure that the row position is below MAXROW.Kohei Yoshida2-3/+11
2014-09-23fdo#84009: Be sure to update the sheet index when moving the sort range.Kohei Yoshida1-0/+1
2014-09-16fdo#81264 Calc is not accessible to screen readers if sheet is modified [a11y]Niklas Johansson1-0/+1
2014-09-15fdo#82183 do not reset globals while loading a documentEike Rathke6-23/+51
2014-09-15check for empty slots' valid NULL pointer, fdo#79441Eike Rathke1-1/+2
2014-09-15Resolves fdo#81084 fdo#81696 fdo#80874 fdo#81010 : sort causes crashDeena Francis1-0/+4
2014-09-15out-of-bounds string access, this comparison never matchedEike Rathke1-1/+1
2014-09-09add test for cond format copy&paste whole sheetMarkus Mohrhard2-0/+35
2014-09-09rename the testMarkus Mohrhard2-3/+3
2014-09-09fix copy&paste of conditional format between sheetsMarkus Mohrhard1-4/+0
2014-09-09add test for duplicated conditional formatsMarkus Mohrhard2-0/+24
2014-09-09prevent duplicated conditional formatting during copying of sheeetsMarkus Mohrhard1-2/+0
2014-09-09fix indentationMarkus Mohrhard1-4/+2
2014-08-23correct references after sort, fdo#79441cp-4.2-8Eike Rathke6-10/+111
2014-08-21Let's not export sheet tab color when it's not set.Kohei Yoshida1-2/+3
2014-08-21bnc#822170: Let's not even try to export invalid chart objects.Kohei Yoshida3-10/+65
2014-08-21fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida7-41/+52
2014-08-21bnc#885548: Set the date time mode to non-fixed after the import is done.Kohei Yoshida1-0/+1
2014-08-21fdo#80846: Get the parameter order right.Kohei Yoshida1-1/+1
2014-08-21fdo#81330: When moving to a different sheet, set 3D flag on.Kohei Yoshida1-0/+5
2014-08-21bnc#885548: Reset the default user to the document owner at the end.Kohei Yoshida1-0/+2
2014-08-21fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida20-139/+85
2014-08-21fdo#81617: Split formula groups at sort range boundaries.Kohei Yoshida3-0/+17
2014-07-22Resolves: rhbz#1121341 crash on closing shrunk validity windowCaolán McNamara2-5/+24
2014-07-22resolved fdo#81294 store correct sheet number during range names updateEike Rathke1-6/+12
2014-07-22fdo#80462: Don't always increment the start row position.Kohei Yoshida1-1/+3
2014-07-22resolved fdo#80195 act on implicitly propagated error, if anyEike Rathke1-0/+5
2014-07-19respect flag for relative paths, fdo#79305Markus Mohrhard1-1/+15
2014-07-18bnc#885548: Adjust xlsx export of revisions to get it to work in Excel.Kohei Yoshida6-156/+299
2014-07-18bnc#885548: Initial work on importing revisions from xlsx.Kohei Yoshida5-2/+553
2014-07-17fdo#81470: Fix a crasher during xlsx export with revisions.Kohei Yoshida1-1/+0
2014-07-16fdo#81445: Display correct label for empty cell.Kohei Yoshida1-3/+2
2014-07-14Preserve the "end of list" flag for xls round-tripping.Kohei Yoshida6-39/+68