summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2015-02-12Translated german comments in sc/source/core/data/ #2Albert Thuswaldner
2015-02-12Translated german comments in sc/source/core/data/Albert Thuswaldner
2015-02-11Resolves: tdf#39316 add matrix empty cells to ScInterpreter::QueryMatrixType()Eike Rathke
2015-02-11add ScMatrix::IsEmptyResult() for tdf#39316 fix preparationEike Rathke
2015-02-11tdf#89319 remove redundant file seekings in XLS exportLászló Németh
2015-02-11fdo#39468 translated german commentsMichael Jaumann
2015-02-11tdf#88576 check that two parameters are given for IFERROR() and IFNA()Eike Rathke
2015-02-11tdf#88576 fix handling of empty arguments in IF(), IFERROR() and IFNA()Winfried Donkers
2015-02-11eliminate false failure warningEike Rathke
2015-02-10tdf#79239: make the dialog closable with 'X' button againKatarina Behrens
2015-02-10ExtCfRule::maModel and CondFormatRule::mpDataBar are 2 distinct thingsKatarina Behrens
2015-02-10mbNeg means: a different colour for negative values is definedKatarina Behrens
2015-02-10tdf#68117 Partially fix boolean labels in XLSXUrsache Vladimir
2015-02-10Avoid OpenCL compilation error in some casesTor Lillqvist
2015-02-10Don't call clReleaseProgram() on the same program twiceTor Lillqvist
2015-02-10Add SAL_INFOs for tracing kernel and program life cycleTor Lillqvist
2015-02-10fdo#39468 translated german commentsMichael Jaumann
2015-02-10tdf#89281 fix performance regression of XLS importLászló Németh
2015-02-10Avoid OpenCL compiler warning "OpenCL extension is now part of core"Tor Lillqvist
2015-02-09Handle zero and empty cells (which also means zero) in OpenCL for divisionTor Lillqvist
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