summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/compiler.cxx
AgeCommit message (Expand)Author
2017-07-28ofz: survive missing macro supportCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-14use more OUString::operator== in scNoel Grandin
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-07-04loplugin:unusedfields in sc part3Noel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-06-22Introduce a range-based iterator for 'references' in a FormulaTokenArrayTor Lillqvist
2017-06-22formula: remove indirection and use unique_ptrJochen Nitschke
2017-06-16Get rid of the index inside FormulaTokenArrayTor Lillqvist
2017-05-30remove duplicate 'using namespace'Jochen Nitschke
2017-05-26coverity#1409898 Dereference before null checkCaolán McNamara
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-05-23enhance useuniqueptr lopluginNoel Grandin
2017-05-19loplugin:stringcopy: scStephan Bergmann
2017-05-18Always set a grammar when constructing ScCompilerEike Rathke
2017-05-18assert instead of OSL_ENSURE if grammar is GRAM_UNSPECIFIEDEike Rathke
2017-05-10Change IsForceArrayParameter() to GetForceArrayParameter(), tdf#107724 prepEike Rathke
2017-05-09Move ScParameterClassification::Type to formula::ParamClass, tdf#107724 prepEike Rathke
2017-04-28loplugin:salunicodeliteral: scStephan Bergmann
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin
2017-04-19remove unnecessary temporaryEike Rathke
2017-04-01remove redundant OpCode castsJochen Nitschke
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-11-21tdf#42949 Remove not needed uno headers from sc/source/coreBartosz Kosiorek
2016-10-31loplugin:countusersofdefaultparams in sc(part1)Noel Grandin
2016-10-27sc: OOXML: actually write both sheet names in external 3D referencesEike Rathke
2016-10-27Resolves: tdf#103531 OOXML: write external file ID within quoted sheet namesEike Rathke
2016-10-19loplugin:expandablemethodds in scNoel Grandin
2016-10-18tdf#93894: Prohibit grouping when certain token types are present.Kohei Yoshida
2016-10-12propagate original named expression error, if anyEike Rathke
2016-10-12create NoName error token instead of setting error at the token arrayEike Rathke
2016-10-04tdf#93894: Get column labels to work with formula groups.Kohei Yoshida
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-20sc-perf: tdf#79023 do not call SvNumberFormatter also for numbers in OOXMLEike Rathke
2016-09-20sc-perf: tdf#79023 for ODFF do not call SvNumberFormatter to determine numericEike Rathke
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-08-26handle overwriting of symbols/opcodes in symbol map for known casesEike Rathke
2016-07-22Fix typosAndrea Gelmini
2016-07-14yet more functions to save with prefix and namespace to OOXMLEike Rathke
2016-07-14save ERRORTYPE as _xlfn.ORG.OPENOFFICE.ERRORTYPE to OOXMLEike Rathke
2016-07-13Resolves: tdf#100768 accept empty missing argument also for first parameterEike Rathke
2016-06-27add an isPODF() block to ScCompiler::IsOpCode(), tdf#100641 relatedEike Rathke
2016-06-27rename *effective to *effect, tdf#100641 relatedEike Rathke
2016-06-27accept EFFECTIVE as EFFECT in OOXML importEike Rathke
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-05-20convert SC_COMPILER to scoped enumNoel Grandin
2016-05-13recognize #REF! particles of invalidated references, tdf#86575 follow-upEike Rathke