summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-04-03resolved fdo#76949 correct grammar is GRAM_OOXMLEike Rathke1-1/+1
2014-03-18fdo#75642: Check the high position block correctly.Kohei Yoshida1-1/+3
2014-03-17fdo#76032: This row index is 1-based whereas our own mnRow is 0-based.Kohei Yoshida2-4/+4
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
2014-02-20fdo#75228: We still need to get the value only to pop value from the stack.Kohei Yoshida1-0/+1
2014-02-20fdo#73565: Populate date members in a locale-safe way.Kohei Yoshida1-42/+64
2014-02-20fdo#75032: Handle note copying correctly.Kohei Yoshida3-74/+50
2014-02-19don't generate broken XML files, related #i116460#Markus Mohrhard1-5/+5
2014-02-19fdo#74857: Update the incrementer when skipping over hidden regions.Kohei Yoshida1-0/+4
2014-02-19fdo#72491: Always set input as text when that's requested.Kohei Yoshida1-5/+20
2014-02-18multiple pivot tables on same sheet OOXML fix (part1), related #i83250#Markus Mohrhard2-6/+8
2014-02-18fix invalid string access, related #i83611#Markus Mohrhard1-1/+4
2014-02-18the string is UTF8 and not AsciiMarkus Mohrhard1-1/+1
2014-02-17fdo#74512: Fix the ODS export as well.Kohei Yoshida5-7/+28
2014-02-15fdo#74558: Re-implement BinarySearch() to disregard empty cell blocks.Kohei Yoshida1-108/+280
2014-02-15fdo#72390: Let's not skip auto styles from unmodified sheets.Kohei Yoshida1-7/+0
2014-02-15fdo#73773: Check if the *document* is closing, not the *app*.Kohei Yoshida3-1/+13
2014-02-15fdo#72691: Allow overwriting of string value with numeric one.Kohei Yoshida1-0/+3