summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-03-30tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis10-91/+117
2016-03-30add TODO comment for a bugMarkus Mohrhard1-0/+2
2016-03-30extract another function from ScDocument::FillInfoMarkus Mohrhard1-54/+65
2016-03-30stylistic changes in ScDocument::FillInfoMarkus Mohrhard1-1/+4
2016-03-30limit scope of another variable in ScDocument::FillInfoMarkus Mohrhard1-2/+1
2016-03-30limit the scope of a few variable in ScDocument::FillInfoMarkus Mohrhard1-21/+17
2016-03-30extract another function from ScDocument::FillInfoMarkus Mohrhard1-15/+20
2016-03-30extract another function from ScDocument::FillInfoMarkus Mohrhard1-51/+59
2016-03-29that should not have become part of the previous commitMarkus Mohrhard1-2/+3
2016-03-29extract another function from ScDocument::FillInfoMarkus Mohrhard1-57/+63
2016-03-29Bin pointless commentTor Lillqvist1-3/+0
2016-03-29tdf#96099 fixes trivial typedefs, ::std::vector<OUString>Apachev Ivan9-30/+21
2016-03-29ScOpenCLTest is not a FiltersTestTor Lillqvist1-21/+1
2016-03-29Avoid running out of memory on Windows when OpenCL is availableTor Lillqvist1-0/+6
2016-03-29set translatable property in .ui files (bin/ui-translatable.sh)Andras Timar1-2/+2
2016-03-29Avoid reserved identifiersStephan Bergmann3-20/+20
2016-03-27tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis4-78/+37
2016-03-27extract function from ScDocument::FillInfoMarkus Mohrhard1-8/+15
2016-03-27mark the reference as constMarkus Mohrhard1-2/+2
2016-03-27don't inherit from std::mapMarkus Mohrhard2-6/+9
2016-03-26sc: replace local macrosJochen Nitschke4-70/+88
2016-03-26remove debug functionsMarkus Mohrhard1-17/+0
2016-03-26no need to iterate through all cellsMarkus Mohrhard1-13/+1
2016-03-26also test that we are not still listening to the old areaMarkus Mohrhard1-0/+9
2016-03-26add a few unit tests for conditional format reference listeningMarkus Mohrhard2-0/+132
2016-03-26fix indentationMarkus Mohrhard1-2/+2
2016-03-26add a few unit tests for ScFormulaListenerMarkus Mohrhard3-2/+87
2016-03-26switch to a listener based cond format update, tdf#95437Markus Mohrhard7-220/+182
2016-03-25unit test for copying sheet-local names before original positionEike Rathke1-0/+33
2016-03-25sheet-local names' references of original sheet are updated laterEike Rathke1-2/+3
2016-03-25use the ScRefCellValue already available, tdf#97989Markus Mohrhard1-4/+4
2016-03-25use the ScRefCellValue that is already available, tdf#93405Markus Mohrhard1-5/+13
2016-03-25we already pass the ScRefCellValue as parameter, tdf#93405Markus Mohrhard1-1/+1
2016-03-25these two methods are identical copies, related tdf#93405Markus Mohrhard1-83/+2
2016-03-24MM: remove lock from saved documentsJan-Marek Glogowski2-3/+3
2016-03-24const as const canEike Rathke1-7/+7
2016-03-24unit test for copying global names to sheet-local names, tdf#75372Eike Rathke1-0/+38
2016-03-24tdf#75372 rework sheet-copy names for converting global names to sheet-localEike Rathke9-58/+163
2016-03-24tdf#98657: Fix a corner case when NaN's were added to ScFullMatrix.Jan Holesovsky4-2/+25
2016-03-24don't sanitize value to an insane value, tdf#97863Markus Mohrhard1-1/+4
2016-03-24use FindRangeNameByIndexAndSheet()Eike Rathke1-1/+1
2016-03-24loplugin:constantparam in scNoel Grandin59-188/+149
2016-03-24werror: loplugin:staticcallMarkus Mohrhard1-1/+1
2016-03-24don't allocate and destroy a LocaleDataItem for each cell, tdf#97989Markus Mohrhard1-1/+1
2016-03-23sc - added fixed and variable array formula range perf testsMarco Cecchetti2-0/+66
2016-03-23add test for new ScMatConcat codeMarkus Mohrhard2-0/+61
2016-03-23better use mdds in matrix concat, tdf#88849Markus Mohrhard3-17/+128
2016-03-23sc: sc_mark_test can just link to scqahelperMichael Stahl1-6/+1
2016-03-23add a recursion guard to lcl_FindRangeNamesInUse()Eike Rathke1-5/+9
2016-03-23loplugin:constantparam in scNoel Grandin130-734/+544