summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/scdetect.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-30remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev1-10/+10
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-1/+1
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-1/+1
2011-12-21needs more work firstCaolán McNamara1-1/+1
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-1/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-25adapted FormatDetector patch to realityEike Rathke1-12/+6
2011-11-25calc67: #i117735# use calc FormatDetector for XLS again, handle Excel 2003 XM...Eike Rathke1-1/+37
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara1-1/+2
2011-11-04catch exception by const referenceTakeshi Abe1-1/+1
2011-09-30use read_uInt8s_AsOString instead of hand-crafted loopCaolán McNamara1-9/+2
2011-04-04that's a completely pointless getGlobalMutex acquisitionCaolán McNamara1-1/+0
2011-03-14More on build errors and warnings.Kohei Yoshida1-1/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-63/+59
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1
2011-03-01Remove bogus comments.Guillaume Poussel1-1/+1
2011-01-18Remove some more dead codeThomas Arnhold1-2/+0
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-53/+53
2010-12-17CWS-TOOLING: integrate CWS gnumake2Hans-Joachim Lankenau1-9/+5
2010-12-06remove obsolete __FAR_DATAMichael Callahan1-26/+26
2010-11-14Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAMCaolán McNamara1-2/+2
2010-11-12RTL_CONSTASCII_USTRINGPARAM for calc_unoobjJulien Nabet1-9/+9
2010-10-28Fixed a condition: the filter needs to be checked for NULL in every caseCédric Bosdonnat1-2/+2
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud1-1/+1
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud1-1/+1
2010-10-20Removed lots of dead code.Povilas Kanapickas1-16/+0
2010-10-16Merging sc-xml-with-xls-ext.diff from patches.Muthu Subramanian K1-38/+39
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-10-09missing include for SAL_N_ELEMENTSNorbert Thiebaud1-0/+2
2010-10-09Use SAL_N_ELEMENTS macroKayo Hamid1-2/+2
2010-10-05remove include guards using fixguard.pyPetr Mladek1-4/+0
2010-07-13CWS gnumake2: resync to DEV300_m84Bjoern Michaelsen1-2/+27
2010-06-22CWS-TOOLING: integrate CWS mba33issues01obo1-1/+1
2010-06-03cws tl78: merge with DEV300_m80Thomas Lange [tl]1-1/+26
2010-06-02CWS mba33issues01: merge to m80Mathias Bauer1-1/+26
2010-05-18CWS mba33issues01: #i99402#: typo RapairPackageMathias Bauer1-1/+1
2010-05-07cws tl78: fixing windows specific build problems after merging with DEV300_m77Thomas Lange [tl]1-0/+0
2010-04-24CWS gnumake2: avoid export of template symbolsMathias Bauer1-9/+5
2010-04-14calc53: #i89332# allow html or csv instead of preselected xls in ScFilterDete...Niklas Nebel1-1/+26