summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excform8.cxx
AgeCommit message (Expand)Author
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-10-25sc: rowcol: tdf#50916 convert filter/excel for the most partAron Budea
2019-07-20cid#1448265 Untrusted value as argumentCaolán McNamara
2019-04-30improve loplugin:stringconstantNoel Grandin
2019-04-17loplugin:sequentialassign in scNoel Grandin
2019-01-22Translate German variable namesJohnny_M
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-10-17loplugin:singlevalfieldsNoel Grandin
2018-10-10do not needlessly create ScTokenArray copies in Calc input filtersLuboš Luňák
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-02-12Translate German variable namesJohnny_M
2018-01-18CheckLinkFormulaNeedingCheck() for .xls cell formulasEike Rathke
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann
2017-04-04tdf#39468 Translate German commentsJens Carl
2017-02-15convert ConvErr to scoped enumNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-07-13loplugin:singlevalfields in sc(part3)Noel Grandin
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-12conditional format formulas don't support 3d refs in xls, tdf#62770Markus Mohrhard
2016-04-12better variable names for range name case in xls formula importMarkus Mohrhard
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke
2016-01-15-Werror=unused-but-set-variableNoel Grandin
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-03-10Also relative row references need to wrap around, like fdo#84556 for columnsTor Lillqvist
2014-12-30relative refs wrap around in xls, fdo#84556Markus Mohrhard
2014-12-29handle relative refs correctly in xls import, fdo#80091Markus Mohrhard
2014-12-23coverity#1260333 Unused valueCaolán McNamara
2014-12-19remove operator>> methodsNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-03fdo#39468 Translate German Comments - final bits of sc/source/filter/Christian M. Heller
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17coverity#736887 Unintended sign extensionCaolán McNamara
2014-06-17coverity#706041 Unintended sign extensionCaolán McNamara
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-14sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-10-04convert source/filter/inc/*.hxx from String to OUStringNoel Grandin