summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dptabsrc.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-07-11fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida1-1/+1
2013-07-09Mark as constTakeshi Abe1-4/+4
2013-07-01Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-19Rename to ScDPResultTree.Kohei Yoshida1-1/+1
2013-04-19Remove debug statements..Kohei Yoshida1-44/+0
2013-04-19Retrieve the result value for GETPIVOTDATA for real (finally!)Kohei Yoshida1-15/+13
2013-04-19More progress. Getting more clue, but still not out of the dark yet.Kohei Yoshida1-9/+16
2013-04-19Add some more notes to make it easier to pick up on this for my next visit.Kohei Yoshida1-0/+2
2013-04-19fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida1-2/+66
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-77/+77
2013-02-15Add a quick way to dump the content of pivot table result tree.Kohei Yoshida1-0/+10
2013-02-14Actually we can just swap them. The originals are not used after this call.Kohei Yoshida1-10/+1
2013-02-14Pass ScDPSource to ScDPResultData as a reference.Kohei Yoshida1-1/+1
2013-02-14Massive sal_Bool to bool conversion.Kohei Yoshida1-2/+2
2013-01-04Remove the last use of SC_DP_MAX_FIELDS.Kohei Yoshida1-149/+164
2013-01-04More on removing use of SC_DP_MAX_FIELDS.Kohei Yoshida1-6/+8
2012-12-17callcatcher: update unusedcode code listCaolán McNamara1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-31Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida1-17/+18
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-6/+6
2012-07-24it's pData2Eike Rathke1-1/+1
2012-07-24prevent crash in malformed pivot table loaded from .xlsEike Rathke1-5/+12
2012-06-09Remove superfluous include commentsThomas Arnhold1-6/+0
2012-03-22removed duplicate includes in scTakeshi Abe1-1/+0
2012-03-12Get double-click drill-down of pivot data to work again.Kohei Yoshida1-4/+3
2012-03-10Fix : statement following break will never be executedJulien Nabet1-2/+0
2012-03-09vector and rtl::Reference over manual ref-counting.Kohei Yoshida1-31/+16
2012-03-09Even more cleanup and fixing.Kohei Yoshida1-6/+27
2012-03-09Cleaned up code.Kohei Yoshida1-1/+0
2012-03-09Get normal grouping to work again.Kohei Yoshida1-0/+1
2012-03-09Some adjustments.Kohei Yoshida1-13/+4
2012-03-09Display special first/last date names correctly.Kohei Yoshida1-1/+6
2012-03-09More on correctly formatting grouped values.Kohei Yoshida1-3/+3
2012-03-09Fix the result hierarchy construction. Still lots of places remain broken.Kohei Yoshida1-2/+0
2012-03-09Massive rework to reduce the size of ScDPItemData.Kohei Yoshida1-4/+8
2012-02-25Show column/row grand totals only when at least one column/row field exists.Kohei Yoshida1-2/+9
2012-02-24Use a dedicated method instead of manually removing trailing '*'s.Kohei Yoshida1-2/+2
2012-02-24More scope reduction by early bail-out.Kohei Yoshida1-45/+42
2012-02-24Scope reduction.Kohei Yoshida1-172/+172
2012-02-22Return original dimension position via UNO in case it's a duplicate.Kohei Yoshida1-0/+6
2012-02-22Removed virtual-ness from effectively non-virtual functions.Kohei Yoshida1-18/+2
2012-02-10Cleaned up ScDPSource and ScDPMember(s) a bit.Kohei Yoshida1-225/+135
2012-02-10String to rtl::OUString.Kohei Yoshida1-3/+3
2012-02-10Fixed the accidental swapping of equality / non-equality condition.Kohei Yoshida1-1/+1
2012-02-09Cleaned up more header include silliness.Kohei Yoshida1-1/+3
2012-02-09More duplicated defines.Kohei Yoshida1-2/+2