summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-05-07fdo#77944: No need to store updated formulas in undo document when moving.Kohei Yoshida1-1/+1
2014-05-07fdo#77990: Intern strings for hybrid strings during import.Kohei Yoshida6-7/+11
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 Yoshida3-10/+21
2014-05-05resolved fdo#78294 default null-date for document import is 1899-12-30Eike Rathke1-0/+6
2014-05-05escape conditional formatting formulas during xlsx export, fdo#75168Markus Mohrhard1-2/+2
2014-05-01fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida12-115/+467
2014-05-01fdo#77806: Use the common block position set for start and end listening.Kohei Yoshida4-6/+27
2014-04-30actually both should be LIST_APPENDEike Rathke1-2/+2
2014-04-30Build fix.Kohei Yoshida1-1/+1
2014-04-30fdo#75058: Optimize autofilter item filling for non-tree items.Kohei Yoshida5-14/+43
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 Yoshida4-1/+52
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 Yoshida5-8/+17
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 Yoshida17-448/+942
2014-04-17limit the range shrinking in charts to really large ranges, fdo#70609,Markus Mohrhard1-0/+5
2014-04-17missing header includeMarkus Mohrhard1-0/+2
2014-04-17fdo#74687: Undo & redo of format-only changes don't need broadcasting.Kohei Yoshida1-3/+8
2014-04-17fdo#74555: Avoid excessive calls to GetPreviewCellStyle().Kohei Yoshida1-9/+0
2014-04-17fdo#75665: Truncate string when clipped on screen.Kohei Yoshida4-18/+80
2014-04-16fdo#75026: Sometimes we need to update grid view while not being active.Kohei Yoshida1-3/+0
2014-04-15fdo#76409: Write output cell string to <text:p> element when saving to ods.Kohei Yoshida5-4/+47
2014-04-15fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida28-91/+128
2014-04-14fdo#77209: Share string pool with clip documents.Kohei Yoshida4-5/+11
2014-04-14fdo#74087: Inspect if a mis-spelled word is at cursor position...Kohei Yoshida2-37/+145
2014-04-13fdo#75970: Let's do it in a straightforward fashion.Kohei Yoshida1-2/+2
2014-04-13fdo#77307: Compare external formula tokens correctly.Kohei Yoshida1-0/+9
2014-04-11fdo#76961 - Calc link auto-update interval is changed on file saveNiklas Johansson1-1/+1
2014-04-11fdo#77300: Don't re-compile formulas when the hybrid formula is not there.Kohei Yoshida1-24/+30
2014-04-11fdo#73588: fix default alignment in RTL mode.Hannah Lyhne1-1/+4
2014-04-11re-enabled user-defined numeric fields for dBase exportEike Rathke2-59/+165
2014-04-09fdo#71729: Fill the range edit boxes after the table is fully initialized.Kohei Yoshida4-14/+34
2014-04-08fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida20-137/+309
2014-04-02resolved fdo#76949 correct grammar is GRAM_OOXMLEike Rathke1-1/+1
2014-03-31Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand7-5/+21
2014-03-31rhbz#1080196: Delete the destination first then paste.Kohei Yoshida1-69/+32
2014-03-27fdo#62155 - don't crash if we can't create an instance of a calc addin.Michael Meeks1-4/+12
2014-03-26fdo#76402: Handle range reference expansion in named ranges.Kohei Yoshida1-0/+26
2014-03-26fdo#74322: Handle moving of named ranges correctly.Kohei Yoshida4-46/+108
2014-03-25fdo#76470: Avoid joining new formula cells individually.Kohei Yoshida7-4/+113
2014-03-22Fix the conditionJulien Nabet1-1/+1
2014-03-20Disable kernel pre-compilation for now.Kohei Yoshida3-2/+17