summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-17fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida30-46/+574
2014-03-17justify range to prevent negative tab span and memory alloc, rhbz#1057741Eike Rathke1-0/+1
2014-03-15Related: rhbz#1076264 intermittent a11y crash in calcCaolán McNamara1-27/+43
2014-03-14-Werror=shadowMiklos Vajna1-2/+2
2014-03-14fdo#58307: Export sheet tab colors to xlsx.Kohei Yoshida3-16/+36
2014-03-13fdo#76032: This row index is 1-based whereas our own mnRow is 0-based.Kohei Yoshida2-4/+4
2014-03-13fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida19-46/+174
2014-03-13fdo#75642: Check the high position block correctly.Kohei Yoshida1-1/+3
2014-03-12hidpi: Sidebar, fontwork, autoformat and other improvements.Keith Curtis2-1/+2
2014-03-12Let's not leak here.Kohei Yoshida1-0/+1
2014-03-12Don't delete the kernel when pre-compiled.Kohei Yoshida1-3/+3
2014-03-11fdo#74747: Correctly inspect formula result value for xlsx export.Kohei Yoshida1-29/+11
2014-03-11fdo#74747: Make use of cached string formula results.Kohei Yoshida5-20/+54
2014-03-11fdo#75815: Adjust external references here too.Kohei Yoshida1-0/+19
2014-03-11handle OOXML strict namespacesMarkus Mohrhard7-17/+36
2014-03-10fdo#75960: Process pivot tables after named ranges are all set.Kohei Yoshida7-34/+242
2014-03-10fdo#75950: Just set the right grammar and be done with it.Kohei Yoshida8-37/+13
2014-03-10fdo#75628: SUM should inherit error if one is present in its references.Kohei Yoshida1-4/+38
2014-03-10fdo#75962: Avoid unwanted number detection when placing page field name.Kohei Yoshida1-1/+3
2014-03-09Revert "fdo#75962: Avoid unwanted number detection when placing page field na...Kohei Yoshida1-3/+1
2014-03-09fdo#75962: Avoid unwanted number detection when placing page field name.Kohei Yoshida1-1/+3
2014-03-07Initialize OpenCL device on the main thread when pre-compiling kernels.Kohei Yoshida2-1/+6
2014-03-07Various fixes (memory leak & crash) in the OpenCL interpreter code.Kohei Yoshida8-64/+72
2014-03-07fdo#75718: Correctly count the length of trailing empty range.Kohei Yoshida1-5/+5
2014-03-07fdo#67104 Use correct command for show gridMaxim Monastirsky9-88/+6
2014-03-06resolved fdo#61520 do not add multiple empty strings to the validation listEike Rathke1-0/+12
2014-03-06Fix incorrect group calc state check.Kohei Yoshida3-28/+23
2014-03-05Build fix for OSX.Kohei Yoshida1-0/+2
2014-03-05Build fix on Windows.Kohei Yoshida1-2/+2
2014-03-05Oopsy.Kohei Yoshida1-1/+1
2014-03-05Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida2-1/+82
2014-03-05fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida4-4/+5
2014-03-03fdo#75053: Adjust reference update on shift for formula groups.Kohei Yoshida5-28/+144
2014-02-27fdo#75304: Set external reference info to ScCompiler.Kohei Yoshida6-31/+34
2014-02-27fdo#75259: Let undo document share its string pool with the source doc.Kohei Yoshida2-1/+6
2014-02-26fdo#75386: Totally fix reference update during range move.Kohei Yoshida9-64/+293
2014-02-25fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida12-39/+355
2014-02-25fdo#72041: Intern strings as we populate the external cache.Kohei Yoshida3-13/+27
2014-02-22fdo#74345: Some shared formulas cannot be exported as shared formulas.Kohei Yoshida4-12/+87
2014-02-20fdo#72041: Intern strings in the external ref cache with the host document.Kohei Yoshida1-10/+23
2014-02-20fdo#75130: Export cell borders to xls and xlsx correctly.Kohei Yoshida1-4/+4