summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/scdetect.cxx
AgeCommit message (Expand)Author
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
2011-12-21needs more work firstCaolán McNamara
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-25adapted FormatDetector patch to realityEike Rathke
2011-11-25calc67: #i117735# use calc FormatDetector for XLS again, handle Excel 2003 XM...Eike Rathke
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara
2011-11-04catch exception by const referenceTakeshi Abe
2011-09-30use read_uInt8s_AsOString instead of hand-crafted loopCaolán McNamara
2011-04-04that's a completely pointless getGlobalMutex acquisitionCaolán McNamara
2011-03-14More on build errors and warnings.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-03-01Remove bogus comments.Guillaume Poussel
2011-01-18Remove some more dead codeThomas Arnhold
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-12-17CWS-TOOLING: integrate CWS gnumake2Hans-Joachim Lankenau
2010-12-06remove obsolete __FAR_DATAMichael Callahan
2010-11-14Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAMCaolán McNamara
2010-11-12RTL_CONSTASCII_USTRINGPARAM for calc_unoobjJulien Nabet
2010-10-28Fixed a condition: the filter needs to be checked for NULL in every caseCédric Bosdonnat
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud