summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2015-01-27tdf#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh
2015-01-26operate on UTF-8 encoded string, tdf#76870 follow-upEike Rathke
2015-01-26fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers
2015-01-26Revert "fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX ex...László Németh
2015-01-26fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
2015-01-26coverity#1266480 silence Pointer to local outside scopeCaolán McNamara
2015-01-26coverity#1266519 Use after freeCaolán McNamara
2015-01-26coverity#1266451 Explicit null dereferencedCaolán McNamara
2015-01-26coverity#1266448 Explicit null dereferencedCaolán McNamara
2015-01-26coverity#704680 Dereference after null checkCaolán McNamara
2015-01-26coverity#1266459 Improper use of negative valueCaolán McNamara
2015-01-26coverity#1266452 Explicit null dereferencedCaolán McNamara
2015-01-26coverity#1266450 Explicit null dereferencedCaolán McNamara
2015-01-26coverity#703982 Unchecked return valueCaolán McNamara
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-26convert to use std random instead of boostTomaž Vajngerl
2015-01-25coverity#1266474 Dereference null return valueCaolán McNamara
2015-01-25Revert "Globally disable threading for these for now."Michael Meeks
2015-01-25coverity#1266498 Uninitialized scalar variableCaolán McNamara
2015-01-25coverity#1266509 Useless callCaolán McNamara
2015-01-24Resolves: rhbz#1179642 crash in GetFocus with empty mpPreviouslyFocusedListBoxCaolán McNamara
2015-01-24Resolves: tdf#81124 crash on setting autofilter on column with no contentCaolán McNamara
2015-01-24cppcheck: fix redundantPointerOp reportsJulien Nabet
2015-01-24coverity#1265796 Dereference null return valueCaolán McNamara
2015-01-24coverity#1265804 Dereference null return valueCaolán McNamara
2015-01-24coverity#1265807 Dereference null return valueCaolán McNamara
2015-01-24coverity#265794 Dereference null return valueCaolán McNamara
2015-01-23Resolves: fdo#75565 reduce block on pasting rtf like we do for htmlCaolán McNamara
2015-01-23Hold ScHeaderFooterContentObj by rtl::ReferenceStephan Bergmann
2015-01-23Resolves: fdo#88735 crash after calling sort after subtotal removalCaolán McNamara
2015-01-23sal: try to avoid abuse of OUStringBuffer(int) ctorMichael Stahl
2015-01-23Use symbolic (not numeric) opcodes in the registry for the OpenCL use subsetTor Lillqvist
2015-01-22Resolves: fdo#88721 correct negated condition in range name validationEike Rathke
2015-01-22Resolves: fdo#88455 delete in empty data field crashesCaolán McNamara
2015-01-22Forgot theseTor Lillqvist
2015-01-22Make it obvious that this functions is for a very specific use onlyTor Lillqvist
2015-01-22Make FormulaGroupInterpreter::enableOpenCL() enable it as eagerly as possibleTor Lillqvist
2015-01-22Bin useless AMLOEXT commentsTor Lillqvist
2015-01-22Don't output idiotic comments in the generated OpenCLTor Lillqvist
2015-01-21add has-focus .ui supportCaolán McNamara
2015-01-21fdo #88578: Focus on first checkbox when showing calc paste special dialogThomas Viehmann
2015-01-21callcatcher: update unused codeCaolán McNamara
2015-01-20it's unnecessary to obtain the marked object in move mode, fdo#88339 followupEike Rathke
2015-01-20change assert() to SAL_WARN_IF()Eike Rathke
2015-01-20Make the RAND() and RANDBETWEEN() Calc functions non-random when requestedTor Lillqvist
2015-01-20fdo#88547 allow inline date-arrays for array functionsWinfried Donkers
2015-01-20fdo#88623 replace std::deque with std::vector in xlsx savingLászló Németh
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann