summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-02-11coverity#737276 Uncaught exceptionCaolán McNamara2-2/+4
2014-02-11coverity#737275 Uncaught exceptionCaolán McNamara2-2/+4
2014-02-11coverity#735818 Dereference after null checkCaolán McNamara1-2/+2
2014-02-11edit->changes->show has empty filter settingsCaolán McNamara1-1/+4
2014-02-11sc: add some missing locks in new codeMichael Stahl5-1/+26
2014-02-11sal_Bool->boolNoel Grandin2-2/+2
2014-02-11fdo#74014: Broadcast here....Kohei Yoshida1-0/+1
2014-02-11fdo#74014: Additional test.Kohei Yoshida2-1/+47
2014-02-10fdo#74209: This search algorithm had another issue. This fixes it.Kohei Yoshida2-5/+5
2014-02-10fdo#74209: Catch additional problem discovered.Kohei Yoshida1-0/+8
2014-02-10fix import crash related to ooo94186Markus Mohrhard1-1/+3
2014-02-10Remove unused.Kohei Yoshida2-28/+0
2014-02-10cp#100030: Use internal API to fill dxf styles during xlsx import.Kohei Yoshida3-15/+38
2014-02-10use GetLastDataRow() also in ShrinkToUsedDataArea()Eike Rathke1-6/+3
2014-02-10actually the extra check isn't neededEike Rathke1-2/+2
2014-02-10cosmetical adapt to styleEike Rathke1-5/+5
2014-02-10do not loop 30 million cells to find a non-empty rowEike Rathke1-9/+3
2014-02-10coverity#1130200 Unchecked dynamic_castCaolán McNamara10-552/+507
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