summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-04-08support normal mark in deletion codeMarkus Mohrhard1-4/+16
2017-04-08ScAttrArray::HasAttrib needs to process the default pattern if none setMarkus Mohrhard2-130/+140
2017-04-07uitest: temporarily disable failing testMarkus Mohrhard1-0/+3
2017-04-07yet another mxCaption refs==1 case to exclude from assertEike Rathke1-2/+4
2017-04-07out-of-bounds tab access when deleting second last sheetEike Rathke1-2/+2
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin2-8/+8
2017-04-07tdf#74074 Ability to rearrange order of conditionsManfred Blume3-5/+113
2017-04-07Fix typosAndrea Gelmini4-5/+5
2017-04-07tdf#39468 Translate German commentsJens Carl1-1/+1
2017-04-06Fix the inline comment a bit to make it make more sense.Kohei Yoshida1-2/+2
2017-04-07Make it a bit easier to read.Kohei Yoshida1-5/+5
2017-04-07Print formula strings for non-shared formula cells as well.Kohei Yoshida1-0/+1
2017-04-06tdf#55236 save settings of CSV export dialogBernhard Widl7-10/+54
2017-04-06tdf#97357 allow insert image if sheet is protected but few cells are notBernhard Widl1-1/+23
2017-04-06unit test for CEILING and FLOOR .xlsx export, tdf#100011Bartosz Kosiorek2-0/+18
2017-04-06these FUNCFLAG_EXPORTONLY need also FUNCFLAG_MACROCALL_NEW, tdf#100011 relatedEike Rathke1-2/+2
2017-04-06Resolves: tdf#100011 (re-)add ocCeil and ocFloor .xls(x) export mappingsEike Rathke1-0/+5
2017-04-06add BAHTTEXT test caseZdeněk Crhonek1-0/+4967
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann27-46/+43
2017-04-06tdf#39468 Translate German commentsJens Carl22-123/+118
2017-04-06loplugin:useuniqueptrJan-Marek Glogowski1-2/+3
2017-04-06loplugin:useuniqueptrStephan Bergmann1-2/+4
2017-04-06loplugin:useuniqueptr for ScViewFunc::InsertNameJan-Marek Glogowski1-6/+5
2017-04-06loplugin:redundantcast check for c-style casts to voidNoel Grandin1-1/+1
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin3-9/+5
2017-04-06move ScAutoFormat::Save out of dtorCaolán McNamara3-23/+10
2017-04-06Fix typosAndrea Gelmini6-8/+8
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin10-18/+17
2017-04-05sc: fix type mismatchJochen Nitschke3-3/+3
2017-04-05unused variableJochen Nitschke1-1/+0
2017-04-05Letters are cheapTor Lillqvist1-19/+19
2017-04-05lok: notify cell note removes before erasing storageHenry Castro3-1/+8
2017-04-05Bin obsolete commentTor Lillqvist1-9/+0
2017-04-05tdf#39468 Translate German commentsJens Carl8-76/+75
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin6-10/+10
2017-04-05sc: remove unused private fieldJochen Nitschke2-3/+0
2017-04-05Clarify messageTor Lillqvist1-1/+1
2017-04-05LOK - Calc: beyond row 65535 it is not possibile to resize a rowMarco Cecchetti2-2/+2
2017-04-05tdf#39468 Translate German commentsJens Carl26-151/+150
2017-04-05Add another FIXMETor Lillqvist1-0/+6
2017-04-05-Werror,-Wunused-private-fieldStephan Bergmann4-15/+10
2017-04-05Add FIXMETor Lillqvist1-2/+6
2017-04-05tdf#39468 Translate German commentsJens Carl9-31/+31
2017-04-05coverity#1404783 Dereference null return valueCaolán McNamara1-15/+14
2017-04-05sc: remove redundant castsJochen Nitschke1-3/+3
2017-04-05sc: use std::reverseJochen Nitschke1-8/+2
2017-04-05teach constantparam plugin to find always on and always off bitmask valuesNoel Grandin2-2/+2
2017-04-05loplugin:constantparam part2Noel Grandin4-5/+5
2017-04-05loplugin:constantparamNoel Grandin32-110/+95
2017-04-05tdf#106868: fix crash when modify external linkNoel Grandin6-64/+57