summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-01-26coverity#1266519 Use after freeCaolán McNamara5-9/+10
2015-01-26coverity#1266451 Explicit null dereferencedCaolán McNamara1-1/+5
2015-01-26coverity#1266448 Explicit null dereferencedCaolán McNamara1-1/+5
2015-01-26coverity#704680 Dereference after null checkCaolán McNamara1-5/+8
2015-01-26coverity#1266459 Improper use of negative valueCaolán McNamara1-3/+4
2015-01-26coverity#1266452 Explicit null dereferencedCaolán McNamara1-2/+1
2015-01-26coverity#1266450 Explicit null dereferencedCaolán McNamara1-0/+5
2015-01-26coverity#703982 Unchecked return valueCaolán McNamara1-2/+4
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin18-37/+37
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin60-112/+105
2015-01-26convert to use std random instead of boostTomaž Vajngerl1-29/+20
2015-01-25coverity#1266474 Dereference null return valueCaolán McNamara1-2/+6
2015-01-25Revert "Globally disable threading for these for now."Michael Meeks1-1/+1
2015-01-25coverity#1266498 Uninitialized scalar variableCaolán McNamara1-5/+11
2015-01-25coverity#1266509 Useless callCaolán McNamara1-1/+1
2015-01-24Resolves: rhbz#1179642 crash in GetFocus with empty mpPreviouslyFocusedListBoxCaolán McNamara1-2/+3
2015-01-24Resolves: tdf#81124 crash on setting autofilter on column with no contentCaolán McNamara1-1/+2
2015-01-24cppcheck: fix redundantPointerOp reportsJulien Nabet1-21/+21
2015-01-24coverity#1265796 Dereference null return valueCaolán McNamara3-15/+4
2015-01-24coverity#1265804 Dereference null return valueCaolán McNamara1-2/+5
2015-01-24coverity#1265807 Dereference null return valueCaolán McNamara2-4/+6
2015-01-24coverity#265794 Dereference null return valueCaolán McNamara1-4/+4
2015-01-23Resolves: fdo#75565 reduce block on pasting rtf like we do for htmlCaolán McNamara1-1/+2
2015-01-23Hold ScHeaderFooterContentObj by rtl::ReferenceStephan Bergmann4-25/+25
2015-01-23Resolves: fdo#88735 crash after calling sort after subtotal removalCaolán McNamara1-1/+1
2015-01-23sal: try to avoid abuse of OUStringBuffer(int) ctorMichael Stahl2-2/+4
2015-01-23Use symbolic (not numeric) opcodes in the registry for the OpenCL use subsetTor Lillqvist2-50/+10
2015-01-22Resolves: fdo#88721 correct negated condition in range name validationEike Rathke1-1/+1
2015-01-22Resolves: fdo#88455 delete in empty data field crashesCaolán McNamara1-5/+10
2015-01-22Forgot theseTor Lillqvist1-3/+3
2015-01-22Make it obvious that this functions is for a very specific use onlyTor Lillqvist3-14/+9
2015-01-22Make FormulaGroupInterpreter::enableOpenCL() enable it as eagerly as possibleTor Lillqvist1-2/+10
2015-01-22Bin useless AMLOEXT commentsTor Lillqvist1-229/+202
2015-01-22Don't output idiotic comments in the generated OpenCLTor Lillqvist1-3/+3
2015-01-21add has-focus .ui supportCaolán McNamara2-2/+10
2015-01-21fdo #88578: Focus on first checkbox when showing calc paste special dialogThomas Viehmann1-0/+1
2015-01-21callcatcher: update unused codeCaolán McNamara2-45/+0
2015-01-20it's unnecessary to obtain the marked object in move mode, fdo#88339 followupEike Rathke1-2/+2
2015-01-20change assert() to SAL_WARN_IF()Eike Rathke1-1/+5
2015-01-20Make the RAND() and RANDBETWEEN() Calc functions non-random when requestedTor Lillqvist2-3/+4
2015-01-20fdo#88547 allow inline date-arrays for array functionsWinfried Donkers1-1/+8
2015-01-20fdo#88623 replace std::deque with std::vector in xlsx savingLászló Németh2-3/+3
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann1-5/+2
2015-01-20Some more loplugin:cstylecast: scStephan Bergmann21-81/+85
2015-01-19in COUNT() use ConvertStringToValue() for literal string argumentsEike Rathke1-6/+20
2015-01-19add a comment about string conversion configurationEike Rathke1-0/+4
2015-01-19fdo#88339 Fixed Calc constrained image movementTrent MacAlpine1-3/+16
2015-01-18rename AddRange to SetRangeMarkus Mohrhard11-28/+28
2015-01-18remove duplicated codeMarkus Mohrhard1-8/+1
2015-01-18add warning for empty conditional format rangesMarkus Mohrhard1-0/+1