summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/compiler.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-06-05Resolves: tdf#117879 preserve formula after inline array errorEike Rathke1-1/+8
2018-02-09tdf#115493 postpone name resolution after unsuccessful IsNamedRange()Eike Rathke1-0/+9
2017-12-11Resolves: tdf#114406 treat % as the operator that it isEike Rathke1-1/+1
2017-12-02ofz#4484 another stab at mnRangeOpPosInSymbolEike Rathke1-2/+2
2017-12-01ofz#4484 don't set mnRangeOpPosInSymbol on StringOverflow caseCaolán McNamara1-1/+3
2017-11-16Straighten use of MAXSTRLEN to be maximum string lengthEike Rathke1-15/+15
2017-11-16ofz: special case max index for cSymbolCaolán McNamara1-0/+2
2017-11-13ofz+valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-1/+1
2017-11-09ofz: bad mnRangeOpPosInSymbolCaolán McNamara1-0/+2
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-1/+1
2017-10-31loplugin:constantparam in scNoel Grandin1-10/+6
2017-10-27Handle decimalSeparatorAlternative in ScCompiler, tdf#81671Eike Rathke1-5/+12
2017-10-23loplugin:includeform: scStephan Bergmann1-22/+22
2017-10-23ofz: avoid configCaolán McNamara1-1/+2
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-1/+1
2017-08-24loplugin:constparam in sc part3Noel Grandin1-1/+1
2017-08-23loplugin:constparam in sc part2Noel Grandin1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-1/+1
2017-07-28ofz: survive missing macro supportCaolán McNamara1-0/+3
2017-07-21migrate to boost::gettextCaolán McNamara1-4/+3
2017-07-14use more OUString::operator== in scNoel Grandin1-3/+3
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-4/+4
2017-07-04loplugin:unusedfields in sc part3Noel Grandin1-4/+0
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-06-22Introduce a range-based iterator for 'references' in a FormulaTokenArrayTor Lillqvist1-11/+4
2017-06-22formula: remove indirection and use unique_ptrJochen Nitschke1-8/+8
2017-06-16Get rid of the index inside FormulaTokenArrayTor Lillqvist1-27/+24
2017-05-30remove duplicate 'using namespace'Jochen Nitschke1-1/+0
2017-05-26coverity#1409898 Dereference before null checkCaolán McNamara1-2/+2
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-1/+1
2017-05-23enhance useuniqueptr lopluginNoel Grandin1-3/+1
2017-05-19loplugin:stringcopy: scStephan Bergmann1-1/+1
2017-05-18Always set a grammar when constructing ScCompilerEike Rathke1-2/+10
2017-05-18assert instead of OSL_ENSURE if grammar is GRAM_UNSPECIFIEDEike Rathke1-1/+1
2017-05-10Change IsForceArrayParameter() to GetForceArrayParameter(), tdf#107724 prepEike Rathke1-5/+2
2017-05-09Move ScParameterClassification::Type to formula::ParamClass, tdf#107724 prepEike Rathke1-3/+3
2017-04-28loplugin:salunicodeliteral: scStephan Bergmann1-3/+3
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-5/+1
2017-04-19remove unnecessary temporaryEike Rathke1-1/+1
2017-04-01remove redundant OpCode castsJochen Nitschke1-4/+4
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-2/+2
2016-11-21tdf#42949 Remove not needed uno headers from sc/source/coreBartosz Kosiorek1-1/+0
2016-10-31loplugin:countusersofdefaultparams in sc(part1)Noel Grandin1-1/+1
2016-10-27sc: OOXML: actually write both sheet names in external 3D referencesEike Rathke1-1/+1
2016-10-27Resolves: tdf#103531 OOXML: write external file ID within quoted sheet namesEike Rathke1-5/+33
2016-10-19loplugin:expandablemethodds in scNoel Grandin1-1/+1
2016-10-18tdf#93894: Prohibit grouping when certain token types are present.Kohei Yoshida1-6/+20
2016-10-12propagate original named expression error, if anyEike Rathke1-1/+1
2016-10-12create NoName error token instead of setting error at the token arrayEike Rathke1-2/+10