summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Why in the world would anyone pass an integer as a const reference...Kohei Yoshida2013-02-142-2/+2
* This should be a struct & let's not put everything in header.Kohei Yoshida2013-02-142-5/+11
* Actually we can just swap them. The originals are not used after this call.Kohei Yoshida2013-02-143-41/+15
* Use std::vector instead of C-style arrays.Kohei Yoshida2013-02-142-44/+31
* Pass ScDPSource to ScDPResultData as a reference.Kohei Yoshida2013-02-143-22/+21
* Caller should check the member visibility, not the callee.Kohei Yoshida2013-02-141-82/+80
* Misc cleanup - scope reduction, string, class description etc.Kohei Yoshida2013-02-142-29/+31
* More boolean cleanups.Kohei Yoshida2013-02-142-66/+65
* String to OUString.Kohei Yoshida2013-02-142-45/+45
* Massive sal_Bool to bool conversion.Kohei Yoshida2013-02-143-134/+132
* Fix ugly indentation.Kohei Yoshida2013-02-141-10/+10
* CalcRowData can be passed as a const reference.Kohei Yoshida2013-02-142-2/+2
* assert if there is a wrong index, a warning is not enoughMarkus Mohrhard2013-02-141-8/+2
* another case of wrong escaping for "Markus Mohrhard2013-02-141-2/+2
* use >= as mentioned in the UI, fdo#60798Markus Mohrhard2013-02-141-2/+2
* forgotten mnemonic widgetsCaolán McNamara2013-02-141-0/+2
* adapt code to insert sheet .uiCaolán McNamara2013-02-1411-439/+318
* consistent 6px border and frame top alignmentCaolán McNamara2013-02-141-13/+3