summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/filtuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-23lok: sc: tunneling the ascii import dialog on paste actionMarco Cecchetti1-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
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-23sc: sal_Bool->boolNoel Grandin1-5/+5
2014-04-06whitespace cleanup in scMarkus Mohrhard1-6/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-13Drop unnecessary #includeTakeshi Abe1-2/+0
2014-02-12sal_Bool->boolNoel Grandin1-1/+1
2014-02-02convert import options dialog to .uiCaolán McNamara1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-1/+1
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin1-7/+7
2013-10-04convert sc/source/ui/inc/sc*.hxx from String to OUStringNoel Grandin1-1/+1
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-2/+2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-9/+8
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-02-24simplify CreateScImportAsciiDlgCaolán McNamara1-1/+1
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-17convert text import options to .uiCaolán McNamara1-2/+2
2012-08-14fdo#47674 Save settings for Import Ascii Text DlgLaurent Balland-Poirier1-8/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-3/+0
2012-03-18Reduce scope of nCharJulien Nabet1-1/+1