summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-03-05Resolves tdf#84012 FORMATTING: Partially missing text in shrink-to-fit cellsHenry Castro1-0/+4
2015-02-14tdf#68117 Partially fix boolean labels in XLSXUrsache Vladimir1-1/+1
2015-02-03Related: fdo#88455 crash using delete in available fieldsCaolán McNamara2-8/+12
2015-02-03Resolves: rhbz#1179642 crash in GetFocus with empty mpPreviouslyFocusedListBoxCaolán McNamara1-2/+3
2015-02-03Resolves: fdo#75565 reduce block on pasting rtf like we do for htmlCaolán McNamara1-1/+2
2015-01-27Resolves: fdo#88735 crash after calling sort after subtotal removalCaolán McNamara1-1/+1
2015-01-27Resolves: tdf#81124 crash on setting autofilter on column with no contentCaolán McNamara1-1/+2
2015-01-08avoid use of ref. to possibly deleted objectDavid Tardon1-1/+1
2015-01-08fdo#79249 call formula compiler with error stringEike Rathke3-10/+18
2015-01-05valgrind: initialize theseCaolán McNamara1-3/+3
2015-01-04reimplement shared formula import for xlsb, fdo#86734Markus Mohrhard4-12/+30
2014-12-30use the correct tab for sheet local names, fdo#81195Markus Mohrhard1-2/+2
2014-12-30relative refs wrap around in xls, fdo#84556Markus Mohrhard2-7/+16
2014-12-29handle relative refs correctly in xls import, fdo#80091Markus Mohrhard1-2/+5
2014-12-22fix OOXML validation errorsMarkus Mohrhard1-0/+6
2014-12-19resolved fdo#86809 connect filter conditions correctlyEike Rathke1-3/+10
2014-12-18fdo#68385 update references only if cut originates from the same documentEike Rathke1-5/+10
2014-12-18fdo#79249 call formula compiler with error stringEike Rathke3-3/+8
2014-12-18resolved fdo#87237 propagate error values through matrix comparisonsEike Rathke2-45/+53
2014-12-15no separator really means no separator, fdo#83027Markus Mohrhard1-2/+1
2014-12-08don't update range name if ref not in update range, fdo#85304Markus Mohrhard1-0/+3
2014-12-08we need the SdrPage for deleting the notes, fdo#86166Markus Mohrhard3-0/+11
2014-12-08correct order of xml elements, related fdo#45266Markus Mohrhard1-1/+1
2014-12-08remove invalid attribute that is not read anywayMarkus Mohrhard1-2/+0
2014-12-03Revert "ODF export: don't write invalid "group-name" attribute"cp-4.2-20Andras Timar1-2/+1
2014-12-03fdo#86762 re-establish listeners to move cell broadcastersEike Rathke11-94/+219
2014-12-02ODF export: don't write invalid "group-name" attributeMichael Stahl1-1/+2
2014-11-29set only valid positions from ScExtTabSettings at ScViewDataTableEike Rathke1-4/+13
2014-11-29test rows for validityCaolán McNamara1-0/+3
2014-11-28Resolves: rhbz#1165444 abrt crash with NULL pViewCaolán McNamara1-5/+2
2014-11-26fix fdo#79441 again and keep references to other sheets during sortEike Rathke4-0/+55
2014-11-25fdo#86708 paint after Undo of SortEike Rathke1-0/+3
2014-11-23added Lithuanian "LTL" to EUROCONVERT(), CONVERT()Aurimas Fišeras1-1/+2
2014-11-20fdo#83765 do not update references in SortReorderByColumn() if disabledEike Rathke3-10/+15
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