Age | Commit message (Expand) | Author | Files | Lines |
2017-07-04 | loplugin:unusedfields in sc part3 | Noel Grandin | 1 | -1/+0 |
2017-05-23 | drop the SCsROW/SCsCOL/SCsTAB typedefs | Noel Grandin | 1 | -1/+1 |
2017-05-23 | enhance useuniqueptr loplugin | Noel Grandin | 1 | -1/+2 |
2017-05-18 | Always set a grammar when constructing ScCompiler | Eike Rathke | 1 | -2/+10 |
2017-05-10 | Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prep | Eike Rathke | 1 | -2/+2 |
2017-05-10 | Change IsForceArrayParameter() to GetForceArrayParameter(), tdf#107724 prep | Eike Rathke | 1 | -1/+1 |
2017-03-03 | Remove redundant 'inline' keyword | Stephan Bergmann | 1 | -1/+1 |
2016-10-19 | loplugin:expandablemethodds in sc | Noel Grandin | 1 | -3/+0 |
2016-10-11 | loplugin:constantfunction | Noel Grandin | 1 | -2/+2 |
2016-09-23 | convert formula error codes to scoped enum | Noel Grandin | 1 | -3/+3 |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann | 1 | -1/+1 |
2016-09-03 | try and silence uninit_member | Caolán McNamara | 1 | -2/+2 |
2016-09-01 | cosmetics | Eike Rathke | 1 | -6/+5 |
2016-09-01 | move comment to where it belongs | Eike Rathke | 1 | -5/+1 |
2016-09-01 | No more need for ScRawTokenBase | Stephan Bergmann | 1 | -8/+4 |
2016-08-29 | loplugin:countusersofdefaultparams | Noel Grandin | 1 | -1/+1 |
2016-05-20 | convert SC_COMPILER to scoped enum | Noel Grandin | 1 | -31/+38 |
2016-05-13 | recognize #REF! particles of invalidated references, tdf#86575 follow-up | Eike Rathke | 1 | -4/+5 |
2016-04-11 | clang-tidy performance-unnecessary-value-param in formula | Noel Grandin | 1 | -3/+3 |
2016-03-18 | adjust other-sheet-local relative sheet references, tdf#96915 | Eike Rathke | 1 | -0/+1 |
2016-03-18 | Resolves: tdf#96915 implement other-sheet-local named expressions | Eike Rathke | 1 | -2/+5 |
2016-03-18 | loplugin:constantparam in formula | Noel Grandin | 1 | -1/+1 |
2016-03-03 | loplugin:unuseddefaultparams in sc (part2) | Noel Grandin | 1 | -3/+2 |
2015-11-23 | loplugin:unusedfields in sc | Noel Grandin | 1 | -14/+0 |
2015-11-18 | rename FormulaToken HasForceArray to IsInForceArray | Eike Rathke | 1 | -2/+2 |
2015-11-16 | -Werror,-Winconsistent-missing-override | Stephan Bergmann | 1 | -1/+1 |
2015-11-16 | Resolves: tdf#95670 propagate ForceArray per parameter | Eike Rathke | 1 | -0/+2 |
2015-10-28 | com::sun::star->css in sc | Noel Grandin | 1 | -7/+6 |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 1 | -20/+20 |
2015-07-22 | loplugin:unusedmethods scripting,sc | Noel Grandin | 1 | -5/+0 |
2015-06-23 | in OOXML save references of named expressions with col,row=0,0 base position | Eike Rathke | 1 | -1/+1 |
2015-05-07 | remove unused code; bMapDupToInternal in struct AddInMap | Winfried Donkers | 1 | -1/+0 |
2015-04-18 | const all CreateString... FormulaToken* | Eike Rathke | 1 | -5/+5 |
2015-04-09 | TableRef: correct GetToken() logic | Eike Rathke | 1 | -0/+3 |
2015-04-09 | TableRef: lookup column specifier | Eike Rathke | 1 | -0/+1 |
2015-03-12 | TableRef: parse item specifiers | Eike Rathke | 1 | -0/+2 |
2015-03-11 | add TableRef stack | Eike Rathke | 1 | -0/+8 |
2015-03-05 | add Item enum to ScTableRefToken | Eike Rathke | 1 | -1/+3 |
2015-03-05 | use ScTableRefToken in ScRawToken::CreateToken() | Eike Rathke | 1 | -0/+3 |
2015-03-05 | add HandleTableRef() | Eike Rathke | 1 | -0/+1 |
2015-03-05 | rename confusing HandleSingleRef() to more appropriate HandleColRowName() | Eike Rathke | 1 | -1/+1 |
2015-02-13 | tdf#89330 preserve file name case in an unresolvable external named range | Jan Kantert | 1 | -1/+1 |
2014-11-16 | callcatcher: update unused code | Caolán McNamara | 1 | -1/+0 |
2014-11-15 | remove unused code in ScRawToken | Noel Grandin | 1 | -28/+4 |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini | 1 | -1/+1 |
2014-10-30 | Fixed typos. No automatic tools (sed, and so on). | Andrea Gelmini | 1 | -1/+1 |
2014-08-11 | write OOXML externalReferences, externalLinks, fdo#45286 | Eike Rathke | 1 | -3/+4 |
2014-05-21 | Avoid unnecessary cloning of ScRawToken during token check. | Kohei Yoshida | 1 | -1/+1 |
2014-05-21 | ODS load perf: 7% of the time re-creating sheet name strings. | Michael Meeks | 1 | -1/+3 |
2014-05-14 | Update the method comment and add assertion per what the comment says. | Kohei Yoshida | 1 | -2/+3 |