summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-02-16coverity: variable values is unusedMarkus Mohrhard
2013-02-16coverity: variable value is unusedMarkus Mohrhard
2013-02-16coverity: variable value is not usedMarkus Mohrhard
2013-02-16coverity: unused variable valueMarkus Mohrhard
2013-02-15Check for member visibility in the dimension code.Kohei Yoshida
2013-02-15Add a quick way to dump the content of pivot table result tree.Kohei Yoshida
2013-02-16coverity: finally fix the memory leak correctlyMarkus Mohrhard
2013-02-16coverity: we need a virtual d'tor hereMarkus Mohrhard
2013-02-16fix indentationMarkus Mohrhard
2013-02-16coverity: copy & paste errorMarkus Mohrhard
2013-02-16coverity: fix copy & paste errorMarkus Mohrhard
2013-02-16coverity: fix copy & paste errorMarkus Mohrhard
2013-02-16coverity: prevent integer overflowMarkus Mohrhard
2013-02-16coverity: fix copy&paste errorMarkus Mohrhard
2013-02-16coverity: fix memory leakMarkus Mohrhard
2013-02-16coverity: fix memory leakMarkus Mohrhard
2013-02-16coverity: fix memory leakMarkus Mohrhard
2013-02-16coverity: fix memory leakMarkus Mohrhard
2013-02-16coverity: fix memory leakMarkus Mohrhard
2013-02-16coverity: fix memory leakMarkus Mohrhard
2013-02-16coverity: prevent acces to unintialized variableMarkus Mohrhard
2013-02-16coverity: fix memory leakMarkus Mohrhard
2013-02-16coverity: seems to be unused nowMarkus Mohrhard
2013-02-15Revert "coverity: fix memory leak"Markus Mohrhard
2013-02-15coverity: prevent use of unitialized variableMarkus Mohrhard
2013-02-15coverity: fix memory leakMarkus Mohrhard
2013-02-15coverity: fix memory leakMarkus Mohrhard
2013-02-15coverity: fix memory leakMarkus Mohrhard
2013-02-15coverity: fix memory leakMarkus Mohrhard
2013-02-15use boost::scoped_ptrMarkus Mohrhard
2013-02-15don't access freed memoryMarkus Mohrhard
2013-02-15coverity: fix memory leakMarkus Mohrhard
2013-02-15coverity: initialize variableMarkus Mohrhard
2013-02-15coverity: fix memory leakMarkus Mohrhard
2013-02-15This one is less awkward.Kohei Yoshida
2013-02-15renamed SetRecalcMode...() to SetExclusiveRecalcMode...()Eike Rathke
2013-02-15WaE: comparison between signed and unsigned integer expressionsTor Lillqvist
2013-02-14Fix subsequentcheck. We need to have at least one measure data at all times.Kohei Yoshida
2013-02-14Disable DumpState() and its friends when not debugging pivot code.Kohei Yoshida
2013-02-14Why in the world would anyone pass an integer as a const reference...Kohei Yoshida
2013-02-14This should be a struct & let's not put everything in header.Kohei Yoshida
2013-02-14Actually we can just swap them. The originals are not used after this call.Kohei Yoshida
2013-02-14Use std::vector instead of C-style arrays.Kohei Yoshida
2013-02-14Pass ScDPSource to ScDPResultData as a reference.Kohei Yoshida
2013-02-14Caller should check the member visibility, not the callee.Kohei Yoshida
2013-02-14Misc cleanup - scope reduction, string, class description etc.Kohei Yoshida
2013-02-14More boolean cleanups.Kohei Yoshida
2013-02-14String to OUString.Kohei Yoshida
2013-02-14Massive sal_Bool to bool conversion.Kohei Yoshida
2013-02-14Fix ugly indentation.Kohei Yoshida