summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/scdetect.cxx
AgeCommit message (Expand)Author
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Don't write compound header to zero length filesMaxim Monastirsky
2014-02-21coverity#1158357 Uncaught exceptionCaolán McNamara
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2013-12-09fdo#54938: Convert sc to use cppu::supportsServiceMarcos Paulo de Souza
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin
2013-08-19Revert "Seems unused too"Julien Nabet
2013-08-19Return on NULL right away, to avoid null dereferencing below.Kohei Yoshida
2013-08-19fdo#67699: Don't forget to set filter name to the descriptor.Kohei Yoshida
2013-08-19Seems unused tooJulien Nabet
2013-08-19fdo#67699: Remove a whole bunch of old hacks.Kohei Yoshida
2013-07-27DamnitKohei Yoshida
2013-07-27Remove debug stuff.Kohei Yoshida
2013-07-27fdo#64423: Detect BIFF 2 (and 3) file format like we should.Kohei Yoshida
2013-07-19fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
2013-07-12fdo#64448: Don't get type name from incorrect filter.Kohei Yoshida
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann
2013-04-09Get the whole thing to build after the SfxFilter interface change.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-06String->OUStringCaolán McNamara
2013-02-05Header no longer needed.Kohei Yoshida
2013-02-05Remove the Excel 4.0/95/97 detection bits from ScFilterDetect.Kohei Yoshida
2013-02-05Simplify_component_getFactory using the helper code from cppu.Kohei Yoshida
2013-02-04More clean-ups with ScFilterDetect.Kohei Yoshida
2013-02-04String to OUString.Kohei Yoshida
2013-02-04Remove unnecessary defines etc...Kohei Yoshida
2013-02-04fdo#59426: Don't try to repair package during flat detection phase.Kohei Yoshida
2013-01-07UNO objects must be allocated on the heapStephan Bergmann
2013-01-06fix some memory leaks in scMarkus Mohrhard
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann
2012-05-10resolved fdo#49639 import .xls with HTML as such, not CSVEike Rathke
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-05resolved fdo#48347 do not override preselected CSV with SYLK detectionEike Rathke
2012-04-05resolved fdo#40021 don't let CSV import get confused by erroneous HTML detectionEike Rathke
2012-04-04resolved fdo#46699 do not write compound document header when reading 0-lengt...Eike Rathke
2012-03-22removed duplicate includes in scTakeshi Abe
2012-03-20split macros to elide unneeded methodsCaolán McNamara
2012-02-25Avoid temporary rtl::OUStringTakeshi Abe
2012-02-09ByteString to rtl::OString.Kohei Yoshida
2012-01-30remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara