summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/dbfunc3.cxx
AgeCommit message (Expand)Author
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen
2012-07-23Properly fix -Werror=unused-parameterStephan Bergmann
2012-07-13Resolves: fdo#48256 clean out Hide/Show CursorThomas Arnhold
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner
2012-03-23Let's just centrally reload group data in DataPilotUpdate()...Kohei Yoshida
2012-03-23(Hopefully) fixed the table reload bug coming from the pivot layout dialog.Kohei Yoshida
2012-03-23Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida
2012-03-23Localize the group prefix for pivot table defult group names.Kohei Yoshida
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