summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/impex.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-03-15tdf#131273: fix crash when pasting quotes with fixed widthJulien Nabet1-1/+1
2020-03-11tdf#125440 When inserting TSV, consider quotes as field markersSamuel Mehrbrodt1-1/+3
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-4/+4
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-3/+1
2019-12-22sal_Char->char in scNoel Grandin1-2/+2
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-4/+4
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin1-1/+1
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara1-2/+2
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+12
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-1/+1
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin1-2/+2
2019-10-23sc: rowcol: tdf#50916 convert docshellNoel Grandin1-20/+20
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-4/+4
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin1-2/+1
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin1-1/+1
2019-06-21reference childwins are all weldedCaolán McNamara1-2/+1
2019-05-16optimize ScImportExport::Doc2Text() for large columnsLuboš Luňák1-1/+6
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen1-5/+0
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-11-22improve function-local statics in scNoel Grandin1-20/+19
2018-11-16Do not truncate fractions of seconds in timestamps to integral millisecondsMike Kaganski1-5/+7
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-24weld AdvancedSettingsDialogCaolán McNamara1-1/+1
2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin1-1/+1
2018-10-15add SvStream::TellEndNoel Grandin1-5/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-3/+3
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-1/+1
2018-09-17cppcheck: variableScope in scJochen Nitschke1-2/+3
2018-09-12loplugin:useuniqueptr in ScFormatFilterNoel Grandin1-4/+2
2018-08-30pass ScRefUndoData around by std::unique_ptrNoel Grandin1-0/+1
2018-08-28loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin1-2/+2
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke1-1/+1
2018-08-15ofz#9894 cut out slow pathsCaolán McNamara1-4/+4
2018-08-14ofz#7790 InsertMatrixFormula timeoutCaolán McNamara1-4/+4
2018-08-14use std::unique_ptrCaolán McNamara1-5/+4
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-29ofz#7790 reduce row limit further for fuzzingCaolán McNamara1-2/+2
2018-07-02Resolves: tdf#56910 detect a Space (blank) separator if not selectedEike Rathke1-10/+44
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-2/+3
2018-04-17tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-20/+20
2018-04-13loplugin:useuniqueptr in ScImportExportNoel Grandin1-6/+6
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-0/+1
2018-03-09inherit welded dialogs from a common ancestorCaolán McNamara1-1/+1
2018-02-26convert corner case warningboxes with checkboxesCaolán McNamara1-2/+3
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-3/+6
2018-02-13Use ScSetStringParam::mbCheckLinkFormula in simple ScImportExport::Text2Doc()Eike Rathke1-1/+4
2018-02-13Use ScSetStringParam::mbCheckLinkFormula insteadEike Rathke1-11/+1
2018-02-12CheckLinkFormulaNeedingCheck() for .slk importEike Rathke1-0/+1