summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpcache.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Resolves: tdf#125808 empty labels in pivot table from registered data sourceCaolán McNamara1-2/+2
2019-04-19optimise find/insert patternNoel Grandin1-7/+1
2019-04-12dpcache : use case-insensitive normalization of...Dennis Francis1-61/+36
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-9/+11
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-4/+3
2019-01-07Resetting all fields for all dims corrupts pivot cacheKatarina Behrens1-0/+5
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen1-0/+1
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-2/+0
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-3/+4
2018-04-17cppcheck: identicalInnerCondition in scJochen Nitschke1-3/+3
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-6/+6
2017-12-19inline use-once typedefsNoel Grandin1-2/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-12/+12
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-05tdf#112884: Error string is displayed as empty item in pivot tableTamás Zolnai1-1/+1
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-1/+1
2017-08-22loplugin:constparam in sc part1Noel Grandin1-2/+2
2017-07-14use more OUString::operator== in scNoel Grandin1-1/+1
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-4/+4
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-6/+6
2017-06-28fdo#43157 convert OSL_ASSERT to assert in sc/source/coreBernhard Widl1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-06-06tdf#107945: prepare for future multi-threading of pivot cache...Kohei Yoshida1-79/+297
2017-06-01tdf#107945: store rtl_uString pointers instead of heap OUString objects.Kohei Yoshida1-5/+5
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-5/+0
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida1-17/+30
2017-05-10loplugin:checkunusedparams in sc(part2)Noel Grandin1-6/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin1-2/+2
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin1-1/+1
2016-11-12Actually this should be MAXROWCOUNT.Kohei Yoshida1-1/+1
2016-11-12Address warning from the MSVC compiler.Kohei Yoshida1-8/+7
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida1-2/+2
2016-10-25tdf#79892: Pass resolved locale to transliterate calls in CalcAron Budea1-2/+3
2016-10-15PivotTable cache: Remove useless mnValueSortIndexTamás Zolnai1-20/+5
2016-09-23convert formula error codes to scoped enumNoel Grandin1-1/+2
2016-09-17Fix build with DEBUG_PIVOT_TABLE macroTamás Zolnai1-2/+2
2016-06-06Resolves: tdf#35247 introduce a locale independent numeric field filterEike Rathke1-8/+62
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-3/+0
2016-03-24loplugin:constantparam in scNoel Grandin1-4/+4
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-1/+1
2016-02-23SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke1-1/+1
2016-02-22adapt places that call GetSearchTextPtr(), tdf#72196Eike Rathke1-5/+5
2016-02-22ScQueryEntry::GetSearchTextPtr() with SearchType, tdf#72196Eike Rathke1-1/+1
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke1-2/+2
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-4/+3