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