summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* coverity#1266480 silence Pointer to local outside scopeCaolán McNamara2015-01-261-1/+2
* coverity#1266519 Use after freeCaolán McNamara2015-01-263-7/+8
* coverity#1266451 Explicit null dereferencedCaolán McNamara2015-01-261-1/+5
* coverity#1266448 Explicit null dereferencedCaolán McNamara2015-01-261-1/+5
* coverity#704680 Dereference after null checkCaolán McNamara2015-01-261-5/+8
* coverity#1266459 Improper use of negative valueCaolán McNamara2015-01-261-3/+4
* coverity#1266452 Explicit null dereferencedCaolán McNamara2015-01-261-2/+1
* coverity#1266450 Explicit null dereferencedCaolán McNamara2015-01-261-0/+5
* coverity#703982 Unchecked return valueCaolán McNamara2015-01-261-2/+4
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-2613-26/+26
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-2650-90/+83
* convert to use std random instead of boostTomaž Vajngerl2015-01-261-29/+20
* coverity#1266474 Dereference null return valueCaolán McNamara2015-01-251-2/+6
* Revert "Globally disable threading for these for now."Michael Meeks2015-01-251-1/+1
* coverity#1266509 Useless callCaolán McNamara2015-01-251-1/+1
* Resolves: rhbz#1179642 crash in GetFocus with empty mpPreviouslyFocusedListBoxCaolán McNamara2015-01-241-2/+3
* Resolves: tdf#81124 crash on setting autofilter on column with no contentCaolán McNamara2015-01-241-1/+2
* cppcheck: fix redundantPointerOp reportsJulien Nabet2015-01-241-21/+21
* coverity#1265796 Dereference null return valueCaolán McNamara2015-01-243-15/+4
* coverity#1265804 Dereference null return valueCaolán McNamara2015-01-241-2/+5
* coverity#1265807 Dereference null return valueCaolán McNamara2015-01-242-4/+6
* coverity#265794 Dereference null return valueCaolán McNamara2015-01-241-4/+4
* Resolves: fdo#75565 reduce block on pasting rtf like we do for htmlCaolán McNamara2015-01-231-1/+2
* Hold ScHeaderFooterContentObj by rtl::ReferenceStephan Bergmann2015-01-233-20/+20
* Resolves: fdo#88735 crash after calling sort after subtotal removalCaolán McNamara2015-01-231-1/+1
* sal: try to avoid abuse of OUStringBuffer(int) ctorMichael Stahl2015-01-232-2/+4
* Use symbolic (not numeric) opcodes in the registry for the OpenCL use subsetTor Lillqvist2015-01-232-50/+10
* Resolves: fdo#88721 correct negated condition in range name validationEike Rathke2015-01-221-1/+1
* Resolves: fdo#88455 delete in empty data field crashesCaolán McNamara2015-01-221-5/+10
* Make it obvious that this functions is for a very specific use onlyTor Lillqvist2015-01-221-11/+5
* Make FormulaGroupInterpreter::enableOpenCL() enable it as eagerly as possibleTor Lillqvist2015-01-221-2/+10
* Don't output idiotic comments in the generated OpenCLTor Lillqvist2015-01-221-3/+3
* add has-focus .ui supportCaolán McNamara2015-01-211-1/+0
* fdo #88578: Focus on first checkbox when showing calc paste special dialogThomas Viehmann2015-01-211-0/+1
* callcatcher: update unused codeCaolán McNamara2015-01-212-45/+0
* it's unnecessary to obtain the marked object in move mode, fdo#88339 followupEike Rathke2015-01-201-2/+2
* change assert() to SAL_WARN_IF()Eike Rathke2015-01-201-1/+5
* Make the RAND() and RANDBETWEEN() Calc functions non-random when requestedTor Lillqvist2015-01-202-3/+4
* fdo#88547 allow inline date-arrays for array functionsWinfried Donkers2015-01-201-1/+8
* fdo#88623 replace std::deque with std::vector in xlsx savingLászló Németh2015-01-202-3/+3
* Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann2015-01-201-5/+2
* Some more loplugin:cstylecast: scStephan Bergmann2015-01-2020-72/+71
* in COUNT() use ConvertStringToValue() for literal string argumentsEike Rathke2015-01-191-6/+20
* add a comment about string conversion configurationEike Rathke2015-01-191-0/+4
* fdo#88339 Fixed Calc constrained image movementTrent MacAlpine2015-01-191-3/+16
* rename AddRange to SetRangeMarkus Mohrhard2015-01-189-15/+15
* remove duplicated codeMarkus Mohrhard2015-01-181-8/+1
* add warning for empty conditional format rangesMarkus Mohrhard2015-01-181-0/+1
* rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the timeMichael Stahl2015-01-172-28/+6
* Use 1/100mm map mode for rendering edit text objects.Kohei Yoshida2015-01-161-1/+3