summaryrefslogtreecommitdiff
path: root/sc/inc/tokenarray.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-09-17Tokens2RangeStringXML ctor never called with null ScDocument*Caolán McNamara1-4/+4
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara1-1/+1
2019-12-17ScSheetLimits must be a complete type here (Windows --disable-pch)Stephan Bergmann1-1/+1
2019-12-13sc: rowcol: tdf#50916 create ScSheetLimits to hold by rtl::ReferenceNoel Grandin1-2/+6
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-4/+4
2019-11-01loplugin:finalclasses in sc/incNoel Grandin1-1/+1
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-2/+4
2019-08-19Fix typosAndrea Gelmini1-1/+1
2019-05-09loplugin:unusedmethodsNoel Grandin1-7/+0
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin1-1/+1
2018-06-22disable calc's threading for external referencesLuboš Luňák1-1/+2
2018-06-18do not make calc's threading depend on openclLuboš Luňák1-1/+1
2018-02-14unused ScTokenArrayCaolán McNamara1-1/+1
2018-01-02clang-tidy modernize-use-equals-default in sc/source/core/toolJochen Nitschke1-1/+1
2017-12-12Do not use threading for formula group if...Dennis Francis1-2/+7
2017-12-07loplugin:constparamsNoel Grandin1-2/+2
2017-11-28Do as the FIXME suggestedTor Lillqvist1-0/+3
2017-11-21Thread the software interpreterDennis Francis1-0/+1
2017-11-21Make formula group weight take number of cells referenced into accountTor Lillqvist1-0/+2
2017-09-25-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2017-09-25FormulaTokenArray::Clear() virtual, ScTokenArray::Clear() overridesEike Rathke1-1/+1
2017-09-25Clarify comment of "copy"-ctor and operator=()Eike Rathke1-2/+4
2017-08-24loplugin:constparam in sc part3Noel Grandin1-1/+1
2017-04-30More fine-grained disabled vector states.Kohei1-0/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2016-07-22sc: remove unused ScCloneFlags: Adjust3Drel and NoCaptionJochen Nitschke1-5/+0
2016-06-14intern SharedStringEike Rathke1-1/+1
2016-06-14explicit svl::SharedString(const OUString&) ctorEike Rathke1-3/+3
2016-05-31tdf#100160 - Changing OpenCL state doesn't update sheetMarco Cecchetti1-0/+1
2016-05-26loplugin:unusedreturntypesNoel Grandin1-1/+1
2016-03-24tdf#75372 rework sheet-copy names for converting global names to sheet-localEike Rathke1-0/+5
2016-03-24loplugin:constantparam in scNoel Grandin1-1/+1
2016-03-19adjust sheet references when copying sheet-local named expressionsEike Rathke1-0/+5
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke1-1/+1
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-5/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-3/+0
2015-07-07introduce ScTokenArray::AdjustReferenceOnCopy(), tdf#92468Eike Rathke1-0/+6
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke1-4/+0
2015-06-22TableRef: inherit RelName in generated reference if named expressionEike Rathke1-0/+4
2015-03-10Fix issue in re-use of ScTokenArray objects from a TokenPoolTor Lillqvist1-0/+1
2015-02-26split formula grouping for reference edge expansion, tdf#81659 relatedEike Rathke1-0/+3
2015-02-12tdf#89281 fix performance regression of XLS import - cleanupLászló Németh1-1/+2
2015-02-10tdf#89281 fix performance regression of XLS importLászló Németh1-1/+1
2015-02-04Check number of cells referenced by group instead of group sizeTor Lillqvist1-0/+3
2015-01-07Revert "Check number of cells referenced by group instead of group size"Tor Lillqvist1-3/+0
2014-12-19Check number of cells referenced by group instead of group sizeTor Lillqvist1-0/+3
2014-11-25remove boost/unordered_map.hpp include from types.hxx.Kohei Yoshida1-0/+1