summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/filtuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-10-09tdf#160582 Preserve settings saving in csv import dialogGabriel Masei1-11/+1
2024-05-28loplugin:ostr in sc/../unoobjNoel Grandin1-2/+2
2024-04-06tdf#152336 Detect charset and separators for csv filesGabriel Masei1-1/+11
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann1-5/+5
2023-07-25follow tdf#154131 Treat also HMTL importLaurent Balland1-0/+2
2023-02-18tdf#82254 - Don't remove UTF-8 BOM from CSV when saving fileAndreas Heinisch1-0/+6
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-13/+11
2021-06-30tdf#132421 - don't URL encode filename for the import ASCII dialog titleAndreas Heinisch1-1/+2
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-1/+1
2019-10-17weld ScImportAsciiDlgCaolán McNamara1-1/+2
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-4/+1
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen1-2/+0
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-02-15weld ScImportOptionsDlgCaolán McNamara1-1/+1
2019-02-02set parent for ascii import options dialog in calcCaolán McNamara1-1/+11
2019-02-02weld ScTextImportOptionsDlgCaolán McNamara1-1/+1
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-2/+2
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin1-3/+0
2018-05-28lok: sc: tunneling the ascii import dialog on paste actionMarco Cecchetti1-1/+1
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-6/+7
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-11/+11
2017-08-08loplugin:constantparamNoel Grandin1-1/+1
2017-07-30janitorialLionel Elie Mamane1-1/+2
2017-07-19Fix crash when saving new spreadsheet as dBase/.dbf, tdf#108789 follow-upEike Rathke1-1/+1
2017-07-03No need anymore to duplicate DBFType enumJulien Nabet1-13/+0
2017-07-02tdf#108789 and others: overhaul DBase files encoding handlingLionel Elie Mamane1-39/+101
2017-06-26loplugin:oncevar in scNoel Grandin1-3/+2
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin1-7/+4
2017-04-28loplugin:salunicodeliteral: scStephan Bergmann1-1/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-1/+1
2017-04-06tdf#55236 save settings of CSV export dialogBernhard Widl1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-7/+3
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-3/+3
2016-05-19Revert "tdf#35208 Allow choosing encoding for old Excel files"Maxim Monastirsky1-6/+0
2016-05-19tdf#35208 Allow choosing encoding for old Excel filesMaxim Monastirsky1-0/+6
2016-03-10loplugin:constantparam in scNoel Grandin1-3/+3
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-6/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-09-18boost->stdCaolán McNamara1-5/+5
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-5/+5
2015-09-17boost->stdCaolán McNamara1-5/+5
2015-05-03sc: Convert many services to constructors.Jan Holesovsky1-18/+3
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-6/+6
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-2/+1
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-05-18Avoid possible memory leaks in case of exceptionsTakeshi Abe1-8/+6