summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xihelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-07loplugin:expandablemethods in scNoel Grandin1-6/+1
2016-09-23convert formula error codes to scoped enumNoel Grandin1-2/+2
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann1-5/+5
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-1/+1
2016-07-20sc: remove CHAR_CR defineJochen Nitschke1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2015-11-24sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky1-1/+1
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-6/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-1/+1
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-03-02cppcheck: redundantConditionNoel Grandin1-1/+1
2015-02-12apparently calling match on a string with an index past the end is now fatalCaolán McNamara1-1/+1
2014-12-19remove operator>> methodsNoel Grandin1-3/+3
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+4
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-18coverity#1242628 Untrusted loop boundCaolán McNamara1-0/+10
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-08-13fdo#75757: remove inheritance to std::vectorTakeshi Abe1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-6/+0
2014-03-17sc: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-3/+3
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida1-3/+3
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-1/+2
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin1-10/+10
2013-10-04convert sc/source/filter/inc/xi*.hxx from String to OUStringNoel Grandin1-14/+14
2013-10-03de-GetBuffer calcCaolán McNamara1-3/+3
2013-09-11Use ScDocumentImport to populate cell storage during xls import.Kohei Yoshida1-7/+6
2013-07-12String.AppendAscii() cleanup in scRicardo Montania1-26/+18
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-1/+7
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-03-22Add convenience methods to set maximum text input and numeric input modes.Kohei Yoshida1-3/+1
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida1-15/+29
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida1-2/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-19Now, we need to explicitly pass 0.0 as the initial value of a matrix.Kohei Yoshida1-1/+1
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-1/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-05-28String to rtl::OUString in the external ref manager code.Kohei Yoshida1-0/+10
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak1-4/+4
2011-03-23Calc xlsx export row limit++ (bnc#504623, fdo#32106)Katarina Machalkova1-2/+2
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-2/+2
2011-03-01Remove bogus comments.Guillaume Poussel1-1/+1