summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* coverity#704284 Logically dead codeCaolán McNamara2014-04-011-2/+1
* coverity#704241 Logically dead codeCaolán McNamara2014-04-011-7/+7
* coverity#704264 Logically dead codeCaolán McNamara2014-04-012-18/+0
* Bin pointless INET_HEX_ESCAPETor Lillqvist2014-04-013-4/+4
* fdo#42164 Esc doesn't clear copy source overlay in panes of split/frozen viewTrent MacAlpine2014-04-011-2/+4
* re-enabled user-defined numeric fields for dBase exportEike Rathke2014-03-312-28/+133
* one more commentEike Rathke2014-03-311-1/+1
* xmloff: sal_Bool->boolNoel Grandin2014-03-311-3/+3
* xmloff: sal_Bool->boolNoel Grandin2014-03-313-8/+8
* coverity#1194940 Uncaught exceptionCaolán McNamara2014-03-312-2/+2
* Fix various warningsStephan Bergmann2014-03-315-24/+7
* pivot layout dialog: remove SAL_OVERRIDE from destructorsTomaž Vajngerl2014-03-315-5/+5
* sc: clean-up address.hxx/cxxTomaž Vajngerl2014-03-311-168/+164
* sc: clean-up pivot.hxx/pivot2.cxxTomaž Vajngerl2014-03-311-82/+87
* pivot: new pivot table layout dialogTomaž Vajngerl2014-03-3111-7/+1540
* tools, sc: fix GCC -Werror=type-limits (comparison is always true)Michael Stahl2014-03-301-1/+0
* coverity#1194921 Overflowed return valueCaolán McNamara2014-03-304-16/+12
* coverity#1194916 Overflowed return valueCaolán McNamara2014-03-301-1/+1
* coverity#1194918 Overflowed array index readCaolán McNamara2014-03-291-3/+3
* typo: opend -> openedThomas Arnhold2014-03-291-2/+2
* coverity#704282 Logically dead codeCaolán McNamara2014-03-291-8/+2
* coverity#704280 Logically dead codeCaolán McNamara2014-03-292-63/+58
* coverity#704279 Logically dead codeCaolán McNamara2014-03-291-25/+1
* Typo: ccordinate->coordinateJulien Nabet2014-03-291-1/+1
* sc: more stream tweaksMichael Stahl2014-03-291-3/+4
* sc: actually CopyFromStream() can just use remainingSize()Michael Stahl2014-03-291-6/+2
* sc: adapt XclExpStream::CopyFromStream() to SvStream changeMichael Stahl2014-03-292-8/+5
* sc: adapt Excel filter to SvStream changesMichael Stahl2014-03-298-19/+19
* rhbz#1080196: Delete the destination first then paste.Kohei Yoshida2014-03-281-69/+32
* translated German commentsEike Rathke2014-03-281-18/+19
* and restore the intention of the original patchEike Rathke2014-03-281-1/+1
* Revert "coverity#1038286 Logically dead code"Eike Rathke2014-03-281-0/+16
* coverity#1038286 Logically dead codeCaolán McNamara2014-03-281-16/+0
* bRefSizeChanged is always falseCaolán McNamara2014-03-281-2/+1
* coverity#1078506 troubling Logically dead codeCaolán McNamara2014-03-281-2/+1
* Remove remaining DBG_CTOR etc. remnants from scStephan Bergmann2014-03-284-82/+0
* Merge back branch alg_writerframes to trunkArmin Le Grand2014-03-281-1/+1
* coverity#705450 Self assignmentCaolán McNamara2014-03-281-1/+1
* coverity#982764 Dereference null return valueCaolán McNamara2014-03-281-1/+3
* coverity#982765 Dereference null return valueCaolán McNamara2014-03-281-1/+3
* coverity#735461 Dead default in switchCaolán McNamara2014-03-281-1/+0
* coverity#735462 Dead default in switchCaolán McNamara2014-03-281-8/+0
* coverity#735463 Dead default in switchCaolán McNamara2014-03-281-2/+3
* Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann2014-03-271-3/+3
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-27394-5212/+5211
* sfx2: sal_Bool->boolNoel Grandin2014-03-2733-56/+56
* sfx2/childwin.hxx: sal_Bool->boolNoel Grandin2014-03-271-1/+1
* fdo#62155 - don't crash if we can't create an instance of a calc addin.Michael Meeks2014-03-271-4/+12
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-2627-120/+120
* fdo#74322: Handle moving of named ranges correctly.Kohei Yoshida2014-03-253-46/+106