summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/scuiasciiopt.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-13Calc: ScImportAsciiDlg can now detect Unicode encoding without BOMTomofumi Yagi1-33/+38
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-4/+4
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-3/+3
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann1-1/+1
2019-12-22sal_Char->char in scNoel Grandin1-1/+1
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-10-29remove unnecessary includesCaolán McNamara1-7/+0
2019-10-17rename LanguageBox back to SvxLanguageBoxCaolán McNamara1-1/+1
2019-10-17rename TextEncodingBox back to SvxTextEncodingBoxCaolán McNamara1-1/+1
2019-10-17weld ScImportAsciiDlgCaolán McNamara1-237/+192
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-03-11loplugin:constantparamNoel Grandin1-1/+1
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen1-3/+0
2019-02-13Pointer is pointlessNoel Grandin1-4/+5
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin1-3/+1
2018-10-15loplugin:constfields in scNoel Grandin1-4/+5
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-11loplugin:unusedfieldsNoel Grandin1-1/+1
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-1/+0
2018-09-09Avoid getTokenCount()Matteo Casalin1-6/+11
2018-09-09Remove redundant checkMatteo Casalin1-1/+1
2018-09-09Avoid getTokenCount()Matteo Casalin1-8/+13
2018-09-09Fix condition in f573402116937876cb0b80cf7af2a52bf2ccc31aMatteo Casalin1-1/+1
2018-09-09Avoid getTokenCount()Matteo Casalin1-3/+4
2018-07-13loplugin:useuniqueptr in ScImportAsciiDlgNoel Grandin1-3/+3
2018-07-02Resolves: tdf#56910 detect a Space (blank) separator if not selectedEike Rathke1-5/+25
2018-05-21loplugin:unusedfields in scNoel Grandin1-2/+1
2018-03-23Typo: GetSelectLanguage -> GetSelectedLanguageSamuel Mehrbrodt1-2/+2
2018-01-26tdf#114200 : added 'Trim space' feature in 'Text Import'manujvashist1-8/+24
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-4/+4
2017-12-21Have one getSkipEmptyCellsIndex(), assert array length, tdf#113979 follow-upEike Rathke1-10/+16
2017-12-21tdf#113979 Add option to Skip empty cellsLaurent BP1-98/+137
2017-11-22replace check of eof and GetError with goodCaolán McNamara1-6/+2
2017-11-22drop duplicate methodCaolán McNamara1-3/+3
2017-10-23loplugin:includeform: scStephan Bergmann1-9/+9
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-1/+1
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-2/+2
2017-08-29loplugin:constparam in sc part9Noel Grandin1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-05-19loplugin:stringcopy: scStephan Bergmann1-1/+1
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-2/+2
2017-05-02untranslated strings are just stringsCaolán McNamara1-1/+2
2017-04-26use strong_int for LanguageTypeNoel Grandin1-1/+1
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-9/+9
2016-06-02Remove SetAccessibleRelationLabeledBy calls tdf#87026Muhammet Kara1-3/+0
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1