summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2015-02-08coverity#1242895 Untrusted loop boundCaolán McNamara
2015-02-08Avoid OpenCL compilation error when multiple RAND() calls in a formulaTor Lillqvist
2015-02-08Create proper error when dividing by zeroTor Lillqvist
2015-02-08Add a couple of SAL_INFOs to trace the vector refsTor Lillqvist
2015-02-08Add one more case for string argument handling when attempting to use OpenCLTor Lillqvist
2015-02-08Handle string arguments better when attempting to use OpenCLTor Lillqvist
2015-02-08Add ScCalcConfig field to DynamicKernelArgumentTor Lillqvist
2015-02-08Be prepared to handle error codes encoded in NaNs ("double error")Tor Lillqvist
2015-02-07databaroptions.ui: Reduce row spacing, right-align new Fill labelAdolfo Jayme Barrientos
2015-02-07Some compilers need explicit OUString() in return expressionTor Lillqvist
2015-02-07Not all platforms have std::to_string(), urkTor Lillqvist
2015-02-07ERROR is a macro on Windows, try ILLEGAL thenTor Lillqvist
2015-02-07We (will) need ScCalcConfig also for formula groupsTor Lillqvist
2015-02-07Turn StringConversion into a C++11 scoped enumerationTor Lillqvist
2015-02-07Output meStringConversion symbolicallyTor Lillqvist
2015-02-07Introduce SetResultError()Tor Lillqvist
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-06Resolves: tdf#83461 do not override MatColsRows if already setEike Rathke
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-06Report errors from clRelease*() APIsTor Lillqvist
2015-02-06Unmap the host buffer only after done accessing itTor Lillqvist
2015-02-06Improve OpenCL error messagesTor Lillqvist
2015-02-06Move OpenCLError::strerror() from sc to opencl, and rename to errorString()Tor Lillqvist
2015-02-06The ISNAN ifdefs can go awayTor Lillqvist
2015-02-05try to avoid overflows in some compare functionsMichael Stahl
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-02-05Related tdf#87356: import data bar [non-]gradient from OOXMLKatarina Behrens
2015-02-05Revert "ODF export: don't write invalid "group-name" attribute"Lionel Elie Mamane
2015-02-05Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listenerEike Rathke
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-02-04Seems that BS() does something else than I thoughtKatarina Behrens
2015-02-04Add Add, Sub, Mul and Div back to the default OpenCL opcode subsetTor Lillqvist
2015-02-04Check number of cells referenced by group instead of group sizeTor Lillqvist
2015-02-04coverity#1242895 Untrusted loop boundCaolán McNamara
2015-02-04coverity#1266450 Explicit null dereferencedCaolán McNamara
2015-02-03Typo: selction/slection -> selectionJulien Nabet
2015-02-03Fix TYPEINFO_VISIBILITY vs. TYPEINFO_VISIBILITY_OVERRIDEStephan Bergmann
2015-02-03more build fixingMarkus Mohrhard
2015-02-03try to fix the buildMarkus Mohrhard
2015-02-03add some SAL_INFO to group area listener and formula cell ctor/dtorEike Rathke
2015-02-03tdf#39468 translate German variable in sc export filterChris Sherlock
2015-02-03tdf#39468 translate export option comments for sc filterChris Sherlock
2015-02-03sc: typo in OSL_ENSURE (XclExpChLabelRange::Convert)Chris Sherlock
2015-02-03callcatcher: shave off some moreCaolán McNamara
2015-02-03Related tdf#87356: export data bar [non-]gradient to OOXMLKatarina Behrens
2015-02-03tdf#87356: Enable switching between gradient and solid fill data barKatarina Behrens
2015-02-03tdf#88960 Scientific format: add/remove digits with buttonsLaurent Balland-Poirier
2015-02-03tdf#88999 Modify number of decimal for scientific also (UI and Sidebar)Laurent Balland-Poirier
2015-02-02Related: fdo#88455 crash using delete in available fieldsCaolán McNamara
2015-02-02callcatcher: shave off a few moreCaolán McNamara