summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-08-17Resolves: tdf#118983 do not expand range if sheet references not affectedEike Rathke1-8/+5
2018-08-17make GetCodeName accessor more standardCaolán McNamara2-2/+2
2018-08-17make GetName accessor more standardCaolán McNamara6-22/+10
2018-08-17loplugin:useuniqueptr in ScFormatRangeStylesNoel Grandin3-82/+43
2018-08-17loplugin:useuniqueptr in ScColumnRowStylesBaseNoel Grandin3-32/+14
2018-08-16Related tdf#118547: don't change protection symbol if nTab == TABLEID_DOCJulien Nabet1-1/+1
2018-08-16data->sort->options->copy sort results to, enter "asd"->ok crashesCaolán McNamara1-1/+1
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke2-2/+2
2018-08-16remove mempoolNoel Grandin15-76/+0
2018-08-16pass SfxMedium around by std::unique_ptrNoel Grandin3-5/+6
2018-08-16loplugin:returnconstant in ScOutlineDocFuncNoel Grandin3-6/+4
2018-08-16loplugin:returnconstant in ScDBDocFuncNoel Grandin3-5/+4
2018-08-16loplugin:returnconstant in XclImpChangeTrackNoel Grandin2-4/+4
2018-08-16loplugin:returnconstant in XclExpAutofilterNoel Grandin2-5/+6
2018-08-16loplugin:returnconstant in ScGridWindowNoel Grandin2-4/+2
2018-08-16loplugin:returnconstant in ScContentTreeNoel Grandin2-4/+2
2018-08-16loplugin:returnconstant in ScViewUtilNoel Grandin2-3/+2
2018-08-16loplugin:returnconstant in ScTokenConversionNoel Grandin5-8/+6
2018-08-15Fix typo: s/an other/another/gAndrea Gelmini2-2/+2
2018-08-15tdf#118990: use full URI for absolute referencesMike Kaganski3-1/+35
2018-08-15ofz#9894 cut out slow pathsCaolán McNamara3-4/+11
2018-08-15Resolves: tdf#118609 crash in calc after some manipulation through basicCaolán McNamara1-1/+1
2018-08-15pass ScPrintRangeSaver around by std::unique_ptrNoel Grandin8-32/+26
2018-08-15tdf#115086 crash in assignLabelsToDataSequenceCaolán McNamara1-1/+1
2018-08-15sc: Report #DIV/0! when MOD()'s divisor is 0Takeshi Abe2-5/+5
2018-08-15Resolves: tdf#119034 do not floor() for Logical A1Eike Rathke1-1/+1
2018-08-15tdf#119141 Revert "sc htmlimp: non-global sheet range names"Justin Luth2-3/+4
2018-08-15loplugin:useuniqueptr in OverlayObjectListNoel Grandin2-23/+23
2018-08-15Related tdf#118547: Lock mark on protected sheet tabJulien Nabet1-0/+4
2018-08-15loplugin:returnconstant in ScDetectiveFuncNoel Grandin2-13/+13
2018-08-15convert ScChangeActionCellListEntry to std::vectorNoel Grandin2-61/+20
2018-08-14loplugin:returnconstant in ScXMLChartExportWrapperNoel Grandin3-7/+5
2018-08-14ofz#7790 InsertMatrixFormula timeoutCaolán McNamara1-4/+4
2018-08-14use std::unique_ptrCaolán McNamara1-5/+4
2018-08-14loplugin:returnconstant in ScInterpreterNoel Grandin1-58/+34
2018-08-14loplugin:returnconstant in ScColumnNoel Grandin3-4/+4
2018-08-14create appendCopy method in OUStringBufferNoel Grandin3-4/+4
2018-08-13Fix typosAndrea Gelmini1-1/+1
2018-08-13crashtesting: load of ooo47086-1.xlsCaolán McNamara2-1/+1
2018-08-12loplugin:constantparamNoel Grandin3-15/+11
2018-08-12Use o3tl::temporaryMike Kaganski1-2/+2
2018-08-12Sort includesMike Kaganski1-29/+28
2018-08-12Fix typosAndrea Gelmini2-2/+2
2018-08-11set copy_paste_error to false rather than intentionalCaolán McNamara3-4/+4
2018-08-11loplugin:unusedmethodsNoel Grandin10-1042/+0
2018-08-10Simplify control logicMatteo Casalin1-7/+2
2018-08-10Use indexed getToken()Matteo Casalin1-4/+11
2018-08-10Use indexed getToken()Matteo Casalin1-16/+19
2018-08-10tdf#41425 XLS/XLSX export: workaround for style and validation lossLászló Németh3-0/+18
2018-08-10unnecessary null check before dynamic_cast, in scNoel Grandin16-59/+47