summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/impex.cxx
AgeCommit message (Expand)Author
2022-04-13ofz#46352 assert on bad string offsetCaolán McNamara
2022-03-21Resolves: tdf#148054 Advance offset for all columns, tdf#104927 regressionEike Rathke
2022-02-16Resolves: tdf#147421 Do not use OUString::replaceAll() to strip null-bytesEike Rathke
2021-09-14tdf#144106 Don't proceed ptrim_i past ptrim_fStephan Bergmann
2021-08-20Resolves: tdf#102846 CSV: Detect separator, limit preview line concatenationsEike Rathke
2021-08-17Resolves: tdf#96561 Include embedded null-characters while assembling CSV lineEike Rathke
2021-06-23Resolves: tdf#143008 Evaluate AM/PM for type date+time text-to-column and CSVEike Rathke
2021-05-21tdf#142395: properly handle "no string delimiter" caseMike Kaganski
2021-04-18no need to construct temporary OUStrings hereNoel Grandin
2021-04-07ScDocShell::GetActiveDialogParent instead of Application::GetDefDialogParentCaolán McNamara
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-09tdf#104927 consider character width for CSV importMark Hung
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-04Improve loplugin:stringview detection of unnecessary O[U]String constructionStephan Bergmann
2020-11-16replace std::max(std::min()) with std::clampNoel
2020-11-11loplugin:stringviewNoel
2020-10-20use tools::Long in scNoel
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara
2020-09-16ScEditableTester ctor never passed a null ScDocument*Caolán McNamara
2020-09-16ScImportExport always dereferences it ScDocument* argCaolán McNamara
2020-09-11Make arbitrary cell length limit in CSV import a constexprEike Rathke
2020-09-09ofz#21213 avoid Timeout when fuzzingCaolán McNamara
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann
2020-06-05Upcoming loplugin:elidestringvar: scStephan Bergmann
2020-05-30pass ScSheetLimits aroundNoel Grandin
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin
2020-03-15tdf#131273: fix crash when pasting quotes with fixed widthJulien Nabet
2020-03-11tdf#125440 When inserting TSV, consider quotes as field markersSamuel Mehrbrodt
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2019-12-22sal_Char->char in scNoel Grandin
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin
2019-10-23sc: rowcol: tdf#50916 convert docshellNoel Grandin
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-06-21reference childwins are all weldedCaolán McNamara
2019-05-16optimize ScImportExport::Doc2Text() for large columnsLuboš Luňák
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen