summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
AgeCommit message (Expand)Author
2016-10-19loplugin:expandablemethodds in scNoel Grandin
2016-10-11loplugin:constantfunctionNoel Grandin
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-03try and silence uninit_memberCaolán McNamara
2016-09-01cosmeticsEike Rathke
2016-09-01move comment to where it belongsEike Rathke
2016-09-01No more need for ScRawTokenBaseStephan Bergmann
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-05-20convert SC_COMPILER to scoped enumNoel Grandin
2016-05-13recognize #REF! particles of invalidated references, tdf#86575 follow-upEike Rathke
2016-04-11clang-tidy performance-unnecessary-value-param in formulaNoel Grandin
2016-03-18adjust other-sheet-local relative sheet references, tdf#96915Eike Rathke
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke
2016-03-18loplugin:constantparam in formulaNoel Grandin
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin
2015-11-23loplugin:unusedfields in scNoel Grandin
2015-11-18rename FormulaToken HasForceArray to IsInForceArrayEike Rathke
2015-11-16-Werror,-Winconsistent-missing-overrideStephan Bergmann
2015-11-16Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke
2015-05-07remove unused code; bMapDupToInternal in struct AddInMapWinfried Donkers
2015-04-18const all CreateString... FormulaToken*Eike Rathke
2015-04-09TableRef: correct GetToken() logicEike Rathke
2015-04-09TableRef: lookup column specifierEike Rathke
2015-03-12TableRef: parse item specifiersEike Rathke
2015-03-11add TableRef stackEike Rathke
2015-03-05add Item enum to ScTableRefTokenEike Rathke
2015-03-05use ScTableRefToken in ScRawToken::CreateToken()Eike Rathke
2015-03-05add HandleTableRef()Eike Rathke
2015-03-05rename confusing HandleSingleRef() to more appropriate HandleColRowName()Eike Rathke
2015-02-13tdf#89330 preserve file name case in an unresolvable external named rangeJan Kantert
2014-11-16callcatcher: update unused codeCaolán McNamara
2014-11-15remove unused code in ScRawTokenNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-08-11write OOXML externalReferences, externalLinks, fdo#45286Eike Rathke
2014-05-21Avoid unnecessary cloning of ScRawToken during token check.Kohei Yoshida
2014-05-21ODS load perf: 7% of the time re-creating sheet name strings.Michael Meeks
2014-05-14Update the method comment and add assertion per what the comment says.Kohei Yoshida
2014-05-14Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-24fdo#75304: Set external reference info to ScCompiler.Kohei Yoshida
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida
2014-02-04More places to cover pre-compiled sheet names.Kohei Yoshida