summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2016-05-13Update mdds to 1.2.0. Note that the API version is also up.Kohei Yoshida
2016-05-10sc lok: Move the handling of the area back to GetTiledRenderingArea().Jan Holesovsky
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-05-04tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida
2016-05-03tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers
2016-04-30Resolves: tdf#76523 copy used names or pointing to sheet to other documentEike Rathke
2016-04-30introduce ScRangeName::CopyUsedNames()Eike Rathke
2016-04-28move to ScDocument::CopyAdjustRangeName() and namespaceEike Rathke
2016-04-28move to ScDocument::FindRangeNamesReferencingSheet()Eike Rathke
2016-04-27FindRangeNameByIndexAndSheet() to FindRangeNameBySheetAndIndex()Eike Rathke
2016-04-26C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke
2016-04-26tdf#97831 [part] Add Excel 2016-Office 365 functions to CalcWinfried Donkers
2016-04-25be explicit about what it does, CreateFlatCopiedTokenArray()Eike Rathke
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-21lokit: add getPartHashHenry Castro
2016-04-19const as const can, tdf#99322 follow-upEike Rathke
2016-04-19sc: fix loplugin:passstuffbyrefMiklos Vajna
2016-04-19call StartNeededListeners() only on affected columns, tdf#99322 follow-upEike Rathke
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann
2016-04-16fix last mdds perf problem in MatConcat, tdf#88849Markus Mohrhard
2016-04-15tdf#97499 Fixed containers parameters clearing #5tymyjan
2016-04-14loplugin:passstuffbyref in scNoel Grandin
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke
2016-04-12Avoid reserved identifiersStephan Bergmann
2016-04-12Avoid reserved identifierStephan Bergmann
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-11clang-tidy performance-unnecessary-value-param in formulaNoel Grandin
2016-04-11tdf#84938 replace #defined constants with enum classJochen Nitschke
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke
2016-04-11loplugin:constantparamNoel Grandin
2016-04-09coverity#738785 reorg to silence Uninitialized pointer fieldCaolán McNamara
2016-04-07ScHeaderFooterTextData default ctor had been added in errorStephan Bergmann
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-04-01sequence->vector in scNoel Grandin
2016-03-31add ScDocument::InsertNewRangeName() for sheet-local scopeEike Rathke
2016-03-31copy and adjust nested named expressions during sheet-copyEike Rathke
2016-03-31sequence->vector in scNoel Grandin
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke
2016-03-27don't inherit from std::mapMarkus 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-24tdf#75372 rework sheet-copy names for converting global names to sheet-localEike Rathke
2016-03-24loplugin:constantparam in scNoel Grandin