summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excform8.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-25sc: rowcol: tdf#50916 convert filter/excel for the most partAron Budea1-1/+1
2019-07-20cid#1448265 Untrusted value as argumentCaolán McNamara1-0/+7
2019-04-30improve loplugin:stringconstantNoel Grandin1-2/+2
2019-04-17loplugin:sequentialassign in scNoel Grandin1-4/+2
2019-01-22Translate German variable namesJohnny_M1-33/+33
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen1-3/+0
2018-10-17loplugin:singlevalfieldsNoel Grandin1-18/+0
2018-10-10do not needlessly create ScTokenArray copies in Calc input filtersLuboš Luňák1-10/+10
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-1/+1
2018-02-12Translate German variable namesJohnny_M1-9/+9
2018-01-18CheckLinkFormulaNeedingCheck() for .xls cell formulasEike Rathke1-0/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-12/+12
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-1/+1
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann1-1/+1
2017-04-04tdf#39468 Translate German commentsJens Carl1-2/+2
2017-02-15convert ConvErr to scoped enumNoel Grandin1-14/+14
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-11/+11
2016-07-13loplugin:singlevalfields in sc(part3)Noel Grandin1-4/+0
2016-04-22Avoid reserved identifiersStephan Bergmann1-1/+1
2016-04-12conditional format formulas don't support 3d refs in xls, tdf#62770Markus Mohrhard1-3/+3
2016-04-12better variable names for range name case in xls formula importMarkus Mohrhard1-14/+15
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke1-2/+2
2016-01-15-Werror=unused-but-set-variableNoel Grandin1-5/+0
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-8/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-03-10Also relative row references need to wrap around, like fdo#84556 for columnsTor Lillqvist1-1/+10
2014-12-30relative refs wrap around in xls, fdo#84556Markus Mohrhard1-1/+10
2014-12-29handle relative refs correctly in xls import, fdo#80091Markus Mohrhard1-2/+5
2014-12-23coverity#1260333 Unused valueCaolán McNamara1-35/+45
2014-12-19remove operator>> methodsNoel Grandin1-43/+97
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