summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/scdetect.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-08-15loplugin:checkunusedparams in scNoel Grandin1-3/+3
2017-06-12tdf#106423: dbase file can have no recordsJulien Nabet1-1/+2
2017-04-05tdf#39468 Translate German commentsJens Carl1-15/+15
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-4/+1
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin1-11/+5
2016-06-24tdf#84834 sc: stricter type detection for dBASE filesMichael Stahl1-0/+23
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-1/+1
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard1-1/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin1-4/+4
2015-03-11Clean up previous commitStephan Bergmann1-11/+1
2015-03-11sc: use constructor syntax in scd.componentChris Sherlock1-3/+5
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-05-01Simplify type detectorsMaxim Monastirsky1-372/+43
2014-04-23sc: sal_Bool->boolNoel Grandin1-7/+7
2014-03-29typo: opend -> openedThomas Arnhold1-2/+2
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4
2014-02-25Don't write compound header to zero length filesMaxim Monastirsky1-43/+33
2014-02-21coverity#1158357 Uncaught exceptionCaolán McNamara1-1/+0
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-5/+5
2013-12-09fdo#54938: Convert sc to use cppu::supportsServiceMarcos Paulo de Souza1-10/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-6/+5
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin1-14/+14
2013-08-19Revert "Seems unused too"Julien Nabet1-0/+5
2013-08-19Return on NULL right away, to avoid null dereferencing below.Kohei Yoshida1-1/+1
2013-08-19fdo#67699: Don't forget to set filter name to the descriptor.Kohei Yoshida1-0/+10
2013-08-19Seems unused tooJulien Nabet1-5/+0
2013-08-19fdo#67699: Remove a whole bunch of old hacks.Kohei Yoshida1-331/+174
2013-07-27DamnitKohei Yoshida1-2/+0
2013-07-27Remove debug stuff.Kohei Yoshida1-43/+0
2013-07-27fdo#64423: Detect BIFF 2 (and 3) file format like we should.Kohei Yoshida1-0/+45
2013-07-19fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-1/+0
2013-07-12fdo#64448: Don't get type name from incorrect filter.Kohei Yoshida1-3/+2
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann1-1/+1
2013-04-09Get the whole thing to build after the SfxFilter interface change.Kohei Yoshida1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-15/+14
2013-02-06String->OUStringCaolán McNamara1-2/+2
2013-02-05Header no longer needed.Kohei Yoshida1-1/+0
2013-02-05Remove the Excel 4.0/95/97 detection bits from ScFilterDetect.Kohei Yoshida1-91/+1
2013-02-05Simplify_component_getFactory using the helper code from cppu.Kohei Yoshida1-4/+3
2013-02-04More clean-ups with ScFilterDetect.Kohei Yoshida1-25/+22
2013-02-04String to OUString.Kohei Yoshida1-1/+1
2013-02-04Remove unnecessary defines etc...Kohei Yoshida1-8/+9
2013-02-04fdo#59426: Don't try to repair package during flat detection phase.Kohei Yoshida1-3/+9
2013-01-07UNO objects must be allocated on the heapStephan Bergmann1-1/+2
2013-01-06fix some memory leaks in scMarkus Mohrhard1-1/+1