summaryrefslogtreecommitdiff
path: root/sc/inc/dpobject.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-19use more string_view in comphelper::stringNoel Grandin1-1/+1
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-4/+4
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+1
2020-11-05std::set->o3tl::sorted_set in ScDPCacheNoel1-9/+9
2020-10-30convert some tools::Long->sal_Int32Noel1-1/+1
2020-10-20use tools::Long in scNoel1-8/+8
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-8/+8
2020-05-09compact namespace in scNoel Grandin1-2/+2
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-6/+6
2019-07-09tdf#42949 Fix IWYU warnings in sc/incGabor Kelemen1-0/+1
2019-04-20tdf#124810: Roundtrip pivot table style info from XLSX.Mike Kaganski1-0/+17
2018-11-08coverity#1440238 silence Wrapper object use after freeCaolán McNamara1-1/+1
2018-10-15loplugin:constfields in scNoel Grandin1-6/+6
2018-10-08use more std::unique_ptr in ScDPCollectionNoel Grandin1-1/+1
2018-07-27InsertNewTable always returns trueCaolán McNamara1-1/+1
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-2/+5
2018-06-21loplugin:useuniqueptr in ScDPObjectNoel Grandin1-9/+9
2018-05-10tdf#42949 Fix IWYU warnings in sc/inc/d*Gabor Kelemen1-2/+0
2018-03-15loplugin:unused-returns in scNoel Grandin1-1/+1
2017-09-09tdf#112278: Pivot table: filtering of non-string fields is not exported to XLSTamás Zolnai1-0/+2
2017-08-22loplugin:constparam in sc part1Noel Grandin1-3/+3
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-1/+1
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-3/+3
2017-05-10loplugin:checkunusedparams in sc(part2)Noel Grandin1-1/+1
2017-04-03use actual UNO enums in scNoel Grandin1-4/+4
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-02-12sc: simplify GetByName, FreeTable methods of DPCollection + testTomaž Vajngerl1-1/+1
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai1-1/+1
2016-11-17loplugin:unusedfieldsNoel Grandin1-1/+0
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida1-1/+2
2016-10-09tdf#102694, bnc#957991: Improve pivot cache reading performanceTamás Zolnai1-2/+2
2016-09-27This parameter can be const.Tamás Zolnai1-1/+1
2016-09-27bnc#957991: Improve pivot cache reading performanceTamás Zolnai1-0/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-06Resolves: tdf#35247 introduce a locale independent numeric field filterEike Rathke1-2/+3
2016-03-31sequence->vector in scNoel Grandin1-1/+1
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin1-5/+2
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-4/+4
2015-12-18sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-4/+2
2015-12-18sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-2/+2
2015-12-18sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-2/+3
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-06sc: remove some unused boost includesMichael Stahl1-1/+0
2015-10-28com::sun::star->css in scNoel Grandin1-25/+21
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2