summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/token.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-21Thread the software interpreterDennis Francis1-8/+23
2017-11-21Add OFFSET to blacklist for threaded calculationTor Lillqvist1-0/+1
2017-11-21Add INDIRECT to blacklist for threaded calculationTor Lillqvist1-0/+1
2017-11-21Make threaded calculation the default (when OpenCL is not used)Tor Lillqvist1-2/+3
2017-11-21Disable formula group threading for macros and table opsTor Lillqvist1-2/+14
2017-11-21Use a static const bool when checking an env var for existenceTor Lillqvist1-1/+3
2017-11-21Make formula group weight take number of cells referenced into accountTor Lillqvist1-0/+33
2017-11-21First steps for Calc parallelismTor Lillqvist1-0/+3
2017-11-16Straighten use of MAXSTRLEN to be maximum string lengthEike Rathke1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-18/+18
2017-09-25ScTokenArray::operator=: assign also mnHashValue and meVectorStateEike Rathke1-0/+2
2017-09-25FormulaTokenArray::Clear() virtual, ScTokenArray::Clear() overridesEike Rathke1-2/+3
2017-08-30fix ScJumpMatrixToken memory handlingNoel Grandin1-3/+15
2017-08-24loplugin:constparam in sc part3Noel Grandin1-5/+5
2017-07-31loplugin:constparams in formula,xmlhelpNoel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-5/+5
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-2/+2
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M1-1/+1
2017-06-27Sticky here means we can bail out early, tdf#108788 follow-upEike Rathke1-0/+11
2017-06-27Resolves: tdf#108788 update references for deletions at end of sheetEike Rathke1-14/+29
2017-06-26loplugin:oncevar in scNoel Grandin1-3/+1
2017-06-22formula: remove indirection and use unique_ptrJochen Nitschke1-1/+1
2017-06-21Resolves: tdf#108671 mark named expression single reference #REF! if deletedEike Rathke1-0/+59
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-5/+5
2017-05-22Introduce ScRefListToken::mbArrayResult for reference results, tdf#58874Eike Rathke1-1/+4
2017-05-15SAL_WARN_IF is more appropriate hereEike Rathke1-1/+1
2017-05-15replace 'if ( ) SAL_INFO' with 'SAL_INFO_IF'Jochen Nitschke1-5/+1
2017-05-10Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prepEike Rathke1-2/+2
2017-04-30More fine-grained disabled vector states.Kohei1-9/+29
2017-04-13tdf#92650: handle overwritten references correctly in undo.Kohei Yoshida1-0/+10
2017-04-06Fix the inline comment a bit to make it make more sense.Kohei Yoshida1-2/+2
2017-03-27Move StackVarEnumToString to <formula/token.hxx> and use in a SAL_INFOTor Lillqvist1-1/+1
2017-03-24tdf#105908: restore previously deleted range references upon undo.Kohei Yoshida1-0/+19
2017-02-17remove unused svSubroutine from StackVarEnumNoel Grandin1-1/+0
2017-02-09yet more 3D flag to preserve cases, tdf#103890 follow-upEike Rathke1-1/+6
2017-02-09preserve 3D flag if sheet reference is absolute, tdf#103890 follow-upEike Rathke1-2/+2
2017-02-09tdf#103890: Fix the logic on setting 3D flag on reference.Kohei Yoshida1-6/+2
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin1-1/+1
2016-11-29extensions,sc,sd,vcl: de-obfuscate assignments in conditions to help GCCMichael Stahl1-4/+6
2016-11-17Resolves: tdf#103994 AdjustReferenceOnMove: handle external referencesEike Rathke1-0/+14
2016-11-16remove anything svHybridValueCell related, it's nowhere set anymoreEike Rathke1-1/+0
2016-11-16tdf#96475 restore the EmptyDisplayedAsString condition during loadEike Rathke1-2/+5
2016-10-19Resolves: tdf#97968 adjust references during Cut&Paste of formula groupsEike Rathke1-0/+3
2016-10-19loplugin:expandablemethodds in scNoel Grandin1-1/+1
2016-10-18tdf#93894: Prohibit grouping when certain token types are present.Kohei Yoshida1-0/+1
2016-10-18Resolves: tdf#101583 references to be expanded must be at least 2 cols/rowsEike Rathke1-18/+32
2016-10-07tdf#101562 inserting within an entire col/row reference needs to flag changeEike Rathke1-4/+17
2016-09-23convert formula error codes to scoped enumNoel Grandin1-11/+11