summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/formulabuffer.cxx
AgeCommit message (Expand)Author
2017-01-25cleanup css includes and using namespacesJochen Nitschke
2017-01-03rename members and use range based loopsJochen Nitschke
2017-01-03tdf#48140 replace CellRangeAddress in xlsx import (11)Jochen Nitschke
2016-11-19tdf#48140 Remove not used UNO headers from filtersBartosz Kosiorek
2016-10-25Resolves: tdf#79442 in OOXML import add external files to LinkManagerEike Rathke
2016-10-15Resolves: tdf#98481 Google Sheets uses OOXML t="str" differentlyEike Rathke
2016-09-25loplugin:unreffun, remove unused local classMarkus Mohrhard
2016-09-25Remove code that's no longer used.Kohei Yoshida
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-30loplugin:unusedmethodsNoel Grandin
2016-05-26loplugin:unusedmethodsNoel Grandin
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-04-01tdf#94306 Replace boost::noncopyable in sc/sourceJochen Nitschke
2016-02-26tdf#97654 - replaced CellAddress types with ScAddress.Mohammed Abdul Azeem
2016-02-17tdf#97654 - replaced UNO cell types in xlsx import with calc internal onesMohammed Abdul Azeem
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-14loplugin: defaultparamsNoel Grandin
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-10fdo#74747: Make use of cached string formula results.Kohei Yoshida
2014-02-24fdo#75304: Set external reference info to ScCompiler.Kohei Yoshida
2014-01-02oox: fix crash with threaded xlsx loading by pre-allocating sheet storage.Michael Meeks
2013-11-20Fix a few of my own thinkos, and add some assertionsTor Lillqvist
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist
2013-11-19-Werror,-Wunused-private-fieldStephan Bergmann
2013-11-18Handle global range names and use CreateString() during xlsx import.Kohei Yoshida
2013-11-14Do everything on main thread when the thread count is 1.Kohei Yoshida
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-13introduced FormulaGrammar::GRAM_OOXML with FormulaLanguage::OOXMLEike Rathke
2013-11-12Reduce the amount of RPM token generation.Kohei Yoshida
2013-11-11Group formula cells if we can, to avoid cloning of token array instances.Kohei Yoshida
2013-11-11Store the formula cell instance in cache rather than the token array.Kohei Yoshida
2013-11-11Create formula cells there...Kohei Yoshida
2013-11-11Cache previous formula tokens to avoid formula re-compilations.Kohei Yoshida
2013-11-11We don't need to put this in a separate thread.Kohei Yoshida
2013-11-11Move the API guard out of the worker threads onto the manager thread.Kohei Yoshida
2013-11-06Perform formula cell compilations in multiple threads during xlsx import.Kohei Yoshida
2013-11-06Keep the integer type in sync and remove unused data members.Kohei Yoshida
2013-11-06Avoid using an extra buffer when the name doesn't contain double-quotes.Kohei Yoshida
2013-11-06Avoid duplication of ScTokenArray during formula cell construction.Kohei Yoshida