summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/asciiopt.cxx
AgeCommit message (Expand)Author
2023-03-26loplugin:stringadd in scNoel Grandin
2023-02-18tdf#82254 - Don't remove UTF-8 BOM from CSV when saving fileAndreas Heinisch
2022-05-04use more string_view in unotoolsNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2021-10-30Add comments for defaults of bEvaluateFormulasEike Rathke
2021-08-31Resolves: tdf#114878 Add 'Evaluate formulas' option to CSV import and pasteEike Rathke
2021-07-15Keep ScAsciiOptions in sync with ScImportOptions, tdf#135762 relatedEike Rathke
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-05-03tdf#142040 CSV import broken in masterNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann
2019-12-22sal_Char->char in scNoel Grandin
2019-10-19Directly use OUStringBuffer::append overload taking a single sal_UnicodeStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2018-09-09Avoid temporary variableMatteo Casalin
2018-08-01loplugin:stringloop in scNoel Grandin
2018-07-27sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-03ScAsciiOptions copy assignment op can be left implicitly definedStephan Bergmann
2018-01-26Add blank lines for readabilityEike Rathke
2018-01-26tdf#114200 : added 'Trim space' feature in 'Text Import'manujvashist
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-25coverity#1426922 Uninitialized scalar fieldCaolán McNamara
2017-12-08clang-tidy modernize-use-equals-default in sc/source/uiJochen Nitschke
2017-10-23loplugin:includeform: scStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-13loplugin:useuniqueptr in scNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27Reduce #include scopeMatteo Casalin
2015-10-27Use positioned getToken in ScAsciiOptions::ReadFromString (2)Matteo Casalin
2015-10-27Use positioned getToken in ScAsciiOptions::ReadFromString (1)Matteo Casalin
2015-10-27Use getToken with start position in lcl_decodeSepStringMatteo Casalin
2014-12-15no separator really means no separator, fdo#83027Markus Mohrhard
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-06-25remove whitespaceMarkus Mohrhard
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-03catch aFieldSeps.isEmpty() in ScAsciiOptions::GetWeightedFieldSep()Eike Rathke
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara
2013-10-08convert sc/source/ui/dbgui/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/ui/inc/a*.hxx from String to OUStringNoel Grandin
2013-08-26staticEike Rathke