summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dptabres.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-29Presumably "eType ==" is missing hereStephan Bergmann1-1/+1
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin1-2/+1
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-2/+2
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-2/+2
2013-10-08convert sc/source/core/data/*.cxx from String to OUStringNoel Grandin1-9/+9
2013-10-03rtl_ustr_hashCode_WithLength -> OUString:hashCodeCaolán McNamara1-1/+1
2013-10-03de-GetBuffer calcCaolán McNamara1-1/+1
2013-07-11fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida1-20/+25
2013-06-29remove some createFromAscii usageThomas Arnhold1-1/+1
2013-04-19Remove debug statements..Kohei Yoshida1-42/+0
2013-04-19fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida1-76/+189
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-13/+12
2013-02-15Check for member visibility in the dimension code.Kohei Yoshida1-310/+308
2013-02-15Add a quick way to dump the content of pivot table result tree.Kohei Yoshida1-0/+67
2013-02-15This one is less awkward.Kohei Yoshida1-28/+12
2013-02-15WaE: comparison between signed and unsigned integer expressionsTor Lillqvist1-4/+4
2013-02-14Fix subsequentcheck. We need to have at least one measure data at all times.Kohei Yoshida1-4/+33
2013-02-14Disable DumpState() and its friends when not debugging pivot code.Kohei Yoshida1-3/+15
2013-02-14Why in the world would anyone pass an integer as a const reference...Kohei Yoshida1-1/+1
2013-02-14This should be a struct & let's not put everything in header.Kohei Yoshida1-0/+7
2013-02-14Actually we can just swap them. The originals are not used after this call.Kohei Yoshida1-27/+8
2013-02-14Use std::vector instead of C-style arrays.Kohei Yoshida1-37/+25
2013-02-14Pass ScDPSource to ScDPResultData as a reference.Kohei Yoshida1-16/+16
2013-02-14Caller should check the member visibility, not the callee.Kohei Yoshida1-82/+80
2013-02-14Misc cleanup - scope reduction, string, class description etc.Kohei Yoshida1-29/+28
2013-02-14More boolean cleanups.Kohei Yoshida1-65/+64
2013-02-14String to OUString.Kohei Yoshida1-29/+28
2013-02-14Massive sal_Bool to bool conversion.Kohei Yoshida1-67/+66
2013-02-13ScDPValueData->ScDPValue. The last 'Data' sounds very redundant.Kohei Yoshida1-9/+9
2013-02-13Switch integer constants to enum & prefix data members with 'm'.Kohei Yoshida1-13/+13
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida1-4/+4
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-1/+1
2013-01-04Remove SC_DP_MAX_FIELDS from ScDPRunningTotalState too.Kohei Yoshida1-62/+76
2013-01-04Remove hard-coded upper field limit from ScDPInitState.Kohei Yoshida1-41/+21
2013-01-03fdo#58004: Fix out-of-bound access to std::vector.Kohei Yoshida1-17/+7
2013-01-03Let's first fix this horrible formatting.Kohei Yoshida1-23/+19
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-31Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida1-5/+5
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-4/+4
2012-07-06Properly rehash row visibility when the layout dialog is dismissed.Kohei Yoshida1-1/+0
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-6/+6
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
2012-03-26WaE: compile under product and dbgutil modesCaolán McNamara1-7/+7
2012-03-23Added dump methods to various classes to make debugging easier.Kohei Yoshida1-2/+2
2012-03-23A little clean up.Kohei Yoshida1-7/+7
2012-03-12Remove unused code in dptabresSantiago Martinez1-18/+0
2012-03-12Get double-click drill-down of pivot data to work again.Kohei Yoshida1-1/+1
2012-03-09Keep vector as vector.Kohei Yoshida1-2/+2
2012-03-09Cleaned up code.Kohei Yoshida1-42/+0