summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/dbfunc3.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-11/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-128/+126
2014-05-12Avoid possible memory leaks in case of exceptionsTakeshi Abe1-6/+6
2014-04-23sc: sal_Bool->boolNoel Grandin1-18/+18
2014-04-06whitespace cleanup in scMarkus Mohrhard1-4/+0
2014-03-03Remove visual noise from scAlexander Wilms1-12/+12
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-4/+3
2014-02-19sal_Bool->bool, and remove unused parametersNoel Grandin1-6/+6
2014-02-18sal_Bool->boolNoel Grandin1-29/+29
2014-01-28bool improvementsStephan Bergmann1-15/+15
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-6/+6
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin1-11/+11
2013-06-28fdo#43460 sc: use isEmpty()Jelle van der Waa1-1/+1
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