summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/dbfunc3.cxx
AgeCommit message (Expand)Author
2012-03-14When changing grouping in one pivot table, update all linked tables.Kohei Yoshida
2012-03-14Re-added ClearSource() which will only clear the source. Nothing else.Kohei Yoshida
2012-03-14Let's just do the whole thing in the new method.Kohei Yoshida
2012-03-14Dedicated method for refreshing multiple linked pivot tables.Kohei Yoshida
2012-03-09We can't take a reference here since the value will change after removal.Kohei Yoshida
2012-03-09String and boolean cleanups.Kohei Yoshida
2012-03-09No need to create a copy just to refresh pivot table.Kohei Yoshida
2012-03-09Scope reduction.Kohei Yoshida
2012-02-28Properly prefixed members of ScDPNumGroupInfo.Kohei Yoshida
2012-02-22Slight cleanup.Kohei Yoshida
2012-02-22No sense making a copy when you don't modify it.Kohei Yoshida
2012-02-22More string and bool conversion.Kohei Yoshida
2012-02-14Get sc to build once again with debug=true.Kohei Yoshida
2012-02-09Pivot table related uno names to have SC_UNO_DP prefix.Kohei Yoshida
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida
2012-02-04No more ScStrCollection in pivot table code.Kohei Yoshida
2012-01-12fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida
2011-09-14Check the source range when refreshing, and abort refresh if invalid.Kohei Yoshida
2011-09-12Some attempts to remove the 8-param variant of PostPaint().Kohei Yoshida
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-07-14fdo#37767: Fix broken refresh() from UNO API (and Basic).Kohei Yoshida
2011-06-01ScUserList and ScUserListData no longer dependent of ScCollection.Kohei Yoshida
2011-05-28String to OUString in ScDPObject.Kohei Yoshida
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida
2011-04-29Manage data caches for named range data source separately.Kohei Yoshida
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida
2011-04-01Added bits for subtotals to make use of anonymous db ranges.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-05Identified and tagged all places where I need to modify.Kohei Yoshida
2011-03-02Remove bogus comments.Guillaume Poussel
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-02-28Data cache is now stored in the cashe table object for now.Kohei Yoshida
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner
2011-02-06port repository calc to boost unordered containersFridrich Štrba
2011-01-31Remove unnecessary string copying.Kohei Yoshida
2011-01-31Replaced tools/string with ::rtl::OUString in ScDPSaveDimensionSören Möller
2011-01-31Replaced tools/string with rtl::OUString in ScDPSaveMemberSören Möller
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-22Removed commented out code.Kohei Yoshida
2011-01-21Fixed the failure to update table when hitting OK in the dialog.Kohei Yoshida
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2011-01-17Remove some dead code in 'view'Thomas Arnhold
2011-01-13ScDPCollection is no longer derived from ScCollection.Kohei Yoshida
2011-01-09Removed unnecessary commentsChristina Rossmanith