summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa53-819/+38
2013-09-10WaE: enumeration values not handled in switchCaolán McNamara1-0/+2
2013-09-10Add ability to specify starting row when querying for last non-empty row.Kohei Yoshida7-14/+34
2013-09-10Oops I forgot a return statement.Kohei Yoshida1-1/+1
2013-09-10Fix several logic errors in required array size calculation.Kohei Yoshida2-6/+15
2013-09-10Trim data array length to remove trailing empty rows.Kohei Yoshida5-0/+51
2013-09-10Eliminate (almost) duplicate code blocks.Kohei Yoshida1-70/+30
2013-09-10Support fetching string array that spans over multiple blocks.Kohei Yoshida5-10/+204
2013-09-10Move common code blocks to a function.Kohei Yoshida1-14/+14
2013-09-10Correctly handle empty cells for string arrays too.Kohei Yoshida3-6/+89
2013-09-10Do the same for range vector tokens.Kohei Yoshida2-4/+46
2013-09-10Correctly handle empty cells in group calculation (software interpreter).Kohei Yoshida3-5/+20
2013-09-10The OpenCL interpreter doesn't have to be a child class of the S/W one.Kohei Yoshida1-4/+5
2013-09-10Instantiate the software fallback outside of opencl code.Kohei Yoshida2-12/+15
2013-09-09CID#1079180 initialize bufferCaolán McNamara1-1/+2
2013-09-09CID#1079181 initialize bufferCaolán McNamara1-9/+9
2013-09-09tubes: build fixes.Michael Meeks1-5/+3
2013-09-09callcatcher: update unused codeCaolán McNamara4-46/+0
2013-09-08We still need to manually get the matrix cell to start listening.Kohei Yoshida1-0/+4
2013-09-08Import matrix formulas from xlsx without using UNO API.Kohei Yoshida2-46/+16
2013-09-08Make data member names consistent.Kohei Yoshida2-25/+28
2013-09-08fix emptyCaolán McNamara1-1/+1
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara7-14/+14
2013-09-08Related: fdo#38838 String::GetBufferAccess is now no moreCaolán McNamara1-3/+3
2013-09-08Related: fdo#38838 String::ReleaseBufferAccess is now no moreCaolán McNamara1-17/+11
2013-09-08fdo#57950: Remove some chained appends in scJelle van der Waa4-51/+22
2013-09-07Spell check iteration too slow when only a few cells are misspelled.Kohei Yoshida1-3/+4
2013-09-07Fix incorrect reference update on shared formulas.Kohei Yoshida3-1/+59
2013-09-07CID#704695/704708: Dereference after null checkJulien Nabet2-4/+2
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar1-1/+1
2013-09-07WaE: returning reference to temporary objectMarkus Mohrhard1-1/+1
2013-09-07fix validity dialog with lists, fdo#65686Markus Mohrhard1-1/+1
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard17-181/+168
2013-09-07inheriting from a standard container is a bad ideaMarkus Mohrhard2-7/+46
2013-09-06Wrong place to apply implicit intersection. Do it at the very last.Kohei Yoshida7-121/+85
2013-09-06Handle string or edit cells when resolving static reference for group calc.Kohei Yoshida1-0/+11
2013-09-06Allow storage of string arrays in vector ref tokens.Kohei Yoshida10-59/+101
2013-09-06Correctly handle implicit intersection in group interpretation.Kohei Yoshida11-66/+355
2013-09-05sc: fix exports of scqahelper libraryMichael Stahl2-11/+19
2013-09-05update pchThomas Arnhold2-4/+53
2013-09-05getFallbackStrings() with bIncludeFullBcp47 parameterEike Rathke1-12/+5
2013-09-05CID#1079183: unitialized pointer valueMarkus Mohrhard1-11/+11
2013-09-05add disabled test for Excel 2003 XML importMarkus Mohrhard4-0/+135
2013-09-05add test case for fdo#67783Markus Mohrhard2-0/+46
2013-09-05extract the calc data structure printers for cppunit equal macrosMarkus Mohrhard4-21/+46
2013-09-05add test cases for new ScRangeList methodsMarkus Mohrhard1-0/+19
2013-09-05increase conditional format range during inserting rows/cols, fdo#67783Markus Mohrhard5-3/+101
2013-09-05CID#1079327 uninitialized scalar valuesCaolán McNamara1-1/+1
2013-09-05convert include/svx/xoutbmp.hxx from String to OUStringNoel Grandin2-4/+6
2013-09-05remove it here tooThomas Arnhold1-2/+1