summaryrefslogtreecommitdiff
path: root/sc/inc/dpshttab.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-16/+16
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-4/+4
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-2/+2
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-16/+16
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
2014-02-10sal_Bool->boolNoel Grandin1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-31Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida1-4/+4
2012-10-31Since the cache there is never NULL, let's take a reference instead.Kohei Yoshida1-1/+1
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann1-1/+0
2012-07-06Properly rehash row visibility when the layout dialog is dismissed.Kohei Yoshida1-1/+1
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida1-0/+1
2012-06-23removed unused forward declarations of classTakeshi Abe1-2/+0
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák1-2/+2
2012-04-07do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák1-2/+2
2012-03-09Added hook to create group field data at cache creation time.Kohei Yoshida1-1/+2
2012-02-10String to rtl::OUString.Kohei Yoshida1-1/+1
2012-02-05Remove unused codeElton Chung1-1/+0
2011-11-14No more pSpecial treatment of empty / non-empty queries.Kohei Yoshida1-1/+0
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida1-2/+2
2011-03-23Updated doc.Kohei Yoshida1-2/+0
2011-03-23Create data cache outside of the ScSheetDPData.Kohei Yoshida1-2/+2
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-5/+5
2011-03-01Cleanups and comments.Kohei Yoshida1-4/+3
2011-03-01Renamed ScDPTableDataCache to simply ScDPCache.Kohei Yoshida1-1/+1
2011-03-01Finally get the refresh to work properly.Kohei Yoshida1-0/+1
2011-02-28More removal of cache ID related stuff.Kohei Yoshida1-2/+2
2011-02-28Data cache is now stored in the cashe table object for now.Kohei Yoshida1-3/+1
2011-02-06port repository calc to boost unordered containersFridrich Štrba1-2/+3
2011-01-22Export range name data source back to xls document.Kohei Yoshida1-1/+1
2011-01-21Take care of importing pivot tables with range name from xls docs.Kohei Yoshida1-1/+1
2011-01-21Reduce indent levels by early bail out.Kohei Yoshida1-0/+1
2011-01-21Properly display range name in the UI when appropriate.Kohei Yoshida1-0/+11
2011-01-21Get source range from range name if exists.Kohei Yoshida1-2/+2
2011-01-21Several of its methods now don't need to take ScDocument* as an arg.Kohei Yoshida1-5/+5
2011-01-21Let's store ScDocument* in ScSheetSourceDesc.Kohei Yoshida1-0/+4
2011-01-21Now all its data members are private.Kohei Yoshida1-4/+5
2011-01-21The range name data member can safely have private visibility.Kohei Yoshida1-1/+1
2011-01-21Encapsulated access to aSourceRange.Kohei Yoshida1-3/+5
2011-01-21renamed CheckValidate() to CheckSourceRange(), and cleaned it up.Kohei Yoshida1-1/+10
2011-01-20Added range name as a data member to ScSheetSourceDesc.Kohei Yoshida1-6/+18
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-9/+9
2010-11-17Indentation fix.Kohei Yoshida1-1/+1
2010-11-17Moved the mis-placed class header comment into the right place.Kohei Yoshida1-5/+4
2010-11-12More cleanups - trailing whitespaces & more bogus comments.Kohei Yoshida1-11/+3