summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/dapiuno.cxx
AgeCommit message (Expand)Author
2017-07-03use begin()/end() when working with SequenceNoel Grandin
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin
2017-05-06coverity#1403661 try to silence 'Mixing enum types'Caolán McNamara
2017-04-06Fix typosAndrea Gelmini
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin
2017-04-03use actual UNO enums in scNoel Grandin
2017-03-29Translate some German comments in scKatarina Behrens
2017-03-15introduce ScGeneralFunction scoped enumNoel Grandin
2017-03-03tdf#42982 improve error reporting in sc unoobjAlex P
2017-02-06Add missing #includesStephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2017-01-17convert subtotalfuncs from manual array to std::vectorNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-11-23GeneralFunction is not an enum anymoreTamás Zolnai
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai
2016-11-22[API Change] revert incompatible change of enum css::sheet::GeneralFunctionEike Rathke
2016-11-20PivotMedian: Implement median as a new pivot table functionTamás Zolnai
2016-10-19loplugin:expandablemethodds in scNoel Grandin
2016-10-15PivotTable: No reason to call GetSource hereTamás Zolnai
2016-10-08Pivot tables: Fix XLSX import of nested date groupsTamás Zolnai
2016-09-27Return early on errorTamás Zolnai
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-21Improve warnings in pivot table codeTamás Zolnai
2016-09-19Use localized name for pivot groups created via APITamás Zolnai
2016-09-17Reduce scope of soma local variablesTamás Zolnai
2016-09-10loplugin:constantparam in scNoel Grandin
2016-06-06Resolves: tdf#35247 introduce a locale independent numeric field filterEike Rathke
2016-05-24convert PIVOT_FUNC to scoped enumNoel Grandin
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-13tdf#96996 sc: fix the data pilotMichael Stahl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-07WaE: redundant const_cast [loplugin:redundantcast]Tor Lillqvist
2015-11-06sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04loplugin:stringconstantNoel Grandin
2015-09-13replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha
2015-08-27Clean up aEmptyStephan Bergmann
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-01loplugin:loopvartoosmallNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-23loplugin:constantfunction: scNoel Grandin
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis
2015-03-06V801: Decreased performanceCaolán McNamara
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann