summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-07-17OOXML import: CalcFormulaTree() is unnecessary, tdf#94925 follow-upEike Rathke1-1/+3
2018-07-17Added option to remove applied transformation.Manuj Vashist9-67/+223
2018-07-17loplugin:useuniqueptr in ScTabViewNoel Grandin3-20/+20
2018-07-17loplugin:useuniqueptr in CachedTokenArrayNoel Grandin1-8/+2
2018-07-17coverity#1401328 Uncaught exceptionCaolán McNamara4-14/+16
2018-07-17ofz#9454 Integer-overflowCaolán McNamara1-1/+2
2018-07-17sc: Drop #undef leftoverTakeshi Abe1-3/+0
2018-07-17loplugin:useuniqueptr in ScPivotFilterDlgNoel Grandin2-4/+3
2018-07-17loplugin:useuniqueptr in XclEscherExNoel Grandin2-13/+12
2018-07-17Pop all remaining arguments on stack in ScInterpreter::Iterateparameters().Winfried Donkers1-2/+1
2018-07-17loplugin:useuniqueptr in ScCondFormatManagerDlgNoel Grandin6-16/+14
2018-07-17loplugin:useuniqueptr in ScTpCalcOptionsNoel Grandin2-4/+4
2018-07-17loplugin:useuniqueptr in ImportExcelNoel Grandin4-9/+10
2018-07-17remove the GL based 3D chartsMarkus Mohrhard2-2/+0
2018-07-16tdf#113646, export font size for dxf recordsMarkus Mohrhard1-0/+7
2018-07-16tdf#69460, tdf#118416: Don't copy whole columns to the clipboardTor Lillqvist1-19/+47
2018-07-16uitest for bug tdf#102525Zdeněk Crhonek4-0/+64
2018-07-16Remove obsolete (cargo-cult copied) dependenciesJens Carl1-29/+1
2018-07-16coverity#1401328 Uncaught exceptionCaolán McNamara1-1/+2
2018-07-16return BaseProcessor2D by std::unique_ptrNoel Grandin2-2/+2
2018-07-16Remove obsolete (cargo-cult copied) dependenciesJens Carl1-30/+1
2018-07-16related tdf#113646, keep cjk, ctl font items in syncMarkus Mohrhard1-11/+22
2018-07-16pretty-print the calc default stylesMarkus Mohrhard1-8/+8
2018-07-15related tdf#117816, the dxf ID is a global and not a sheet propertyMarkus Mohrhard2-2/+2
2018-07-15related tdf#117816, only export cond format formula to xlsx when requiredMarkus Mohrhard1-3/+24
2018-07-15related tdf#117816, add more work arounds for MS Excel bugsMarkus Mohrhard1-11/+53
2018-07-15use array version of unique_ptrJochen Nitschke1-1/+1
2018-07-15add test for tdf#117816Markus Mohrhard2-0/+13
2018-07-15tdf#117816, work around MS Excel bug with containsText cond formatMarkus Mohrhard1-0/+10
2018-07-14Remove the check for IsRecalcModeMustAfterImport(), tdf#94925 follow-upEike Rathke1-15/+6
2018-07-14Broadcast formula cells marked for recalc, tdf#94925 relatedEike Rathke3-0/+62
2018-07-14add test for tdf#91385Markus Mohrhard2-0/+40
2018-07-14tdf#91385, recalc cond format formulas during hard recalcMarkus Mohrhard3-0/+42
2018-07-14sc: disable sc_apitest::ScTabViewObj::testGetReferredCells()Miklos Vajna1-1/+2
2018-07-14add tests for tdf#117809Markus Mohrhard4-0/+45
2018-07-14tdf#117809, listen to the actual conditional format range if necessaryMarkus Mohrhard6-11/+81
2018-07-14Resolves: tdf#94925 do not unset dirty if formula cell must be recalculatedEike Rathke1-6/+20
2018-07-13sc: Add a test case for ZTEST() raising #DIV/0!Takeshi Abe1-4/+16
2018-07-13uitest Calc - ValidityZdeněk Crhonek3-0/+164
2018-07-13Rework FormulaTokenArray ScRecalcMode in preparation for tdf#94925Eike Rathke4-14/+6
2018-07-13Remove now superfluous CheckLinkFormulaNeedingCheck() callEike Rathke1-3/+0
2018-07-13Remove obsolete (cargo-cult copied) dependenciesJens Carl1-30/+1
2018-07-13loplugin:useuniqueptr in ScImportAsciiDlgNoel Grandin2-4/+4
2018-07-13tdf#118620 - unit test.Michael Meeks2-0/+20
2018-07-13tdf#118620 - avoid out of bounds iterator for end of sheet pivots.Michael Meeks2-3/+8
2018-07-13loplugin:useuniqueptr in ScInsertTableDlgNoel Grandin2-4/+4
2018-07-13loplugin:useuniqueptr in XclExpChTrCellContentNoel Grandin2-13/+12
2018-07-13loplugin:useuniqueptr in XclExpChTrDataNoel Grandin2-3/+3
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin26-36/+36
2018-07-13pass SvxFieldData around by std::unique_ptrNoel Grandin3-12/+12