summaryrefslogtreecommitdiff
path: root/sc/source/core/tool
AgeCommit message (Expand)AuthorFilesLines
2014-07-30fdo#81330: When moving to a different sheet, set 3D flag on.Kohei Yoshida1-0/+5
2014-07-21fdo#81309: Adjust references during sort.Kohei Yoshida4-6/+195
2014-07-21Preserve the "end of list" flag for xls round-tripping.Kohei Yoshida1-18/+28
2014-07-17fdo#81445: Display correct label for empty cell.Kohei Yoshida1-3/+2
2014-07-14resolved fdo#77018 keep external references intact during sortEike Rathke1-0/+17
2014-07-10resolved fdo#80195 act on implicitly propagated error, if anyEike Rathke1-0/+5
2014-06-13resolved fdo#79978 propagate error through DoubleArray of matrixEike Rathke3-8/+20
2014-06-09unify the handling of string position arguments, fdo#75971 relatedEike Rathke1-24/+30
2014-06-05Resolves fdo#75971 Crash when invoking "Insert > Names > Create"Julien Nabet1-2/+2
2014-05-31resolved fdo#70455 B1:SOMENAME is not a valid singleton referenceEike Rathke1-6/+15
2014-05-16fdo#78402: Adjust references of validity entries as appropriate.Kohei Yoshida1-3/+5
2014-05-09resolve fdo#77509 memory corruption / crash in ConsolidateEike Rathke1-33/+19
2014-05-07fdo#77990: Intern strings for hybrid strings during import.Kohei Yoshida1-1/+1
2014-05-06fdo#77647: Fix the column insertion use case.Kohei Yoshida1-1/+1
2014-05-01fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida2-13/+172
2014-05-01fdo#77806: Use the common block position set for start and end listening.Kohei Yoshida1-2/+6
2014-04-29fdo#77647: Expand reference only when the top of the selected range is...Kohei Yoshida1-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-27fdo#76611: Wrap reference addresses at max boundaries.Kohei Yoshida1-0/+46
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-17fdo#75665: Truncate string when clipped on screen.Kohei Yoshida1-0/+11
2014-04-15fdo#76409: Write output cell string to <text:p> element when saving to ods.Kohei Yoshida1-0/+32
2014-04-15fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida2-16/+18
2014-04-08fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-0/+6
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 Yoshida1-44/+91
2014-03-22Fix the conditionJulien Nabet1-1/+1
2014-03-17fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida4-2/+77
2014-03-13fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida1-0/+46
2014-03-11fdo#75815: Adjust external references here too.Kohei Yoshida1-0/+19
2014-03-10fdo#75628: SUM should inherit error if one is present in its references.Kohei Yoshida1-4/+38
2014-03-07Initialize OpenCL device on the main thread when pre-compiling kernels.Kohei Yoshida1-0/+5
2014-03-07Various fixes (memory leak & crash) in the OpenCL interpreter code.Kohei Yoshida2-11/+3
2014-03-06Fix incorrect group calc state check.Kohei Yoshida1-0/+4
2014-03-03fdo#75053: Adjust reference update on shift for formula groups.Kohei Yoshida2-2/+33
2014-02-27fdo#75304: Set external reference info to ScCompiler.Kohei Yoshida2-15/+11
2014-02-26fdo#75386: Totally fix reference update during range move.Kohei Yoshida1-6/+11
2014-02-20fdo#75228: We still need to get the value only to pop value from the stack.Kohei Yoshida1-0/+1
2014-02-17fdo#74512: Fix the ODS export as well.Kohei Yoshida2-0/+7
2014-02-15fdo#72691: Allow overwriting of string value with numeric one.Kohei Yoshida1-0/+3
2014-02-09fdo#74512: Generate escaped sheet names after the grammer is set.Kohei Yoshida1-20/+8
2014-02-09fdo#74479: Treat empty cells as if they have a value of 0.Kohei Yoshida1-1/+10
2014-02-06fdo#74516: Avoid excessive building of escaped sheet names.Kohei Yoshida3-5/+85
2014-01-27only put bounds in vector if range is outside of copy range, fdo#74041Markus Mohrhard1-18/+17
2014-01-24resolved fdo#73235 initialize reference flagsEike Rathke1-0/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-1/+1
2014-01-20resolved fdo#73836 do not apply format twice to stringEike Rathke1-4/+6