summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-10-29sc::opencl::getOpenCLPlatformCount is unneededTor Lillqvist3-20/+0
2014-10-29Avoid pointless thin wrapper layerTor Lillqvist6-70/+53
2014-10-29Need -ldl on Linux nowTor Lillqvist2-0/+14
2014-10-29Don't bother with a separate dynamically loaded scopencl libraryTor Lillqvist12-253/+55
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin2-3/+1
2014-10-29tools: remove DBG_ERRORFILE and replace all callersMichael Stahl2-6/+6
2014-10-29coverity#1242433 SdrMakeOutliner alway derefs pModCaolán McNamara1-1/+1
2014-10-29callcatcher: more ww1 removal falloutCaolán McNamara4-37/+0
2014-10-29improve coverity#1242796 calculationCaolán McNamara1-1/+1
2014-10-29coverity#735611 Division or modulo by float zeroCaolán McNamara1-3/+5
2014-10-29cid#1242749 Unused valueNoel Grandin1-5/+1
2014-10-28coverity#1242796 Untrusted loop boundᚉᚐᚑᚂᚐᚅ McNamara1-1/+9
2014-10-28coverity#982593 experiment with silencing Infinite loopCaolán McNamara1-0/+1
2014-10-28coverity#704001 silence Unchecked return valueCaolán McNamara1-1/+1
2014-10-28coverity#703988 silence Unchecked return valueCaolán McNamara1-1/+1
2014-10-28Bin dead and commented-out codeTor Lillqvist1-40/+0
2014-10-28Bin unused SingleVectorFormula and DoubleVectorFormula typesTor Lillqvist1-22/+0
2014-10-28This is C++Tor Lillqvist1-2/+2
2014-10-28Bin unused cl_kernel_function typedefTor Lillqvist1-8/+0
2014-10-28Bin unused strcasecmp macroTor Lillqvist1-6/+0
2014-10-28If we #define MAX_CLKERNEL_NUM 200, we know that it isn't <= 0Tor Lillqvist2-5/+0
2014-10-28Bin unused macrosTor Lillqvist1-2/+0
2014-10-28Bin unused macrosTor Lillqvist1-5/+0
2014-10-28Bin unused OPENCLWRAPPER_CL_MAP_WRITE_FLAGTor Lillqvist1-14/+0
2014-10-28Bin unused macrosTor Lillqvist1-21/+0
2014-10-28cid#738785 Uninitialized pointer fieldStephan Bergmann3-28/+20
2014-10-28Revert "cid#738785 Uninitialized pointer field"Stephan Bergmann1-3/+8
2014-10-28coverity#1233509 Uncaught exceptionCaolán McNamara1-1/+24
2014-10-28coverity#1233510 Uncaught exceptionCaolán McNamara1-1/+24
2014-10-28loplugin:unreffunStephan Bergmann1-1/+2
2014-10-28cid#738785 Uninitialized pointer fieldNoel Grandin1-8/+3
2014-10-28fdo#85046 - MENU: Edit > Changes should be renamed for better clarityYousuf Philips1-2/+1
2014-10-28loplugin: cstylecastNoel Grandin43-471/+471
2014-10-28loplugin: cstylecastNoel Grandin40-216/+216
2014-10-28loplugin: cstylecastNoel Grandin24-130/+130
2014-10-28loplugin: cstylecastNoel Grandin19-127/+127
2014-10-28loplugin: cstylecastNoel Grandin18-117/+117
2014-10-27fdo#85215: Write test for this.Kohei Yoshida1-1/+33
2014-10-27fdo#85215: Ensure that formula broadcasting works after sort.Kohei Yoshida1-0/+15
2014-10-27fdo#85282: Write test for this.Kohei Yoshida2-0/+230
2014-10-27fdo#85282: Correct adjustment of range reference on delete & shift.Kohei Yoshida1-6/+61
2014-10-27sc: assert SfxPoolItem::operator==Michael Stahl7-19/+19
2014-10-27fdo#84844 Sidebar: Use SvxColorToolBoxControl for cell fill colorMaxim Monastirsky7-120/+2
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin2-3/+3
2014-10-26fdo#85215: Write test for this.Kohei Yoshida2-0/+110
2014-10-26fdo#85215: Don't adjust references wrt cell position when disabled.Kohei Yoshida2-4/+6
2014-10-25bnc#893791 XLS export: external sheet references on Linux/OSXAndras Timar3-0/+32
2014-10-25typo: uesd -> usedAndras Timar1-1/+1
2014-10-25coverity#1242671 Untrusted value as argumentCaolán McNamara1-8/+11
2014-10-24coverity#1242427 Explicit null dereferencedCaolán McNamara1-1/+1