summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* coverity#1242895 Untrusted loop boundCaolán McNamara2015-02-121-16/+20
* Translated german comments in sc/source/core/data/ #2Albert Thuswaldner2015-02-124-39/+40
* Translated german comments in sc/source/core/data/Albert Thuswaldner2015-02-125-110/+109
* Resolves: tdf#39316 add matrix empty cells to ScInterpreter::QueryMatrixType()Eike Rathke2015-02-111-0/+10
* add ScMatrix::IsEmptyResult() for tdf#39316 fix preparationEike Rathke2015-02-112-7/+25
* tdf#89319 remove redundant file seekings in XLS exportLászló Németh2015-02-111-1/+4
* fdo#39468 translated german commentsMichael Jaumann2015-02-111-22/+22
* tdf#88576 check that two parameters are given for IFERROR() and IFNA()Eike Rathke2015-02-111-2/+4
* tdf#88576 fix handling of empty arguments in IF(), IFERROR() and IFNA()Winfried Donkers2015-02-111-1/+4
* eliminate false failure warningEike Rathke2015-02-111-0/+5
* tdf#79239: make the dialog closable with 'X' button againKatarina Behrens2015-02-102-2/+8
* ExtCfRule::maModel and CondFormatRule::mpDataBar are 2 distinct thingsKatarina Behrens2015-02-102-2/+3
* mbNeg means: a different colour for negative values is definedKatarina Behrens2015-02-101-3/+1
* tdf#68117 Partially fix boolean labels in XLSXUrsache Vladimir2015-02-101-1/+1
* Avoid OpenCL compilation error in some casesTor Lillqvist2015-02-101-5/+5
* Don't call clReleaseProgram() on the same program twiceTor Lillqvist2015-02-101-0/+1
* Add SAL_INFOs for tracing kernel and program life cycleTor Lillqvist2015-02-101-0/+15
* fdo#39468 translated german commentsMichael Jaumann2015-02-101-41/+37
* tdf#89281 fix performance regression of XLS importLászló Németh2015-02-103-13/+38
* Avoid OpenCL compiler warning "OpenCL extension is now part of core"Tor Lillqvist2015-02-101-0/+2
* Handle zero and empty cells (which also means zero) in OpenCL for divisionTor Lillqvist2015-02-091-9/+47
* coverity#1242895 Untrusted loop boundCaolán McNamara2015-02-081-1/+10
* Avoid OpenCL compilation error when multiple RAND() calls in a formulaTor Lillqvist2015-02-081-0/+5
* Create proper error when dividing by zeroTor Lillqvist2015-02-081-1/+22
* Add a couple of SAL_INFOs to trace the vector refsTor Lillqvist2015-02-081-0/+18
* Add one more case for string argument handling when attempting to use OpenCLTor Lillqvist2015-02-081-2/+21
* Handle string arguments better when attempting to use OpenCLTor Lillqvist2015-02-081-1/+2
* Add ScCalcConfig field to DynamicKernelArgumentTor Lillqvist2015-02-083-288/+294
* Be prepared to handle error codes encoded in NaNs ("double error")Tor Lillqvist2015-02-081-1/+5
* databaroptions.ui: Reduce row spacing, right-align new Fill labelAdolfo Jayme Barrientos2015-02-071-38/+8
* Some compilers need explicit OUString() in return expressionTor Lillqvist2015-02-071-4/+4
* Not all platforms have std::to_string(), urkTor Lillqvist2015-02-071-2/+2
* ERROR is a macro on Windows, try ILLEGAL thenTor Lillqvist2015-02-076-7/+7
* We (will) need ScCalcConfig also for formula groupsTor Lillqvist2015-02-072-2/+15
* Turn StringConversion into a C++11 scoped enumerationTor Lillqvist2015-02-076-36/+36
* Output meStringConversion symbolicallyTor Lillqvist2015-02-071-1/+17
* Introduce SetResultError()Tor Lillqvist2015-02-072-1/+11
* loplugin:deletedspecialStephan Bergmann2015-02-0741-164/+104
* Resolves: tdf#83461 do not override MatColsRows if already setEike Rathke2015-02-061-1/+1
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-065-10/+8
* Report errors from clRelease*() APIsTor Lillqvist2015-02-062-9/+26
* Unmap the host buffer only after done accessing itTor Lillqvist2015-02-061-7/+14
* Improve OpenCL error messagesTor Lillqvist2015-02-063-67/+82
* Move OpenCLError::strerror() from sc to opencl, and rename to errorString()Tor Lillqvist2015-02-062-62/+3
* The ISNAN ifdefs can go awayTor Lillqvist2015-02-067-2558/+0
* try to avoid overflows in some compare functionsMichael Stahl2015-02-051-1/+1
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-053-7/+4
* Related tdf#87356: import data bar [non-]gradient from OOXMLKatarina Behrens2015-02-051-0/+3
* Revert "ODF export: don't write invalid "group-name" attribute"Lionel Elie Mamane2015-02-051-2/+1
* Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listenerEike Rathke2015-02-057-18/+52