summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-01-31coverity#1267677 Big parameter passed by valueCaolán McNamara2-2/+2
2015-01-30fix buildCaolán McNamara1-3/+3
2015-01-30tdf#88810 cleanup (append() for number to string conv.)László Németh1-17/+5
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara25-268/+4
2015-01-29parse with locale decimal separator, tdf#88740 relatedEike Rathke1-6/+25
2015-01-29tdf#88810 XLSX export: more cleanupLászló Németh7-133/+94
2015-01-28Disable the 'Test OpenCL' button once pressedTor Lillqvist1-1/+3
2015-01-28Make the OpenCL test document construction and calculation a bit fasterTor Lillqvist1-32/+39
2015-01-28Make SetGlobalConfig() publicTor Lillqvist1-1/+1
2015-01-28Make GetAutoCalc() and SetAutoCalc() publicTor Lillqvist1-2/+2
2015-01-28Add NORMDIST testTor Lillqvist1-0/+64
2015-01-28Make phi() and integralPhi() static and publicTor Lillqvist1-2/+2
2015-01-28Use minimum necessary value for nRowsTor Lillqvist1-3/+3
2015-01-28Make ScInterpreter::GetGlobalConfig() SC_DLLPUBLICTor Lillqvist1-1/+1
2015-01-28Add ROUND testTor Lillqvist1-0/+53
2015-01-28Add NORMSINV testTor Lillqvist1-0/+7
2015-01-28Make gaussinv() static and publicTor Lillqvist1-1/+6
2015-01-28let have FormulaGroupAreaListener a virtual dtorEike Rathke2-0/+6
2015-01-28remove unused typedefsNoel Grandin4-4/+0
2015-01-27Resolves: #i85241# store settings about value highlighting in documentTsutomu Uchino2-8/+13
2015-01-27tdf#88810 XSLT address export: cleanup and more optimizationLászló Németh3-12/+11
2015-01-27add unit test for tdf#88786Eike Rathke1-0/+14
2015-01-27Resolves: tdf#88786 correct matrix sub operationEike Rathke2-3/+3
2015-01-27tdf#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh7-4/+93
2015-01-26operate on UTF-8 encoded string, tdf#76870 follow-upEike Rathke1-6/+8
2015-01-26fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers8-2/+67
2015-01-26Revert "fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX ex...László Németh5-71/+3
2015-01-26fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh5-3/+71
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2-1/+4
2015-01-26coverity#1266480 silence Pointer to local outside scopeCaolán McNamara1-1/+2
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