summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl4-9/+9
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin11-180/+0
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen1-1/+0
2015-01-07Revert "Check number of cells referenced by group instead of group size"Tor Lillqvist2-7/+0
2015-01-07fdo#82014: Remove old conditional formats when setting new one by UNO APIMatúš Kukan1-0/+1
2015-01-05Extend the Calc UNO API for the conditions whether to use OpenCL for a formulaTor Lillqvist1-0/+14
2015-01-04boost::unordered_set->std::unordered_setCaolán McNamara1-2/+2
2015-01-04merge OpCodeEnum and OpCodeCaolán McNamara2-2/+2
2015-01-03need algorithm for std::minCaolán McNamara1-0/+1
2015-01-03need algorithm for std::minCaolán McNamara1-0/+1
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara32-114/+113
2015-01-03Add deleteOnTab for ScDBCollection::AnonDBsJulien Nabet1-0/+1
2014-12-23ScCondFormatItem::RemoveCondFormatData() is not implementedMatúš Kukan1-2/+0
2014-12-22fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke1-0/+6
2014-12-22Blind fix for MSVC buildStephan Bergmann1-0/+2
2014-12-22improve performance of some matrix operations, related fdo#83187Markus Mohrhard1-0/+2
2014-12-22remove scmatrix.hxx include from a header fileMarkus Mohrhard1-1/+2
2014-12-19Check number of cells referenced by group instead of group sizeTor Lillqvist2-0/+7
2014-12-15Reduce the size of ScFormulaCell by packing the matrix flag value.Kohei Yoshida1-1/+1
2014-12-15Remove global variable SymbolTable::nR and make the code re-entrant.Kohei Yoshida1-8/+2
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann2-4/+2
2014-12-11resolved fdo#87237 propagate error values through matrix comparisonsEike Rathke1-1/+1
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida4-10/+39
2014-12-09Revert "move RID_APPTITLE to desktop where its used"Caolán McNamara1-2/+1
2014-12-09remove now unused BROADCAST_ALL_POSITIONS caseEike Rathke1-1/+0
2014-12-09introduce BroadcastBroadcasters() to speedup BroadcastCells()Eike Rathke2-0/+16
2014-12-09move RID_APPTITLE to desktop where its usedCaolán McNamara1-1/+2
2014-12-09changed timers to idleJennifer Liebel1-1/+1
2014-12-09changed timers to idlesJennifer Liebel2-3/+3
2014-12-09activate BROADCAST_BROADCASTERS to speedup SetDirty with rangeEike Rathke1-1/+1
2014-12-09surely it makes no sense to ignore return of Sanitize[Col|Row]Caolán McNamara1-10/+10
2014-12-08Remove more unnecessary header includes and use forward declaration.Kohei Yoshida1-0/+1
2014-12-09introduce ScColumn::BroadcastMode instead of bBroadcast, bIncludeEmptyCellsEike Rathke2-2/+12
2014-12-08we need the SdrPage for deleting the notes, fdo#86166Markus Mohrhard1-0/+1
2014-12-07add ReorderParam.mbHasHeaders to include in Undo range markEike Rathke1-0/+1
2014-12-07coverity#707985 Uninitialized scalar fieldCaolán McNamara1-11/+1
2014-12-07Revert "coverity#1242942 Use of untrusted scalar value"Caolán McNamara1-9/+0
2014-12-05Fix incorrect adjustment of range references during sort.Kohei Yoshida7-1/+36
2014-12-05Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke2-2/+10
2014-12-05Create 2 variants of SortReorderByRow.Kohei Yoshida1-0/+2
2014-12-05I got the terms 'union' and 'intersection' mixed up.Kohei Yoshida1-1/+1
2014-12-04be more explicitDavid Tardon1-1/+1
2014-12-04impl. Clone for all subclasses of SdrPageDavid Tardon1-1/+6
2014-12-04ooo#93212 avoid slicing during construction of SdrPageDavid Tardon1-0/+3
2014-12-04Revert "introduce bool bBroadcast parameter for ScTable::SetDirty()"Eike Rathke1-1/+1
2014-12-03introduce bool bBroadcast parameter for ScTable::SetDirty()Eike Rathke1-1/+1
2014-12-03coverity#1242942 Use of untrusted scalar valueCaolán McNamara1-0/+9
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke1-1/+1
2014-12-03remove boolean parameter default from ScTable::SetDirty()Eike Rathke1-1/+1
2014-12-03get rid of defaulted boolean parameters in ScColumn::SetDirty()Eike Rathke1-1/+1