summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dptabsrc.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-18/+18
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-08-22loplugin:constparam in sc part1Noel Grandin1-1/+1
2017-07-14use more OUString::operator== in scNoel Grandin1-5/+5
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-20/+4
2017-05-10loplugin:checkunusedparams in sc(part2)Noel Grandin1-2/+2
2017-05-06coverity#1403661 try to silence 'Mixing enum types'Caolán McNamara1-1/+4
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-2/+2
2017-04-03use actual UNO enums in scNoel Grandin1-12/+11
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-2/+2
2017-03-15introduce ScGeneralFunction scoped enumNoel Grandin1-22/+16
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-70/+29
2017-01-25loplugin: unnecessary destructor scNoel Grandin1-1/+0
2017-01-17use rtl::Reference in ScDPDimensions/ScDPHierarchies/ScDPLevelsNoel Grandin1-25/+10
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin1-5/+3
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai1-9/+57
2016-11-21tdf#42949 Remove not needed uno headers from sc/source/coreBartosz Kosiorek1-1/+0
2016-11-12Let's just dump the result tree in dbgutil build.Kohei Yoshida1-1/+5
2016-11-07loplugin:expandablemethods in scNoel Grandin1-24/+4
2016-09-29reorg FillItemDataCaolán McNamara1-8/+5
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-14/+8
2016-06-10Clean up uses of Any::getValue() in scStephan Bergmann1-3/+3
2016-06-08ScDPResultTree::ValuesType can be emptyEike Rathke1-1/+1
2016-06-08remove some manual refcounting in scNoel Grandin1-13/+4
2016-06-06Resolves: tdf#35247 introduce a locale independent numeric field filterEike Rathke1-22/+38
2016-06-06remove some manual ref-countingNoel Grandin1-25/+10
2016-05-24Revert "remove some manual ref-counting"Noel Grandin1-10/+25
2016-05-24remove some manual ref-countingNoel Grandin1-25/+10
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann1-14/+9
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-4/+4
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin1-2/+2
2015-09-18boost->stdCaolán McNamara1-35/+35
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-35/+35
2015-09-17boost->stdCaolán McNamara1-35/+35
2015-06-29Related tdf#92262: PIVOTTABLE: crash when clicking on the autofilter arrowJulien Nabet1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-13/+13
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-03-23loplugin:constantfunction: scNoel Grandin1-8/+1
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis1-1/+7
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-60/+60
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-9/+8
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1