summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2016-03-23add test for new ScMatConcat codeMarkus Mohrhard
2016-03-23better use mdds in matrix concat, tdf#88849Markus Mohrhard
2016-03-23sc: sc_mark_test can just link to scqahelperMichael Stahl
2016-03-23add a recursion guard to lcl_FindRangeNamesInUse()Eike Rathke
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-22Resolves: tdf#98642 comparing RPN insufficient in shared formula detectionEike Rathke
2016-03-22enquote sheet name of other-sheet-local named expressions, tdf#96915 follow-upEike Rathke
2016-03-22use an empty block as empty cell flag, related tdf#88849Markus Mohrhard
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke
2016-03-21unit test for copying cells within named range, tdf#93127Eike Rathke
2016-03-21drop unused headerDouglas Mencken