summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xihelper.cxx
AgeCommit message (Expand)Author
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2015-11-24sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-03-02cppcheck: redundantConditionNoel Grandin
2015-02-12apparently calling match on a string with an index past the end is now fatalCaolán McNamara
2014-12-19remove operator>> methodsNoel Grandin
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-18coverity#1242628 Untrusted loop boundCaolán McNamara
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-08-13fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-17sc: prefer passing OUString by referenceNoel Grandin
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/filter/inc/xi*.hxx from String to OUStringNoel Grandin
2013-10-03de-GetBuffer calcCaolán McNamara
2013-09-11Use ScDocumentImport to populate cell storage during xls import.Kohei Yoshida
2013-07-12String.AppendAscii() cleanup in scRicardo Montania
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-22Add convenience methods to set maximum text input and numeric input modes.Kohei Yoshida
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-07-19Now, we need to explicitly pass 0.0 as the initial value of a matrix.Kohei Yoshida
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-05-28String to rtl::OUString in the external ref manager code.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak
2011-03-23Calc xlsx export row limit++ (bnc#504623, fdo#32106)Katarina Machalkova
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-01Remove bogus comments.Guillaume Poussel
2011-02-01Call-catcher: removed unused functions in calcAlfonso Eusebio
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-12-20Remove ScfDelList in xihelperNigel Hawkins
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-09-29I think that this eliminates the remaining //UNUSED commentsJustin Malcolm