summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excform8.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-07handle relative refs correctly in xls import, fdo#80091Markus Mohrhard1-2/+5
2015-01-07relative refs wrap around in xls, fdo#84556Markus Mohrhard1-1/+10
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-5/+5
2014-11-03fdo#39468 Translate German Comments - final bits of sc/source/filter/Christian M. Heller1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard1-4/+0
2014-06-17coverity#736887 Unintended sign extensionCaolán McNamara1-5/+6
2014-06-17coverity#706041 Unintended sign extensionCaolán McNamara1-4/+5
2014-04-23sc: sal_Bool->boolNoel Grandin1-2/+2
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-14sal_Bool->boolNoel Grandin1-2/+2
2014-01-28bool improvementsStephan Bergmann1-15/+15
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-4/+4
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin1-6/+6
2013-10-04convert source/filter/inc/*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/source/filter/inc/xi*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-01Related: fdo#38838 remove UniString::AssignAsciiCaolán McNamara1-2/+2
2013-08-12Fix import of negative relative row reference from xls.Kohei Yoshida1-1/+1
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida1-25/+16
2013-07-30More of the same. Will this ever end, I'm starting to wonder...Kohei Yoshida1-7/+7
2013-07-30More on the ref object.Kohei Yoshida1-7/+2
2013-07-30More on removing direct access to reference position members.Kohei Yoshida1-20/+12
2013-07-24These static_cast's are very significant. Don't remove these.Kohei Yoshida1-2/+2
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida1-34/+11
2013-07-24More on removing CalcRelFromAbs().Kohei Yoshida1-13/+15
2013-07-12String.AppendAscii() cleanup in scRicardo Montania1-3/+3
2013-05-03no longer needed CREATE_STRING macroMiklos Vajna1-2/+2
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+0
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-24don't make 2D refs 3D refs in the cond format import, fdo#36379Markus Mohrhard1-8/+10
2012-11-24sal_Bool to boolMarkus Mohrhard1-6/+6
2012-01-10fdo#42624: Defer formula token conversion for defined names (xls import).Kohei Yoshida1-4/+4
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-06-04Translated commentsChristina Rossmanith1-20/+20
2011-06-04Removed commented codeChristina Rossmanith1-14/+0
2011-04-14Removed an unused argument from a function. Let's make it simpler.Kohei Yoshida1-1/+1
2011-04-13Convert OLE links from XLS doc into external ranges on import.Kohei Yoshida1-2/+79
2011-03-18Charts' title reference is stored as relative reference. (fdo#35015)Kohei Yoshida1-0/+6
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-93/+93
2011-03-11Correctly import and interpret sheet local range names from XLS.Kohei Yoshida1-1/+1
2011-03-11Store whether or not a range name is global during XLS import.Kohei Yoshida1-9/+15
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-93/+93
2011-03-01Remove bogus comments.Guillaume Poussel1-6/+5
2011-02-03gcc 4.6.0 various warningsCaolán McNamara1-3/+0
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-95/+95