summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2016-04-19const as const can, tdf#99322 follow-upEike Rathke2-2/+2
2016-04-19sc: fix loplugin:passstuffbyrefMiklos Vajna1-1/+1
2016-04-19call StartNeededListeners() only on affected columns, tdf#99322 follow-upEike Rathke3-0/+8
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann1-1/+1
2016-04-16fix last mdds perf problem in MatConcat, tdf#88849Markus Mohrhard1-3/+4
2016-04-15tdf#97499 Fixed containers parameters clearing #5tymyjan1-1/+1
2016-04-14loplugin:passstuffbyref in scNoel Grandin14-22/+22
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke2-2/+0
2016-04-12Avoid reserved identifiersStephan Bergmann1-2/+2
2016-04-12Avoid reserved identifierStephan Bergmann1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin5-6/+6
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-11clang-tidy performance-unnecessary-value-param in formulaNoel Grandin1-3/+3
2016-04-11tdf#84938 replace #defined constants with enum classJochen Nitschke1-7/+5
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke3-12/+16
2016-04-11loplugin:constantparamNoel Grandin4-5/+5
2016-04-09coverity#738785 reorg to silence Uninitialized pointer fieldCaolán McNamara1-1/+30
2016-04-07ScHeaderFooterTextData default ctor had been added in errorStephan Bergmann1-1/+0
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo18-56/+89
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan3-5/+4
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-2/+0
2016-04-01sequence->vector in scNoel Grandin1-1/+1
2016-03-31add ScDocument::InsertNewRangeName() for sheet-local scopeEike Rathke1-0/+13
2016-03-31copy and adjust nested named expressions during sheet-copyEike Rathke1-0/+1
2016-03-31sequence->vector in scNoel Grandin2-2/+2
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke1-1/+0
2016-03-27don't inherit from std::mapMarkus Mohrhard2-6/+9
2016-03-26fix indentationMarkus Mohrhard1-2/+2
2016-03-26add a few unit tests for ScFormulaListenerMarkus Mohrhard1-2/+1
2016-03-26switch to a listener based cond format update, tdf#95437Markus Mohrhard2-11/+35
2016-03-24tdf#75372 rework sheet-copy names for converting global names to sheet-localEike Rathke4-2/+13
2016-03-24loplugin:constantparam in scNoel Grandin7-16/+16
2016-03-23better use mdds in matrix concat, tdf#88849Markus Mohrhard1-0/+9
2016-03-23loplugin:constantparam in scNoel Grandin13-40/+28
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke2-23/+33
2016-03-19tdf#84938 replace #defined constant with scoped enum classJochen Nitschke1-69/+35
2016-03-19adjust sheet references when copying sheet-local named expressionsEike Rathke2-1/+10
2016-03-18adjust other-sheet-local relative sheet references, tdf#96915Eike Rathke1-0/+1
2016-03-18let FindRangeNamesInUse() collect also sheet-local names, tdf#96915 relatedEike Rathke4-7/+13
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke5-5/+25
2016-03-18loplugin:constantparam in formulaNoel Grandin1-1/+1
2016-03-14use unique_ptr for memory owning ptrMarkus Mohrhard1-2/+4
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke4-47/+61
2016-03-11tdf#42629 : Allow multiple status bar functions at a timeDennis Francis1-3/+3
2016-03-11sc: make metadata available in copy resultMiklos Vajna2-0/+30
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard1-1/+1
2016-03-10rename findLastNotOf -> findLastTrueNoel Grandin1-2/+2
2016-03-10loplugin:constantparam in scNoel Grandin5-10/+8
2016-03-08tdf#94561 : Create notes drawing objects only once on sheet copyDennis Francis2-2/+2
2016-03-07add STR_LONG_ERR_MATRIX_SIZE "Error: Array or matrix size"Eike Rathke1-444/+445