summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpobject.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-07-27InsertNewTable always returns trueCaolán McNamara1-2/+1
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2018-06-21loplugin:useuniqueptr in ScDPObjectNoel Grandin1-38/+29
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-03-28use boost::optional in sc and svgioNoel Grandin1-1/+1
2018-03-15loplugin:unused-returns in scNoel Grandin1-3/+2
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-3/+6
2018-02-03TypedWhichId in scNoel Grandin1-1/+1
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-2/+2
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-7/+7
2017-11-29Avoid ambiguitiesStephan Bergmann1-3/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-24/+24
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-09-09tdf#112278: Pivot table: filtering of non-string fields is not exported to XLSTamás Zolnai1-0/+18
2017-08-22loplugin:constparam in sc part1Noel Grandin1-4/+4
2017-07-21migrate to boost::gettextCaolán McNamara1-5/+5
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-2/+2
2017-07-14use more OUString::operator== in scNoel Grandin1-4/+4
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-1/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-11/+10
2017-07-02loplugin:casttovoid: scStephan Bergmann1-1/+0
2017-06-26loplugin:oncevar in scNoel Grandin1-11/+3
2017-06-06tdf#107945: prepare for future multi-threading of pivot cache...Kohei Yoshida1-1/+3
2017-06-01tdf#107945: store rtl_uString pointers instead of heap OUString objects.Kohei Yoshida1-1/+1
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-9/+9
2017-05-19loplugin:stringcopy: scStephan Bergmann1-5/+5
2017-05-10loplugin:checkunusedparams in sc(part2)Noel Grandin1-2/+2
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann1-1/+1
2017-04-03use actual UNO enums in scNoel Grandin1-10/+10
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-15introduce ScGeneralFunction scoped enumNoel Grandin1-5/+5
2017-02-12sc: simplify GetByName, FreeTable methods of DPCollection + testTomaž Vajngerl1-16/+14
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-02-04Typo: FindIntersetingTableByColumns->FindIntersectingTableByColumnsJulien Nabet1-3/+3
2017-01-17convert subtotalfuncs from manual array to std::vectorNoel Grandin1-4/+4
2017-01-09Revert "PivotTable: Avoid adding useless 'Data' column field to table layout"Tamás Zolnai1-1/+1
2017-01-08PivotTable: Avoid adding useless 'Data' column field to table layoutTamás Zolnai1-1/+1
2016-11-23GeneralFunction is not an enum anymoreTamás Zolnai1-1/+1
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