summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/scdetect.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-24/+14
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini1-1/+1
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-14/+14
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks1-2/+2
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-1/+1
2012-05-10resolved fdo#49639 import .xls with HTML as such, not CSVEike Rathke1-8/+9
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-10/+10
2012-04-05resolved fdo#48347 do not override preselected CSV with SYLK detectionEike Rathke1-4/+12
2012-04-05resolved fdo#40021 don't let CSV import get confused by erroneous HTML detectionEike Rathke1-15/+24
2012-04-04resolved fdo#46699 do not write compound document header when reading 0-lengt...Eike Rathke1-3/+19
2012-03-22removed duplicate includes in scTakeshi Abe1-4/+0
2012-03-20split macros to elide unneeded methodsCaolán McNamara1-2/+0
2012-02-25Avoid temporary rtl::OUStringTakeshi Abe1-11/+11
2012-02-09ByteString to rtl::OString.Kohei Yoshida1-3/+3