summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-05-18fdo#77056: Treat empty cells as if they have a value of 0.0.Kohei Yoshida1-17/+26
2014-05-11fdo#77379: Don't return from the call. Notes are handled at the end.Kohei Yoshida1-2/+2
2014-05-11fdo#77806: Check the boundaries before accessing an array....Kohei Yoshida1-2/+18
2014-05-09resolve fdo#77509 memory corruption / crash in ConsolidateEike Rathke2-37/+22
2014-05-09fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida7-6/+155
2014-05-09fdo#77944: No need to store updated formulas in undo document when moving.Kohei Yoshida1-1/+1
2014-05-09fdo#77990: Intern strings for hybrid strings during import.Kohei Yoshida6-7/+11
2014-05-09fdo#77647: Fix the column insertion use case.Kohei Yoshida1-1/+1
2014-05-09fdo#77944: Put updated formula cells into undo document.Kohei Yoshida1-1/+1
2014-05-09fdo#78054: Initialize drawing layer when the document contains notes.Kohei Yoshida3-10/+21
2014-05-09resolved fdo#78294 default null-date for document import is 1899-12-30Eike Rathke1-0/+6
2014-05-09escape conditional formatting formulas during xlsx export, fdo#75168Markus Mohrhard1-2/+2
2014-05-09fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida12-115/+467
2014-05-09fdo#77806: Use the common block position set for start and end listening.Kohei Yoshida4-6/+27
2014-05-02Implement "fill single edit" mode and map it to Ctrl-' by default.Kohei Yoshida10-7/+81
2014-05-02sc: build fixAndras Timar1-1/+1
2014-05-01add undo action for conditional formatting, cp#1000050, fdo#77381Markus Mohrhard5-3/+119
2014-05-01actually both should be LIST_APPENDEike Rathke1-2/+2
2014-05-01Build fix.Kohei Yoshida1-1/+1
2014-05-01fdo#75058: Optimize autofilter item filling for non-tree items.Kohei Yoshida5-14/+43
2014-05-01cppcheck: fix "Mismatching allocation and deallocation"Julien Nabet1-1/+1
2014-05-01fdo#77728: Re-compile tokens when named range is updated.Kohei Yoshida1-9/+15
2014-05-01fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida5-8/+17
2014-04-30fdo#77647: Expand reference only when the top of the selected range is...Kohei Yoshida1-1/+1
2014-04-30the safety check was a bit too strict, fdo#77984Markus Mohrhard1-1/+1
2014-04-30fdo#77969: Return 0 in case of matrix consisting of all empty elements.Kohei Yoshida1-2/+10
2014-04-30fdo#75397: Return an empty string for empty element.Kohei Yoshida1-1/+1
2014-04-30fdo#76611: Wrap reference addresses at max boundaries.Kohei Yoshida4-1/+52
2014-04-30fdo#77039: Fill the match string even if the raw string is empty.Kohei Yoshida1-7/+9
2014-04-30fdo#76663: Let's not skip the first element of a matrix in PRODUCT.Kohei Yoshida2-4/+11
2014-04-30fdo#72741, fdo#76607: Backport of Calc sort rework.Kohei Yoshida17-448/+942
2014-04-22limit the range shrinking in charts to really large ranges, fdo#70609,Markus Mohrhard1-0/+5
2014-04-22missing header includeMarkus Mohrhard1-0/+2
2014-04-22fdo#74687: Undo & redo of format-only changes don't need broadcasting.Kohei Yoshida1-3/+8
2014-04-22fdo#74555: Avoid excessive calls to GetPreviewCellStyle().Kohei Yoshida1-9/+0
2014-04-22fdo#75665: Truncate string when clipped on screen.Kohei Yoshida4-18/+80
2014-04-22fdo#75026: Sometimes we need to update grid view while not being active.Kohei Yoshida1-3/+0
2014-04-16fdo#76409: Write output cell string to <text:p> element when saving to ods.Kohei Yoshida5-4/+47
2014-04-16fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida28-91/+128
2014-04-16fdo#77209: Share string pool with clip documents.Kohei Yoshida4-5/+11
2014-04-16fdo#74087: Inspect if a mis-spelled word is at cursor position...Kohei Yoshida2-37/+145
2014-04-16fdo#75970: Let's do it in a straightforward fashion.Kohei Yoshida1-2/+2
2014-04-16fdo#77307: Compare external formula tokens correctly.Kohei Yoshida1-0/+9
2014-04-16fdo#76961 - Calc link auto-update interval is changed on file saveNiklas Johansson1-1/+1
2014-04-16fdo#77300: Don't re-compile formulas when the hybrid formula is not there.Kohei Yoshida1-24/+30
2014-04-16fdo#73588: fix default alignment in RTL mode.Hannah Lyhne1-1/+4
2014-04-16re-enabled user-defined numeric fields for dBase exportEike Rathke2-59/+165
2014-04-16fdo#71729: Fill the range edit boxes after the table is fully initialized.Kohei Yoshida4-14/+34
2014-04-16fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida20-137/+309
2014-04-16pivot: backport fixesTomaž Vajngerl8-10/+12