summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/dbfunc3.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-27/+24
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-22Add convenience methods to set maximum text input and numeric input modes.Kohei Yoshida1-1/+6
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-3/+2
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida1-2/+1
2013-01-11Add a variant of DataPilotUpdate that removes pivot table.Kohei Yoshida1-1/+1
2013-01-11Create a self-update variant of DataPilotUpdate().Kohei Yoshida1-1/+1
2012-12-05Same logic without using the boolean variable.Kohei Yoshida1-16/+9
2012-12-05fdo#57497: Remove group table data when all group dimensions are gone.Kohei Yoshida1-36/+7
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen1-1/+0
2012-07-23Properly fix -Werror=unused-parameterStephan Bergmann1-1/+1
2012-07-13Resolves: fdo#48256 clean out Hide/Show CursorThomas Arnhold1-12/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard1-1/+1
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida1-1/+1
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-1/+1
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard1-1/+1
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-1/+1
2012-03-23Let's just centrally reload group data in DataPilotUpdate()...Kohei Yoshida1-1/+0
2012-03-23(Hopefully) fixed the table reload bug coming from the pivot layout dialog.Kohei Yoshida1-0/+1
2012-03-23Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida1-6/+7
2012-03-23Localize the group prefix for pivot table defult group names.Kohei Yoshida1-2/+1
2012-03-14When changing grouping in one pivot table, update all linked tables.Kohei Yoshida1-7/+10
2012-03-14Re-added ClearSource() which will only clear the source. Nothing else.Kohei Yoshida1-1/+1
2012-03-14Let's just do the whole thing in the new method.Kohei Yoshida1-12/+3
2012-03-14Dedicated method for refreshing multiple linked pivot tables.Kohei Yoshida1-6/+1
2012-03-09We can't take a reference here since the value will change after removal.Kohei Yoshida1-1/+1
2012-03-09String and boolean cleanups.Kohei Yoshida1-8/+10
2012-03-09No need to create a copy just to refresh pivot table.Kohei Yoshida1-16/+8
2012-03-09Scope reduction.Kohei Yoshida1-316/+316
2012-02-28Properly prefixed members of ScDPNumGroupInfo.Kohei Yoshida1-11/+11
2012-02-22Slight cleanup.Kohei Yoshida1-6/+4
2012-02-22No sense making a copy when you don't modify it.Kohei Yoshida1-8/+6
2012-02-22More string and bool conversion.Kohei Yoshida1-13/+13
2012-02-14Get sc to build once again with debug=true.Kohei Yoshida1-2/+2
2012-02-09Pivot table related uno names to have SC_UNO_DP prefix.Kohei Yoshida1-1/+1
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida1-1/+1
2012-02-04No more ScStrCollection in pivot table code.Kohei Yoshida1-55/+46
2012-01-12fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida1-2/+9
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-2/+2
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida1-0/+1
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-1/+1
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida1-0/+1
2011-09-14Check the source range when refreshing, and abort refresh if invalid.Kohei Yoshida1-2/+3
2011-09-12Some attempts to remove the 8-param variant of PostPaint().Kohei Yoshida1-4/+5