summaryrefslogtreecommitdiffstats
path: root/sc/inc/tokenarray.hxx
Commit message (Expand)AuthorAgeFilesLines
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2017-09-251-1/+1
* FormulaTokenArray::Clear() virtual, ScTokenArray::Clear() overridesEike Rathke2017-09-251-1/+1
* Clarify comment of "copy"-ctor and operator=()Eike Rathke2017-09-251-2/+4
* loplugin:constparam in sc part3Noel Grandin2017-08-241-1/+1
* More fine-grained disabled vector states.Kohei2017-04-301-0/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* loplugin:countusersofdefaultparamsNoel Grandin2016-08-291-1/+1
* sc: remove unused ScCloneFlags: Adjust3Drel and NoCaptionJochen Nitschke2016-07-221-5/+0
* intern SharedStringEike Rathke2016-06-141-1/+1
* explicit svl::SharedString(const OUString&) ctorEike Rathke2016-06-141-3/+3
* tdf#100160 - Changing OpenCL state doesn't update sheetMarco Cecchetti2016-05-311-0/+1
* loplugin:unusedreturntypesNoel Grandin2016-05-261-1/+1
* tdf#75372 rework sheet-copy names for converting global names to sheet-localEike Rathke2016-03-241-0/+5
* loplugin:constantparam in scNoel Grandin2016-03-241-1/+1
* adjust sheet references when copying sheet-local named expressionsEike Rathke2016-03-191-0/+5
* Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke2016-03-181-1/+1
* loplugin:unusedmethods unused return value in scNoel Grandin2016-01-151-5/+3
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-4/+4
* loplugin:unusedmethods scripting,scNoel Grandin2015-07-221-3/+0
* introduce ScTokenArray::AdjustReferenceOnCopy(), tdf#92468Eike Rathke2015-07-071-0/+6
* in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke2015-06-231-4/+0
* TableRef: inherit RelName in generated reference if named expressionEike Rathke2015-06-221-0/+4
* Fix issue in re-use of ScTokenArray objects from a TokenPoolTor Lillqvist2015-03-101-0/+1
* split formula grouping for reference edge expansion, tdf#81659 relatedEike Rathke2015-02-261-0/+3
* tdf#89281 fix performance regression of XLS import - cleanupLászló Németh2015-02-121-1/+2
* tdf#89281 fix performance regression of XLS importLászló Németh2015-02-101-1/+1
* Check number of cells referenced by group instead of group sizeTor Lillqvist2015-02-041-0/+3
* Revert "Check number of cells referenced by group instead of group size"Tor Lillqvist2015-01-071-3/+0
* Check number of cells referenced by group instead of group sizeTor Lillqvist2014-12-191-0/+3
* remove boost/unordered_map.hpp include from types.hxx.Kohei Yoshida2014-11-251-0/+1
* fix fdo#79441 again and keep references to other sheets during sortEike Rathke2014-11-251-0/+6
* Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann2014-10-231-2/+2
* fdo#78555: Retain formula results when moving a range of cells.Kohei Yoshida2014-07-311-4/+1
* fdo#81309: Adjust references during sort.Kohei Yoshida2014-07-131-1/+7
* remove whitespaceMarkus Mohrhard2014-06-251-1/+0
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-2/+2
* ODS load perf: transfer ownership of the ScTokenArray to save cycles.Michael Meeks2014-05-211-0/+3
* fix-includes.pl: scThomas Arnhold2014-05-111-1/+1
* fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida2014-05-011-0/+20
* fdo#76611: Wrap reference addresses at max boundaries.Kohei Yoshida2014-04-251-0/+2
* fixincludeguards.sh: scThomas Arnhold2014-04-191-3/+3
* fdo#76294: Intern strings in AddFormulaToken() as well.Kohei Yoshida2014-04-141-1/+4
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-4/+4
* fdo#74322: Handle moving of named ranges correctly.Kohei Yoshida2014-03-251-0/+2
* fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida2014-03-151-0/+10
* fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida2014-03-121-0/+12
* fdo#63154 Remove unused solar.h reference in scAlexandre Vicenzi2014-02-151-1/+0
* Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida2013-11-141-0/+7
* Make the same change to the orcus interface & remove unused methods.Kohei Yoshida2013-10-111-0/+2
* iString to OUString in some calc core codeMarkus Mohrhard2013-09-071-3/+3