summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2017-04-16coverity#1405157 Unchecked return valueCaolán McNamara
2017-04-16cppcheck: arrayIndexThenCheckJulien Nabet
2017-04-16first stab at replacing hard coded relationships with calls to a methodMarkus Mohrhard
2017-04-15sc: Skip redundant check of emptinessTakeshi Abe
2017-04-15Fix typosAndrea Gelmini
2017-04-14Make it easier to inspect string formula results.Kohei Yoshida
2017-04-14remove the old collaboration feature based on telepathyMarkus Mohrhard
2017-04-14update cppunit to 1.14.0Markus Mohrhard
2017-04-13convert AX_FONTDATA to o3tl::typed_flagsNoel Grandin
2017-04-13sc lok: Add/Remove comment uno undo/redoPranav Kant
2017-04-13add STDEVPA test caseZdeněk Crhonek
2017-04-13add ZTEST, Z.TEST test caseZdeněk Crhonek
2017-04-13Removed duplicated includesAndrea Gelmini
2017-04-13tdf#92650: add a unit test for this.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-12can use gb_CppunitTest_use_configuration and still access .ui filesCaolán McNamara
2017-04-12convert AX_FONTDATA constants to scoped enumNoel Grandin
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-11deleting pModel also deletes the SdrCaptionObjEike Rathke
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-11OFFICE-2102: ODF export: write <text:s> after non-mark elements tooMichael Stahl
2017-04-11xmloff: rename one overloaded XMLTextParagraphExport::exportTextMichael Stahl
2017-04-11nitpicks, tdf#84837 follow-upEike 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 LOTUS_ROOTNoel Grandin
2017-04-11loplugin:inlinefields in ScHTMLLayoutParserNoel Grandin
2017-04-11loplugin:inlinefields in ScJumpMatrixNoel Grandin
2017-04-11add test for tdf#105245Markus Mohrhard
2017-04-11call UpdateReference also for single cell copying, tdf#105245Markus Mohrhard
2017-04-11rename variable to reflect the limitation to columnsMarkus 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-10flag ScCaptionPtr::setInUndo() in ScUndoReplaceNoteEike 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