summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpsave.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-2/+2
2011-03-01Renamed ScDPTableDataCache to simply ScDPCache.Kohei Yoshida1-1/+1
2011-02-28More cleanups.Kohei Yoshida1-2/+0
2011-02-28Remove cache ID storage from ScDPSaveData.Kohei Yoshida1-5/+2
2011-02-21[PATCH 09/10] Remove deprecated List container.npcdoom1-122/+109
2011-02-06Migrate DEBUG to OSL_DEBUG_LEVELThomas Arnhold1-1/+1
2011-02-06port repository calc to boost unordered containersFridrich Štrba1-5/+5
2011-01-31Use OUStringBuffer in case we need to modify string after creation.Kohei Yoshida1-3/+4
2011-01-31Replaced tools/string with rtl::OUString in ScDPSaveDataSören Möller1-14/+14
2011-01-31Replaced tools/string with ::rtl::OUString in ScDPSaveDimensionSören Möller1-31/+32
2011-01-31Replaced tools/string with rtl::OUString in ScDPSaveMemberSören Möller1-2/+2
2011-01-31Cleaned up spacings in dpsave.hxx/.cxxSören Möller1-51/+36
2011-01-31Replaced tools/solar.h types with sal typesSören Möller1-73/+74
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-74/+74