summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* fdo#56276 - resize/reposition rotated shapes in a sensible wayNoel Power2013-02-1912-72/+199
* fdo#38838 ScGlobal::GetRscString() now returns OUString instead of String.Jean-Noël Rouvignac2013-02-1911-26/+26
* Better wording for several ActionsSamuel Mehrbrodt2013-02-181-6/+6
* coverity: fix memory leakMarkus Mohrhard2013-02-171-2/+2
* coverity: make clear that this is safeMarkus Mohrhard2013-02-171-1/+2
* coverity: fix memory leakMarkus Mohrhard2013-02-171-1/+1
* coverity: fix memory leakMarkus Mohrhard2013-02-171-1/+1
* coverity: fix memory leakMarkus Mohrhard2013-02-172-3/+2
* coverity: fix memory leakMarkus Mohrhard2013-02-171-0/+2
* coverity: fix memory leakMarkus Mohrhard2013-02-171-0/+1
* coverity: fix memory leakMarkus Mohrhard2013-02-171-12/+7
* coverity: variable values is unusedMarkus Mohrhard2013-02-161-3/+2
* coverity: variable value is unusedMarkus Mohrhard2013-02-161-2/+0
* coverity: variable value is not usedMarkus Mohrhard2013-02-161-1/+0
* coverity: unused variable valueMarkus Mohrhard2013-02-161-1/+0
* Check for member visibility in the dimension code.Kohei Yoshida2013-02-151-310/+308
* Add a quick way to dump the content of pivot table result tree.Kohei Yoshida2013-02-1511-6/+96
* coverity: finally fix the memory leak correctlyMarkus Mohrhard2013-02-161-1/+2
* coverity: we need a virtual d'tor hereMarkus Mohrhard2013-02-161-1/+5
* fix indentationMarkus Mohrhard2013-02-161-3/+3
* coverity: copy & paste errorMarkus Mohrhard2013-02-161-1/+1
* coverity: fix copy & paste errorMarkus Mohrhard2013-02-161-1/+1
* coverity: fix copy & paste errorMarkus Mohrhard2013-02-161-1/+1
* coverity: prevent integer overflowMarkus Mohrhard2013-02-161-1/+1
* coverity: fix copy&paste errorMarkus Mohrhard2013-02-161-1/+1
* coverity: fix memory leakMarkus Mohrhard2013-02-161-0/+2
* coverity: fix memory leakMarkus Mohrhard2013-02-161-0/+3
* coverity: fix memory leakMarkus Mohrhard2013-02-161-4/+2
* coverity: fix memory leakMarkus Mohrhard2013-02-161-0/+2
* coverity: fix memory leakMarkus Mohrhard2013-02-161-3/+2
* coverity: fix memory leakMarkus Mohrhard2013-02-161-3/+1
* coverity: prevent acces to unintialized variableMarkus Mohrhard2013-02-161-1/+1
* coverity: fix memory leakMarkus Mohrhard2013-02-161-0/+1
* coverity: seems to be unused nowMarkus Mohrhard2013-02-161-5/+0
* Revert "coverity: fix memory leak"Markus Mohrhard2013-02-151-1/+1
* coverity: prevent use of unitialized variableMarkus Mohrhard2013-02-151-1/+1
* coverity: fix memory leakMarkus Mohrhard2013-02-151-1/+1
* coverity: fix memory leakMarkus Mohrhard2013-02-151-0/+1
* coverity: fix memory leakMarkus Mohrhard2013-02-151-0/+1
* coverity: fix memory leakMarkus Mohrhard2013-02-151-0/+2
* use boost::scoped_ptrMarkus Mohrhard2013-02-151-3/+1
* don't access freed memoryMarkus Mohrhard2013-02-151-0/+3
* coverity: fix memory leakMarkus Mohrhard2013-02-151-1/+1
* coverity: initialize variableMarkus Mohrhard2013-02-151-1/+2
* coverity: fix memory leakMarkus Mohrhard2013-02-151-0/+1
* This one is less awkward.Kohei Yoshida2013-02-151-28/+12
* renamed SetRecalcMode...() to SetExclusiveRecalcMode...()Eike Rathke2013-02-154-6/+6
* WaE: comparison between signed and unsigned integer expressionsTor Lillqvist2013-02-151-4/+4
* Fix subsequentcheck. We need to have at least one measure data at all times.Kohei Yoshida2013-02-141-4/+33
* Disable DumpState() and its friends when not debugging pivot code.Kohei Yoshida2013-02-142-7/+28