summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
Commit message (Expand)AuthorAgeFilesLines
* Forward declaration cleanup in header files.Kohei Yoshida2012-09-181-0/+4
* fdo#53938: Don't proceed when error occurs.Kohei Yoshida2012-08-301-1/+1
* -Werror,-Wshadow (Clang 3.1)Stephan Bergmann2012-07-231-1/+1
* fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida2012-07-051-0/+6
* removed unused forward declarations of classTakeshi Abe2012-06-231-2/+0
* Remove unused method ScDPObject::HasGroupsJavier Catala2012-04-261-1/+0
* Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák2012-04-191-10/+10
* do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák2012-04-071-10/+10
* The real cleanup I meant to commit earlier...Kohei Yoshida2012-04-051-3/+0
* Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard2012-04-051-0/+3
* Cleanup. ScPivot(Collection) is no more.Kohei Yoshida2012-04-041-3/+0
* Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida2012-03-231-0/+6
* When updating pivot table with groups, we need to clear the table data.Kohei Yoshida2012-03-221-0/+1
* When changing grouping in one pivot table, update all linked tables.Kohei Yoshida2012-03-141-0/+9
* Re-added ClearSource() which will only clear the source. Nothing else.Kohei Yoshida2012-03-141-2/+5
* Rename ClearSource() to ClearTableData().Kohei Yoshida2012-03-141-2/+1
* Added hook to create group field data at cache creation time.Kohei Yoshida2012-03-091-6/+12
* Only load members of the clicked field, not of all fields.Kohei Yoshida2012-03-091-8/+13
* Properly transfer layout and subtotal names before and after the dialog.Kohei Yoshida2012-02-221-7/+9
* Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida2012-02-081-2/+2
* ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida2012-02-041-1/+0
* Nobody uses StrData and ScStrCollection now.Kohei Yoshida2012-02-041-1/+0
* No more ScStrCollection in pivot table code.Kohei Yoshida2012-02-041-1/+2
* Fix refresh problem on pivot tables whose data cache have not been created.Kohei Yoshida2012-01-231-0/+7
* remove unused ScDP* methodsThomas Arnhold2012-01-171-4/+0
* Test the new logic of our pivot data cache life cycle.Kohei Yoshida2012-01-121-0/+4
* fdo#43077: Finally, remove data cache when nobody references it.Kohei Yoshida2012-01-121-0/+8
* fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida2012-01-121-1/+10
* fdo#43077: Copy pivot tables when a sheet is copied.Kohei Yoshida2012-01-121-1/+1
* Test code for sheet source data cache relocation.Kohei Yoshida2012-01-111-1/+2
* New test for pivot tables with named source ranges.Kohei Yoshida2012-01-111-0/+1
* fdo#44661: Properly update range keys for pivot cache.Kohei Yoshida2012-01-111-1/+7
* i#117239: Prevent crash on load with pivot table.Kohei Yoshida2011-11-211-0/+3
* Ensure that only ScDPCollection can remove caches.Kohei Yoshida2011-09-201-0/+6
* Check the source range when refreshing, and abort refresh if invalid.Kohei Yoshida2011-09-141-1/+1
* fdo#37767: Fix broken refresh() from UNO API (and Basic).Kohei Yoshida2011-07-141-0/+2
* sal_Bool to bool in ScDPObject.Kohei Yoshida2011-05-281-25/+25
* String to OUString in ScDPObject.Kohei Yoshida2011-05-281-9/+9
* String to rtl::OUString in ScDPServiceDesc.Kohei Yoshida2011-05-281-19/+10
* Explicitly specify less function object for map, to get it to build with MSVC.Kohei Yoshida2011-05-061-1/+6
* Manage data caches for named range data source separately.Kohei Yoshida2011-04-291-0/+16
* Centrally manage cached grid data for data pilot tables.Kohei Yoshida2011-04-281-6/+53
* WaE: consistent struct/class declarationCaolán McNamara2011-03-241-1/+1
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-181-31/+31
|\
| * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida2011-03-101-31/+31
| |\
| | * dr79: rebase to DEV300_m100Daniel Rentz [dr]2011-02-151-36/+36
| | |\
| | | * removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko2011-01-171-37/+37
| | * | dr79: #i5759# extend pivot layout dialog: support for unlimited number of fie...Daniel Rentz [dr]2011-01-241-6/+6
| | |/
* | / translate german comments in /sc/incNicolas Christener2011-03-131-4/+0
|/ /
* | Let's rename InvalidateSource() to ClearSource().Kohei Yoshida2011-02-281-1/+1