summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeformula.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-29remove XclRoot::GetDocRefNoel Grandin1-1/+1
2019-10-25sc: rowcol: tdf#50916 convert filter/excel for the most partAron Budea1-1/+1
2019-08-12Fix typosAndrea Gelmini1-2/+2
2019-05-04Don't truncate SCROW (aka sal_Int32) to sal_Int16Stephan Bergmann1-2/+2
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen1-0/+1
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov1-10/+10
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin1-1/+1
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen1-3/+0
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-16loplugin:buriedassign in scNoel Grandin1-1/+4
2018-10-23Resolves: tdf#120689 omit <definedName> for ocMacro in OOXMLEike Rathke1-1/+5
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-19/+19
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen1-0/+3
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-27tdf#113991 xls/xlsx export: emulate relative GLOBAL named rangesJustin Luth1-1/+1
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-1/+1
2017-10-31convert XclStrFlags to scoped enumNoel Grandin1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-13/+13
2017-08-29loplugin:constparam in sc part8Noel Grandin1-2/+2
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin1-1/+1
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-1/+2
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-8/+8
2017-04-03remove hack for non DBG_UTIL buildsJochen Nitschke1-1/+1
2017-04-01remove redundant OpCode castsJochen Nitschke1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-22/+22
2016-10-24tdf#103186, make LOGINV ODFF1.2 compliant.Winfried Donkers1-0/+1
2016-09-23convert formula error codes to scoped enumNoel Grandin1-3/+4
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-05-10remove usages of STATIC_ARRAY_END in scJochen Nitschke1-2/+2
2016-04-14loplugin:passstuffbyref in scNoel Grandin1-1/+1
2016-04-12fix crash in testMarkus Mohrhard1-1/+1
2016-04-12xls does not allow 3D refs in cond format formulas, tdf#62770Markus Mohrhard1-0/+4
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke1-4/+2
2016-03-10loplugin:constantparam in scNoel Grandin1-4/+4
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin1-3/+3
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin1-8/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-18/+18
2015-09-18boost->stdCaolán McNamara1-7/+7
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-7/+7
2015-09-17boost->stdCaolán McNamara1-7/+7
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-1/+1
2015-01-26coverity#704680 Dereference after null checkCaolán McNamara1-5/+8
2015-01-14sc: rename ocChose et al. to ocChoose et al.Laurent Charrière1-3/+3
2014-12-30use the correct tab for sheet local names, fdo#81195Markus Mohrhard1-2/+2
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-7/+7
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-6/+6
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-18/+0