summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpsdbtab.cxx
AgeCommit message (Expand)Author
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-22loplugin:constparam in sc part1Noel Grandin
2017-04-03use actual UNO enums in scNoel Grandin
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-10sal_Bool->boolNoel Grandin
2014-02-10sal_Bool->boolNoel Grandin
2014-02-10sal_Bool->boolNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-31Rename the files to reflect the class name change.Kohei Yoshida
2012-10-31Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida
2012-10-31Since the cache there is never NULL, let's take a reference instead.Kohei Yoshida
2012-10-31The cache inside ScDPCacheTable (I should rename this) is never NULL.Kohei Yoshida
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
2012-07-06Properly rehash row visibility when the layout dialog is dismissed.Kohei Yoshida
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-03-09Added hook to create group field data at cache creation time.Kohei Yoshida
2012-02-10String to rtl::OUString.Kohei Yoshida
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida
2012-01-13Fix MinGW build.Jan Holesovsky
2012-01-13change debug statements to fix buildMarkus Mohrhard
2012-01-12fdo#43077: Have cache instance keep track of who is referencing it.Kohei Yoshida
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-06-10fdo#33137: Prevent crash on pivot table with invalid database connection.Kohei Yoshida
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-03-01Check for existance of cache before creating a new one.Kohei Yoshida
2011-03-01Renamed ScDPTableDataCache to simply ScDPCache.Kohei Yoshida
2011-03-01Finally get the refresh to work properly.Kohei Yoshida
2011-02-28More removal of cache ID related stuff.Kohei Yoshida
2011-02-28Data cache is now stored in the cashe table object for now.Kohei Yoshida
2011-02-06port repository calc to boost unordered containersFridrich Štrba
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2011-01-13ScDPCollection is no longer derived from ScCollection.Kohei Yoshida
2011-01-12Moved the dp cache handling code from ScDocument to ScDPCollection.Kohei Yoshida
2011-01-09Removed unnecessary commentsChristina Rossmanith
2010-11-10Replaced OUString::createFromAscii() with RTL_CONSTASCII_USTRINGPARAM.julien
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-04-12calc53: #i110751# remove unused functions againNiklas Nebel
2010-03-23CWS-TOOLING: integrate CWS datapilotperfVladimir Glazunov