summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpshttab.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+2
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2012-12-14Do extra check on source range to make sure no funny things happen.Kohei Yoshida1-0/+8
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-1/+0
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-3/+3
2012-02-10String to rtl::OUString.Kohei Yoshida1-3/+3
2012-02-09Include dpglobal.hxx only when necessary.Kohei Yoshida1-1/+0
2012-02-05Remove unused codeElton Chung1-5/+0
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-1/+6
2012-01-09simplify CharClassCaolán McNamara1-1/+1
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-2/+2
2011-11-28fdo#43304: Allow empty field labels in pivot tables.Kohei Yoshida1-12/+0
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-14No more pSpecial treatment of empty / non-empty queries.Kohei Yoshida1-9/+1
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida1-7/+5
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida1-8/+9
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida1-0/+1
2011-11-04Remove direct access to the query string (pStr).Kohei Yoshida1-3/+3
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-1/+0
2011-04-29Manage data caches for named range data source separately.Kohei Yoshida1-0/+7
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida1-5/+6
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-11/+11
2011-03-05Removed SearchNameUpper() in favor of findByUpperName().Kohei Yoshida1-3/+2
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-4/+4
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-2/+3
2011-02-28More removal of cache ID related stuff.Kohei Yoshida1-4/+4
2011-02-28Data cache is now stored in the cashe table object for now.Kohei Yoshida1-39/+5
2011-02-28Make sure nobody modifies the table cache outside of ScDPCacheTable.Kohei Yoshida1-1/+1
2011-02-06port repository calc to boost unordered containersFridrich Štrba1-6/+4
2011-01-21Reduce indent levels by early bail out.Kohei Yoshida1-0/+5
2011-01-21Get source range from range name if exists.Kohei Yoshida1-3/+26
2011-01-21Several of its methods now don't need to take ScDocument* as an arg.Kohei Yoshida1-23/+23
2011-01-21Let's store ScDocument* in ScSheetSourceDesc.Kohei Yoshida1-0/+8
2011-01-21Early bail out on error conditions, to reduce indent levels.Kohei Yoshida1-22/+28
2011-01-21Now all its data members are private.Kohei Yoshida1-6/+6