summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpobject.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-29disambiguation (build fix on Windows)Andras Timar1-1/+1
2017-09-12tdf#112278: Pivot table: filtering of non-string fields is not exported to XLSTamás Zolnai1-0/+18
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai1-32/+32
2016-11-17loplugin:unusedfieldsNoel Grandin1-3/+0
2016-11-12Dump the state of the "save" data as well.Kohei Yoshida1-3/+4
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida1-1/+10
2016-10-09tdf#102694, bnc#957991: Improve pivot cache reading performanceTamás Zolnai1-0/+3
2016-10-05Pivot tables: Fix wrong group field number in cacheTamás Zolnai1-0/+3
2016-09-27This parameter can be const.Tamás Zolnai1-1/+1
2016-09-27bnc#957991: Improve pivot cache reading performanceTamás Zolnai1-0/+74
2016-09-17Fix build with DEBUG_PIVOT_TABLE macroTamás Zolnai1-4/+4
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-13coverity#1362685 Uninitialized scalar variable (UNINIT)Eike Rathke1-1/+1
2016-06-06Resolves: tdf#35247 introduce a locale independent numeric field filterEike Rathke1-19/+124
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-5/+5
2016-05-24convert PIVOT_FUNC to scoped enumNoel Grandin1-9/+9
2016-05-04use Any constructor instead of temporariesNoel Grandin1-9/+3
2016-04-14loplugin:passstuffbyref in scNoel Grandin1-1/+1
2016-03-31sequence->vector in scNoel Grandin1-8/+4
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-1/+1
2016-03-23loplugin:constantparam in scNoel Grandin1-1/+1
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin1-2/+2
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-16/+10
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-6/+6
2015-12-19Fix pivot cache debugging.Michael Meeks1-4/+2
2015-12-18sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-14/+13
2015-12-18sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-15/+15
2015-12-18sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-18/+18
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-3/+3
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-35/+35
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-45/+45
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-30/+30
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-11-04loplugin:stringconstantNoel Grandin1-21/+14
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara1-6/+6
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-4/+3
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-09-18boost->stdCaolán McNamara1-1/+1
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-1/+1
2015-09-17boost->stdCaolán McNamara1-1/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-06improve the returnbyref lopluginNoel Grandin1-4/+4
2015-05-19sc: simplify code by replacing std::find_if with std::any_ofTakeshi Abe1-7/+5
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-3/+3
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis1-0/+3
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-5/+5