summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-14pivot: duplicate data field handlingTomaž Vajngerl2-11/+48
2014-04-14pivot: Apply changes made in "Data Field" and "Data Field Options"Tomaž Vajngerl8-65/+150
2014-04-14Pivot dialog: Make it resemble the old dialog a bit.Jan Holesovsky1-389/+416
2014-04-14pivot layout dialog: remove SAL_OVERRIDE from destructorsTomaž Vajngerl5-5/+5
2014-04-14pivot: new pivot table layout dialogTomaž Vajngerl14-7/+2335
2014-04-09preserve selection if chart creation is cancelled, cp#1000052Markus Mohrhard1-3/+7
2014-04-08resolved fdo#76949 correct grammar is GRAM_OOXMLEike Rathke1-1/+1
2014-04-02Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand7-5/+21
2014-04-02rhbz#1080196: Delete the destination first then paste.Kohei Yoshida1-69/+32
2014-04-02fdo#62155 - don't crash if we can't create an instance of a calc addin.Michael Meeks1-4/+12
2014-04-02fdo#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-26fdo#76470: Avoid joining new formula cells individually.Kohei Yoshida7-4/+113
2014-03-25Fix the conditionJulien Nabet1-1/+1
2014-03-25Disable kernel pre-compilation for now.Kohei Yoshida3-2/+17
2014-03-25fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida30-46/+574
2014-03-25justify range to prevent negative tab span and memory alloc, rhbz#1057741Eike Rathke1-0/+1
2014-03-25Related: rhbz#1076264 intermittent a11y crash in calcCaolán McNamara1-27/+43
2014-03-25-Werror=shadowMiklos Vajna1-2/+2
2014-03-25fdo#58307: Export sheet tab colors to xlsx.Kohei Yoshida3-16/+36
2014-03-25fdo#76032: This row index is 1-based whereas our own mnRow is 0-based.Kohei Yoshida2-4/+4
2014-03-25fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida19-46/+174
2014-03-25fdo#75642: Check the high position block correctly.Kohei Yoshida1-1/+3
2014-03-25hidpi: Sidebar, fontwork, autoformat and other improvements.Keith Curtis2-1/+2
2014-03-25Let's not leak here.Kohei Yoshida1-0/+1
2014-03-25Don't delete the kernel when pre-compiled.Kohei Yoshida1-3/+3
2014-03-25fdo#74747: Correctly inspect formula result value for xlsx export.Kohei Yoshida1-29/+11
2014-03-25fdo#74747: Make use of cached string formula results.Kohei Yoshida5-20/+54
2014-03-25fdo#75815: Adjust external references here too.Kohei Yoshida1-0/+19
2014-03-25handle OOXML strict namespacesMarkus Mohrhard7-17/+36
2014-03-25fdo#75960: Process pivot tables after named ranges are all set.Kohei Yoshida7-34/+242
2014-03-25fdo#75950: Just set the right grammar and be done with it.Kohei Yoshida8-37/+13
2014-03-25fdo#75628: SUM should inherit error if one is present in its references.Kohei Yoshida1-4/+38
2014-03-25fdo#75962: Avoid unwanted number detection when placing page field name.Kohei Yoshida1-1/+3
2014-03-25Revert "fdo#75962: Avoid unwanted number detection when placing page field na...Kohei Yoshida1-3/+1
2014-03-25fdo#75962: Avoid unwanted number detection when placing page field name.Kohei Yoshida1-1/+3
2014-03-25Initialize OpenCL device on the main thread when pre-compiling kernels.Kohei Yoshida2-1/+6
2014-03-25Various fixes (memory leak & crash) in the OpenCL interpreter code.Kohei Yoshida8-64/+72
2014-03-25fdo#75718: Correctly count the length of trailing empty range.Kohei Yoshida1-5/+5
2014-03-25fdo#67104 Use correct command for show gridMaxim Monastirsky9-88/+6
2014-03-07resolved fdo#61520 do not add multiple empty strings to the validation listEike Rathke1-0/+12
2014-03-07Fix incorrect group calc state check.Kohei Yoshida3-28/+23
2014-03-07Build fix for OSX.Kohei Yoshida1-0/+2
2014-03-07Build fix on Windows.Kohei Yoshida1-2/+2