summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-07-21sc: Compare vectors by simpler codeTakeshi Abe1-13/+1
2018-07-20Import ODF with data transformationsVikas Mahato5-2/+686
2018-07-20tdf#118662 Cleanup old hack with cloned SdrCaptionObjArmin Le Grand1-14/+19
2018-07-20Fix typosAndrea Gelmini2-2/+2
2018-07-20loplugin:useuniqueptr in XclObjNoel Grandin3-12/+10
2018-07-20loplugin:useuniqueptr in ScTpContentOptionsNoel Grandin2-7/+6
2018-07-20loplugin:useuniqueptr in ScTpUserListsNoel Grandin2-6/+5
2018-07-20loplugin:useuniqueptr in ScImportOptionsDlgNoel Grandin2-8/+8
2018-07-19Related: tdf#118735 introduce FormulaError::LinkFormulaNeedingCheck (Err:540)Eike Rathke3-11/+28
2018-07-19Remove obsolete (cargo-cult copied) dependenciesJens Carl1-30/+1
2018-07-19return SfxStyleSheetIterator by std::unique_ptrNoel Grandin3-3/+3
2018-07-19Fix typosAndrea Gelmini5-11/+11
2018-07-19tdf#118800 fix rounding error in Calc function HOUR, MINUTE, SECOND.Winfried Donkers4-15/+74
2018-07-19loplugin:unusedmethodsNoel Grandin1-2/+0
2018-07-18Do not force all string results to be recalculated if no style setEike Rathke1-3/+9
2018-07-18Related: tdf#118735 WEBSERVICE preserve the hybrid string result, if possibleEike Rathke3-2/+31
2018-07-18uitest Calc - key F4Zdeněk Crhonek1-0/+137
2018-07-18Remove obsolete (cargo-cult copied) dependenciesJens Carl1-35/+6
2018-07-18Resolves: tdf#118520 insert sheet list not horizontally expandedCaolán McNamara1-0/+1
2018-07-18Fix typosAndrea Gelmini1-3/+3
2018-07-18Related: tdf#117016 DoubleRefToVars: always put in orderEike Rathke1-0/+6
2018-07-18Removed duplicated includeAndrea Gelmini1-1/+0
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