summaryrefslogtreecommitdiff
path: root/sc/inc/dpobject.hxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-19We can remove all this code now.Kohei Yoshida1-2/+0
2013-04-19More progress. Getting more clue, but still not out of the dark yet.Kohei Yoshida1-2/+1
2013-04-19fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida1-0/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-36/+36
2013-01-29Slightly better way to skip pivot table ranges during spell check.Kohei Yoshida1-2/+2
2013-01-29bnc#484599: Prevent pivot table from getting sheared when cells are shifted.Kohei Yoshida1-0/+4
2013-01-11Let's remove this underused bAlive flag....Kohei Yoshida1-7/+0
2012-12-17callcatcher: update unusedcode code listCaolán McNamara1-2/+0
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-30/+21
2012-09-18Forward declaration cleanup in header files.Kohei Yoshida1-0/+4
2012-08-30fdo#53938: Don't proceed when error occurs.Kohei Yoshida1-1/+1
2012-07-23-Werror,-Wshadow (Clang 3.1)Stephan Bergmann1-1/+1
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida1-0/+6
2012-06-23removed unused forward declarations of classTakeshi Abe1-2/+0
2012-04-26Remove unused method ScDPObject::HasGroupsJavier Catala1-1/+0
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák1-10/+10
2012-04-07do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák1-10/+10
2012-04-05The real cleanup I meant to commit earlier...Kohei Yoshida1-3/+0
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard1-0/+3
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida1-3/+0
2012-03-23Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida1-0/+6
2012-03-22When updating pivot table with groups, we need to clear the table data.Kohei Yoshida1-0/+1
2012-03-14When changing grouping in one pivot table, update all linked tables.Kohei Yoshida1-0/+9
2012-03-14Re-added ClearSource() which will only clear the source. Nothing else.Kohei Yoshida1-2/+5
2012-03-14Rename ClearSource() to ClearTableData().Kohei Yoshida1-2/+1
2012-03-09Added hook to create group field data at cache creation time.Kohei Yoshida1-6/+12
2012-03-09Only load members of the clicked field, not of all fields.Kohei Yoshida1-8/+13
2012-02-22Properly transfer layout and subtotal names before and after the dialog.Kohei Yoshida1-7/+9
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida1-2/+2
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida1-1/+0
2012-02-04Nobody uses StrData and ScStrCollection now.Kohei Yoshida1-1/+0
2012-02-04No more ScStrCollection in pivot table code.Kohei Yoshida1-1/+2
2012-01-23Fix refresh problem on pivot tables whose data cache have not been created.Kohei Yoshida1-0/+7
2012-01-17remove unused ScDP* methodsThomas Arnhold1-4/+0
2012-01-12Test the new logic of our pivot data cache life cycle.Kohei Yoshida1-0/+4
2012-01-12fdo#43077: Finally, remove data cache when nobody references it.Kohei Yoshida1-0/+8
2012-01-12fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida1-1/+10
2012-01-12fdo#43077: Copy pivot tables when a sheet is copied.Kohei Yoshida1-1/+1
2012-01-11Test code for sheet source data cache relocation.Kohei Yoshida1-1/+2
2012-01-11New test for pivot tables with named source ranges.Kohei Yoshida1-0/+1
2012-01-11fdo#44661: Properly update range keys for pivot cache.Kohei Yoshida1-1/+7
2011-11-21i#117239: Prevent crash on load with pivot table.Kohei Yoshida1-0/+3
2011-09-20Ensure that only ScDPCollection can remove caches.Kohei Yoshida1-0/+6
2011-09-14Check the source range when refreshing, and abort refresh if invalid.Kohei Yoshida1-1/+1
2011-07-14fdo#37767: Fix broken refresh() from UNO API (and Basic).Kohei Yoshida1-0/+2
2011-05-28sal_Bool to bool in ScDPObject.Kohei Yoshida1-25/+25
2011-05-28String to OUString in ScDPObject.Kohei Yoshida1-9/+9
2011-05-28String to rtl::OUString in ScDPServiceDesc.Kohei Yoshida1-19/+10
2011-05-06Explicitly specify less function object for map, to get it to build with MSVC.Kohei Yoshida1-1/+6
2011-04-29Manage data caches for named range data source separately.Kohei Yoshida1-0/+16