summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/formulabuffer.cxx
AgeCommit message (Expand)Author
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
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida
2013-11-06Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida
2013-11-06This method is now unused.Kohei Yoshida
2013-11-06Compile formulas using internal API directly...Kohei Yoshida
2013-11-04Insert matrix formula vis ScDocumentImport, and more formula imorts.Kohei Yoshida
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida
2013-09-19In xlsx, a better heuristic is based on worksheet dimension.Kohei Yoshida
2013-09-19Pre-compile OpenCL kernels during xlsx file load as well.Kohei Yoshida
2013-09-11Fix crashers on xlsx import, due to shared formula range being wrong.Kohei Yoshida
2013-09-08We still need to manually get the matrix cell to start listening.Kohei Yoshida
2013-09-08Import matrix formulas from xlsx without using UNO API.Kohei Yoshida
2013-09-08Make data member names consistent.Kohei Yoshida
2013-08-12Compile token array only once per formula group.Kohei Yoshida
2013-08-12Fix the (Windows) build. No idea how this was buildable on Linux.Kohei Yoshida
2013-08-12Rework shared formula import in orcus handler.Kohei Yoshida
2013-08-12Map shared formulas to Calc's formula groups on xlsx import.Kohei Yoshida
2013-08-12Some cosmetic "fix"Kohei Yoshida
2013-05-17fix missing xlsx import formula dependecy startlisten on formula array cellsNoel Power
2013-04-30Ensure that modified formula cells are redrawn.Kohei Yoshida
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-27More ScBaseCell reduction...Kohei Yoshida
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-04doubled namespacesThomas Arnhold
2013-01-04don't forget the dependency tree during OOXML import, fdo#58863Markus Mohrhard