summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-04loplugin:unusedfields in sc part3Noel Grandin1-1/+0
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-1/+1
2017-05-23enhance useuniqueptr lopluginNoel Grandin1-1/+2
2017-05-18Always set a grammar when constructing ScCompilerEike Rathke1-2/+10
2017-05-10Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prepEike Rathke1-2/+2
2017-05-10Change IsForceArrayParameter() to GetForceArrayParameter(), tdf#107724 prepEike Rathke1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2016-10-19loplugin:expandablemethodds in scNoel Grandin1-3/+0
2016-10-11loplugin:constantfunctionNoel Grandin1-2/+2
2016-09-23convert formula error codes to scoped enumNoel Grandin1-3/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-03try and silence uninit_memberCaolán McNamara1-2/+2
2016-09-01cosmeticsEike Rathke1-6/+5
2016-09-01move comment to where it belongsEike Rathke1-5/+1
2016-09-01No more need for ScRawTokenBaseStephan Bergmann1-8/+4
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2016-05-20convert SC_COMPILER to scoped enumNoel Grandin1-31/+38
2016-05-13recognize #REF! particles of invalidated references, tdf#86575 follow-upEike Rathke1-4/+5
2016-04-11clang-tidy performance-unnecessary-value-param in formulaNoel Grandin1-3/+3
2016-03-18adjust other-sheet-local relative sheet references, tdf#96915Eike Rathke1-0/+1
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke1-2/+5
2016-03-18loplugin:constantparam in formulaNoel Grandin1-1/+1
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin1-3/+2
2015-11-23loplugin:unusedfields in scNoel Grandin1-14/+0
2015-11-18rename FormulaToken HasForceArray to IsInForceArrayEike Rathke1-2/+2
2015-11-16-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2015-11-16Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke1-0/+2
2015-10-28com::sun::star->css in scNoel Grandin1-7/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-20/+20
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-5/+0
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke1-1/+1
2015-05-07remove unused code; bMapDupToInternal in struct AddInMapWinfried Donkers1-1/+0
2015-04-18const all CreateString... FormulaToken*Eike Rathke1-5/+5
2015-04-09TableRef: correct GetToken() logicEike Rathke1-0/+3
2015-04-09TableRef: lookup column specifierEike Rathke1-0/+1
2015-03-12TableRef: parse item specifiersEike Rathke1-0/+2
2015-03-11add TableRef stackEike Rathke1-0/+8
2015-03-05add Item enum to ScTableRefTokenEike Rathke1-1/+3
2015-03-05use ScTableRefToken in ScRawToken::CreateToken()Eike Rathke1-0/+3
2015-03-05add HandleTableRef()Eike Rathke1-0/+1
2015-03-05rename confusing HandleSingleRef() to more appropriate HandleColRowName()Eike Rathke1-1/+1
2015-02-13tdf#89330 preserve file name case in an unresolvable external named rangeJan Kantert1-1/+1
2014-11-16callcatcher: update unused codeCaolán McNamara1-1/+0
2014-11-15remove unused code in ScRawTokenNoel Grandin1-28/+4
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-08-11write OOXML externalReferences, externalLinks, fdo#45286Eike Rathke1-3/+4
2014-05-21Avoid unnecessary cloning of ScRawToken during token check.Kohei Yoshida1-1/+1
2014-05-21ODS load perf: 7% of the time re-creating sheet name strings.Michael Meeks1-1/+3
2014-05-14Update the method comment and add assertion per what the comment says.Kohei Yoshida1-2/+3