summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2014-05-06fdo#77990: Intern strings for hybrid strings during import.Kohei Yoshida2-2/+2
2014-05-06Let's make this non-inline...Kohei Yoshida1-0/+7
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-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin2-2/+2
2014-05-05fdo#78054: Initialize drawing layer when the document contains notes.Kohei Yoshida1-5/+15
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin4-5/+5
2014-05-03fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida1-0/+47
2014-05-01fdo#77806: Use the common block position set for start and end listening.Kohei Yoshida3-4/+22
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni2-2/+2
2014-05-01fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida6-100/+393
2014-05-01Avoid possible memory leaks in case of exceptionsTakeshi Abe5-47/+34
2014-04-29fdo#74650: Speed up GetFilteredFilterEntries().Kohei Yoshida2-4/+12
2014-04-29fdo#74322: Let's not handle cut mode here.Kohei Yoshida1-0/+4
2014-04-28fdo#77647: Expand reference only when the top of the selected range is...Kohei Yoshida1-1/+1
2014-04-28Make these non inline.Kohei Yoshida1-0/+10
2014-04-29the safety check was a bit too strict, fdo#77984Markus Mohrhard1-1/+1
2014-04-28unusedcode.easy: remove SwapWithinGroupJulien Nabet1-41/+0
2014-04-28Dump more info from ScTokenArray (for debugging).Kohei Yoshida1-2/+43
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-27Avoid possible memory leaks in case of exceptionsTakeshi Abe3-14/+11
2014-04-26cppcheck: fix "Mismatching allocation and deallocation"Julien Nabet1-1/+1
2014-04-25fdo#76611: Wrap reference addresses at max boundaries.Kohei Yoshida1-0/+46
2014-04-26Avoid possible memory leaks in case of exceptionsTakeshi Abe5-28/+19
2014-04-25fdo#75971: Perhaps this will prevent the crash ?Kohei Yoshida1-1/+1
2014-04-25we need to push a return value in any case, fdo#73148 relatedEike Rathke1-2/+1
2014-04-25return early once we pushed an error, fdo#73148 relatedEike Rathke1-1/+1
2014-04-25fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers4-0/+94
2014-04-25fix "Wrap opencl-only functions in appropriate ifdef."Andrzej Hunt1-0/+2
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-24fdo#77039: Fill the match string even if the raw string is empty.Kohei Yoshida1-6/+8
2014-04-24fdo#76663: Let's not skip the first element of a matrix in PRODUCT.Kohei Yoshida2-4/+11
2014-04-24loplugin:unreffun -- Wrap opencl-only functions in appropriate ifdef.Andrzej Hunt1-0/+2
2014-04-24coverity#735793 Explicit null dereferencedCaolán McNamara1-1/+1
2014-04-24Avoid possible memory leaks in case of exceptionsTakeshi Abe2-24/+17
2014-04-23Now these two methods are unused.Kohei Yoshida1-106/+0
2014-04-23SwapRow() is no more!Kohei Yoshida2-366/+0
2014-04-23Use scoped_ptr for this.Kohei Yoshida1-4/+3
2014-04-23New method SortReorderByRow() for the new row-based reordering.Kohei Yoshida1-178/+182
2014-04-23Apply sorted patterns as ranges instead of row-by-row.Kohei Yoshida1-3/+38
2014-04-23Skip reordering of cell formats when whole range is over one pattern entry.Kohei Yoshida1-1/+5
2014-04-23Skip adjustment of row height when all rows have the same height.Kohei Yoshida2-0/+23
2014-04-23Update script types of all cells in sort range ahead of time.Kohei Yoshida3-0/+122
2014-04-23Handle reordering of row hidden and filtered flags during sort.Kohei Yoshida1-24/+112
2014-04-23Handle cell formats correctly during sort.Kohei Yoshida1-2/+12
2014-04-23Make sure to ignore trailing empty rows in all places.Kohei Yoshida1-24/+28
2014-04-23Move cell notes too when sorting.Kohei Yoshida3-33/+56
2014-04-23Add empty block at the top to keep row and element positions in sync.Kohei Yoshida1-5/+15