summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2020-09-13lclGetAddress is never passed a null ScDocument*Caolán McNamara1-7/+7
2020-09-13GetMultipleOpRefs never passed a null ScDocument*Caolán McNamara3-8/+8
2020-09-13setCacheTableReferenced never passed a null ScDocument*Caolán McNamara1-4/+4
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara31-137/+137
2020-09-13GetRangeDataFromString is never passed a null ScDocumentCaolán McNamara3-5/+5
2020-09-13ScDBQueryDataIterator is never passed a null ScDocumentCaolán McNamara4-8/+8
2020-09-13CompareOptions pDoc arg is never nullCaolán McNamara3-6/+6
2020-09-13establish DetectSearchType pDoc arg is never nullCaolán McNamara2-26/+15
2020-09-13establish ScValueIterator::pDoc is never nullCaolán McNamara8-41/+41
2020-09-13establish ScInterpreter::pDok is never nullCaolán McNamara11-344/+344
2020-09-13Calc: ScImportAsciiDlg can now detect Unicode encoding without BOMTomofumi Yagi2-33/+41
2020-09-13tdf#107459: sc_ucalc: Add unittestXisco Fauli2-0/+18
2020-09-13tdf#133327 fix calc loading background color with many colsNoel Grandin1-3/+2
2020-09-12establish that ScSimpleFormulaCalculator mpDoc is never nullCaolán McNamara5-14/+14
2020-09-12use a reference instead of a pointer for lcl_Calculate ScDocument argCaolán McNamara1-5/+5
2020-09-12Replace remaining uses of sal_CharJulien Nabet1-2/+2
2020-09-12Upgrade liborcus to 0.16.0.Kohei Yoshida4-35/+81
2020-09-11Make arbitrary cell length limit in CSV import a constexprEike Rathke1-13/+14
2020-09-11Resolves: tdf#107459 MATCH() in descending sorted array find last equal valueEike Rathke1-1/+1
2020-09-11remove outdated commentsNoel Grandin1-2/+0
2020-09-10Disambiguate UITest_sc_options and UITest_sw_optionsStephan Bergmann2-4/+4
2020-09-10tdf#53431 tdf#136535 sc: fix Fill Cells with AutofilterAttila Szűcs4-1/+80
2020-09-10detect if a cell still needs interpreting after Interpret()Luboš Luňák1-2/+26
2020-09-10tdf#132293 remove unused imports from .py files under sc/qa/uitest/autofilterIlkyu Ju8-39/+0
2020-09-10Remove the useless Export sdi propertyMaxim Monastirsky9-416/+388
2020-09-10remove image_position top from GtkButtonandreas kainz5-5/+0
2020-09-10page_increment improvementandreas kainz1-1/+2
2020-09-10convert some MAXCOL to use ScSheetLimitsNoel Grandin2-18/+26
2020-09-10tdf#128135 update Pivot Table Layout to fit minimum heightandreas kainz1-30/+15
2020-09-10fix button image in gtk3 backendandreas kainz1-5/+5
2020-09-09tdf#136364: sc_subsequent_filters_test: Add unittestXisco Fauli2-0/+26
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin31-191/+217
2020-09-09tdf#90698: sc_ucalc: Add unittestXisco Fauli2-0/+17
2020-09-09ofz#21213 avoid Timeout when fuzzingCaolán McNamara1-8/+20
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin11-63/+0
2020-09-08tdf#125099: sc_subsequent_filters_test: Add unittestXisco Fauli2-0/+23
2020-09-08Check range before accessing Calc sort userlistThorsten Behrens2-4/+4
2020-09-08tdf#95640 XLSX: import/export of custom sort listsSerge Krot13-18/+375
2020-09-08tdf#108673 XLSX: Don't export invalid sheet references in cell validationSerge Krot5-3/+63
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-1/+1
2020-09-07tdf#135181 Calc print preview zoom slider print preview not transparent (gen)Noel Grandin1-2/+4
2020-09-07crashtesting: failure on export of tdf123353-1.xlsx to xlsCaolán McNamara1-3/+10
2020-09-07Related: tdf#136455 use insert_vector for bulk insertCaolán McNamara1-11/+8
2020-09-06tdf#132105: sc_subsequent_filters_test: Add unittestXisco Fauli3-0/+30
2020-09-06tdf#118561: sc_subsequent_filters_test: Add unittestXisco Fauli3-0/+21
2020-09-04tdf#136062: sc: Add UItestXisco Fauli2-0/+29
2020-09-04uitest: this is a calc fileXisco Fauli2-1/+1
2020-09-04tdf#123353 XLSX export: fix lost AutoFilter on empty cellsTibor Nagy4-3/+32
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann1-1/+1
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski36-58/+57