summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2014-07-21fdo#81309: Adjust references during sort.Kohei Yoshida10-137/+682
2014-07-21Preserve the "end of list" flag for xls round-tripping.Kohei Yoshida1-18/+28
2014-07-21bnc#885548: Adjust xlsx export of revisions to get it to work in Excel.Kohei Yoshida1-0/+7
2014-07-18resolved fdo#81294 store correct sheet number during range names updateEike Rathke1-6/+12
2014-07-17fdo#81445: Display correct label for empty cell.Kohei Yoshida1-3/+2
2014-07-15fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida3-4/+21
2014-07-14resolved fdo#77018 keep external references intact during sortEike Rathke1-0/+17
2014-07-14resolved fdo#79441 keep 3D references intact during sortEike Rathke2-3/+4
2014-07-10resolved fdo#80195 act on implicitly propagated error, if anyEike Rathke1-0/+5
2014-07-05fdo#80813 - avoid FMR by re-fetch pattern after a potential re-calculation.Michael Meeks1-2/+6
2014-06-17resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke1-1/+1
2014-06-13resolved fdo#79978 propagate error through DoubleArray of matrixEike Rathke3-8/+20
2014-06-11fdo#76324: Make pasting a lot of cell notes faster by disabling broadcasting.Matúš Kukan1-0/+12
2014-06-09unify the handling of string position arguments, fdo#75971 relatedEike Rathke2-24/+78
2014-06-05Resolves fdo#75971 Crash when invoking "Insert > Names > Create"Julien Nabet1-2/+2
2014-05-31resolved fdo#70455 B1:SOMENAME is not a valid singleton referenceEike Rathke1-6/+15
2014-05-29do not replace a General format with a General formatEike Rathke1-3/+14
2014-05-29Resolves: fdo#79392 don't access after last row, when last row is max last rowCaolán McNamara1-10/+13
2014-05-28coverity#1078626 Missing break in switchCaolán McNamara1-1/+1
2014-05-28resolved rhbz#1101224 do not attempt to obtain names for NULL tabsEike Rathke1-2/+7
2014-05-28fdo#78976: Correct way to determine the end position for matrix check.Kohei Yoshida1-1/+1
2014-05-23fdo#78903: Don't broadcast prematurely during cell deletion.Kohei Yoshida1-22/+0
2014-05-17fdo#77735: Don't proceed when all cells in the range are empty.Kohei Yoshida1-0/+4
2014-05-16fdo#76710: Adjust sheet position of conditional format entries.Kohei Yoshida1-0/+37
2014-05-16fdo#78402: Adjust references of validity entries as appropriate.Kohei Yoshida2-5/+32
2014-05-10fdo#77056: Treat empty cells as if they have a value of 0.0.Kohei Yoshida1-17/+26
2014-05-09fdo#77379: Don't return from the call. Notes are handled at the end.Kohei Yoshida1-2/+2
2014-05-09fdo#77806: Check the boundaries before accessing an array....Kohei Yoshida1-2/+18
2014-05-09resolve fdo#77509 memory corruption / crash in ConsolidateEike Rathke1-33/+19
2014-05-08fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida1-0/+47
2014-05-07fdo#77990: Intern strings for hybrid strings during import.Kohei Yoshida2-2/+2
2014-05-06fdo#77647: Fix the column insertion use case.Kohei Yoshida1-1/+1
2014-05-06fdo#77944: Put updated formula cells into undo document.Kohei Yoshida1-1/+1
2014-05-06fdo#78054: Initialize drawing layer when the document contains notes.Kohei Yoshida1-5/+15
2014-05-01fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida6-100/+393
2014-05-01fdo#77806: Use the common block position set for start and end listening.Kohei Yoshida3-4/+22
2014-04-30fdo#75058: Optimize autofilter item filling for non-tree items.Kohei Yoshida2-4/+12
2014-04-29fdo#77647: Expand reference only when the top of the selected range is...Kohei Yoshida1-1/+1
2014-04-28the safety check was a bit too strict, fdo#77984Markus Mohrhard1-1/+1
2014-04-28fdo#77969: Return 0 in case of matrix consisting of all empty elements.Kohei Yoshida1-2/+10
2014-04-28fdo#75397: Return an empty string for empty element.Kohei Yoshida1-1/+1
2014-04-28cppcheck: fix "Mismatching allocation and deallocation"Julien Nabet1-1/+1
2014-04-27fdo#76611: Wrap reference addresses at max boundaries.Kohei Yoshida1-0/+46
2014-04-25fdo#77728: Re-compile tokens when named range is updated.Kohei Yoshida1-9/+15
2014-04-25fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida3-6/+13
2014-04-25fdo#77039: Fill the match string even if the raw string is empty.Kohei Yoshida1-7/+9
2014-04-25fdo#76663: Let's not skip the first element of a matrix in PRODUCT.Kohei Yoshida2-4/+11
2014-04-25fdo#72741, fdo#76607: Backport of Calc sort rework.Kohei Yoshida10-438/+752
2014-04-17fdo#74555: Avoid excessive calls to GetPreviewCellStyle().Kohei Yoshida1-9/+0
2014-04-17fdo#75665: Truncate string when clipped on screen.Kohei Yoshida1-0/+11