summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-02-10loplugin:implicitboolconversion, loplugin:literaltoboolconversionStephan Bergmann5-6/+6
2014-02-10sal_Bool->boolNoel Grandin7-51/+45
2014-02-10sal_Bool->boolNoel Grandin7-7/+7
2014-02-10sal_Bool->boolNoel Grandin4-4/+4
2014-02-10sal_Bool->boolNoel Grandin4-4/+4
2014-02-10sal_Bool->boolNoel Grandin4-4/+4
2014-02-10sal_Bool->boolNoel Grandin4-12/+12
2014-02-10sal_Bool->boolNoel Grandin7-7/+7
2014-02-10sal_Bool->boolNoel Grandin8-24/+24
2014-02-10sal_Bool->boolNoel Grandin2-9/+9
2014-02-10sal_Bool->boolNoel Grandin2-5/+5
2014-02-10remove unused parameterNoel Grandin2-3/+3
2014-02-10sal_Bool->boolNoel Grandin3-27/+27
2014-02-10sal_Bool->boolNoel Grandin2-2/+2
2014-02-10coverity#1038334 Uncaught exceptionCaolán McNamara2-4/+5
2014-02-10coverity#1078996 Uncaught exceptionCaolán McNamara2-3/+4
2014-02-10coverity#1078997 Uncaught exceptionCaolán McNamara2-2/+3
2014-02-10coverity#1079007 Uncaught exceptionCaolán McNamara2-4/+8
2014-02-10coverity#1130439 Dereference before null checkCaolán McNamara1-2/+0
2014-02-10coverity#1130440 Dereference before null checkCaolán McNamara1-8/+3
2014-02-10coverity#1130441 Dereference before null checkCaolán McNamara2-5/+2
2014-02-10coverity#1130442 Dereference before null checkCaolán McNamara1-1/+1
2014-02-10coverity#1130466 Uncaught exceptionCaolán McNamara2-2/+5
2014-02-10coverity#1130467 Uncaught exceptionCaolán McNamara2-2/+5
2014-02-10the return of callcatcherCaolán McNamara9-134/+0
2014-02-10loplugin:implicitboolconversion, loplugin:literaltoboolconversionStephan Bergmann1-7/+7
2014-02-10sal_Bool->boolNoel Grandin3-91/+91
2014-02-10sal_Bool->boolNoel Grandin2-2/+2
2014-02-10sal_Bool->boolNoel Grandin2-7/+7
2014-02-09fdo#74323: Test the undo and redo as well.Kohei Yoshida1-0/+14
2014-02-09fdo#74323: The end position is inclusive.Kohei Yoshida1-1/+1
2014-02-09fdo#74323: Add unit test for changing cases of text cells.Kohei Yoshida2-0/+27
2014-02-09coverity#1130468 Uncaught exceptionCaolán McNamara2-2/+4
2014-02-09coverity#1130469 Uncaught exceptionCaolán McNamara2-2/+4
2014-02-09fdo#74479: Treat empty cells as if they have a value of 0.Kohei Yoshida1-1/+10
2014-02-09fdo#74479: Test case for SUMPRODUCT.Kohei Yoshida2-0/+27
2014-02-09coverity#1169843 Dereference before null checkCaolán McNamara1-1/+1
2014-02-09coverity#1169844 Dereference before null checkCaolán McNamara1-3/+0
2014-02-09fix memcheck report about uninitialized fValMarkus Mohrhard1-1/+1
2014-02-08fdo#74512: Generate escaped sheet names after the grammer is set.Kohei Yoshida1-20/+8
2014-02-08fdo#74512: Add test for this.Kohei Yoshida1-0/+20
2014-02-08fix my patchMarkus Mohrhard1-3/+1
2014-02-08fdo#52461 Multiple instances of same cell now get same color.Rachit Gupta4-8/+26
2014-02-08coverity#169849 Uncaught exceptionCaolán McNamara2-2/+4
2014-02-08fdo#74453: Only adjust tokens for top formula cells of formula group.Kohei Yoshida1-0/+8
2014-02-08fdo#74453: Write unit test for this.Kohei Yoshida2-0/+41
2014-02-08fdo#74521: Only pick cell notes for that sheet, and skip the rest.Kohei Yoshida1-0/+5
2014-02-08fdo#74521: Write unit test for this first.Kohei Yoshida2-0/+45
2014-02-08fdo#74414: No need to incremenet nRow here... It's just plain wrong.Kohei Yoshida1-1/+1
2014-02-08fdo#74414: Add a bit more check in existing test to catch this.Kohei Yoshida1-4/+29