summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-15loplugin:constfields in scNoel Grandin1-7/+7
2018-08-16remove mempoolNoel Grandin1-2/+0
2018-08-09loplugin:unusedmethodsNoel Grandin1-2/+0
2018-08-07more robust implicit intersection optimizingLuboš Luňák1-4/+5
2018-08-06skip some copying with external names in ScRawTokenNoel Grandin1-4/+2
2018-07-31try to detect that a formula does not contain any implicit intersectionLuboš Luňák1-2/+26
2018-06-27use optional ScInterpreterContext in ScColumn::GetString()Luboš Luňák1-0/+1
2018-06-26More Implicit intersection computationDennis Francis1-5/+11
2018-06-06tdf#42949 Fix IWYU warnings in sc/inc/[a,c]*Gabor Kelemen1-2/+5
2018-05-14use optional ScInterpreterContext if possibleLuboš Luňák1-4/+8
2018-05-08tdf#42949 Fix IWYU warnings in sc/inc/[bc]*Gabor Kelemen1-1/+0
2018-04-28tdf#114479: compute implicit sum ranges for ocSumIf,ocAverageIf...Dennis Francis1-0/+5
2017-11-17coverity#1422192 include param field in string fieldEike Rathke1-1/+1
2017-11-16Straighten use of MAXSTRLEN to be maximum string lengthEike Rathke1-2/+2
2017-10-27loplugin:finalclasses in scNoel Grandin1-2/+1
2017-08-24loplugin:constparam in sc part3Noel Grandin1-1/+1
2017-08-23loplugin:constparam in sc part2Noel Grandin1-1/+1
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