summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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 Yoshida11-6/+96
2013-02-16coverity: finally fix the memory leak correctlyMarkus Mohrhard1-1/+2
2013-02-16coverity: we need a virtual d'tor hereMarkus Mohrhard1-1/+5
2013-02-16fix indentationMarkus Mohrhard1-3/+3
2013-02-16coverity: copy & paste errorMarkus Mohrhard1-1/+1
2013-02-16coverity: fix copy & paste errorMarkus Mohrhard1-1/+1
2013-02-16coverity: fix copy & paste errorMarkus Mohrhard1-1/+1
2013-02-16coverity: prevent integer overflowMarkus Mohrhard1-1/+1
2013-02-16coverity: fix copy&paste errorMarkus Mohrhard1-1/+1
2013-02-16coverity: fix memory leakMarkus Mohrhard1-0/+2
2013-02-16coverity: fix memory leakMarkus Mohrhard1-0/+3
2013-02-16coverity: fix memory leakMarkus Mohrhard1-4/+2
2013-02-16coverity: fix memory leakMarkus Mohrhard1-0/+2
2013-02-16coverity: fix memory leakMarkus Mohrhard1-3/+2
2013-02-16coverity: fix memory leakMarkus Mohrhard1-3/+1
2013-02-16coverity: prevent acces to unintialized variableMarkus Mohrhard1-1/+1
2013-02-16coverity: fix memory leakMarkus Mohrhard1-0/+1
2013-02-16coverity: seems to be unused nowMarkus Mohrhard1-5/+0
2013-02-15Revert "coverity: fix memory leak"Markus Mohrhard1-1/+1
2013-02-15coverity: prevent use of unitialized variableMarkus Mohrhard1-1/+1
2013-02-15coverity: fix memory leakMarkus Mohrhard1-1/+1
2013-02-15coverity: fix memory leakMarkus Mohrhard1-0/+1
2013-02-15coverity: fix memory leakMarkus Mohrhard1-0/+1
2013-02-15coverity: fix memory leakMarkus Mohrhard1-0/+2
2013-02-15use boost::scoped_ptrMarkus Mohrhard1-3/+1
2013-02-15don't access freed memoryMarkus Mohrhard1-0/+3
2013-02-15coverity: fix memory leakMarkus Mohrhard1-1/+1
2013-02-15coverity: initialize variableMarkus Mohrhard1-1/+2
2013-02-15coverity: fix memory leakMarkus Mohrhard1-0/+1
2013-02-15This one is less awkward.Kohei Yoshida1-28/+12
2013-02-15renamed SetRecalcMode...() to SetExclusiveRecalcMode...()Eike Rathke4-6/+6
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 Yoshida2-7/+28
2013-02-14Why in the world would anyone pass an integer as a const reference...Kohei Yoshida2-2/+2
2013-02-14This should be a struct & let's not put everything in header.Kohei Yoshida2-5/+11
2013-02-14Actually we can just swap them. The originals are not used after this call.Kohei Yoshida3-41/+15
2013-02-14Use std::vector instead of C-style arrays.Kohei Yoshida2-44/+31
2013-02-14Pass ScDPSource to ScDPResultData as a reference.Kohei Yoshida3-22/+21
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 Yoshida2-29/+31
2013-02-14More boolean cleanups.Kohei Yoshida2-66/+65
2013-02-14String to OUString.Kohei Yoshida2-45/+45
2013-02-14Massive sal_Bool to bool conversion.Kohei Yoshida3-134/+132
2013-02-14Fix ugly indentation.Kohei Yoshida1-10/+10
2013-02-14CalcRowData can be passed as a const reference.Kohei Yoshida2-2/+2
2013-02-14assert if there is a wrong index, a warning is not enoughMarkus Mohrhard1-8/+2
2013-02-14another case of wrong escaping for "Markus Mohrhard1-2/+2
2013-02-14use >= as mentioned in the UI, fdo#60798Markus Mohrhard1-2/+2