summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir
2015-02-13tdf#89330 preserve file name case in an unresolvable external named rangeJan Kantert
2015-02-12tdf#89281 fix performance regression of XLS import - cleanupLászló Németh
2015-02-11add ScMatrix::IsEmptyResult() for tdf#39316 fix preparationEike Rathke
2015-02-10tdf#89281 fix performance regression of XLS importLászló Németh
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-07Introduce SetResultError()Tor Lillqvist
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-02-05Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listenerEike Rathke
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-02-04Check number of cells referenced by group instead of group sizeTor Lillqvist
2015-02-03callcatcher: shave off some moreCaolán McNamara
2015-02-02callcatcher: shave off a few moreCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-29tdf#88810 XLSX export: more cleanupLászló Németh
2015-01-28Make GetAutoCalc() and SetAutoCalc() publicTor Lillqvist
2015-01-28let have FormulaGroupAreaListener a virtual dtorEike Rathke
2015-01-28remove unused typedefsNoel Grandin
2015-01-27Resolves: #i85241# store settings about value highlighting in documentTsutomu Uchino
2015-01-27tdf#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh
2015-01-26fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers
2015-01-26Revert "fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX ex...László Németh
2015-01-26fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
2015-01-26coverity#1266519 Use after freeCaolán McNamara
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-25coverity#1266498 Uninitialized scalar variableCaolán McNamara
2015-01-23Hold ScHeaderFooterContentObj by rtl::ReferenceStephan Bergmann
2015-01-22Make it obvious that this functions is for a very specific use onlyTor Lillqvist
2015-01-20Some more loplugin:cstylecast: scStephan Bergmann
2015-01-18rename AddRange to SetRangeMarkus Mohrhard
2015-01-15fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida
2015-01-15fdo#88398: Re-enable formula group listeners.Kohei Yoshida
2015-01-15fdo#88398 disable grouped listeners for nowEike Rathke
2015-01-14Implement getDocumentSize(). Cell data only for now.Kohei Yoshida
2015-01-14Annotate this method.Kohei Yoshida
2015-01-14add ODF1.2 function ERROR.TYPE to CalcWinfried Donkers
2015-01-10only delete cell content for CELLTYPE_NONE, fdo#88200Markus Mohrhard
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen
2015-01-07Revert "Check number of cells referenced by group instead of group size"Tor Lillqvist
2015-01-07fdo#82014: Remove old conditional formats when setting new one by UNO APIMatúš Kukan
2015-01-05Extend the Calc UNO API for the conditions whether to use OpenCL for a formulaTor Lillqvist
2015-01-04boost::unordered_set->std::unordered_setCaolán McNamara
2015-01-04merge OpCodeEnum and OpCodeCaolán McNamara