summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-26convert to use std random instead of boostTomaž Vajngerl
2015-01-25coverity#1266474 Dereference null return valueCaolán McNamara
2015-01-25Revert "Globally disable threading for these for now."Michael Meeks
2015-01-25coverity#1266498 Uninitialized scalar variableCaolán McNamara
2015-01-25coverity#1266509 Useless callCaolán McNamara
2015-01-24Resolves: rhbz#1179642 crash in GetFocus with empty mpPreviouslyFocusedListBoxCaolán McNamara
2015-01-24Resolves: tdf#81124 crash on setting autofilter on column with no contentCaolán McNamara
2015-01-24cppcheck: fix redundantPointerOp reportsJulien Nabet
2015-01-24coverity#1265796 Dereference null return valueCaolán McNamara
2015-01-24coverity#1265804 Dereference null return valueCaolán McNamara
2015-01-24coverity#1265807 Dereference null return valueCaolán McNamara
2015-01-24coverity#265794 Dereference null return valueCaolán McNamara
2015-01-23Resolves: fdo#75565 reduce block on pasting rtf like we do for htmlCaolán McNamara
2015-01-23Hold ScHeaderFooterContentObj by rtl::ReferenceStephan Bergmann
2015-01-23Resolves: fdo#88735 crash after calling sort after subtotal removalCaolán McNamara
2015-01-23sal: try to avoid abuse of OUStringBuffer(int) ctorMichael Stahl
2015-01-23Use symbolic (not numeric) opcodes in the registry for the OpenCL use subsetTor Lillqvist
2015-01-22Resolves: fdo#88721 correct negated condition in range name validationEike Rathke
2015-01-22Resolves: fdo#88455 delete in empty data field crashesCaolán McNamara
2015-01-22Forgot theseTor Lillqvist
2015-01-22Make it obvious that this functions is for a very specific use onlyTor Lillqvist
2015-01-22Make FormulaGroupInterpreter::enableOpenCL() enable it as eagerly as possibleTor Lillqvist
2015-01-22Bin useless AMLOEXT commentsTor Lillqvist
2015-01-22Don't output idiotic comments in the generated OpenCLTor Lillqvist
2015-01-21add has-focus .ui supportCaolán McNamara
2015-01-21fdo #88578: Focus on first checkbox when showing calc paste special dialogThomas Viehmann
2015-01-21callcatcher: update unused codeCaolán McNamara
2015-01-20it's unnecessary to obtain the marked object in move mode, fdo#88339 followupEike Rathke
2015-01-20change assert() to SAL_WARN_IF()Eike Rathke
2015-01-20Make the RAND() and RANDBETWEEN() Calc functions non-random when requestedTor Lillqvist
2015-01-20fdo#88547 allow inline date-arrays for array functionsWinfried Donkers
2015-01-20fdo#88623 replace std::deque with std::vector in xlsx savingLászló Németh
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann
2015-01-20Some more loplugin:cstylecast: scStephan Bergmann
2015-01-19in COUNT() use ConvertStringToValue() for literal string argumentsEike Rathke
2015-01-19add a comment about string conversion configurationEike Rathke
2015-01-19fdo#88339 Fixed Calc constrained image movementTrent MacAlpine
2015-01-18rename AddRange to SetRangeMarkus Mohrhard
2015-01-18remove duplicated codeMarkus Mohrhard
2015-01-18add warning for empty conditional format rangesMarkus Mohrhard
2015-01-17rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the timeMichael Stahl
2015-01-16Use 1/100mm map mode for rendering edit text objects.Kohei Yoshida
2015-01-16Get texts to scale correctly with zoom.Kohei Yoshida
2015-01-16Multiply tile position by the zoom level.Kohei Yoshida
2015-01-16don't access empty range list, could be rhbz#1180312Eike Rathke
2015-01-16replace decrementing loop with -=Eike Rathke
2015-01-16Correctly offset based on tile position.Kohei Yoshida
2015-01-16Add SAL_INFO messages for OpenCL buffers createdTor Lillqvist
2015-01-16Explain what the function doesTor Lillqvist