summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpobject.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-01-28replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmasterMichael Stahl1-2818/+0
2011-07-25fdo#39236: Better way to remove DP objects without reversing order.Kohei Yoshida1-9/+21
2011-07-19fdo#39236: Prevent double-deletes during removal of pivot tables.Kohei Yoshida1-24/+9
2011-07-14fdo#37767: Fix broken refresh() from UNO API (and Basic).Kohei Yoshida1-0/+35
2011-06-30fdo#38457: Always set column offset to 0Katarina Machalkova1-3/+0
2011-05-28sal_Bool to bool in ScDPObject.Kohei Yoshida1-41/+41
2011-05-28String to OUString in ScDPObject.Kohei Yoshida1-14/+15
2011-05-28String to rtl::OUString in ScDPServiceDesc.Kohei Yoshida1-1/+17
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-17/+17
2011-05-26fdo#37458: Prevent crash on named range deletion.Kohei Yoshida1-2/+10
2011-05-11return type as the 2nd template argument.Kohei Yoshida1-1/+1
2011-05-06Explicitly specify less function object for map, to get it to build with MSVC.Kohei Yoshida1-0/+5
2011-05-02Fixed a crash when creating a new datapilot table from external database.Kohei Yoshida1-5/+8
2011-04-29Manage data caches for named range data source separately.Kohei Yoshida1-0/+30
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida1-5/+144
2011-03-23Create data cache outside of the ScSheetDPData.Kohei Yoshida1-2/+4
2011-03-14Various fixes for build breakages, for sc.Kohei Yoshida1-8/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-85/+85
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-4/+4
2011-02-28Let's rename InvalidateSource() to ClearSource().Kohei Yoshida1-6/+6
2011-02-28More cleanups.Kohei Yoshida1-12/+4
2011-02-28Remove old container that stored data caches.Kohei Yoshida1-2/+1
2011-02-28Data cache is now stored in the cashe table object for now.Kohei Yoshida1-154/+4
2011-02-28Remove cache ID storage from ScDPSaveData.Kohei Yoshida1-11/+2
2011-02-18Removed extra ; at the end of a line.Kohei Yoshida1-1/+1
2011-02-18Fixed a memory leak in the datapilot code.Kohei Yoshida1-1/+1
2011-02-15dr79: rebase to DEV300_m100Daniel Rentz [dr]1-120/+120
2011-02-07dr79: #i116757# default name for pivot tablesDaniel Rentz [dr]1-1/+1
2011-02-01dr79: do not duplicate all fields when changing source rangeDaniel Rentz [dr]1-0/+1
2011-01-24dr79: #i116540# change 'DataPilot' to 'Pivot Table' in Calc GUI; recover lost...Daniel Rentz [dr]1-1/+1
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara1-0/+1
2011-01-24dr79: #i5759# extend pivot layout dialog: support for unlimited number of fie...Daniel Rentz [dr]1-81/+65
2011-01-21Several of its methods now don't need to take ScDocument* as an arg.Kohei Yoshida1-3/+3
2011-01-21Let's store ScDocument* in ScSheetSourceDesc.Kohei Yoshida1-2/+2
2011-01-21Now all its data members are private.Kohei Yoshida1-13/+16
2011-01-21Encapsulated access to aSourceRange.Kohei Yoshida1-16/+18
2011-01-21renamed CheckValidate() to CheckSourceRange(), and cleaned it up.Kohei Yoshida1-4/+6
2011-01-20Let's hide this ugliness inside the remove-erase idiom.Kohei Yoshida1-6/+23
2011-01-20Don't rely on the returned iterator from vector::erase(itr).Kohei Yoshida1-5/+2
2011-01-19Removed the ugly stlport workaround code.Kohei Yoshida1-21/+0
2011-01-18Remove dead code: "//static" and "//virtual"Thomas Arnhold1-5/+0
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-127/+127
2011-01-15This is the right way to go about this.Kohei Yoshida1-3/+1
2011-01-14Very unfortunate workaround for stlport, to prevent crash.Kohei Yoshida1-0/+23
2011-01-14ScDPObject no longer has to be a child class of ScDataObject.Kohei Yoshida1-6/+0
2011-01-14Remove commented out codeTopround aka Zathuras1-1/+0
2011-01-13More on unittesting data pilot.Kohei Yoshida1-1/+2
2011-01-13ScDPCollection is no longer derived from ScCollection.Kohei Yoshida1-70/+99
2011-01-13Use boost::ptr_list to store data cache instances to fix memory leak.Kohei Yoshida1-19/+21
2011-01-13Renamed data member.Kohei Yoshida1-6/+6