summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/asciiopt.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-19Directly use OUStringBuffer::append overload taking a single sal_UnicodeStephan Bergmann1-1/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2018-09-09Avoid temporary variableMatteo Casalin1-2/+1
2018-08-01loplugin:stringloop in scNoel Grandin1-27/+27
2018-07-27sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-4/+0
2018-07-03ScAsciiOptions copy assignment op can be left implicitly definedStephan Bergmann1-32/+0
2018-01-26Add blank lines for readabilityEike Rathke1-1/+3
2018-01-26tdf#114200 : added 'Trim space' feature in 'Text Import'manujvashist1-15/+44
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-12-25coverity#1426922 Uninitialized scalar fieldCaolán McNamara1-0/+1
2017-12-08clang-tidy modernize-use-equals-default in sc/source/uiJochen Nitschke1-16/+0
2017-10-23loplugin:includeform: scStephan Bergmann1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+0
2017-07-13loplugin:useuniqueptr in scNoel Grandin1-77/+25
2017-04-26use strong_int for LanguageTypeNoel Grandin1-1/+1
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann1-1/+1
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-24/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-10-27Reduce #include scopeMatteo Casalin1-5/+0
2015-10-27Use positioned getToken in ScAsciiOptions::ReadFromString (2)Matteo Casalin1-3/+4
2015-10-27Use positioned getToken in ScAsciiOptions::ReadFromString (1)Matteo Casalin1-33/+26
2015-10-27Use getToken with start position in lcl_decodeSepStringMatteo Casalin1-3/+8
2014-12-15no separator really means no separator, fdo#83027Markus Mohrhard1-2/+1
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+4
2014-06-25remove whitespaceMarkus Mohrhard1-8/+0
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-2/+2
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-4/+0
2014-03-03Remove visual noise from scAlexander Wilms1-2/+2
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-4/+4
2013-11-03catch aFieldSeps.isEmpty() in ScAsciiOptions::GetWeightedFieldSep()Eike Rathke1-1/+6
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara1-0/+1
2013-10-08convert sc/source/ui/dbgui/*.cxx from String to OUStringNoel Grandin1-23/+23
2013-10-04convert sc/source/ui/inc/a*.hxx from String to OUStringNoel Grandin1-16/+16
2013-08-26staticEike Rathke1-1/+1
2013-08-26resolved fdo#53449 weight given separators to pick one for outputEike Rathke1-17/+44
2013-08-26translated commentsEike Rathke1-44/+16
2013-08-26typo in commentEike Rathke1-1/+1
2013-08-26sal_Bool to boolEike Rathke1-5/+5
2013-08-26resolved fdo#68437 append the bDetectSpecialNumber "true" string in optionsEike Rathke1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-38/+23
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-6/+6
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-1/+1
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-2/+2
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-3/+0
2012-04-25fdo#45664 EasyHack: Add a "Save cell formulas" checkbox to the CSV Export panel.Florent Gallaire1-0/+2
2012-04-10resolved fdo#48501 enable line size >64k in SvStream::Read*Line()Eike Rathke1-6/+6
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-3/+4