summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpsave.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-23sc: sal_Bool->boolNoel Grandin1-1/+1
2014-01-14Be explicit when using bool as integral valueStephan Bergmann1-7/+7
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr1-2/+2
2013-12-10Allow dumping of internal states of pivot table objects for debugging.Kohei Yoshida1-0/+83
2013-04-19This should be plural, since there are multiple dimensions.Kohei Yoshida1-5/+5
2013-04-19Move the dimension order calculation into ScDPSaveData.Kohei Yoshida1-1/+45
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+0
2013-03-27-Wunused-macrosStephan Bergmann1-2/+0
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-47/+47
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida1-46/+9
2012-12-05fdo#57497: Remove group table data when all group dimensions are gone.Kohei Yoshida1-0/+37
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-05Unnecessary header include.Kohei Yoshida1-1/+0
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida1-0/+65
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-03-23Bool-ness.Kohei Yoshida1-1/+1
2012-03-22Get correct string value for group item value.Kohei Yoshida1-1/+1
2012-03-05Remove unused codeElton Chung1-116/+0
2012-02-27Consolidate code that insert new dimensions.Kohei Yoshida1-4/+2
2012-02-24Modify dup count correctly when dimensions are removed.Kohei Yoshida1-6/+17
2012-02-24Properly tally original/duplicate dimension name counts.Kohei Yoshida1-13/+22
2012-02-24Ensure that the save dimension and regular dimension have identical name.Kohei Yoshida1-21/+50
2012-02-22Properly transfer layout and subtotal names before and after the dialog.Kohei Yoshida1-2/+9
2012-02-22auto_ptr to boost::scoped_ptr.Kohei Yoshida1-5/+5
2012-02-22Some cleanups.Kohei Yoshida1-3/+4
2012-02-14Remove std::auto_ptr in favor of boost::scoped_ptr.Kohei Yoshida1-4/+4
2012-02-14Correctly set pivot's popup flag when importing from Excel docs.Kohei Yoshida1-0/+22
2012-02-09Include dpglobal.hxx only when necessary.Kohei Yoshida1-1/+0
2012-02-09Really cleaned up dpglobal.hxx.Kohei Yoshida1-2/+2
2012-02-09Use names from unonames.hxx to be consistent.Kohei Yoshida1-15/+15
2012-02-09Pivot table related uno names to have SC_UNO_DP prefix.Kohei Yoshida1-9/+9
2012-01-17remove unused ScDP* methodsThomas Arnhold1-57/+0
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-1/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-06-08fdo#37816: Fix a crasher in datapilot table when moving a field button.Kohei Yoshida1-1/+4
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-14/+13
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-2/+2
2011-03-14fix misc merge issues breaking the buildMichael Meeks1-1/+1
2011-03-13Fix build: Use format string literalsThomas Arnhold1-5/+5
2011-03-13Move DBG_TRACE to OSL_TRACEThomas Arnhold1-1/+1
2011-03-13DBG_TRACESTR to OSL_TRACE for O*StringThomas Arnhold1-4/+4
2011-03-13Move DBG_TRACESTR to OSL_TRACE for a OUStringThomas Arnhold1-1/+1
2011-03-13Move DBG_TRACE to OSL_TRACEThomas Arnhold1-6/+6
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-1/+1