summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/impex.cxx
AgeCommit message (Expand)Author
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2013-02-22resolved fdo#57841 ignore embedded NULL characters in CSV importEike Rathke
2013-02-17coverity: fix memory leakMarkus Mohrhard
2013-02-16coverity: prevent acces to unintialized variableMarkus Mohrhard
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-19use LanguageTagEike Rathke
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud
2012-11-05fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin
2012-11-01Double allocation switch no longer used since we switched to std::vector...Kohei Yoshida
2012-10-29fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-09-07Move the orcus handling code from sc to scfilt.Kohei Yoshida
2012-08-20resolved fdo#53325 CSV space delimiter and quoted fieldEike Rathke
2012-08-13fdo#53089: Avoid setting valid numbers as text during html import.Kohei Yoshida
2012-07-19resolved fdo#52205 do not force all text cells in CSV importEike Rathke
2012-07-10Remove unused include statementsThomas Arnhold
2012-07-10removed deserted Lotus 1-2-3 export filterTakeshi Abe
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-06-20ditch last (?) uses of UniString::UniString(sal_Unicode, ...)Caolán McNamara
2012-06-16removed unused forward declarations of classTakeshi Abe
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-04-18Just link statically to ScFilterCreate() in the DISABLE_DYNLOADING caseTor Lillqvist
2012-04-15resolved fdo#48731 in CSV import do not strip leading apostropheEike Rathke
2012-04-14resolved fdo#48621 better handling of broken CSV filesEike Rathke
2012-04-13two additional places to raise data truncated error for fdo#48516Eike Rathke
2012-04-13one more lcl_appendLineData() for line size >64kEike Rathke
2012-04-10resolved fdo#48516 use "max columns exceeded" message if appropriateEike Rathke
2012-04-10sal_Bool to boolEike Rathke
2012-04-10resolved fdo#48501 enable line size >64k in SvStream::Read*Line()Eike Rathke
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-13only shrink to used area in text export, fdo#46230, related n#677811Markus Mohrhard
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard
2012-03-02remove table.hxx from document.hxxMarkus Mohrhard
2012-02-09we need to explicitly set the paste area in ScMarkData, fdo#45481Markus Mohrhard
2012-01-30refactor ConvertLineEndCaolán McNamara
2012-01-16just return a new string rather than pass by referenceCaolán McNamara
2012-01-13here calc, take ownership of this foul monstrosity only you useCaolán McNamara
2012-01-10force users of horrific ReadUniOrByteStringLine to provide the charsetCaolán McNamara
2012-01-09simplify CharClassCaolán McNamara
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard
2011-11-19add narrow (one letter) month namesEike Rathke
2011-11-14stray pointless aByteLineCaolán McNamara
2011-11-11ByteString->rtl::OStringCaolán McNamara