summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
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
2015-01-03need algorithm for std::minCaolán McNamara
2015-01-03need algorithm for std::minCaolán McNamara
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2015-01-03Add deleteOnTab for ScDBCollection::AnonDBsJulien Nabet
2014-12-23ScCondFormatItem::RemoveCondFormatData() is not implementedMatúš Kukan
2014-12-22fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke
2014-12-22Blind fix for MSVC buildStephan Bergmann
2014-12-22improve performance of some matrix operations, related fdo#83187Markus Mohrhard
2014-12-22remove scmatrix.hxx include from a header fileMarkus Mohrhard
2014-12-19Check number of cells referenced by group instead of group sizeTor Lillqvist
2014-12-15Reduce the size of ScFormulaCell by packing the matrix flag value.Kohei Yoshida
2014-12-15Remove global variable SymbolTable::nR and make the code re-entrant.Kohei Yoshida
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-11resolved fdo#87237 propagate error values through matrix comparisonsEike Rathke
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida
2014-12-09Revert "move RID_APPTITLE to desktop where its used"Caolán McNamara