summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-03-10Select the whole text when the named range box gets focus.Kohei Yoshida
2014-03-10ISO.CEILING without _xlfn. prefix, it is defined in OOXML, fdo#71720 follow-upEike Rathke
2014-03-10coverity#708086 Uninitialized scalar fieldCaolán McNamara
2014-03-10fdo#71720 Add Excel 2010 functionsWinfried Donkers
2014-03-10coverity#1130174 Logically dead codeCaolán McNamara
2014-03-10coverity#1103769 Uninitialized pointer fieldCaolán McNamara
2014-03-10coverity#1103674 Unchecked dynamic_castCaolán McNamara
2014-03-09fdo#75962: Avoid unwanted number detection when placing page field name.Kohei Yoshida
2014-03-09fdo#75962: Write test for this first.Kohei Yoshida
2014-03-09fdo#75960: No point instantiating the struct when there are no pivot tables.Kohei Yoshida
2014-03-09fdo#75960: Process pivot tables after named ranges are all set.Kohei Yoshida
2014-03-09fdo#75960: Write unit test for this.Kohei Yoshida
2014-03-09coverity#1078724 Dereference null return valueCaolán McNamara
2014-03-09coverity#707988 Uninitialized scalar fieldCaolán McNamara
2014-03-09coverity#707995 Uninitialized scalar fieldCaolán McNamara
2014-03-09coverity#707996 Uninitialized scalar fieldCaolán McNamara
2014-03-09coverity#708001 Uninitialized scalar fieldCaolán McNamara
2014-03-08More consistent number format inheritence policy.Kohei Yoshida
2014-03-08This test file had wrong cached formula result stored.Kohei Yoshida
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