summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-03-08Reduce indentation by early bail-out.Kohei Yoshida
2014-03-08coverity#707957 Uninitialized scalar fieldCaolán McNamara
2014-03-08enable ODF export validationMarkus Mohrhard
2014-03-08coverity#1130369 Dereference after null checkCaolán McNamara
2014-03-08coverity#704725 Unchecked dynamic castNorbert Thiebaud
2014-03-08typo in coverity#704692 fixNorbert Thiebaud
2014-03-07coverity#704693 Unchecked dynamic castNorbert Thiebaud
2014-03-07coverity#704692 Unchecked dynamic castNorbert Thiebaud
2014-03-07coverity#704691 Unchecked dynamic castNorbert Thiebaud
2014-03-07coverity#704690 Unchecked dynamic castNorbert Thiebaud
2014-03-07coverity#704689 Unchecked dynamic castNorbert Thiebaud
2014-03-07coverity#704688 Unchecked dynamic castNorbert Thiebaud
2014-03-07Move these tests to ucalc_formula.Kohei Yoshida
2014-03-07fdo#75628: SUM should inherit error if one is present in its references.Kohei Yoshida
2014-03-07fdo#75628: Write unit test for this.Kohei Yoshida
2014-03-07fdo#75718: Correctly count the length of trailing empty range.Kohei Yoshida
2014-03-07fdo#75718: Write unit test for this.Kohei Yoshida
2014-03-07errCellNoValue is an interpreter-internal-only errorEike Rathke
2014-03-07coverity#1038466 Uncaught exceptionCaolán McNamara
2014-03-07Initialize OpenCL device on the main thread when pre-compiling kernels.Kohei Yoshida
2014-03-07Disable pre-compilation of OpenCL kernels for now.Kohei Yoshida
2014-03-07coverity#705831 Dereference before null checkCaolán McNamara
2014-03-07coverity#705834 Dereference before null checkCaolán McNamara
2014-03-07coverity#705833 Dereference before null checkCaolán McNamara
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann
2014-03-06Allow easy toggling of threaded OpenCL kernel compilation.Kohei Yoshida
2014-03-06Method declared but never defined nor used.Kohei Yoshida
2014-03-06Let's not leak ScTokenArray when compiling formula & some naming convention.Kohei Yoshida
2014-03-06This ScTokenArray is stored but not used. Remove it.Kohei Yoshida
2014-03-06coverity#1190355 Dereference null return valueCaolán McNamara
2014-03-06convert calc autoformat dialog to .uiCaolán McNamara
2014-03-06coverity#1190369 Uninitialized scalar fieldCaolán McNamara
2014-03-06callcatcher: update unused codeCaolán McNamara
2014-03-06coverity#1190367: uninitialized scalar variableMarkus Mohrhard
2014-03-06fix OOXML validation error, related fdo#31064Markus Mohrhard
2014-03-06remove more places that reference the old crash testingMarkus Mohrhard
2014-03-05Separate the OpenCL kernel state flag to get it to function correctly.Kohei Yoshida
2014-03-06resolved fdo#61520 do not add multiple empty strings to the validation listEike Rathke
2014-03-05Fix incorrect group calc state check.Kohei Yoshida
2014-03-05coverity#704673 Dereference after null checkCaolán McNamara
2014-03-05more list type correctnessEike Rathke
2014-03-05WaE: sal_Bool vs. boolTor Lillqvist
2014-03-05WaE: unused private fieldsTor Lillqvist
2014-03-05Converted group by [number|date] pivot table dlg to .uiKatarina Behrens
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-03-05fdo#67104 Use correct command for show gridMaxim Monastirsky
2014-03-05fdo#70798 add missing parclass.cxx entries for new Excel2010 functionsWinfried Donkers
2014-03-05fdo#72197 Add Excel 2010 functionsWinfried Donkers
2014-03-05fdo#39440 the sSymName parameter is now passed by referenceMihai Varga
2014-03-05move the export validation code to testMarkus Mohrhard