summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-09-11Handle import of shared formula from xls more gracefully.Kohei Yoshida
2013-09-11Fix crashers on xlsx import, due to shared formula range being wrong.Kohei Yoshida
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa
2013-09-10WaE: enumeration values not handled in switchCaolán McNamara
2013-09-10Add ability to specify starting row when querying for last non-empty row.Kohei Yoshida
2013-09-10Oops I forgot a return statement.Kohei Yoshida
2013-09-10Fix several logic errors in required array size calculation.Kohei Yoshida
2013-09-10Trim data array length to remove trailing empty rows.Kohei Yoshida
2013-09-10Eliminate (almost) duplicate code blocks.Kohei Yoshida
2013-09-10Support fetching string array that spans over multiple blocks.Kohei Yoshida
2013-09-10Move common code blocks to a function.Kohei Yoshida
2013-09-10Correctly handle empty cells for string arrays too.Kohei Yoshida
2013-09-10Do the same for range vector tokens.Kohei Yoshida
2013-09-10Correctly handle empty cells in group calculation (software interpreter).Kohei Yoshida
2013-09-10The OpenCL interpreter doesn't have to be a child class of the S/W one.Kohei Yoshida
2013-09-10Instantiate the software fallback outside of opencl code.Kohei Yoshida
2013-09-09CID#1079180 initialize bufferCaolán McNamara
2013-09-09CID#1079181 initialize bufferCaolán McNamara
2013-09-09tubes: build fixes.Michael Meeks
2013-09-09callcatcher: update unused codeCaolán McNamara
2013-09-08We still need to manually get the matrix cell to start listening.Kohei Yoshida
2013-09-08Import matrix formulas from xlsx without using UNO API.Kohei Yoshida
2013-09-08Make data member names consistent.Kohei Yoshida
2013-09-08fix emptyCaolán McNamara
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara
2013-09-08Related: fdo#38838 String::GetBufferAccess is now no moreCaolán McNamara
2013-09-08Related: fdo#38838 String::ReleaseBufferAccess is now no moreCaolán McNamara
2013-09-08fdo#57950: Remove some chained appends in scJelle van der Waa
2013-09-07Spell check iteration too slow when only a few cells are misspelled.Kohei Yoshida
2013-09-07Fix incorrect reference update on shared formulas.Kohei Yoshida
2013-09-07CID#704695/704708: Dereference after null checkJulien Nabet
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar
2013-09-07WaE: returning reference to temporary objectMarkus Mohrhard
2013-09-07fix validity dialog with lists, fdo#65686Markus Mohrhard
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard
2013-09-07inheriting from a standard container is a bad ideaMarkus Mohrhard
2013-09-06Wrong place to apply implicit intersection. Do it at the very last.Kohei Yoshida
2013-09-06Handle string or edit cells when resolving static reference for group calc.Kohei Yoshida
2013-09-06Allow storage of string arrays in vector ref tokens.Kohei Yoshida
2013-09-06Correctly handle implicit intersection in group interpretation.Kohei Yoshida
2013-09-05sc: fix exports of scqahelper libraryMichael Stahl
2013-09-05update pchThomas Arnhold
2013-09-05getFallbackStrings() with bIncludeFullBcp47 parameterEike Rathke
2013-09-05CID#1079183: unitialized pointer valueMarkus Mohrhard
2013-09-05add disabled test for Excel 2003 XML importMarkus Mohrhard
2013-09-05add test case for fdo#67783Markus Mohrhard
2013-09-05extract the calc data structure printers for cppunit equal macrosMarkus Mohrhard
2013-09-05add test cases for new ScRangeList methodsMarkus Mohrhard
2013-09-05increase conditional format range during inserting rows/cols, fdo#67783Markus Mohrhard
2013-09-05CID#1079327 uninitialized scalar valuesCaolán McNamara