summaryrefslogtreecommitdiff
path: root/sc/inc/dpshttab.hxx
AgeCommit message (Expand)Author
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-26C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
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 ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida
2012-10-31Since the cache there is never NULL, let's take a reference instead.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-23removed unused forward declarations of classTakeshi Abe
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák
2012-04-07do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák
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-05Remove unused codeElton Chung
2011-11-14No more pSpecial treatment of empty / non-empty queries.Kohei Yoshida
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida
2011-03-23Updated doc.Kohei Yoshida
2011-03-23Create data cache outside of the ScSheetDPData.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-01Cleanups and comments.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-22Export range name data source back to xls document.Kohei Yoshida
2011-01-21Take care of importing pivot tables with range name from xls docs.Kohei Yoshida
2011-01-21Reduce indent levels by early bail out.Kohei Yoshida
2011-01-21Properly display range name in the UI when appropriate.Kohei Yoshida
2011-01-21Get source range from range name if exists.Kohei Yoshida
2011-01-21Several of its methods now don't need to take ScDocument* as an arg.Kohei Yoshida
2011-01-21Let's store ScDocument* in ScSheetSourceDesc.Kohei Yoshida
2011-01-21Now all its data members are private.Kohei Yoshida
2011-01-21The range name data member can safely have private visibility.Kohei Yoshida
2011-01-21Encapsulated access to aSourceRange.Kohei Yoshida
2011-01-21renamed CheckValidate() to CheckSourceRange(), and cleaned it up.Kohei Yoshida
2011-01-20Added range name as a data member to ScSheetSourceDesc.Kohei Yoshida
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko