summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-05WaE: -Wunused-private-fieldThomas Arnhold1-1/+0
2013-09-05WaE: -Werror,-Wunused-functionThomas Arnhold1-223/+0
2013-09-04Remove more unused methodsMarcos Paulo de Souza12-312/+0
2013-09-04String to OUStringThomas Arnhold2-2/+2
2013-09-04calc export test on cell values, strings & formulasLaurent Godard1-0/+80
2013-09-02Translate German commentsPhilipp Weissenbacher1-32/+32
2013-09-02Translate German commentsPhilipp Weissenbacher1-65/+62
2013-09-02callcatcher: updated unused codeCaolán McNamara2-7/+0
2013-09-01Reset auto spell data after sorting.Kohei Yoshida1-0/+2
2013-09-01Reset auto spell data in the view shell instead of in the doc shell.Kohei Yoshida3-9/+10
2013-09-01Separate misspelled ranges when entering a new cell value.Kohei Yoshida10-25/+101
2013-09-01Reset autospell data when inserting/deleting cells.Kohei Yoshida6-4/+32
2013-09-01These pieces of code are no longer needed.Kohei Yoshida9-126/+0
2013-09-01Repaint grid view when the visible area changes.Kohei Yoshida3-5/+5