summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-14forgotten mnemonic widgetsCaolán McNamara1-0/+2
2013-02-14adapt code to insert sheet .uiCaolán McNamara11-439/+318
2013-02-14consistent 6px border and frame top alignmentCaolán McNamara1-13/+3
2013-02-14Converted Insert -> Sheet widget.Abdulelah Alarifi1-0/+387
2013-02-13sal_Bool to bool.Kohei Yoshida2-13/+10
2013-02-13ScDPValueData->ScDPValue. The last 'Data' sounds very redundant.Kohei Yoshida10-33/+33
2013-02-13Switch integer constants to enum & prefix data members with 'm'.Kohei Yoshida8-40/+56
2013-02-13Fix Variable 'bMark' assigned a value never usedJulien Nabet1-4/+1
2013-02-13calc : multiple tabs can be hidden at onceLaurent Godard1-22/+15
2013-02-13avoid MSVC C4150 , caused by 55b39ff42eLuboš Luňák1-1/+1
2013-02-13Remove VALIDTAB and other similar macrosJulien Nabet15-118/+115
2013-02-13WaE: struct/class mixupTor Lillqvist1-2/+2
2013-02-13update pch headers, broken by 1aaf9a9Luboš Luňák1-6/+33
2013-02-12bnc#802350: Cell validation is not a special (cell) content.Kohei Yoshida1-1/+1
2013-02-12Some cppcheck cleaningJulien Nabet1-3/+2
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida57-126/+126
2013-02-12Remove excessive inclusion of cell.hxx from other headers.Kohei Yoshida17-26/+49
2013-02-12Add prefix 'm' for ScEditCell's data members.Kohei Yoshida2-47/+48
2013-02-12Made similar change to SetData() of ScEditCell.Kohei Yoshida7-28/+65
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida18-62/+93