summaryrefslogtreecommitdiffstats
path: root/sc/inc
Commit message (Expand)AuthorAgeFilesLines
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-2610-22/+22
* coverity#1266498 Uninitialized scalar variableCaolán McNamara2015-01-251-5/+11
* Hold ScHeaderFooterContentObj by rtl::ReferenceStephan Bergmann2015-01-231-5/+5
* Make it obvious that this functions is for a very specific use onlyTor Lillqvist2015-01-221-1/+2
* Some more loplugin:cstylecast: scStephan Bergmann2015-01-201-9/+14
* rename AddRange to SetRangeMarkus Mohrhard2015-01-181-1/+1
* fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida2015-01-153-0/+9
* fdo#88398: Re-enable formula group listeners.Kohei Yoshida2015-01-151-4/+1
* fdo#88398 disable grouped listeners for nowEike Rathke2015-01-151-0/+5
* Implement getDocumentSize(). Cell data only for now.Kohei Yoshida2015-01-142-0/+12
* Annotate this method.Kohei Yoshida2015-01-141-2/+17
* add ODF1.2 function ERROR.TYPE to CalcWinfried Donkers2015-01-141-0/+1
* only delete cell content for CELLTYPE_NONE, fdo#88200Markus Mohrhard2015-01-101-0/+1
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-094-9/+9
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-0811-180/+0
* Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen2015-01-071-1/+0
* Revert "Check number of cells referenced by group instead of group size"Tor Lillqvist2015-01-072-7/+0
* fdo#82014: Remove old conditional formats when setting new one by UNO APIMatúš Kukan2015-01-071-0/+1
* Extend the Calc UNO API for the conditions whether to use OpenCL for a formulaTor Lillqvist2015-01-051-0/+14
* boost::unordered_set->std::unordered_setCaolán McNamara2015-01-041-2/+2
* merge OpCodeEnum and OpCodeCaolán McNamara2015-01-042-2/+2
* need algorithm for std::minCaolán McNamara2015-01-031-0/+1
* need algorithm for std::minCaolán McNamara2015-01-031-0/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-0332-114/+113
* Add deleteOnTab for ScDBCollection::AnonDBsJulien Nabet2015-01-031-0/+1
* ScCondFormatItem::RemoveCondFormatData() is not implementedMatúš Kukan2014-12-231-2/+0
* fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke2014-12-221-0/+6
* Blind fix for MSVC buildStephan Bergmann2014-12-221-0/+2
* improve performance of some matrix operations, related fdo#83187Markus Mohrhard2014-12-221-0/+2
* remove scmatrix.hxx include from a header fileMarkus Mohrhard2014-12-221-1/+2
* Check number of cells referenced by group instead of group sizeTor Lillqvist2014-12-192-0/+7
* Reduce the size of ScFormulaCell by packing the matrix flag value.Kohei Yoshida2014-12-151-1/+1
* Remove global variable SymbolTable::nR and make the code re-entrant.Kohei Yoshida2014-12-151-8/+2
* sc: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-152-4/+2
* resolved fdo#87237 propagate error values through matrix comparisonsEike Rathke2014-12-111-1/+1
* Deteremine the script type of source cell during paste replication.Kohei Yoshida2014-12-104-10/+39
* Revert "move RID_APPTITLE to desktop where its used"Caolán McNamara2014-12-091-2/+1
* remove now unused BROADCAST_ALL_POSITIONS caseEike Rathke2014-12-091-1/+0
* introduce BroadcastBroadcasters() to speedup BroadcastCells()Eike Rathke2014-12-092-0/+16
* move RID_APPTITLE to desktop where its usedCaolán McNamara2014-12-091-1/+2
* changed timers to idleJennifer Liebel2014-12-091-1/+1
* changed timers to idlesJennifer Liebel2014-12-092-3/+3
* activate BROADCAST_BROADCASTERS to speedup SetDirty with rangeEike Rathke2014-12-091-1/+1
* surely it makes no sense to ignore return of Sanitize[Col|Row]Caolán McNamara2014-12-091-10/+10
* Remove more unnecessary header includes and use forward declaration.Kohei Yoshida2014-12-081-0/+1
* introduce ScColumn::BroadcastMode instead of bBroadcast, bIncludeEmptyCellsEike Rathke2014-12-092-2/+12
* we need the SdrPage for deleting the notes, fdo#86166Markus Mohrhard2014-12-081-0/+1
* add ReorderParam.mbHasHeaders to include in Undo range markEike Rathke2014-12-071-0/+1
* coverity#707985 Uninitialized scalar fieldCaolán McNamara2014-12-071-11/+1
* Revert "coverity#1242942 Use of untrusted scalar value"Caolán McNamara2014-12-071-9/+0