summaryrefslogtreecommitdiffstats
path: root/sc/source/core/data/dpobject.cxx
Commit message (Expand)AuthorAgeFilesLines
* crashtesting: assert seen on loading forum-en-38962.odsCaolán McNamara2022-09-231-1/+10
* Resetting all fields for all dims corrupts pivot cacheKatarina Behrens2019-01-221-2/+2
* tdf#42949 Remove unnecessary localization headers from scGabor Kelemen2018-04-161-1/+0
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-031-1/+1
* use boost::optional in sc and svgioNoel Grandin2018-03-281-1/+1
* loplugin:unused-returns in scNoel Grandin2018-03-151-3/+2
* convert remaining InfoBox to weld::MessageDialogCaolán McNamara2018-02-251-3/+6
* TypedWhichId in scNoel Grandin2018-02-031-1/+1
* More loplugin:cstylecast: scStephan Bergmann2018-01-151-2/+2
* wrap scoped enum around css::util::NumberFormatNoel Grandin2017-12-191-7/+7
* Avoid ambiguitiesStephan Bergmann2017-11-291-3/+1
* loplugin:includeform: scStephan Bergmann2017-10-231-24/+24
* clang-tidy modernize-use-emplace in scNoel Grandin2017-09-121-2/+2
* tdf#112278: Pivot table: filtering of non-string fields is not exported to XLSTamás Zolnai2017-09-091-0/+18
* loplugin:constparam in sc part1Noel Grandin2017-08-221-4/+4
* migrate to boost::gettextCaolán McNamara2017-07-211-5/+5
* Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke2017-07-181-2/+2
* use more OUString::operator== in scNoel Grandin2017-07-141-4/+4
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-071-1/+1
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-11/+10
* loplugin:casttovoid: scStephan Bergmann2017-07-021-1/+0
* loplugin:oncevar in scNoel Grandin2017-06-261-11/+3
* tdf#107945: prepare for future multi-threading of pivot cache...Kohei Yoshida2017-06-061-1/+3
* tdf#107945: store rtl_uString pointers instead of heap OUString objects.Kohei Yoshida2017-06-011-1/+1
* drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin2017-05-231-9/+9
* loplugin:stringcopy: scStephan Bergmann2017-05-191-5/+5
* loplugin:checkunusedparams in sc(part2)Noel Grandin2017-05-101-2/+2
* Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann2017-04-061-1/+1
* use actual UNO enums in scNoel Grandin2017-04-031-10/+10
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-1/+1
* introduce ScGeneralFunction scoped enumNoel Grandin2017-03-151-5/+5
* sc: simplify GetByName, FreeTable methods of DPCollection + testTomaž Vajngerl2017-02-121-16/+14
* Add missing #includesStephan Bergmann2017-02-061-0/+1
* Typo: FindIntersetingTableByColumns->FindIntersectingTableByColumnsJulien Nabet2017-02-041-3/+3
* convert subtotalfuncs from manual array to std::vectorNoel Grandin2017-01-171-4/+4
* Revert "PivotTable: Avoid adding useless 'Data' column field to table layout"Tamás Zolnai2017-01-091-1/+1
* PivotTable: Avoid adding useless 'Data' column field to table layoutTamás Zolnai2017-01-081-1/+1
* GeneralFunction is not an enum anymoreTamás Zolnai2016-11-231-1/+1
* [API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai2016-11-231-32/+32
* loplugin:unusedfieldsNoel Grandin2016-11-171-3/+0
* Dump the state of the "save" data as well.Kohei Yoshida2016-11-121-3/+4
* Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida2016-11-121-1/+10
* tdf#102694, bnc#957991: Improve pivot cache reading performanceTamás Zolnai2016-10-091-0/+3
* Pivot tables: Fix wrong group field number in cacheTamás Zolnai2016-10-051-0/+3
* This parameter can be const.Tamás Zolnai2016-09-271-1/+1
* bnc#957991: Improve pivot cache reading performanceTamás Zolnai2016-09-271-0/+74
* Fix build with DEBUG_PIVOT_TABLE macroTamás Zolnai2016-09-171-4/+4
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* coverity#1362685 Uninitialized scalar variable (UNINIT)Eike Rathke2016-06-131-1/+1
* Resolves: tdf#35247 introduce a locale independent numeric field filterEike Rathke2016-06-061-19/+124