summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann106-156/+156
2014-04-01coverity#704284 Logically dead codeCaolán McNamara1-2/+1
2014-04-01coverity#704241 Logically dead codeCaolán McNamara1-7/+7
2014-04-01coverity#704264 Logically dead codeCaolán McNamara2-18/+0
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist3-4/+4
2014-04-01fdo#42164 Esc doesn't clear copy source overlay in panes of split/frozen viewTrent MacAlpine1-2/+4
2014-03-31re-enabled user-defined numeric fields for dBase exportEike Rathke2-28/+133
2014-03-31one more commentEike Rathke1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-3/+3
2014-03-31xmloff: sal_Bool->boolNoel Grandin3-8/+8
2014-03-31coverity#1194940 Uncaught exceptionCaolán McNamara2-2/+2
2014-03-31lint-ui spacingsCaolán McNamara1-2/+7
2014-03-31close files after testMarkus Mohrhard1-0/+4
2014-03-31close the file at the end of the testMarkus Mohrhard1-0/+7
2014-03-31Fix various warningsStephan Bergmann5-24/+7
2014-03-31pivot layout dialog: remove SAL_OVERRIDE from destructorsTomaž Vajngerl5-5/+5
2014-03-31sc: clean-up address.hxx/cxxTomaž Vajngerl2-386/+513
2014-03-31sc: clean-up pivot.hxx/pivot2.cxxTomaž Vajngerl2-127/+135
2014-03-31pivot: new pivot table layout dialogTomaž Vajngerl14-7/+2335
2014-03-30tools, sc: fix GCC -Werror=type-limits (comparison is always true)Michael Stahl1-1/+0
2014-03-30coverity#1194921 Overflowed return valueCaolán McNamara5-19/+15
2014-03-30coverity#1194916 Overflowed return valueCaolán McNamara1-1/+1
2014-03-29coverity#1194918 Overflowed array index readCaolán McNamara1-3/+3
2014-03-29typo: opend -> openedThomas Arnhold1-2/+2
2014-03-29coverity#704282 Logically dead codeCaolán McNamara1-8/+2
2014-03-29coverity#704280 Logically dead codeCaolán McNamara2-63/+58
2014-03-29coverity#704279 Logically dead codeCaolán McNamara1-25/+1
2014-03-29Typo: ccordinate->coordinateJulien Nabet1-1/+1
2014-03-29sc: more stream tweaksMichael Stahl1-3/+4
2014-03-29sc: actually CopyFromStream() can just use remainingSize()Michael Stahl1-6/+2
2014-03-29sc: adapt XclExpStream::CopyFromStream() to SvStream changeMichael Stahl2-8/+5
2014-03-29sc: adapt Excel filter to SvStream changesMichael Stahl8-19/+19
2014-03-28rhbz#1080196: Delete the destination first then paste.Kohei Yoshida1-69/+32
2014-03-28rhbz#1080196: Write unit test for this.Kohei Yoshida2-0/+50
2014-03-28translated German commentsEike Rathke1-18/+19
2014-03-28and restore the intention of the original patchEike Rathke1-1/+1
2014-03-28Revert "coverity#1038286 Logically dead code"Eike Rathke1-0/+16
2014-03-28coverity#1038286 Logically dead codeCaolán McNamara1-16/+0
2014-03-28bRefSizeChanged is always falseCaolán McNamara1-2/+1
2014-03-28coverity#1078506 troubling Logically dead codeCaolán McNamara1-2/+1
2014-03-28Remove remaining DBG_CTOR etc. remnants from scStephan Bergmann4-82/+0
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-1/+1
2014-03-28coverity#705450 Self assignmentCaolán McNamara1-1/+1
2014-03-28coverity#982764 Dereference null return valueCaolán McNamara1-1/+3
2014-03-28coverity#982765 Dereference null return valueCaolán McNamara1-1/+3
2014-03-28coverity#735461 Dead default in switchCaolán McNamara1-1/+0
2014-03-28coverity#735462 Dead default in switchCaolán McNamara1-8/+0
2014-03-28coverity#735463 Dead default in switchCaolán McNamara1-2/+3
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann1-3/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann499-7498/+7497