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