summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
2016-03-30tdf#96505: fix wrong SfxDispatcher::Execute calls ...Michael Stahl
2016-03-30tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis
2016-03-30add TODO comment for a bugMarkus Mohrhard
2016-03-30extract another function from ScDocument::FillInfoMarkus Mohrhard
2016-03-30stylistic changes in ScDocument::FillInfoMarkus Mohrhard
2016-03-30limit scope of another variable in ScDocument::FillInfoMarkus Mohrhard
2016-03-30limit the scope of a few variable in ScDocument::FillInfoMarkus Mohrhard
2016-03-30extract another function from ScDocument::FillInfoMarkus Mohrhard
2016-03-30extract another function from ScDocument::FillInfoMarkus Mohrhard
2016-03-29that should not have become part of the previous commitMarkus Mohrhard
2016-03-29extract another function from ScDocument::FillInfoMarkus Mohrhard
2016-03-29Bin pointless commentTor Lillqvist
2016-03-29tdf#96099 fixes trivial typedefs, ::std::vector<OUString>Apachev Ivan
2016-03-29ScOpenCLTest is not a FiltersTestTor Lillqvist
2016-03-29Avoid running out of memory on Windows when OpenCL is availableTor Lillqvist
2016-03-29set translatable property in .ui files (bin/ui-translatable.sh)Andras Timar
2016-03-29Avoid reserved identifiersStephan Bergmann
2016-03-27tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis
2016-03-27extract function from ScDocument::FillInfoMarkus Mohrhard
2016-03-27mark the reference as constMarkus Mohrhard
2016-03-27don't inherit from std::mapMarkus Mohrhard
2016-03-26sc: replace local macrosJochen Nitschke
2016-03-26remove debug functionsMarkus Mohrhard
2016-03-26no need to iterate through all cellsMarkus Mohrhard
2016-03-26also test that we are not still listening to the old areaMarkus Mohrhard
2016-03-26add a few unit tests for conditional format reference listeningMarkus Mohrhard
2016-03-26fix indentationMarkus Mohrhard
2016-03-26add a few unit tests for ScFormulaListenerMarkus Mohrhard
2016-03-26switch to a listener based cond format update, tdf#95437Markus Mohrhard
2016-03-25unit test for copying sheet-local names before original positionEike Rathke
2016-03-25sheet-local names' references of original sheet are updated laterEike Rathke
2016-03-25use the ScRefCellValue already available, tdf#97989Markus Mohrhard
2016-03-25use the ScRefCellValue that is already available, tdf#93405Markus Mohrhard
2016-03-25we already pass the ScRefCellValue as parameter, tdf#93405Markus Mohrhard
2016-03-25these two methods are identical copies, related tdf#93405Markus Mohrhard
2016-03-24MM: remove lock from saved documentsJan-Marek Glogowski
2016-03-24const as const canEike Rathke
2016-03-24unit test for copying global names to sheet-local names, tdf#75372Eike Rathke
2016-03-24tdf#75372 rework sheet-copy names for converting global names to sheet-localEike Rathke
2016-03-24tdf#98657: Fix a corner case when NaN's were added to ScFullMatrix.Jan Holesovsky
2016-03-24don't sanitize value to an insane value, tdf#97863Markus Mohrhard
2016-03-24use FindRangeNameByIndexAndSheet()Eike Rathke
2016-03-24loplugin:constantparam in scNoel Grandin
2016-03-24werror: loplugin:staticcallMarkus Mohrhard
2016-03-24don't allocate and destroy a LocaleDataItem for each cell, tdf#97989Markus Mohrhard
2016-03-23sc - added fixed and variable array formula range perf testsMarco Cecchetti