summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2017-04-22mark all new styles as default styles, tdf#103380, tdf#103330Markus Mohrhard
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-20keep list sorted by alphabetical opcodeEike Rathke
2017-04-20Resolves: tdf#99625 add parameter classification for TEXTJOIN and CONCATEike Rathke
2017-04-20sc lok: Notify when comment is added to destination docPranav Kant
2017-04-19remove unnecessary temporaryEike Rathke
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-04-19convert MeasurementSystem to scoped enumNoel Grandin
2017-04-19Add Dump() method to ScFormulaCell.Kohei Yoshida
2017-04-18only handling copy&paste needed, cut&paste bailed out, tdf#105245 follow-upEike Rathke
2017-04-16cppcheck: arrayIndexThenCheckJulien Nabet
2017-04-15sc: Skip redundant check of emptinessTakeshi Abe
2017-04-14Make it easier to inspect string formula results.Kohei Yoshida
2017-04-13tdf#92650: handle overwritten references correctly in undo.Kohei Yoshida
2017-04-13finally switch the workaround offEike Rathke
2017-04-13turn assert into SAL_INFOEike Rathke
2017-04-13control deletion of SdrCaptionObj within ScCaptionPtr by refcountEike Rathke
2017-04-13bail out early if there is no caption to removeEike Rathke
2017-04-13in RemoveCaption() forget() instead of reset(nullptr)Eike Rathke
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin
2017-04-12tag ScAddress and friends with SAL_WARN_UNUSEDNoel Grandin
2017-04-12drop document_io_logring.txt and use global loggingCaolán McNamara
2017-04-11set mbNotOwner at various placesEike Rathke
2017-04-11reset variables when not ownerEike Rathke
2017-04-11rename ScCaptionPtr (mb|set)InUndo to (mb|set)NotOwnerEike Rathke
2017-04-11tdf#84837 Add Show/Hide all comments commands to Calc.Gulsah Kose
2017-04-11there are still cases where the caption pointer is danglingEike Rathke
2017-04-11loplugin:inlinefields in ScJumpMatrixNoel Grandin
2017-04-11call UpdateReference also for single cell copying, tdf#105245Markus Mohrhard
2017-04-11shrinking the DB area just causes problems, tdf#89546Markus Mohrhard
2017-04-11fix indentationMarkus Mohrhard
2017-04-10tdf#105044 match empty cells on "<> not-empty" comparisonsBernhard Widl
2017-04-10finally free the SdrObject in ScCaptionPtr::decRefAndDestroy()Eike Rathke
2017-04-10introduce ScCaptionPtr InUndoEike Rathke
2017-04-10Add bool bIgnoreUndo parameter to removeFromDrawPageAndFree()Eike Rathke
2017-04-10move implementation from RemoveCaption() to removeFromDrawPageAndFree()Eike Rathke
2017-04-10narrow the assert condition further downEike Rathke
2017-04-10can't keep track of drawlayer insertionEike Rathke
2017-04-10tdf#39468 Translate German commentsJens Carl
2017-04-09add the merge flags to the item set dumpMarkus Mohrhard
2017-04-08support undo of whole conditional format list, tdf#95617Markus Mohrhard
2017-04-08support normal mark in deletion codeMarkus Mohrhard
2017-04-08ScAttrArray::HasAttrib needs to process the default pattern if none setMarkus Mohrhard
2017-04-07yet another mxCaption refs==1 case to exclude from assertEike Rathke
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin
2017-04-07tdf#39468 Translate German commentsJens Carl
2017-04-06Fix the inline comment a bit to make it make more sense.Kohei Yoshida
2017-04-07Print formula strings for non-shared formula cells as well.Kohei Yoshida
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann
2017-04-06loplugin:redundantcast check for c-style casts to voidNoel Grandin